diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-02-21 21:37:17 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-22 01:41:56 +0100 |
commit | 89a1fb6c2e555645ada74e508e59d8ab61034eed (patch) | |
tree | 8c9dde89d47b4b7af44c90e69b07588955ce667b /media-sound | |
parent | eclass: Move cpu optimization patch for older kernels. (diff) | |
download | gentoo-89a1fb6c2e555645ada74e508e59d8ab61034eed.tar.gz gentoo-89a1fb6c2e555645ada74e508e59d8ab61034eed.tar.bz2 gentoo-89a1fb6c2e555645ada74e508e59d8ab61034eed.zip |
media-sound/mp3_check: remove old (EAPI0)
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>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/mp3_check/mp3_check-1.98.ebuild | 30 |
1 files changed, 0 insertions, 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 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* -} |