From: Michael Mair-Keimberger Date: Thu, 21 Feb 2019 20:37:17 +0000 (+0100) Subject: media-sound/mp3_check: remove old (EAPI0) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=89a1fb6c2e555645ada74e508e59d8ab61034eed;p=gentoo.git media-sound/mp3_check: remove old (EAPI0) Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/11127 Signed-off-by: Andreas Sturmlechner --- 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 48baafa74e18..000000000000 --- 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* -}