summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2011-03-04 22:19:21 +0000
committerAndreas Proschofsky <suka@gentoo.org>2011-03-04 22:19:21 +0000
commitb0c00e26339d1c932e5b4352b8f197ecd8b54c54 (patch)
tree101e2c6611fb4ba5d37507b7868848cf8f47600c /gnome-base/gnome-shell/gnome-shell-2.91.2.ebuild
parentsvn path=/; revision=323 (diff)
downloadsuka-b0c00e26339d1c932e5b4352b8f197ecd8b54c54.tar.gz
suka-b0c00e26339d1c932e5b4352b8f197ecd8b54c54.tar.bz2
suka-b0c00e26339d1c932e5b4352b8f197ecd8b54c54.zip
Remove tons of outdated gnome3 pre-releases, please use gnome-overlay instead
svn path=/; revision=324
Diffstat (limited to 'gnome-base/gnome-shell/gnome-shell-2.91.2.ebuild')
-rw-r--r--gnome-base/gnome-shell/gnome-shell-2.91.2.ebuild58
1 files changed, 0 insertions, 58 deletions
diff --git a/gnome-base/gnome-shell/gnome-shell-2.91.2.ebuild b/gnome-base/gnome-shell/gnome-shell-2.91.2.ebuild
deleted file mode 100644
index 33e42bb..0000000
--- a/gnome-base/gnome-shell/gnome-shell-2.91.2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="Provides core UI functions for the GNOME 3 desktop"
-HOMEPAGE="http://live.gnome.org/GnomeShell"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.25.9
- >=x11-libs/gtk+-2.91.0:3[introspection]
- >=media-libs/gstreamer-0.10.16
- >=media-libs/gst-plugins-base-0.10.16
- >=gnome-base/gnome-desktop-2.91.0:3
- >=dev-libs/gobject-introspection-0.9.5
-
- dev-libs/dbus-glib
- >=dev-libs/gjs-0.7.5
- x11-libs/pango[introspection]
- >=media-libs/clutter-1.4.0[introspection]
- dev-libs/libcroco:0.6
-
- >=gnome-base/dconf-0.4.1
- gnome-base/gconf[introspection]
- gnome-base/gnome-menus
- x11-libs/startup-notification
- x11-libs/libXfixes
- >=x11-wm/mutter-2.91.2[introspection]
- x11-apps/mesa-progs
- dev-python/dbus-python
- media-sound/pulseaudio
- gnome-base/gsettings-desktop-schemas
-"
-
-DEPEND="${RDEPEND}
- >=sys-devel/libtool-2.2.6
- >=dev-lang/python-2.5
- sys-devel/gettext
- >=dev-util/pkgconfig-0.22
- >=dev-util/intltool-0.26
- gnome-base/gnome-common
-"
-DOCS="AUTHORS README"
-
-pkg_postinst() {
- elog " Start with 'gnome-shell --replace' "
- elog " or add gnome-shell.desktop to ~/.config/autostart/ "
-
- gnome2_pkg_postinst
-}