summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2002-06-21 04:06:33 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2002-06-21 04:06:33 +0000
commit556d86b56fe62bb101cd060b36cde974b87c388b (patch)
tree4ab3c49bc7686ff4e7bd2e0cc3f139449c278981
parentVersion bump for ettercap. (diff)
downloadhistorical-556d86b56fe62bb101cd060b36cde974b87c388b.tar.gz
historical-556d86b56fe62bb101cd060b36cde974b87c388b.tar.bz2
historical-556d86b56fe62bb101cd060b36cde974b87c388b.zip
Big changes, all new and changed. this is a candidate for our final release of Gnome2. Now reduced to only link the core parts and leave as much as possible to dependency calculations
-rw-r--r--gnome-base/gnome/ChangeLog8
-rw-r--r--gnome-base/gnome/files/digest-gnome-2.0.0_rc1-r20
-rw-r--r--gnome-base/gnome/gnome-2.0.0_rc1-r2.ebuild40
3 files changed, 47 insertions, 1 deletions
diff --git a/gnome-base/gnome/ChangeLog b/gnome-base/gnome/ChangeLog
index a3994aedf01e..5cc2594890e6 100644
--- a/gnome-base/gnome/ChangeLog
+++ b/gnome-base/gnome/ChangeLog
@@ -1,8 +1,14 @@
# ChangeLog for gnome-base/gnome
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/ChangeLog,v 1.26 2002/06/18 00:42:34 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/ChangeLog,v 1.27 2002/06/21 04:06:33 spider Exp $
+*gnome-2.0.0_rc1-r2 (20 Jun 2002)
+ 20 Jun 2002; Spider <spider@gentoo.org> gnome-2.0.0_rc1-r2.ebuild :
+ Major updates to the ebuild, now with far less packages defined, we are close to release and this is my first proposal for a rc for the gentoo package list.
+ please test this and see if all components get installed properly, they should however be so.
+
+
*gnome-2.0.0_rc1-r1 (17 Jun 2002)
17 Jun 2002; Spider <spider@gentoo.org> gnome-2.0.0_rc1-r1.ebuild :
new gnome utils, panel and desktop, updated gnome-vfs with a patch that fixes a nautilus bug, new glib, gtk+ and pango versions.
diff --git a/gnome-base/gnome/files/digest-gnome-2.0.0_rc1-r2 b/gnome-base/gnome/files/digest-gnome-2.0.0_rc1-r2
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/gnome-base/gnome/files/digest-gnome-2.0.0_rc1-r2
diff --git a/gnome-base/gnome/gnome-2.0.0_rc1-r2.ebuild b/gnome-base/gnome/gnome-2.0.0_rc1-r2.ebuild
new file mode 100644
index 000000000000..b8a10d2ab72e
--- /dev/null
+++ b/gnome-base/gnome/gnome-2.0.0_rc1-r2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.0.0_rc1-r2.ebuild,v 1.1 2002/06/21 04:06:33 spider Exp $
+
+S=${WORKDIR}
+DESCRIPTION="GNOME 2.0 - merge this package to merge the Gnome2 desktop"
+HOMEPAGE="http://www.gnome.org/"
+
+# 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
+
+RDEPEND="!gnome-base/gnome-core
+ >=x11-wm/metacity-2.3.987
+ >=gnome-base/gnome-session-2.0.1
+ >=gnome-extra/bug-buddy-2.2.0
+ >=gnome-base/gdm-2.4.0.0
+ >=media-gfx/eog-1.0.1
+ >=app-editors/gedit-2.0.0
+ >=gnome-extra/yelp-1.0.1
+ >=gnome-base/nautilus-2.0.0-r1
+ >=x11-terms/gnome-terminal-2.0.0
+ >=gnome-base/gnome-applets-2.0.0
+ >=gnome-base/control-center-2.0.0
+ >=gnome-extra/gnome-utils-2.0.0
+ >=gnome-extra/gnome-media-2.0.0
+ >=gnome-extra/gnome-system-monitor-2.0.0
+ >=gnome-extra/gnome-games-2.0.1"
+