sys-libs/lwp: new EAPI=6 revision to avoid inheriting eutils.
authorMichael Orlitzky <mjo@gentoo.org>
Sun, 26 Mar 2017 18:18:24 +0000 (14:18 -0400)
committerMichael Orlitzky <mjo@gentoo.org>
Sun, 26 Mar 2017 18:18:24 +0000 (14:18 -0400)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

sys-libs/lwp/lwp-2.6-r1.ebuild [moved from sys-libs/lwp/lwp-2.6.ebuild with 63% similarity]

similarity index 63%
rename from sys-libs/lwp/lwp-2.6.ebuild
rename to sys-libs/lwp/lwp-2.6-r1.ebuild
index 6919e7e9b60bfc1a7d34b2354bc71de927888a7c..f4206728130a61dd4215e3042a18a14fe0c14844 100644 (file)
@@ -1,11 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="4"
+EAPI=6
 
-inherit eutils
-
-DESCRIPTION="Light weight process library (used by Coda).  This is NOT libwww-perl"
+DESCRIPTION="Light-weight process library (used by Coda)"
 HOMEPAGE="http://www.coda.cs.cmu.edu/"
 SRC_URI="http://www.coda.cs.cmu.edu/pub/lwp/src/${P}.tar.gz"
 
@@ -15,6 +13,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 src_prepare() {
+       eapply_user
        # Was introduced for bug #34542, not sure if still needed
-       use amd64 && epatch "${FILESDIR}"/lwp-2.0-amd64.patch
+       use amd64 && eapply "${FILESDIR}"/lwp-2.0-amd64.patch
 }