diff options
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.16.0.ebuild | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.16.0.ebuild b/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.16.0.ebuild deleted file mode 100644 index c643f048e886..000000000000 --- a/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.16.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.16.0.ebuild,v 1.13 2007/01/22 02:16:11 compnerd Exp $ - -inherit eutils gnome2 - -DESCRIPTION="Fast User Switching Applet for Gnome Desktop" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2 FDL-1.1 LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="" - -RDEPEND="dev-libs/glib - x11-libs/pango - >=x11-libs/gtk+-2.6 - gnome-base/libbonoboui - gnome-base/libgnome - gnome-base/orbit - >=gnome-base/libglade-2.0 - >=gnome-base/gconf-2.0 - gnome-base/libbonobo - gnome-base/libgnomeui - gnome-base/gnome-vfs - gnome-base/gnome-keyring - gnome-base/libgnomecanvas - >=gnome-base/gnome-panel-2.0 - x11-libs/libXmu - x11-libs/libXau - x11-libs/libSM" - -DEPEND="${RDEPEND} - dev-libs/libxslt - >=dev-util/pkgconfig-0.9 - >=dev-util/intltool-0.35 - >=app-text/scrollkeeper-0.1.4 - >=app-text/gnome-doc-utils-0.3.2 - ~app-text/docbook-xml-dtd-4.3" - -DOCS="AUTHORS ChangeLog NEWS README" -USE_DESTDIR="1" - -pkg_setup() { - if has_version '<gnome-base/gdm-2.13.0.8' ; then - G2CONF="${G2CONF} --with-gdm-config=/etc/X11/gdm/gdm.conf" - else - G2CONF="${G2CONF} --with-gdm-config=/usr/share/gdm/defaults.conf" - fi -} |