commit: fc47eff31258f7643d9436ee19feebe379275b6b Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Thu Aug 25 12:48:57 2016 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Thu Aug 25 12:53:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc47eff3
x11-plugins/gkrellm-volume: Drop old Package-Manager: portage-2.3.0 .../gkrellm-volume/gkrellm-volume-2.1.13.ebuild | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/x11-plugins/gkrellm-volume/gkrellm-volume-2.1.13.ebuild b/x11-plugins/gkrellm-volume/gkrellm-volume-2.1.13.ebuild deleted file mode 100644 index 615e6f1..00000000 --- a/x11-plugins/gkrellm-volume/gkrellm-volume-2.1.13.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit gkrellm-plugin - -IUSE="alsa" -DESCRIPTION="A mixer control plugin for gkrellm" -HOMEPAGE="http://gkrellm.luon.net/volume.php" -SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="alpha amd64 ppc sparc x86" - -DEPEND="alsa? ( media-libs/alsa-lib )" - -S=${WORKDIR}/${PN} - -PLUGIN_SO=volume.so - -src_compile() { - local myconf="" - use alsa && myconf="${myconf} enable_alsa=1" - make ${myconf} || die "make failed" -}
