commit:     d6c389efe62a69b1e4346fa8c891b69a33c4a1e6
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue May 22 20:11:41 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue May 22 20:11:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6c389ef

app-pda/iripdb: EAPI bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-pda/iripdb/iripdb-0.1.3b.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/app-pda/iripdb/iripdb-0.1.3b.ebuild 
b/app-pda/iripdb/iripdb-0.1.3b.ebuild
index a5b9d46edd1..f2d2e3a24e2 100644
--- a/app-pda/iripdb/iripdb-0.1.3b.ebuild
+++ b/app-pda/iripdb/iripdb-0.1.3b.ebuild
@@ -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
 }

Reply via email to