diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-08-24 15:25:07 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-08-24 15:25:07 +0000 |
commit | a098fc38e9433f2bc89c10966a693656f455a72d (patch) | |
tree | 5a3a1ecfa1d445e01294bd2e1b7584b19f98dc2b /app-arch/alien | |
parent | ia64 stable wrt bug #461896 (diff) | |
download | gentoo-2-a098fc38e9433f2bc89c10966a693656f455a72d.tar.gz gentoo-2-a098fc38e9433f2bc89c10966a693656f455a72d.tar.bz2 gentoo-2-a098fc38e9433f2bc89c10966a693656f455a72d.zip |
bump EAPI -> 5, fixes Bug #478722 by mattst88
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'app-arch/alien')
-rw-r--r-- | app-arch/alien/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/alien/alien-8.88.ebuild | 11 |
2 files changed, 8 insertions, 8 deletions
diff --git a/app-arch/alien/ChangeLog b/app-arch/alien/ChangeLog index e74a4db1ff82..f0d7ba92bfa3 100644 --- a/app-arch/alien/ChangeLog +++ b/app-arch/alien/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/alien # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/alien/ChangeLog,v 1.39 2013/01/18 09:17:49 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/alien/ChangeLog,v 1.40 2013/08/24 15:25:07 idella4 Exp $ + + 24 Aug 2013; Ian Delaney <idella4@gentoo.org> alien-8.88.ebuild: + bump EAPI -> 5, fixes Bug #478722 by mattst88 *alien-8.88 (18 Jan 2013) diff --git a/app-arch/alien/alien-8.88.ebuild b/app-arch/alien/alien-8.88.ebuild index 7712738a6c4d..00d3f3ceef61 100644 --- a/app-arch/alien/alien-8.88.ebuild +++ b/app-arch/alien/alien-8.88.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/alien/alien-8.88.ebuild,v 1.1 2013/01/18 09:17:49 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/alien/alien-8.88.ebuild,v 1.2 2013/08/24 15:25:07 idella4 Exp $ -EAPI=1 +EAPI=5 -inherit perl-app +inherit perl-module DESCRIPTION="Converts between the rpm, dpkg, stampede slp, and slackware tgz file formats" HOMEPAGE="http://kitenet.net/programs/alien" @@ -24,10 +24,7 @@ DEPEND="${RDEPEND}" S=${WORKDIR}/${PN} -mydoc="TODO" - -src_unpack() { - perl-module_src_unpack +src_prepare() { sed -e s%'$(VARPREFIX)'%${D}% -e s%'$(PREFIX)'%${D}/usr%g \ -i "${S}"/Makefile.PL || die "sed failed." } |