summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-09-29 13:00:05 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-09-29 13:00:50 +1000
commite09a28fe800e178774ce04c0ce0c6c0b22e3f9c2 (patch)
treef79d1088968f67212630bef3817daca8248a82bc
parentmail-filter/libdkim: stabilise 1.0.21-r3 for amd64/x86 (diff)
downloadgentoo-e09a28fe.tar.gz
gentoo-e09a28fe.tar.bz2
gentoo-e09a28fe.zip
mail-filter/libdkim: remove old
Package-Manager: Portage-2.3.8, Repoman-2.3.3
-rw-r--r--mail-filter/libdkim/libdkim-1.0.21-r1.ebuild39
-rw-r--r--mail-filter/libdkim/libdkim-1.0.21-r2.ebuild50
2 files changed, 0 insertions, 89 deletions
diff --git a/mail-filter/libdkim/libdkim-1.0.21-r1.ebuild b/mail-filter/libdkim/libdkim-1.0.21-r1.ebuild
deleted file mode 100644
index ec25b91f7650..000000000000
--- a/mail-filter/libdkim/libdkim-1.0.21-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-inherit eutils autotools-utils
-
-DESCRIPTION="DomainKeys Identified Mail library from Alt-N Inc"
-HOMEPAGE="http://libdkim.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
-
-LICENSE="Apache-2.0 yahoo-patent-license-1.2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-libs/openssl
- app-arch/unzip"
-RDEPEND="!mail-filter/libdkim-exim
- dev-libs/openssl"
-
-S="${WORKDIR}/${PN}/src"
-
-src_prepare() {
- ecvs_clean
- cp "${FILESDIR}"/debianize/* "${S}"
- epatch "${FILESDIR}"/patches/*.patch
- epatch "${FILESDIR}"/libdkim-extra-options.patch
- autotools-utils_src_prepare
-
-}
-
-src_install() {
- autotools-utils_src_install
- dodoc ../README
-}
diff --git a/mail-filter/libdkim/libdkim-1.0.21-r2.ebuild b/mail-filter/libdkim/libdkim-1.0.21-r2.ebuild
deleted file mode 100644
index f39d799e998c..000000000000
--- a/mail-filter/libdkim/libdkim-1.0.21-r2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-inherit autotools-utils eutils toolchain-funcs
-
-DESCRIPTION="DomainKeys Identified Mail library from Alt-N Inc"
-HOMEPAGE="http://libdkim.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
-
-LICENSE="Apache-2.0 yahoo-patent-license-1.2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="static-libs"
-
-DEPEND="dev-libs/openssl
- app-arch/unzip"
-RDEPEND="!mail-filter/libdkim-exim
- dev-libs/openssl"
-
-S="${WORKDIR}/${PN}/src"
-
-src_prepare() {
- ecvs_clean
- cp "${FILESDIR}"/debianize/* "${S}"
- epatch "${FILESDIR}"/patches/*.patch
- epatch "${FILESDIR}"/libdkim-extra-options.patch
-
- # Bug 476772
- if ! use static-libs; then
- sed -i \
- -e '/^TARGETS/s/libdkim.a//' \
- -e '/install -m 644 libdkim.a/d' \
- Makefile.in || die 'sed on Makefile.in failed'
- fi
-
- # Bug 476770
- tc-export AR
-
- autotools-utils_src_prepare
-}
-
-src_install() {
- autotools-utils_src_install
- dodoc ../README
-}