commit:     89a1fb6c2e555645ada74e508e59d8ab61034eed
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Feb 21 20:37:17 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 22 00:41:56 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89a1fb6c

media-sound/mp3_check: remove old (EAPI0)

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11127
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/mp3_check/mp3_check-1.98.ebuild | 30 -----------------------------
 1 file changed, 30 deletions(-)

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
index 48baafa74e1..00000000000
--- a/media-sound/mp3_check/mp3_check-1.98.ebuild
+++ /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*
-}

Reply via email to