summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-08-25 14:48:57 +0200
committerPacho Ramos <pacho@gentoo.org>2016-08-25 14:53:57 +0200
commitfc47eff31258f7643d9436ee19feebe379275b6b (patch)
tree051d1934ca24818c53902dae6f271ec3a68d1dc9 /x11-plugins
parentx11-plugins/gkrellm-radio: Respect LDFLAGS and fix dependencies (#340138 by M... (diff)
downloadgentoo-fc47eff31258f7643d9436ee19feebe379275b6b.tar.gz
gentoo-fc47eff31258f7643d9436ee19feebe379275b6b.tar.bz2
gentoo-fc47eff31258f7643d9436ee19feebe379275b6b.zip
x11-plugins/gkrellm-volume: Drop old
Package-Manager: portage-2.3.0
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gkrellm-volume/gkrellm-volume-2.1.13.ebuild26
1 files changed, 0 insertions, 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 615e6f19f52e..000000000000
--- 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"
-}