app-pda/iripdb: EAPI bump
authorMikle Kolyada <zlogene@gentoo.org>
Tue, 22 May 2018 20:11:41 +0000 (23:11 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Tue, 22 May 2018 20:11:57 +0000 (23:11 +0300)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

app-pda/iripdb/iripdb-0.1.3b.ebuild

index a5b9d46edd14dbfcf9e9f37008af3088d2abc948..f2d2e3a24e2e2842dd7abe97a2c540b32c358ed5 100644 (file)
@@ -1,12 +1,11 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=6
 
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
 
 MY_P=${P/iripdb/iRipDB}
-S=${WORKDIR}/${PN}
 
 DESCRIPTION="Allows generating the DB files necessary for the iRiver iHP-1xx"
 HOMEPAGE="http://www.fataltourist.com/iripdb/"
@@ -22,6 +21,8 @@ RDEPEND="media-libs/taglib
 DEPEND="${RDEPEND}
        app-arch/unzip"
 
+S=${WORKDIR}/${MY_P}
+
 src_compile() {
        echo "$(tc-getCXX) ${CXXFLAGS} -c -o main.o main.cpp"
        $(tc-getCXX) ${CXXFLAGS} -c -o main.o -I/usr/include/taglib main.cpp
@@ -30,6 +31,6 @@ src_compile() {
 }
 
 src_install() {
-       dobin iripdb || die
-       dodoc AUTHORS README doc/iRivDB_structure || die
+       dobin iripdb
+       dodoc AUTHORS README doc/iRivDB_structure
 }