media-sound/mp3_check: remove old (EAPI0)
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Thu, 21 Feb 2019 20:37:17 +0000 (21:37 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Fri, 22 Feb 2019 00:41:56 +0000 (01:41 +0100)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11127
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-sound/mp3_check/mp3_check-1.98.ebuild [deleted file]

diff --git a/media-sound/mp3_check/mp3_check-1.98.ebuild b/media-sound/mp3_check/mp3_check-1.98.ebuild
deleted file mode 100644 (file)
index 48baafa..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="MP3 consistency checker"
-HOMEPAGE="https://sourceforge.net/projects/mp3check/"
-SRC_URI="mirror://sourceforge/mp3check/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       epatch "${FILESDIR}"/${P}-makefile.patch
-}
-
-src_compile() {
-       emake CC="$(tc-getCC)" || die
-}
-
-src_install () {
-       dobin mp3_check || die "dobin failed"
-       dodoc WISHLIST TODO THANKYOU README *NOTES FOR_TESTING GOALS MILESTONE*
-}