summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-03-20 21:18:38 +0000
committerSamuli Suominen <drac@gentoo.org>2008-03-20 21:18:38 +0000
commit252affa79185108449d781353b806b3b9ca06708 (patch)
treeb1a57205e352b93cea9db663237115ccb38d36e1 /xfce-extra/xfce4-mixer
parentAdd longdescription to metadata. (diff)
downloadgentoo-2-252affa79185108449d781353b806b3b9ca06708.tar.gz
gentoo-2-252affa79185108449d781353b806b3b9ca06708.tar.bz2
gentoo-2-252affa79185108449d781353b806b3b9ca06708.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'xfce-extra/xfce4-mixer')
-rw-r--r--xfce-extra/xfce4-mixer/xfce4-mixer-4.4.1.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/xfce-extra/xfce4-mixer/xfce4-mixer-4.4.1.ebuild b/xfce-extra/xfce4-mixer/xfce4-mixer-4.4.1.ebuild
deleted file mode 100644
index 39e127500dc2..000000000000
--- a/xfce-extra/xfce4-mixer/xfce4-mixer-4.4.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mixer/xfce4-mixer-4.4.1.ebuild,v 1.10 2007/06/07 18:44:01 drac Exp $
-
-inherit eutils xfce44
-
-XFCE_VERSION=4.4.1
-xfce44
-
-# Bugs 166167 and 174296. Parallel make is dead in xfce4-mixer.
-xfce44_single_make
-
-DESCRIPTION="Volume control application (ALSA or OSS)"
-HOMEPAGE="http://www.xfce.org/projects/xfce4-mixer"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86 ~x86-fbsd"
-
-IUSE="alsa debug"
-
-RDEPEND=">=dev-libs/glib-2.6
- dev-libs/libxml2
- >=x11-libs/gtk+-2.6
- >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION}
- >=xfce-base/xfce4-panel-${XFCE_MASTER_VERSION}
- alsa? ( media-libs/alsa-lib )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- dev-util/intltool"
-
-if use alsa; then
- XFCE_CONFIG="${XFCE_CONFIG} --with-sound=alsa"
-fi
-
-DOCS="AUTHORS ChangeLog NEWS NOTES README TODO"
-
-src_install() {
- xfce44_src_install
- make_desktop_entry ${PN} "Volume control" ${PN} AudioVideo
-}
-
-xfce44_core_package