From: Pacho Ramos Date: Mon, 13 May 2019 20:56:34 +0000 (+0200) Subject: media-sound/umix: Drop old X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=519cbf96d82d77776ada2a3b8dce2e781ac08d22;p=gentoo.git media-sound/umix: Drop old Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Pacho Ramos --- 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 -}