# ChangeLog for x11-themes/gnome-themes
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes/ChangeLog,v 1.135 2006/08/16 18:18:51 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes/ChangeLog,v 1.136 2006/09/07 04:04:56 dang Exp $
+
+*gnome-themes-2.16.0 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
+ +gnome-themes-2.16.0.ebuild:
+ New version for gnome 2.16
16 Aug 2006; Markus Rothe <corsair@gentoo.org> gnome-themes-2.14.2.ebuild:
Stable on ppc64
--- /dev/null
+MD5 64e44970702ebec39151289d3a1e17c6 gnome-themes-2.16.0.tar.bz2 2238329
+RMD160 e0fc16b431a3b6cb424ebcec1977d025ea06323f gnome-themes-2.16.0.tar.bz2 2238329
+SHA256 9276b11501fb97b5548ab3cac8b01f0cdf76fc40df64b211e6927cafa89184a7 gnome-themes-2.16.0.tar.bz2 2238329
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes/gnome-themes-2.16.0.ebuild,v 1.1 2006/09/07 04:04:56 dang Exp $
+
+inherit gnome2
+
+DESCRIPTION="A set of GNOME themes, with sets for users with limited or low vision"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="accessibility"
+
+RDEPEND=">=x11-libs/gtk+-2
+ >=x11-themes/gtk-engines-2.7"
+DEPEND="${RDEPEND}
+ >=x11-misc/icon-naming-utils-0.8.0
+ >=dev-util/pkgconfig-0.9
+ >=dev-util/intltool-0.35"
+
+DOCS="AUTHORS ChangeLog NEWS README"
+
+pkg_setup() {
+ G2CONF="${G2CONF} $(use_enable accessibility all-themes)"
+}
# ChangeLog for x11-themes/gtk-engines
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/ChangeLog,v 1.74 2006/09/05 03:49:05 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/ChangeLog,v 1.75 2006/09/07 04:07:03 dang Exp $
+
+*gtk-engines-2.8.0 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
+ +gtk-engines-2.8.0.ebuild:
+ New version for gnome 2.16
05 Sep 2006; Joshua Kinard <kumba@gentoo.org> gtk-engines-2.6.9.ebuild:
Marked stable on mips.
--- /dev/null
+MD5 4969fb9126fc85e9181a71a65eb1d30b gtk-engines-2.8.0.tar.bz2 459202
+RMD160 76f17146b65952577da67f2dc59a15c44dabc3cf gtk-engines-2.8.0.tar.bz2 459202
+SHA256 49d73c94561c42f4cf3574c465c79f83c3cd20c8130937033c56ae520442c12f gtk-engines-2.8.0.tar.bz2 459202
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/gtk-engines-2.8.0.ebuild,v 1.1 2006/09/07 04:07:03 dang Exp $
+
+inherit gnome2
+
+DESCRIPTION="GTK+2 standard engines and themes"
+HOMEPAGE="http://www.gtk.org/"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="2"
+IUSE="accessibility static"
+
+RDEPEND=">=x11-libs/gtk+-2.8
+ !<=x11-themes/gnome-themes-2.8.2"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.9"
+
+DOCS="AUTHORS ChangeLog NEWS README"
+
+
+pkg_setup() {
+ G2CONF="$(use_enable static) --enable-animation"
+ use accessibility || G2CONF="${G2CONF} --disable-hc"
+}