summaryrefslogtreecommitdiff
path: root/app-pda
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-04-27 23:59:43 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-04-27 23:59:43 +0100
commit413421048cc2b0df9a218f0ab3cb151846809eb5 (patch)
tree3fd887035aa0f5b65d7f147ab77caa98c44c148d /app-pda
parent3e42d1577189af123b773dc0f11e5419035308c8 (diff)
gentoo auto-resync : 27:04:2024 - 23:59:42
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/Manifest.gzbin2234 -> 2073 bytes
-rw-r--r--app-pda/iripdb/Manifest3
-rw-r--r--app-pda/iripdb/iripdb-0.1.3b.ebuild38
-rw-r--r--app-pda/iripdb/metadata.xml12
4 files changed, 0 insertions, 53 deletions
diff --git a/app-pda/Manifest.gz b/app-pda/Manifest.gz
index 386a8c44d07f..a069c25b69dc 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
deleted file mode 100644
index 7245ab497e59..000000000000
--- a/app-pda/iripdb/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST iRipDB-0.1.3b.zip 32000 BLAKE2B 139affccb8545756c0d0e2652b7b1851b588aad3fcbcad04a88ccb517bcb10bd7aa4d46bc87885a6b32b0d27564bb98cde2bf21846140eb572f9c1953dba4d8a SHA512 7d3811e12a8570a07d2381bf6e97c9818b0da5b38dca95fc66441635343d827395d16fcdc7cea49179c062888ecbd88722f379ed59664919e10050618e66e8d5
-EBUILD iripdb-0.1.3b.ebuild 903 BLAKE2B 2844f5afd4f28faf5059332e70ce62685754fd19b286f8c1d1e973e4aa1869bfe960421080ef264e132404545c24ea80177a487003627103397c482f63b5070c SHA512 9242cae6048623cef841a74ae47bb3a8d4a7b844c24a0bba53d3a6db1cb614f32fbed88adbc33030814fca2a41f456c3666217b2a02cc15f4887d9e1a9505988
-MISC metadata.xml 580 BLAKE2B ff2e9f0a1ac8d9f90a8f3ec5fc7f5298d9004fc8b6fefabb2ec34dfa471b37c7a3efc78c73a3198d8b6e4cfe2856e3f160e8f9479af7b34c2700f367ce11e2e3 SHA512 bbd3a6d3728df8e5f9c2e0211d1983b77beb7d8d2db6e31ad9ae9bc5a4c0a38cf9cee1c83bffa424475dc4b8acb5db5f02ed04480adb09216eabd70177fa843e
diff --git a/app-pda/iripdb/iripdb-0.1.3b.ebuild b/app-pda/iripdb/iripdb-0.1.3b.ebuild
deleted file mode 100644
index 57dd91079dcf..000000000000
--- a/app-pda/iripdb/iripdb-0.1.3b.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-MY_P="${P/iripdb/iRipDB}"
-
-DESCRIPTION="Allows generating the DB files necessary for the iRiver iHP-1xx"
-HOMEPAGE="http://www.fataltourist.com/iripdb/"
-SRC_URI="http://www.fataltourist.com/iripdb/${MY_P}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="
- media-libs/taglib
- sys-libs/zlib
-"
-DEPEND="${RDEPEND}
- app-arch/unzip
-"
-
-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 || 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++ || die
-}
-
-src_install() {
- dobin iripdb
- dodoc AUTHORS README doc/iRivDB_structure
-}
diff --git a/app-pda/iripdb/metadata.xml b/app-pda/iripdb/metadata.xml
deleted file mode 100644
index e5f2549823e3..000000000000
--- a/app-pda/iripdb/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">
- iRipDB allows generating the DB files necessary for the iRiver iHP-1xx
- series of MP3/Ogg HD Player on Linux and Windows. That will allow you
- to navigate your files through the artist/album/genre menus. It supports
- adding MP3 and Ogg files at this point. It's released under the GNU's
- General Public License and, at this moment only in source code form.
- </longdescription>
-</pkgmetadata>