# ChangeLog for gnome-base/gnome-light
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/ChangeLog,v 1.33 2006/12/18 19:56:34 gustavoz Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/ChangeLog,v 1.34 2007/01/14 08:57:45 leio Exp $
+
+*gnome-light-2.16.2 (14 Jan 2007)
+
+ 14 Jan 2007; Mart Raudsepp <leio@gentoo.org> -gnome-light-2.16.0.ebuild,
+ +gnome-light-2.16.2.ebuild:
+ Add 2.16.2 reflecting package versions as was for upstream 2.16.2; remove
+ old 2.16.0
18 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org>
gnome-light-2.16.1.ebuild:
--- /dev/null
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/gnome-light-2.16.2.ebuild,v 1.1 2007/01/14 08:57:45 leio Exp $
+
+S=${WORKDIR}
+DESCRIPTION="Meta package for the GNOME desktop, merge this package to install"
+HOMEPAGE="http://www.gnome.org/"
+LICENSE="as-is"
+SLOT="2.0"
+IUSE=""
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+# Note to developers:
+# This is a wrapper for the 'light' Gnome2 desktop,
+# This should only consist of the bare minimum of libs/apps needed
+# It is basicly the gnome-base/gnome without all extra apps
+
+# This is currently in it's test phase, if you feel like some dep
+# should be added or removed from this pack file a bug to
+# gnome@gentoo.org on bugs.gentoo.org
+
+# >=media-gfx/eog-2.2.1
+
+RDEPEND="!gnome-base/gnome-core
+ !gnome-base/gnome
+
+ >=dev-libs/glib-2.12.4
+ >=x11-libs/gtk+-2.10.6
+ >=dev-libs/atk-1.12.3
+ >=x11-libs/pango-1.14.8
+
+ >=gnome-base/orbit-2.14.2
+
+ >=x11-libs/libwnck-2.16.2
+ >=x11-wm/metacity-2.16.3
+
+ >=gnome-base/gnome-vfs-2.16.3
+ >=gnome-base/gconf-2.14.0
+
+ >=gnome-base/gnome-mime-data-2.4.3
+
+ >=gnome-base/libbonobo-2.16.0
+ >=gnome-base/libbonoboui-2.16.0
+ >=gnome-base/libgnome-2.16.0
+ >=gnome-base/libgnomeui-2.16.1
+ >=gnome-base/libgnomecanvas-2.14.0
+ >=gnome-base/libglade-2.6.0
+
+ >=gnome-base/control-center-2.16.2
+
+ >=gnome-base/eel-2.16.3
+ >=gnome-base/nautilus-2.16.3
+
+ >=gnome-base/gnome-desktop-2.16.2
+ >=gnome-base/gnome-session-2.16.2
+ >=gnome-base/gnome-panel-2.16.2
+
+ >=x11-themes/gnome-icon-theme-2.16.1
+ >=x11-themes/gnome-themes-2.16.2
+
+ >=x11-terms/gnome-terminal-2.16.1
+
+ >=gnome-base/librsvg-2.16.1
+
+ >=gnome-extra/yelp-2.16.2"
+
+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"
+ einfo ""
+ einfo "Use gnome-base/gnome for the full GNOME Desktop"
+ einfo "as released by the GNOME team."
+
+}