* [gentoo-commits] repo/gentoo:master commit in: app-pda/iripdb/
@ 2018-05-22 20:12 Mikle Kolyada
0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada @ 2018-05-22 20:12 UTC (permalink / raw
To: gentoo-commits
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
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/iripdb/
@ 2018-05-25 17:35 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2018-05-25 17:35 UTC (permalink / raw
To: gentoo-commits
commit: 46a8352d8951ae456266280d50c50d4477cfda91
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri May 25 16:46:45 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri May 25 17:35:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46a8352d
app-pda/iripdb: Fix building (#656342)
Package-Manager: Portage-2.3.38, Repoman-2.3.9
app-pda/iripdb/iripdb-0.1.3b.ebuild | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/app-pda/iripdb/iripdb-0.1.3b.ebuild b/app-pda/iripdb/iripdb-0.1.3b.ebuild
index f2d2e3a24e2..959d4997dc6 100644
--- a/app-pda/iripdb/iripdb-0.1.3b.ebuild
+++ b/app-pda/iripdb/iripdb-0.1.3b.ebuild
@@ -2,10 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-
inherit toolchain-funcs
-MY_P=${P/iripdb/iRipDB}
+MY_P="${P/iripdb/iRipDB}"
DESCRIPTION="Allows generating the DB files necessary for the iRiver iHP-1xx"
HOMEPAGE="http://www.fataltourist.com/iripdb/"
@@ -13,15 +12,18 @@ SRC_URI="http://www.fataltourist.com/iripdb/${MY_P}.zip"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
-RDEPEND="media-libs/taglib
- sys-libs/zlib"
+RDEPEND="
+ media-libs/taglib
+ sys-libs/zlib
+"
DEPEND="${RDEPEND}
- app-arch/unzip"
+ app-arch/unzip
+"
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${PN}"
src_compile() {
echo "$(tc-getCXX) ${CXXFLAGS} -c -o main.o main.cpp"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-pda/iripdb/
@ 2024-02-28 8:43 Agostino Sarubbo
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo @ 2024-02-28 8:43 UTC (permalink / raw
To: gentoo-commits
commit: 55fbcfa69d486d47b4ff1c4eb237212917404752
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 08:43:22 2024 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 08:43:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55fbcfa6
app-pda/iripdb: add die in src_compile
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-pda/iripdb/iripdb-0.1.3b.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-pda/iripdb/iripdb-0.1.3b.ebuild b/app-pda/iripdb/iripdb-0.1.3b.ebuild
index 959d4997dc63..57dd91079dcf 100644
--- a/app-pda/iripdb/iripdb-0.1.3b.ebuild
+++ b/app-pda/iripdb/iripdb-0.1.3b.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -27,9 +27,9 @@ S="${WORKDIR}/${PN}"
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
+ $(tc-getCXX) ${CXXFLAGS} -c -o main.o -I/usr/include/taglib main.cpp || die
echo "$(tc-getCC) ${CFLAGS} ${LDFLAGS} -o iripdb main.o -lz -lm -ltag -lstdc++"
- $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o iripdb main.o -lz -lm -ltag -lstdc++
+ $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o iripdb main.o -lz -lm -ltag -lstdc++ || die
}
src_install() {
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-02-28 8:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-25 17:35 [gentoo-commits] repo/gentoo:master commit in: app-pda/iripdb/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2024-02-28 8:43 Agostino Sarubbo
2018-05-22 20:12 Mikle Kolyada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox