From cf1d04bc96d7068f0e1e4f89ba930e0fb6a2ed91 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 10 Aug 2015 05:10:36 -0400 Subject: extract-xiso: EAPI: bump to 5 --- app-cdr/extract-xiso/extract-xiso-2.7.1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app-cdr') 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 } -- cgit v1.2.3-65-gdbad