commit:     519cbf96d82d77776ada2a3b8dce2e781ac08d22
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 20:56:34 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon May 13 20:56:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=519cbf96

media-sound/umix: Drop old

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 media-sound/umix/umix-1.0.2.ebuild | 29 -----------------------------
 1 file changed, 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 d283cbbf03d..00000000000
--- 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
-}

Reply via email to