commit:     7a7a400343bbb830dc87f33c5eb8066622c7098f
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 23 06:36:37 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 06:36:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a7a4003

sys-fs/hfsplusutils: update to EAPI=5

 sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild 
b/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild
index aa6fe7c..e11b120 100644
--- a/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild
+++ b/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit autotools eutils
+EAPI="5"
+
+inherit autotools eutils flag-o-matic
 
 MY_P="hfsplus_${PV}"
 DESCRIPTION="HFS+ Filesystem Access Utilities (a PPC filesystem)"
@@ -19,18 +20,16 @@ RDEPEND=""
 
 S=${WORKDIR}/hfsplus-${PV}
 
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
+src_prepare() {
        epatch "${FILESDIR}/${P}-glob.patch"
        epatch "${FILESDIR}/${P}-errno.patch"
        epatch "${FILESDIR}/${P}-gcc4.patch"
        epatch "${FILESDIR}/${P}-string.patch"
-       #let's avoid the Makefile.cvs since isn't working for us
+       # let's avoid the Makefile.cvs since isn't working for us
        eautoreconf
 }
 
 src_install() {
-       make DESTDIR="${D}" install || die "make install failed"
+       default
        newman doc/man/hfsp.man hfsp.1
 }

Reply via email to