summaryrefslogtreecommitdiff
path: root/app-pda
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-25 15:22:17 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-25 15:22:17 +0100
commit22910f5d14da606bd7f06e19a2f61c5d1a8fc94b (patch)
tree808b5701901fb54b53ec3ecf6f33272e933f3ea6 /app-pda
parent91c0ec2d7067f6ab1ef578bd9967b32ca07eb502 (diff)
gentoo resync : 25.05.2018
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/Manifest.gzbin2389 -> 2389 bytes
-rw-r--r--app-pda/iripdb/Manifest2
-rw-r--r--app-pda/iripdb/iripdb-0.1.3b.ebuild11
3 files changed, 7 insertions, 6 deletions
diff --git a/app-pda/Manifest.gz b/app-pda/Manifest.gz
index 1a4f142b8cc3..1472ea0cd127 100644
--- a/app-pda/Manifest.gz
+++ b/app-pda/Manifest.gz
Binary files differ
diff --git a/app-pda/iripdb/Manifest b/app-pda/iripdb/Manifest
index 466e4fd53343..2ee9c5b3e00b 100644
--- a/app-pda/iripdb/Manifest
+++ b/app-pda/iripdb/Manifest
@@ -1,3 +1,3 @@
DIST iRipDB-0.1.3b.zip 32000 BLAKE2B 139affccb8545756c0d0e2652b7b1851b588aad3fcbcad04a88ccb517bcb10bd7aa4d46bc87885a6b32b0d27564bb98cde2bf21846140eb572f9c1953dba4d8a SHA512 7d3811e12a8570a07d2381bf6e97c9818b0da5b38dca95fc66441635343d827395d16fcdc7cea49179c062888ecbd88722f379ed59664919e10050618e66e8d5
-EBUILD iripdb-0.1.3b.ebuild 905 BLAKE2B ea9c3235a6ffb2a6fb3715bf03800d720112c7e7e19794d78b9874c7ab18e2c194747b92cfb45d129973d1118a5195a70325694f1ded65320dbef63ad8a077e5 SHA512 a89dece408039eb946b0c90a783b72c33a9ffa15827a5de98825e408e85dd8e109cc5969fff98f43c0d432be5ad3119c0dacf861e5fbf81f5ba4c60e4dfb2ddf
+EBUILD iripdb-0.1.3b.ebuild 887 BLAKE2B d78a18e257191ccd806246d15eaf126c6fb5068a8d4ccb3661a4c8391500e95c79b587c0970d39fabb5a2cde09f851c5b59f6d3db2f703eea96a1eee8b8ba80c SHA512 fe166c0d0beb43a1ace147acf86ecbb9d2a25646152ec62bdc603f718afcf73134b5aa82ddead10b68ca5e458f74f9bd55f661119d03e533366c90f444056e69
MISC metadata.xml 579 BLAKE2B 264497ce16f001b7fb8c86880829d553ca82bdea0e6f6d41910b850369471dac9b41c9d8e937ff5abe278f1e1758d2541e0814db8937da195ebddb837ac3efa6 SHA512 b3c40a10ecbb9a7d700b37172c9ce5917554a89a5e3d0c88f1b7032f08b7187f0cb09bcb91288330715d3d4f19078ec639e3e56ac1f33c334ec16dc59a59e011
diff --git a/app-pda/iripdb/iripdb-0.1.3b.ebuild b/app-pda/iripdb/iripdb-0.1.3b.ebuild
index a5b9d46edd14..f2d2e3a24e2e 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
}