summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-06-22 10:33:10 +0200
committerDavid Seifert <soap@gentoo.org>2019-06-22 10:33:10 +0200
commitc9e3bd926787fa1b4e5865b26b093247a7fa6b73 (patch)
tree3b8cf3abd025b725132e42faaa0b8a304f2c915f /media-sound/mp3check
parentdev-db/postgresql: stable 11.4 for ia64, bug #688420 (diff)
downloadgentoo-c9e3bd926787fa1b4e5865b26b093247a7fa6b73.tar.gz
gentoo-c9e3bd926787fa1b4e5865b26b093247a7fa6b73.tar.bz2
gentoo-c9e3bd926787fa1b4e5865b26b093247a7fa6b73.zip
media-sound/mp3check: Remove old
Package-Manager: Portage-2.3.67, Repoman-2.3.15 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound/mp3check')
-rw-r--r--media-sound/mp3check/Manifest1
-rw-r--r--media-sound/mp3check/mp3check-0.8.4.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/media-sound/mp3check/Manifest b/media-sound/mp3check/Manifest
index 9d8b21de0d4c..d98d6b64dd1a 100644
--- a/media-sound/mp3check/Manifest
+++ b/media-sound/mp3check/Manifest
@@ -1,2 +1 @@
-DIST mp3check-0.8.4.tgz 71396 BLAKE2B fcc25d9dfc474753cf97ead6cde175c5d836ba99971490f8a9ade6726a7af70418339d2da580f402e8d708659a44c5af3024199a0854c66b90bd637f15dc0362 SHA512 383633e673ae124a7beccb4dc9fd4caeaedbddd7939284a7737f1d0f230424b24f1a967ad1d380800d4345e7bbf6f7796cdd9a9816251180e25723a2e24903b5
DIST mp3check-0.8.7.tgz 71629 BLAKE2B 2ba73374fd9935b39aeca8f9a1e72e95d449309fed8e667b15808a548e34a75d71d811b725654bc590e8ada0f2a65f29b8f8174d614a8626e77281c0ea322eb5 SHA512 5b5c9bde0cc7fd9dc02de53e4ccc3e403001547c06121be57f8f693b9224302d24f0c84f928b329b0f69c67dd4fb51fa3b60368f57a9446476d8344417bd09fd
diff --git a/media-sound/mp3check/mp3check-0.8.4.ebuild b/media-sound/mp3check/mp3check-0.8.4.ebuild
deleted file mode 100644
index 98d0ca55455c..000000000000
--- a/media-sound/mp3check/mp3check-0.8.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit toolchain-funcs
-
-DESCRIPTION="Checks mp3 files for consistency and prints several errors and warnings"
-HOMEPAGE="http://jo.ath.cx/soft/mp3check/index.html"
-SRC_URI="http://jo.ath.cx/soft/mp3check/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-src_prepare() {
- sed -i -e "/^WARN/s/-g//" Makefile || die
-}
-
-src_compile() {
- emake CXX="$(tc-getCXX)" OPT="${CXXFLAGS}"
-}
-
-src_install() {
- dobin mp3check
-}