diff options
author | 2015-08-10 05:10:36 -0400 | |
---|---|---|
committer | 2015-08-10 05:10:36 -0400 | |
commit | cf1d04bc96d7068f0e1e4f89ba930e0fb6a2ed91 (patch) | |
tree | bf90831576fdb0da1527338fb1dd24b03e234748 /app-cdr | |
parent | extract-xiso: version bump (diff) | |
download | gentoo-cf1d04bc96d7068f0e1e4f89ba930e0fb6a2ed91.tar.gz gentoo-cf1d04bc96d7068f0e1e4f89ba930e0fb6a2ed91.tar.bz2 gentoo-cf1d04bc96d7068f0e1e4f89ba930e0fb6a2ed91.zip |
extract-xiso: EAPI: bump to 5
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/extract-xiso/extract-xiso-2.7.1.ebuild | 8 |
1 files 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 804db20dc1c1..21da94df5003 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 } |