commit: 5994a28c81d7c42e6a89b2a57534b358040f707b Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Tue Nov 12 23:53:54 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Wed Nov 13 01:02:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5994a28c
media-sound/mmix: drop old EAPI Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> media-sound/mmix/mmix-0.3.ebuild | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/media-sound/mmix/mmix-0.3.ebuild b/media-sound/mmix/mmix-0.3.ebuild deleted file mode 100644 index 2cc43e45fe4..00000000000 --- a/media-sound/mmix/mmix-0.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit toolchain-funcs - -DESCRIPTION="A soundcard mixer for the OSS driver" -HOMEPAGE="http://www.mcmilk.de/projects/mmix/" -SRC_URI="http://www.mcmilk.de/projects/${PN}/dl/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="" -DEPEND="virtual/os-headers" - -src_prepare() { - sed -i -e '/strip/d' Makefile || die -} - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} -Wall" LDFLAGS="${LDFLAGS}" -} - -src_install() { - dobin ${PN} - doman doc/${PN}.1 - dodoc doc/{AUTHORS,CHANGES,FAQ,README} -}
