diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-05-13 22:56:34 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-05-13 22:56:34 +0200 |
commit | 519cbf96d82d77776ada2a3b8dce2e781ac08d22 (patch) | |
tree | bf9e77450d64a902771dc7d22392f6e345792d1b /media-sound/umix | |
parent | media-gfx/pngrewrite: Drop old (diff) | |
download | gentoo-519cbf96d82d77776ada2a3b8dce2e781ac08d22.tar.gz gentoo-519cbf96d82d77776ada2a3b8dce2e781ac08d22.tar.bz2 gentoo-519cbf96d82d77776ada2a3b8dce2e781ac08d22.zip |
media-sound/umix: Drop old
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'media-sound/umix')
-rw-r--r-- | media-sound/umix/umix-1.0.2.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/media-sound/umix/umix-1.0.2.ebuild b/media-sound/umix/umix-1.0.2.ebuild deleted file mode 100644 index d283cbbf03d7..000000000000 --- a/media-sound/umix/umix-1.0.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -IUSE="ncurses oss" - -DESCRIPTION="Program for adjusting soundcard volumes" -HOMEPAGE="http://umix.sf.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="alpha amd64 ppc sparc x86" - -DEPEND="ncurses? ( >=sys-libs/ncurses-5.2 )" - -src_compile() { - local myconf - use ncurses || myconf="--disable-ncurses" - use oss || myconf="${myconf} --disable-oss" - econf ${myconf} || die - emake || die -} - -src_install() { - make DESTDIR="${D}" install - dodoc AUTHORS ChangeLog NEWS README TODO -} |