commit:     860ccf28c7ffd107b66593d342332112458fbaf3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 18:16:35 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 18:18:56 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=860ccf28

mail-filter/libsrs_alt: Drop EAPI 0 ebuild

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 mail-filter/libsrs_alt/Manifest              |  1 -
 mail-filter/libsrs_alt/libsrs_alt-1.0.ebuild | 45 ----------------------------
 2 files changed, 46 deletions(-)

diff --git a/mail-filter/libsrs_alt/Manifest b/mail-filter/libsrs_alt/Manifest
index 6a611bab7a9..3eec25b1a69 100644
--- a/mail-filter/libsrs_alt/Manifest
+++ b/mail-filter/libsrs_alt/Manifest
@@ -1,2 +1 @@
 DIST libsrs_alt-1.0.tar.bz2 237984 BLAKE2B 
e55b01f28fdf240ccf2fea8b43e930bc02a78bfb82a2b9fe573c1c09e0839f89a0bdb51844dae237ed66e4bda925b5b3b93842462987e7f300f6f5d763adf382
 SHA512 
1e15f8b12c2174c8ee085fc5adae4cb267f69dd5656066d33af106ad4940769552e04cfc67af4ad9650eece2519c03ef383290f36a22df7d9e03fa2186262404
-DIST libsrs_alt-1.0.tar.gz 337225 BLAKE2B 
1fb10130eb44c8edfc3757b9ba6d8a77659d1ba53fa620da2f7c5fe6cb01fe3f9c1ac0aac5a49db7d9f1b8308ac4c07778e03e4aa6ad9c0204a0871dff40047f
 SHA512 
c202b2cbd28ce0b1296a8000b9f2ae19f4fff259a2d9ea43674cab11b947d0f85a0fdbb13e5fef2a52b1ae675a8fa35b492b233f97f5e365a9c076a337010629

diff --git a/mail-filter/libsrs_alt/libsrs_alt-1.0.ebuild 
b/mail-filter/libsrs_alt/libsrs_alt-1.0.ebuild
deleted file mode 100644
index 110faf04c05..00000000000
--- a/mail-filter/libsrs_alt/libsrs_alt-1.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils autotools
-
-MY_PV=${PV}
-MY_RC=${PV}
-S=${WORKDIR}/${PN}-${MY_PV}
-
-DESCRIPTION="Sender Rewriting Scheme library"
-HOMEPAGE="http://opsec.eu/src/srs/";
-SRC_URI="http://srs.mirtol.com/libsrs_alt-${MY_PV}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="!dev-perl/Mail-SRS"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       epatch "${FILESDIR}"/${P}-ftime.patch
-       eautoreconf
-}
-
-src_compile() {
-       # add missing header
-       sed -i -e '/timeb.h>/ a #include <stdlib.h>' test.c
-
-       # Since the primary intended consumers of this library are MTAs,
-       # use non-standard separator characters (--with-base64compat).
-       # This breaks "SRS Compliancy", which is a rough standard at
-       # best.
-       econf --with-base64compat || die "econf failed"
-       emake -j1 || die "emake failed"
-}
-
-src_install() {
-       make install DESTDIR="${D}" || die "make install failed"
-       dodoc "${S}"/MTAs/README.EXIM
-}

Reply via email to