commit: cf1d04bc96d7068f0e1e4f89ba930e0fb6a2ed91
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 09:10:36 2015 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 09:10:36 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf1d04bc
extract-xiso: EAPI: bump to 5
app-cdr/extract-xiso/extract-xiso-2.7.1.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-cdr/extract-xiso/extract-xiso-2.7.1.ebuild
b/app-cdr/extract-xiso/extract-xiso-2.7.1.ebuild
index 804db20..21da94d 100644
--- a/app-cdr/extract-xiso/extract-xiso-2.7.1.ebuild
+++ b/app-cdr/extract-xiso/extract-xiso-2.7.1.ebuild
@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
+EAPI="5"
+
inherit toolchain-funcs
MY_PV=${PV/_beta/b}
@@ -17,9 +19,7 @@ IUSE=""
S=${WORKDIR}/${PN}
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
sed -i \
-e 's:__LINUX__:__linux__:' \
*.[ch] */*.[ch] || die
@@ -33,6 +33,6 @@ src_compile() {
}
src_install() {
- dobin extract-xiso || die
+ dobin extract-xiso
dodoc README.TXT
}