diff options
author | Marinus Schraal <foser@gentoo.org> | 2002-12-07 14:35:47 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2002-12-07 14:35:47 +0000 |
commit | 500e9dab7e275dfd279f4431aab4b36e270ae014 (patch) | |
tree | 24494aaf8cf6693a4798e1413a5e37fcc918a3ae /gnome-base/gnome | |
parent | Fix compilation on alpha and marked as stable (on alpha) (diff) | |
download | historical-500e9dab7e275dfd279f4431aab4b36e270ae014.tar.gz historical-500e9dab7e275dfd279f4431aab4b36e270ae014.tar.bz2 historical-500e9dab7e275dfd279f4431aab4b36e270ae014.zip |
removing 2.1 stuff
Diffstat (limited to 'gnome-base/gnome')
-rw-r--r-- | gnome-base/gnome/files/digest-gnome-2.1.2 | 0 | ||||
-rw-r--r-- | gnome-base/gnome/gnome-2.1.2.ebuild | 89 |
2 files changed, 0 insertions, 89 deletions
diff --git a/gnome-base/gnome/files/digest-gnome-2.1.2 b/gnome-base/gnome/files/digest-gnome-2.1.2 deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/gnome-base/gnome/files/digest-gnome-2.1.2 +++ /dev/null diff --git a/gnome-base/gnome/gnome-2.1.2.ebuild b/gnome-base/gnome/gnome-2.1.2.ebuild deleted file mode 100644 index 9a660116d73e..000000000000 --- a/gnome-base/gnome/gnome-2.1.2.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.1.2.ebuild,v 1.3 2002/12/03 15:05:52 nall Exp $ - -S=${WORKDIR} -DESCRIPTION="GNOME 2.0 - merge this package to merge the Gnome2 desktop" -HOMEPAGE="http://www.gnome.org/" -LICENSE="as-is" -SLOT="2.0" - -# when unmasking for an arch -# double check none of the deps are still masked ! -KEYWORDS="x86 ~ppc" - - -# Note to developers: -# This is a wrapper for the complete Gnome2 desktop, -# This means all components that a user expects in Gnome2 are present -# please do not reduce this list further unless -# dependencies pull in what you remove. -# With "emerge gnome" a user expects the full "standard" distribution of Gnome and should be provided with that, consider only installing the parts needed for smaller installations. - -# Metacity was choosen as the default window manager because of sawfish's long time of non-working state. - -# eog is installed to provide with image previews in nautilus. - -# gedit is a core example of Gnome2 platform - -# applets will pull in the gnome-panel - -# after the blank line are the "complete" list we use for gnome2 betas - -# after the second blank line added packages for gnome2.1 -# file-roller, gcalctool being (a few of) fifth toe - -RDEPEND="!gnome-base/gnome-core - >=x11-wm/metacity-2.4.2 - =gnome-base/gnome-session-2.1* - >=gnome-extra/bug-buddy-2.2.0 - >=gnome-base/gdm-2.4.0.11 - =media-gfx/eog-1.1* - =app-editors/gedit-2.1* - =gnome-extra/yelp-2.1* - =gnome-base/nautilus-2.1* - =x11-terms/gnome-terminal-2.1* - =gnome-base/gnome-applets-2.1* - =gnome-base/control-center-2.1* - =gnome-extra/gnome-utils-2.1* - =gnome-extra/gnome-media-2.1* - >=gnome-extra/gnome-system-monitor-2.0.2 - =gnome-extra/gnome-games-2.1* - >=gnome-extra/gconf-editor-0.3.1 - >=gnome-extra/gnome2-user-docs-2.0.1 - - - =x11-libs/gtk+-2.1* - =x11-libs/pango-1.1* - =dev-libs/atk-1.1* - >=dev-libs/glib-2.0.6 - =gnome-base/eel-2.1* - =gnome-base/gnome-panel-2.1* - =gnome-base/gnome-desktop-2.1* - =gnome-base/gnome-vfs-2.1* - =gnome-base/libgnomeprint-2.1* - =gnome-base/libgnomeprintui-2.1* - =gnome-base/libbonoboui-2.1* - =gnome-base/libbonobo-2.1* - =gnome-base/librsvg-2.1* - =gnome-base/libgnome-2.1* - =gnome-base/libgnomecanvas-2.1* - =gnome-base/libgnomeui-2.1* - =gnome-base/bonobo-activation-2.1* - >=net-libs/linc-0.7.0 - >=x11-libs/libzvt-2.0.1 - >=gnome-base/libglade-2.0.1 - =x11-libs/libwnck-2.1* - >=gnome-base/ORBit2-2.4.3 - - >=x11-themes/gnome-icon-theme-0.1 - >=x11-themes/gnome-themes-0.1 - >=app-arch/file-roller-2.1.1 - >=gnome-extra/gcalctool-4.1.9" - -pkg_postinst () { - einfo "note that to change windowmanager to metacity do: " - einfo " export WINDOW_MANAGER=\"/usr/bin/metacity\"" - einfo "of course this works for all other window managers as well" - -} |