diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-12 18:53:54 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-12 20:02:30 -0500 |
commit | 5994a28c81d7c42e6a89b2a57534b358040f707b (patch) | |
tree | e47a8637d4a699a5a337f30dc136c799c073afec /media-sound/mmix | |
parent | media-sound/jack-rack: drop old (diff) | |
download | gentoo-5994a28c81d7c42e6a89b2a57534b358040f707b.tar.gz gentoo-5994a28c81d7c42e6a89b2a57534b358040f707b.tar.bz2 gentoo-5994a28c81d7c42e6a89b2a57534b358040f707b.zip |
media-sound/mmix: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-sound/mmix')
-rw-r--r-- | media-sound/mmix/mmix-0.3.ebuild | 31 |
1 files changed, 0 insertions, 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 2cc43e45fe41..000000000000 --- 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} -} |