commit:     13db096d73d41ef74a2fa172dca61ea610e639e1
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 15:10:01 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue May 29 20:10:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13db096d

mail-filter/couriersrs: bump EAPI and drop eutils

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 mail-filter/couriersrs/couriersrs-0.1.2.ebuild | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/mail-filter/couriersrs/couriersrs-0.1.2.ebuild 
b/mail-filter/couriersrs/couriersrs-0.1.2.ebuild
index 80b3a5a3251..92219e60bf9 100644
--- a/mail-filter/couriersrs/couriersrs-0.1.2.ebuild
+++ b/mail-filter/couriersrs/couriersrs-0.1.2.ebuild
@@ -1,28 +1,27 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
+EAPI=6
 
-inherit autotools eutils
+inherit autotools
 
 DESCRIPTION="SRS (Sender Rewriting Scheme) wrapper for the courier MTA"
 HOMEPAGE="http://couriersrs.com/";
 SRC_URI="http://couriersrs.com/download/${P}.tar.gz";
+
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~x86"
 IUSE=""
+
 DEPEND="dev-libs/popt
        mail-filter/libsrs2"
 RDEPEND="${DEPEND}"
 
+PATCHES=( "${FILESDIR}/${P}-automake-fixes.diff" )
+
 src_prepare() {
+       default
        rm m4/*.m4
-       epatch "${FILESDIR}/${P}-automake-fixes.diff"
        AT_M4DIR="m4" eautoreconf
 }
-
-src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
-       dodoc AUTHORS NEWS ChangeLog
-}

Reply via email to