diff options
Diffstat (limited to 'rox-base/volume/volume-009.ebuild')
-rw-r--r-- | rox-base/volume/volume-009.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/rox-base/volume/volume-009.ebuild b/rox-base/volume/volume-009.ebuild deleted file mode 100644 index c7147086a525..000000000000 --- a/rox-base/volume/volume-009.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-base/volume/volume-009.ebuild,v 1.3 2006/11/20 18:07:43 opfer Exp $ - -ROX_VER=2.1.0 -ROX_LIB_VER=2.0.0 -inherit rox eutils - -MY_PN="Volume" -DESCRIPTION="Volume is a ROX Panel Applet that puts a popup volume control in your panel." -HOMEPAGE="http://www.hayber.us/rox/Volume" -SRC_URI="http://www.hayber.us/rox/applets/${MY_PN}-${PV}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -RDEPEND=">=dev-python/pyalsaaudio-0.2" - -APPNAME=${MY_PN} -S=${WORKDIR} - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-no_channels.patch -} |