# ChangeLog for gnome-extra/bug-buddy
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bug-buddy/ChangeLog,v 1.100 2006/09/05 02:43:58 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bug-buddy/ChangeLog,v 1.101 2006/09/07 03:44:48 dang Exp $
+
+*bug-buddy-2.16.0 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org> +bug-buddy-2.16.0.ebuild:
+ New version for gnome 2.16
05 Sep 2006; Joshua Kinard <kumba@gentoo.org> bug-buddy-2.10.0.ebuild,
bug-buddy-2.12.1.ebuild, bug-buddy-2.14.0.ebuild:
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bug-buddy/bug-buddy-2.16.0.ebuild,v 1.1 2006/09/07 03:44:48 dang Exp $
+
+inherit gnome2
+
+DESCRIPTION="A graphical bug reporting tool"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="Ximian-logos GPL-2"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=gnome-base/gconf-2
+ >=gnome-base/libbonobo-2
+ >=x11-libs/gtk+-2.10
+ >=dev-libs/glib-2
+ >=gnome-base/gnome-desktop-2
+ >=gnome-base/gnome-vfs-2
+ >=gnome-base/libgnome-2
+ >=gnome-base/libgnomecanvas-2
+ >=gnome-base/gnome-menus-2.11.1
+ >=gnome-base/libgnomeui-2.5.92
+ >=gnome-base/libglade-2
+ >=dev-libs/libxml2-2.4.6
+ >=net-libs/libsoup-2.2.96
+ >=gnome-base/libgtop-2.13.3
+ gnome-extra/evolution-data-server
+ >=sys-devel/gdb-5.1"
+
+DEPEND=${RDEPEND}"
+ >=app-text/gnome-doc-utils-0.3.2
+ >=dev-util/pkgconfig-0.9
+ >=dev-util/intltool-0.29
+ >=app-text/scrollkeeper-0.3.8"
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"
+USE_DESTDIR="1"
+
+
+pkg_setup() {
+ G2CONF="${G2CONF}--disable-scrollkeeper"
+}
+
--- /dev/null
+MD5 199b8fe6454096b1c8e514eaa925caa3 bug-buddy-2.16.0.tar.bz2 511355
+RMD160 4d49fe097a31698bd23ee556186a0d820aa43d30 bug-buddy-2.16.0.tar.bz2 511355
+SHA256 7c2d178a4539044654654acbe8365f925f34f312799e98f7cc1ddb09ff141c22 bug-buddy-2.16.0.tar.bz2 511355
# ChangeLog for gnome-extra/deskbar-applet
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/deskbar-applet/ChangeLog,v 1.20 2006/08/19 00:57:36 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/deskbar-applet/ChangeLog,v 1.21 2006/09/07 03:46:55 dang Exp $
+
+*deskbar-applet-2.16.0 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
+ +files/deskbar-applet-2.15.3-multilib.patch,
+ +deskbar-applet-2.16.0.ebuild:
+ New version for gnome 2.16
19 Aug 2006; Bryan Østergaard <kloeri@gentoo.org>
deskbar-applet-2.14.2.ebuild:
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/deskbar-applet/deskbar-applet-2.16.0.ebuild,v 1.1 2006/09/07 03:46:55 dang Exp $
+
+inherit gnome2 eutils autotools python
+
+DESCRIPTION="An Omnipresent Versatile Search Interface"
+HOMEPAGE="http://raphael.slinckx.net/deskbar/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="eds"
+
+RDEPEND=">=dev-lang/python-2.4
+ >=x11-libs/gtk+-2.6
+ >=dev-python/pygtk-2.6
+ >=dev-python/gnome-python-2.10
+ >=gnome-base/gnome-desktop-2.10
+ >=sys-apps/dbus-0.60
+ >=dev-python/gnome-python-desktop-2.14.0
+ >=dev-python/gnome-python-extras-2.12
+ >=gnome-base/gconf-2
+ dev-python/elementtree
+ eds? ( >=gnome-extra/evolution-data-server-1.7.92 )"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ >=dev-util/intltool-0.35
+ dev-util/pkgconfig"
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"
+
+pkg_setup() {
+ G2CONF="${G2CONF} $(use_enable eds evolution) --exec-prefix=/usr"
+}
+
+src_unpack() {
+ gnome2_src_unpack
+
+ # Fix installing libs into pythondir
+ epatch ${FILESDIR}/${PN}-2.15.3-multilib.patch
+
+ AT_M4DIR="m4" eautoreconf
+}
--- /dev/null
+diff --exclude-from=/home/dang/.diffrc -u -ruN deskbar-applet-2.15.3.orig/deskbar/evolution/Makefile.am deskbar-applet-2.15.3/deskbar/evolution/Makefile.am
+--- deskbar-applet-2.15.3.orig/deskbar/evolution/Makefile.am 2006-05-22 17:30:21.000000000 -0400
++++ deskbar-applet-2.15.3/deskbar/evolution/Makefile.am 2006-06-14 13:45:10.000000000 -0400
+@@ -1,6 +1,6 @@
+ INCLUDES = $(PYTHON_INCLUDES) $(EVOLUTION_CFLAGS)
+
+-_evolutiondir = $(pythondir)/deskbar/evolution
++_evolutiondir = $(pyexecdir)/deskbar/evolution
+ _evolution_LTLIBRARIES = _evolution.la
+ _evolution_la_LDFLAGS = -module -avoid-version -export-symbols-regex init_evolution
+ _evolution_la_LIBADD = $(EVOLUTION_LIBS)
+diff --exclude-from=/home/dang/.diffrc -u -ruN deskbar-applet-2.15.3.orig/deskbar/gdmclient/Makefile.am deskbar-applet-2.15.3/deskbar/gdmclient/Makefile.am
+--- deskbar-applet-2.15.3.orig/deskbar/gdmclient/Makefile.am 2006-05-31 07:36:27.000000000 -0400
++++ deskbar-applet-2.15.3/deskbar/gdmclient/Makefile.am 2006-06-14 13:46:02.000000000 -0400
+@@ -1,6 +1,6 @@
+ INCLUDES = $(PYTHON_INCLUDES) $(DESKBAR_CFLAGS)
+
+-_gdmclientdir = $(pythondir)/deskbar/gdmclient
++_gdmclientdir = $(pyexecdir)/deskbar/gdmclient
+ _gdmclient_LTLIBRARIES = _gdmclient.la
+ _gdmclient_la_LDFLAGS = -module -avoid-version -export-symbols-regex init_gdmclient
+ _gdmclient_la_LIBADD = $(DESKBAR_LIBS)
+diff --exclude-from=/home/dang/.diffrc -u -ruN deskbar-applet-2.15.3.orig/deskbar/gnomedesktop/Makefile.am deskbar-applet-2.15.3/deskbar/gnomedesktop/Makefile.am
+--- deskbar-applet-2.15.3.orig/deskbar/gnomedesktop/Makefile.am 2006-05-22 17:30:21.000000000 -0400
++++ deskbar-applet-2.15.3/deskbar/gnomedesktop/Makefile.am 2006-06-14 13:45:10.000000000 -0400
+@@ -1,6 +1,6 @@
+ INCLUDES = $(PYTHON_INCLUDES) $(DESKBAR_CFLAGS)
+
+-_gnomedesktopdir = $(pythondir)/deskbar/gnomedesktop
++_gnomedesktopdir = $(pyexecdir)/deskbar/gnomedesktop
+ _gnomedesktop_LTLIBRARIES = _gnomedesktop.la
+ _gnomedesktop_la_LDFLAGS = -module -avoid-version -export-symbols-regex init_gnomedesktop
+ _gnomedesktop_la_LIBADD = $(DESKBAR_LIBS)
+diff --exclude-from=/home/dang/.diffrc -u -ruN deskbar-applet-2.15.3.orig/deskbar/iconentry/Makefile.am deskbar-applet-2.15.3/deskbar/iconentry/Makefile.am
+--- deskbar-applet-2.15.3.orig/deskbar/iconentry/Makefile.am 2006-05-22 17:30:22.000000000 -0400
++++ deskbar-applet-2.15.3/deskbar/iconentry/Makefile.am 2006-06-14 13:45:10.000000000 -0400
+@@ -1,6 +1,6 @@
+ INCLUDES = $(PYTHON_INCLUDES) $(DESKBAR_CFLAGS)
+
+-_iconentrydir = $(pythondir)/deskbar/iconentry
++_iconentrydir = $(pyexecdir)/deskbar/iconentry
+ _iconentry_LTLIBRARIES = _iconentry.la
+ _iconentry_la_LDFLAGS = -module -avoid-version -export-symbols-regex init_iconentry
+ _iconentry_la_LIBADD = $(DESKBAR_LIBS)
+diff --exclude-from=/home/dang/.diffrc -u -ruN deskbar-applet-2.15.3.orig/deskbar/keybinder/Makefile.am deskbar-applet-2.15.3/deskbar/keybinder/Makefile.am
+--- deskbar-applet-2.15.3.orig/deskbar/keybinder/Makefile.am 2006-05-22 17:30:22.000000000 -0400
++++ deskbar-applet-2.15.3/deskbar/keybinder/Makefile.am 2006-06-14 13:45:10.000000000 -0400
+@@ -1,6 +1,6 @@
+ INCLUDES = $(PYTHON_INCLUDES) $(DESKBAR_CFLAGS)
+
+-_keybinderdir = $(pythondir)/deskbar/keybinder
++_keybinderdir = $(pyexecdir)/deskbar/keybinder
+ _keybinder_LTLIBRARIES = _keybinder.la
+ _keybinder_la_LDFLAGS = -module -avoid-version -export-symbols-regex init_keybinder
+ _keybinder_la_LIBADD = $(DESKBAR_LIBS)
+diff --exclude-from=/home/dang/.diffrc -u -ruN deskbar-applet-2.15.3.orig/deskbar/osutils/Makefile.am deskbar-applet-2.15.3/deskbar/osutils/Makefile.am
+--- deskbar-applet-2.15.3.orig/deskbar/osutils/Makefile.am 2006-05-22 17:30:22.000000000 -0400
++++ deskbar-applet-2.15.3/deskbar/osutils/Makefile.am 2006-06-14 13:45:10.000000000 -0400
+@@ -1,6 +1,6 @@
+ INCLUDES = $(PYTHON_INCLUDES) $(DESKBAR_CFLAGS)
+
+-_osutilsdir = $(pythondir)/deskbar/osutils
++_osutilsdir = $(pyexecdir)/deskbar/osutils
+ _osutils_LTLIBRARIES = _osutils.la
+ _osutils_la_LDFLAGS = -module -avoid-version init_osutils
+ _osutils_la_LIBADD = $(DESKBAR_LIBS)
--- /dev/null
+MD5 9f14a65f75142cd5b233bf9376a1f946 deskbar-applet-2.16.0.tar.bz2 613562
+RMD160 f90a860d68af203f222f59f7b8aceba76b14810d deskbar-applet-2.16.0.tar.bz2 613562
+SHA256 835fcc0260f16bb462e476f277b46df0d5f77fd7afc8f9aab1159daaee685582 deskbar-applet-2.16.0.tar.bz2 613562
# ChangeLog for gnome-extra/evolution-data-server
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.91 2006/09/06 05:25:54 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.92 2006/09/07 04:11:04 dang Exp $
+
+*evolution-data-server-1.8.0 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
+ +files/evolution-data-server-1.7.3-exchange-storage.patch,
+ +files/evolution-data-server-1.7.3-libdb.patch,
+ +files/evolution-data-server-1.7.4-move-subdirs.patch,
+ +files/evolution-data-server-1.8.0-camel-rewind.patch,
+ +evolution-data-server-1.8.0.ebuild:
+ New version for gnome 2.16
06 Sep 2006; Joshua Kinard <kumba@gentoo.org>
evolution-data-server-1.4.2.1.ebuild, evolution-data-server-1.6.2.ebuild:
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-1.8.0.ebuild,v 1.1 2006/09/07 04:11:04 dang Exp $
+
+inherit eutils gnome2 autotools
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="http://www.gnome.org/projects/evolution/"
+
+LICENSE="LGPL-2 Sleepycat"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc ipv6 kerberos krb4 ldap nntp ssl"
+
+RDEPEND=">=dev-libs/glib-2.4
+ >=gnome-base/libbonobo-2.4.2
+ >=gnome-base/orbit-2.9.8
+ >=gnome-base/libgnomeui-2
+ >=gnome-base/gnome-vfs-2
+ >=gnome-base/libgnome-2
+ >=gnome-base/gnome-common-2
+ gnome-base/gnome-keyring
+ >=dev-libs/libxml2-2
+ >=gnome-base/gconf-2
+ >=x11-libs/gtk+-2
+ >=gnome-base/libglade-2
+ >=net-libs/libsoup-2.2.90
+ sys-libs/zlib
+ =sys-libs/db-4*
+ ldap? ( >=net-nds/openldap-2.0 )
+ ssl? (
+ >=dev-libs/nspr-4.4
+ >=dev-libs/nss-3.9 )
+ kerberos? ( virtual/krb5 )
+ krb4? ( virtual/krb5 )"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.9
+ >=dev-util/intltool-0.35
+ doc? ( >=dev-util/gtk-doc-1.4 )"
+
+MAKEOPTS="${MAKEOPTS} -j1"
+DOCS="ChangeLog MAINTAINERS NEWS TODO"
+
+RESTRICT="confcache"
+
+pkg_setup() {
+ G2CONF="$(use_with ldap openldap) \
+ $(use_with kerberos krb5 /usr) \
+ $(use_enable ssl nss) \
+ $(use_enable ssl smime) \
+ $(use_enable ipv6) \
+ $(use_enable nntp) \
+ --with-libdb=/usr/$(get_libdir)"
+
+ if use krb4 && ! built_with_use virtual/krb5 krb4; then
+ ewarn
+ ewarn "In order to add kerberos 4 support, you have to emerge"
+ ewarn "virtual/krb5 with the 'krb4' USE flag enabled as well."
+ ewarn
+ ewarn "Skipping for now."
+ ewarn
+ G2CONF="${G2CONF} --without-krb4"
+ else
+ G2CONF="${G2CONF} $(use_with krb4 krb4 /usr)"
+ fi
+}
+
+src_unpack() {
+ gnome2_src_unpack
+
+ epatch ${FILESDIR}/${PN}-1.2.0-gentoo_etc_services.patch
+
+ # Fix broken libdb build
+ epatch "${FILESDIR}"/${PN}-1.7.3-libdb.patch
+
+ # Resolve symbols at execution time for setgid binaries
+ epatch "${FILESDIR}"/${PN}-no_lazy_bindings.patch
+
+ # exchange-storage --as-needed fixes
+ epatch "${FILESDIR}"/${PN}-1.7.3-exchange-storage.patch
+ epatch "${FILESDIR}"/${PN}-1.7.4-move-subdirs.patch
+
+ # Rewind in camel-disco-diary to fix a crash
+ epatch "${FILESDIR}"/${PN}-1.8.0-camel-rewind.patch
+
+#-------------Upstream GNOME look here -----------------#
+
+ # fix for dep ordering so we can add libedataserverui to libexchange-storage
+ # we need to do this or: undefined reference to `e_passwords_get_password'
+ # are the kinds of errors you will get.
+
+ # move the groupwise backend and provider for addressbook, camel, and
+ # calendar to its own folder called server.deps.
+ mkdir server.deps
+ mv addressbook/backends/groupwise server.deps/addressbook
+ mv camel/providers/groupwise server.deps/camel
+ mv calendar/backends/groupwise server.deps/calendar
+
+ # now fix the autotools foo for the new directory and the removed ones
+ echo "SUBDIRS = addressbook camel calendar" > server.deps/Makefile.am
+
+ # remove groupwise folder from Makefile's since they are in a diff location
+ sed -i -e 's: groupwise::' addressbook/backends/Makefile.am camel/providers/Makefile.am calendar/backends/Makefile.am
+
+ # fix configure.in location of the Makefile's
+ sed -i -e 's:addressbook/backends/groupwise:server.deps/addressbook:' configure.in
+ sed -i -e 's:camel/providers/groupwise:server.deps/camel:' configure.in
+ # tack on the server.deps Makefile on our last edit
+ sed -i -e 's:calendar/backends/groupwise:server.deps/calendar/Makefile\nserver.deps:' configure.in
+
+ # fix file includes
+ sed -i -e 's:<backends/groupwise/e-book-backend-groupwise.h>:"server.deps/addressbook/e-book-backend-groupwise.h":' addressbook/libedata-book/e-data-book-factory.c
+
+#---------------Upstream GNOME stop here---------------
+ eautoreconf
+}
+
+src_compile() {
+ # Use NSS/NSPR only if 'ssl' is enabled.
+ if use ssl ; then
+ NSS_LIB=/usr/$(get_libdir)/nss
+ NSS_INC=/usr/include/nss
+ NSPR_LIB=/usr/$(get_libdir)/nspr
+ NSPR_INC=/usr/include/nspr
+
+ G2CONF="${G2CONF} \
+ --with-nspr-includes=${NSPR_INC} \
+ --with-nspr-libs=${NSPR_LIB} \
+ --with-nss-includes=${NSS_INC} \
+ --with-nss-libs=${NSS_LIB}"
+ else
+ G2CONF="${G2CONF} --without-nspr-libs --without-nspr-includes \
+ --without-nss-libs --without-nss-includes"
+ fi
+
+ cd "${S}"
+ gnome2_src_compile
+}
--- /dev/null
+MD5 53f0885731440cb9cf0ca0601dd2105f evolution-data-server-1.8.0.tar.bz2 7128368
+RMD160 5f6439972760aa7e023247bdd8eff0826bda373c evolution-data-server-1.8.0.tar.bz2 7128368
+SHA256 c350351b80776155cacfe960ea6b219d7ef5160ea7378bc0d5d46851c0598637 evolution-data-server-1.8.0.tar.bz2 7128368
--- /dev/null
+diff --exclude-from=/home/dang/.diffrc -u -ruN evolution-data-server-1.7.3.orig/configure.in evolution-data-server-1.7.3/configure.in
+--- evolution-data-server-1.7.3.orig/configure.in 2006-06-12 10:27:29.000000000 -0400
++++ evolution-data-server-1.7.3/configure.in 2006-07-07 10:22:49.000000000 -0400
+@@ -950,19 +950,23 @@
+ msg_krb5="no"
+ if test "x${with_krb5}" != "xno"; then
+ LDFLAGS_save="$LDFLAGS"
++ SAVE_LIBS="$LIBS"
+
+ mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5"
+ heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi"
+ AC_CACHE_CHECK([for Kerberos 5], ac_cv_lib_kerberos5,
+ [
+- LDFLAGS="$LDFLAGS -L$with_krb5_libs $mitlibs"
++ LDFLAGS="$LDFLAGS -L$with_krb5_libs"
++ LIBS="$SAVE_LIBS $mitlibs"
+ AC_TRY_LINK_FUNC(krb5_init_context, ac_cv_lib_kerberos5="$mitlibs",
+ [
+- LDFLAGS="$LDFLAGS_save -L$with_krb5_libs $heimlibs"
++ LDFLAGS="$LDFLAGS_save -L$with_krb5_libs"
++ LIBS="$SAVE_LIBS $heimlibs"
+ AC_TRY_LINK_FUNC(krb5_init_context, ac_cv_lib_kerberos5="$heimlibs", ac_cv_lib_kerberos5="no")
+ ])
+- LDFLAGS="$LDFLAGS_save"
+ ])
++ LDFLAGS="$LDFLAGS_save"
++ LIBS="$SAVE_LIBS"
+ if test "$ac_cv_lib_kerberos5" != "no"; then
+ AC_DEFINE(HAVE_KRB5,1,[Define if you have Krb5])
+ if test "$ac_cv_lib_kerberos5" = "$mitlibs"; then
--- /dev/null
+diff --exclude-from=/home/dang/.diffrc -u -ruN evolution-data-server-1.7.3.orig/configure.in evolution-data-server-1.7.3/configure.in
+--- evolution-data-server-1.7.3.orig/configure.in 2006-06-12 10:27:29.000000000 -0400
++++ evolution-data-server-1.7.3/configure.in 2006-07-06 23:43:43.000000000 -0400
+@@ -1389,9 +1393,6 @@
+ export privincludedir
+ export privdatadir
+ AC_CONFIG_SUBDIRS(calendar/libical)
+-if test $dynamic_libdb = no; then
+- AC_CONFIG_SUBDIRS(libdb/dist)
+-fi
+ AC_OUTPUT([
+ Makefile
+ evolution-data-server-zip
--- /dev/null
+diff --exclude-from=/home/dang/.diffrc -u -ruN evolution-data-server-1.7.4.orig/Makefile.am evolution-data-server-1.7.4/Makefile.am
+--- evolution-data-server-1.7.4.orig/Makefile.am 2006-04-24 06:39:59.000000000 -0400
++++ evolution-data-server-1.7.4/Makefile.am 2006-07-20 18:15:50.000000000 -0400
+@@ -5,8 +5,8 @@
+ LIBDB = libdb
+ endif
+
+-SUBDIRS = $(LIBDB) win32 libedataserver servers camel addressbook calendar libedataserverui src docs art po
+-DIST_SUBDIRS= win32 libedataserver servers camel addressbook calendar libedataserverui src docs art po
++SUBDIRS = $(LIBDB) win32 libedataserver camel addressbook calendar libedataserverui servers server.deps src docs art po
++DIST_SUBDIRS= win32 libedataserver camel addressbook calendar libedataserverui servers server.deps src docs art po
+
+ changelogs = \
+ ChangeLog
--- /dev/null
+diff --exclude-from=/home/dang/.diffrc -u -ruN evolution-data-server-1.7.90.1.orig/camel/camel-disco-diary.c evolution-data-server-1.7.90.1/camel/camel-disco-diary.c
+--- evolution-data-server-1.7.90.1.orig/camel/camel-disco-diary.c 2006-02-16 04:36:28.000000000 -0500
++++ evolution-data-server-1.7.90.1/camel/camel-disco-diary.c 2006-08-01 22:55:43.000000000 -0400
+@@ -404,6 +404,7 @@
+
+ /* Truncate the log */
+ ftruncate (fileno (diary->file), 0);
++ rewind (diary->file);
+ }
+
+ CamelDiscoDiary *
# ChangeLog for gnome-extra/evolution-exchange
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.18 2006/07/23 18:44:22 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.19 2006/09/07 04:09:31 dang Exp $
+
+*evolution-exchange-2.8.0 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
+ +evolution-exchange-2.8.0.ebuild:
+ New version for gnome 2.16
23 Jul 2006; Daniel Gryniewicz <dang@gentoo.org>
-evolution-exchange-2.4.1.ebuild, -evolution-exchange-2.6.0.ebuild:
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.8.0.ebuild,v 1.1 2006/09/07 04:09:31 dang Exp $
+
+inherit gnome2 eutils autotools
+
+DESCRIPTION="Evolution module for connecting to Microsoft Exchange"
+HOMEPAGE="http://www.novell.com/products/desktop/features/evolution.html"
+LICENSE="GPL-2"
+
+SLOT="2.0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="debug doc static"
+
+RDEPEND=">=mail-client/evolution-2.7
+ >=gnome-extra/evolution-data-server-1.7
+ >=net-libs/libsoup-2.2.96
+ >=gnome-base/libglade-2.0
+ >=gnome-base/libgnomeui-2.0
+ >=gnome-base/libgnomeprintui-2.0
+ >=gnome-base/libbonobo-2.0
+ dev-libs/libxml2
+ >=gnome-base/gconf-2.0
+ >=net-nds/openldap-2.1.30-r2"
+
+DEPEND="${RDEPEND}
+ >=dev-util/intltool-0.29
+ dev-util/pkgconfig
+ doc? ( >=dev-util/gtk-doc-1 )"
+
+MAKEOPTS="${MAKEOPTS} -j1"
+
+pkg_setup() {
+ G2CONF="${G2CONF} $(use_with debug e2k-debug)"
+
+ if ! built_with_use gnome-extra/evolution-data-server ldap || ! built_with_use gnome-extra/evolution-data-server kerberos; then
+ eerror "Please re-emerge gnome-extra/evolution-data-server with"
+ eerror "the use flags ldap and kerberos."
+ die
+ fi
+
+ G2CONF="${G2CONF} $(use_with static static-ldap) --with-openldap"
+}
+
+#src_unpack() {
+# gnome2_src_unpack
+#
+# epatch ${FILESDIR}/${P}-api-fix.patch
+#
+# eautoreconf || die "autoreconf failed"
+#}
--- /dev/null
+MD5 72f595063fc19a2e7325ea73438faa87 evolution-exchange-2.8.0.tar.bz2 1026293
+RMD160 daf025634a9333b0a8d90a018a85f6fa5bce3194 evolution-exchange-2.8.0.tar.bz2 1026293
+SHA256 cc7a14474be89ab98fa88138cc1cb00e326ce1af3fa4033d09957f3f50020d86 evolution-exchange-2.8.0.tar.bz2 1026293
# ChangeLog for gnome-extra/evolution-webcal
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-webcal/ChangeLog,v 1.53 2006/09/06 05:28:03 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-webcal/ChangeLog,v 1.54 2006/09/07 03:50:29 dang Exp $
+
+*evolution-webcal-2.8.0 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
+ +evolution-webcal-2.8.0.ebuild:
+ New version for gnome 2.16
06 Sep 2006; Joshua Kinard <kumba@gentoo.org>
evolution-webcal-2.4.1.ebuild, evolution-webcal-2.6.0.ebuild:
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-webcal/evolution-webcal-2.8.0.ebuild,v 1.1 2006/09/07 03:50:29 dang Exp $
+
+inherit gnome2
+
+DESCRIPTION="A GNOME URL handler for web-published ical calendar files"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=gnome-base/gconf-2
+ >=net-libs/libsoup-2.2
+ >=x11-libs/gtk+-2.4
+ >=gnome-base/libgnomeui-2
+ >=gnome-extra/evolution-data-server-1.2"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.9
+ >=dev-util/intltool-0.29"
+
+DOCS="AUTHORS ChangeLog TODO"
+USE_DESTDIR="1"
--- /dev/null
+MD5 6dd4821ce90e238acbd8a959fee1ee14 evolution-webcal-2.8.0.tar.bz2 162495
+RMD160 f4d98c5df5501b29a2c4d8be2fd2269e9dd28743 evolution-webcal-2.8.0.tar.bz2 162495
+SHA256 485fb66cd50ba18dde547653cd6a41443a08be74293833552bdde49f402fb554 evolution-webcal-2.8.0.tar.bz2 162495
# ChangeLog for gnome-extra/fast-user-switch-applet
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/fast-user-switch-applet/ChangeLog,v 1.15 2006/08/19 00:15:53 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/fast-user-switch-applet/ChangeLog,v 1.16 2006/09/07 03:51:02 dang Exp $
+
+*fast-user-switch-applet-2.16.0 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
+ +fast-user-switch-applet-2.16.0.ebuild:
+ New version for gnome 2.16
19 Aug 2006; Bryan Østergaard <kloeri@gentoo.org>
fast-user-switch-applet-2.14.2.ebuild:
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.16.0.ebuild,v 1.1 2006/09/07 03:51:02 dang Exp $
+
+inherit eutils gnome2
+
+DESCRIPTION="Fast User Switching Applet for Gnome Desktop"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2 FDL-1.1 LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/glib
+ x11-libs/pango
+ >=x11-libs/gtk+-2.6
+ gnome-base/libbonoboui
+ gnome-base/libgnome
+ gnome-base/orbit
+ >=gnome-base/libglade-2.0
+ gnome-base/gconf
+ gnome-base/libbonobo
+ gnome-base/libgnomeui
+ gnome-base/gnome-vfs
+ gnome-base/gnome-keyring
+ gnome-base/libgnomecanvas
+ >=gnome-base/gnome-panel-2.0
+ || ( ( x11-libs/libXmu
+ x11-libs/libXau
+ x11-libs/libSM )
+ virtual/x11 )"
+
+DEPEND="${RDEPEND}
+ dev-libs/libxslt
+ >=dev-util/pkgconfig-0.9
+ >=dev-util/intltool-0.35
+ >=app-text/scrollkeeper-0.1.4
+ >=app-text/gnome-doc-utils-0.3.2
+ ~app-text/docbook-xml-dtd-4.3"
+
+DOCS="AUTHORS ChangeLog NEWS README"
+USE_DESTDIR="1"
+
+pkg_setup() {
+ if has_version '<gnome-base/gdm-2.13.0.8' ; then
+ G2CONF="${G2CONF} --with-gdm-config=/etc/X11/gdm/gdm.conf"
+ else
+ G2CONF="${G2CONF} --with-gdm-config=/usr/share/gdm/defaults.conf"
+ fi
+}
--- /dev/null
+MD5 749de0f0279991515ca8d82526f5b329 fast-user-switch-applet-2.16.0.tar.bz2 682627
+RMD160 dfdb7ad825f8e8999ef84052305718973714893e fast-user-switch-applet-2.16.0.tar.bz2 682627
+SHA256 64a7d04867ff03f436cd06177a9d86e19f606f84cc42f108cb50298a05af3118 fast-user-switch-applet-2.16.0.tar.bz2 682627
# ChangeLog for gnome-extra/gcalctool
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gcalctool/ChangeLog,v 1.107 2006/09/06 05:31:00 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gcalctool/ChangeLog,v 1.108 2006/09/07 03:52:14 dang Exp $
+
+*gcalctool-5.8.24 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org> +gcalctool-5.8.24.ebuild:
+ New version for gnome 2.16
06 Sep 2006; Joshua Kinard <kumba@gentoo.org> gcalctool-5.6.31.ebuild,
gcalctool-5.8.16.ebuild, gcalctool-5.8.20.ebuild:
--- /dev/null
+MD5 953429a0f5d9ee73a47548289d02cb26 gcalctool-5.8.24.tar.bz2 1137818
+RMD160 bc9f8de1df8d09d0fe7fdbef34688843a314d4d1 gcalctool-5.8.24.tar.bz2 1137818
+SHA256 d607c2b2fc8497de17cae9980003feeae2b895e907bdf29083dfd47b5a371c53 gcalctool-5.8.24.tar.bz2 1137818
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gcalctool/gcalctool-5.8.24.ebuild,v 1.1 2006/09/07 03:52:14 dang Exp $
+
+inherit eutils gnome2
+
+DESCRIPTION="A calculator application for GNOME"
+HOMEPAGE="http://calctool.sourceforge.net/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/gtk+-2.6
+ >=dev-libs/glib-2
+ >=dev-libs/atk-1.5
+ >=gnome-base/libgnome-2
+ >=gnome-base/libgnomeui-2
+ >=gnome-base/gconf-2"
+
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ app-text/scrollkeeper
+ >=dev-util/intltool-0.35
+ >=dev-util/pkgconfig-0.9"
+
+DOCS="AUTHORS ChangeLog* MAINTAINERS NEWS README TODO"
+
+pkg_setup() {
+ G2CONF="${G2CONF} --enable-gnome"
+}
+
+src_install() {
+ gnome2_src_install
+
+ # remove symlink that conflicts with <2.3 gnome-utils
+ rm -f ${D}/usr/bin/gnome-calculator
+}
# ChangeLog for gnome-extra/gconf-editor
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gconf-editor/ChangeLog,v 1.86 2006/09/05 02:58:40 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gconf-editor/ChangeLog,v 1.87 2006/09/07 03:52:52 dang Exp $
+
+*gconf-editor-2.16.0 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
+ +gconf-editor-2.16.0.ebuild:
+ New version for gnome 2.16
05 Sep 2006; Joshua Kinard <kumba@gentoo.org> gconf-editor-2.10.0.ebuild,
gconf-editor-2.12.1.ebuild, gconf-editor-2.14.0.ebuild:
--- /dev/null
+MD5 e52b3177ef6ebd1fcf2c84acbe90a663 gconf-editor-2.16.0.tar.bz2 528644
+RMD160 fd368fd7f1de34e1f1c407e0e152eee3bbba0c71 gconf-editor-2.16.0.tar.bz2 528644
+SHA256 efee1e2e65e280abe30b94b20b59d24d2c71e55e5ad26cb3041966a32b436786 gconf-editor-2.16.0.tar.bz2 528644
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gconf-editor/gconf-editor-2.16.0.ebuild,v 1.1 2006/09/07 03:52:52 dang Exp $
+
+inherit gnome2
+
+DESCRIPTION="An editor to the GNOME 2 config system"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/gtk+-2.6
+ >=gnome-base/gconf-2.10
+ >=gnome-base/libgnome-2.14
+ >=gnome-base/libgnomeui-2.6"
+
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ app-text/gnome-doc-utils
+ >=dev-util/intltool-0.35
+ >=dev-util/pkgconfig-0.19"
+
+DOCS="AUTHORS ChangeLog NEWS README"
# ChangeLog for gnome-extra/gnome-games
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/ChangeLog,v 1.165 2006/09/05 03:04:18 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/ChangeLog,v 1.166 2006/09/07 03:56:57 dang Exp $
+
+*gnome-games-2.15.92 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
+ +gnome-games-2.15.92.ebuild:
+ New version for gnome 2.16
05 Sep 2006; Joshua Kinard <kumba@gentoo.org>
gnome-games-1.4.0.3-r3.ebuild, gnome-games-2.10.1.ebuild,
--- /dev/null
+MD5 bf065ef4085e304f9084db6e783bb353 gnome-games-2.15.92.tar.bz2 5273874
+RMD160 9c1977073033adf1572931c1f4f325cc7f2cc72f gnome-games-2.15.92.tar.bz2 5273874
+SHA256 4a61e9462c348a16ef6d38223f7f7977bf589984ae3ac078915a64cf7b928722 gnome-games-2.15.92.tar.bz2 5273874
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/gnome-games-2.15.92.ebuild,v 1.1 2006/09/07 03:56:57 dang Exp $
+
+inherit eutils gnome2
+
+DESCRIPTION="Collection of games for the GNOME desktop"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2 FDL-1.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="artworkextra guile avahi"
+
+RDEPEND=">=gnome-base/gconf-2
+ >=gnome-base/libgnomeui-2
+ >=gnome-base/libgnome-2
+ >=x11-libs/gtk+-2.8
+ >=gnome-base/librsvg-2
+ >=gnome-base/libglade-2
+ >=dev-libs/glib-2.6.3
+ >=gnome-base/gnome-vfs-2
+ >=x11-libs/cairo-1
+ guile? ( >=dev-util/guile-1.6.5 )
+ avahi? ( net-dns/avahi )
+ artworkextra? ( gnome-extra/gnome-games-extra-data )"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.9
+ >=dev-util/intltool-0.35
+ >=sys-devel/gettext-0.10.40
+ >=app-text/scrollkeeper-0.3.8"
+
+DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README TODO"
+
+
+pkg_setup() {
+ GAMES_GROUP=${GAMES_GROUP:-games}
+ enewgroup "${GAMES_GROUP}"
+
+ G2CONF="--with-scores-group=${GAMES_GROUP} \
+ $(use_enable guile) \
+ $(use_enable avahi)"
+}
+
+src_unpack() {
+ gnome2_src_unpack
+
+ # Resolve symbols at execution time in setgid binaries
+ epatch ${FILESDIR}/${PN}-2.14.0-no_lazy_bindings.patch
+
+ # Implement --enable-guile switch
+ epatch ${FILESDIR}/${PN}-2.13.1-guile_switch.patch
+
+ autoconf || die "autoconf failed"
+}
+
+src_install() {
+ gnome2_src_install
+
+ # Documentation install for each of the games
+ for game in \
+ $(find . -maxdepth 1 -type d ! -name po ! -name libgames-support); do
+ docinto ${game}
+ for doc in AUTHORS ChangeLog NEWS README TODO; do
+ [ -s ${game}/${doc} ] && dodoc ${game}/${doc}
+ done
+ done
+
+ # Avoid overwriting previous .scores files
+ local basefile
+ for scorefile in ${D}/var/lib/games/*.scores; do
+ basefile=$(basename $scorefile)
+ if [ -s "${ROOT}/var/lib/games/${basefile}" ]; then
+ rm ${scorefile}
+ fi
+ done
+}
# ChangeLog for gnome-extra/gnome-keyring-manager
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-keyring-manager/ChangeLog,v 1.24 2006/08/17 19:50:00 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-keyring-manager/ChangeLog,v 1.25 2006/09/07 03:58:34 dang Exp $
+
+*gnome-keyring-manager-2.16.0 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
+ +gnome-keyring-manager-2.16.0.ebuild:
+ New version for gnome 2.16
17 Aug 2006; Markus Rothe <corsair@gentoo.org>
gnome-keyring-manager-2.14.0.ebuild:
--- /dev/null
+MD5 d63bfa5e9cfe334694438a74c157344c gnome-keyring-manager-2.16.0.tar.bz2 454066
+RMD160 30592dc2369e62e1248387a3cf25a673feb3a35a gnome-keyring-manager-2.16.0.tar.bz2 454066
+SHA256 23f0449af7cba89f4ae26c8e67f1d09bc45389f9dcd7349d2e6540620571051c gnome-keyring-manager-2.16.0.tar.bz2 454066
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-keyring-manager/gnome-keyring-manager-2.16.0.ebuild,v 1.1 2006/09/07 03:58:34 dang Exp $
+
+inherit gnome2
+
+DESCRIPTION="A keyring management program for the GNOME Desktop"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="static"
+
+RDEPEND=">=x11-libs/gtk+-2.6
+ >=gnome-base/libglade-2
+ >=gnome-base/libgnomeui-2.6
+ >=gnome-base/gnome-keyring-0.3.2
+ >=gnome-base/gconf-2"
+
+DEPEND="${RDEPEND}
+ >=app-text/scrollkeeper-0.3.8
+ >=dev-util/intltool-0.28
+ >=dev-util/pkgconfig-0.9
+ >=app-text/gnome-doc-utils-0.3.2"
+
+DOCS="AUTHORS ChangeLog HACKING NEWS README TODO"
+
+pkg_setup() {
+ G2CONF="${G2CONF} $(use_enable static) --disable-scrollkeeper"
+}
# ChangeLog for gnome-extra/gnome-media
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-media/ChangeLog,v 1.122 2006/08/19 00:13:09 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-media/ChangeLog,v 1.123 2006/09/07 03:59:50 dang Exp $
+
+*gnome-media-2.16.1 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
+ +gnome-media-2.16.1.ebuild:
+ New version for gnome 2.16
19 Aug 2006; Bryan Østergaard <kloeri@gentoo.org>
gnome-media-2.14.2.ebuild:
--- /dev/null
+MD5 4fa1e8e8bd31e2db1cb49679170a98a8 gnome-media-2.16.1.tar.bz2 2973824
+RMD160 a9bf63a7f225d5bf92e5d432149ba15d53209d64 gnome-media-2.16.1.tar.bz2 2973824
+SHA256 a8f343b772c509c7e44bf792b2df97378b91e6cd85f8b4c82d8d7937bae6d007 gnome-media-2.16.1.tar.bz2 2973824
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-media/gnome-media-2.16.1.ebuild,v 1.1 2006/09/07 03:59:50 dang Exp $
+
+inherit gnome2
+
+DESCRIPTION="Multimedia related programs for the GNOME desktop"
+HOMEPAGE="http://ronald.bitfreak.net/gnome-media.php"
+
+LICENSE="GPL-2 FDL-1.1"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="ipv6 mad ogg vorbis"
+
+RDEPEND=">=dev-libs/glib-1.3.7
+ >=gnome-base/libgnomeui-2.13.2
+ >=media-sound/esound-0.2.23
+ >=gnome-base/libbonobo-2
+ >=x11-libs/gtk+-2.10
+ >=media-libs/gstreamer-0.10.3
+ >=media-libs/gst-plugins-base-0.10.3
+ >=media-libs/gst-plugins-good-0.10
+ >=gnome-base/gnome-vfs-2
+ >=gnome-base/orbit-2
+ >=gnome-extra/nautilus-cd-burner-2.12
+ >=gnome-base/gail-0.0.3
+ >=gnome-base/libglade-2
+ dev-libs/libxml2
+ >=gnome-base/gconf-2
+ ogg? ( >=media-plugins/gst-plugins-ogg-0.10 )
+ vorbis? ( >=media-plugins/gst-plugins-vorbis-0.10 )
+ mad? ( >=media-plugins/gst-plugins-mad-0.10 )
+ >=media-plugins/gst-plugins-gconf-0.10.1"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.9
+ >=app-text/scrollkeeper-0.3.11
+ >=dev-util/intltool-0.35.0"
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"
+
+pkg_setup() {
+ G2CONF="${G2CONF} $(use_enable ipv6) --disable-esdtest"
+}
+
+src_compile() {
+ addpredict "/root/.gconfd"
+ addpredict "/root/.gconf"
+
+ gnome2_src_compile
+}
# ChangeLog for gnome-extra/gnome-power-manager
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-power-manager/ChangeLog,v 1.9 2006/08/27 19:11:14 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-power-manager/ChangeLog,v 1.10 2006/09/07 04:02:00 dang Exp $
+
+*gnome-power-manager-2.16.0 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
+ +gnome-power-manager-2.16.0.ebuild:
+ New version for gnome 2.16
27 Aug 2006; Saleem Abdulrasool <compnerd@gentoo.org>
-gnome-power-manager-2.14.2.ebuild:
--- /dev/null
+MD5 b4406844e7e1a5191fd8cbb38cd3fb40 gnome-power-manager-2.16.0.tar.gz 2309838
+RMD160 2b8114bff3a60caad222a2c94ed78864b2e491d5 gnome-power-manager-2.16.0.tar.gz 2309838
+SHA256 ed4a47e3a4fa2f1dba8381fbbdcaa7569b6497d4690009706b30d08ed75dd59c gnome-power-manager-2.16.0.tar.gz 2309838
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-power-manager/gnome-power-manager-2.16.0.ebuild,v 1.1 2006/09/07 04:02:00 dang Exp $
+
+GNOME_TARBALL_SUFFIX="gz"
+
+inherit gnome2 eutils
+
+DESCRIPTION="Gnome Power Manager"
+HOMEPAGE="http://gnome-power.sf.net"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc libnotify"
+
+RDEPEND=">=dev-libs/glib-2.6.0
+ >=x11-libs/gtk+-2.6.0
+ >=gnome-base/libgnome-2.10.0
+ >=gnome-base/libgnomeui-2.10.0
+ >=sys-apps/dbus-0.61
+ >=sys-apps/hal-0.5.7-r1
+ >=gnome-base/libglade-2.5.0
+ >=x11-libs/libwnck-2.10.0
+ >=x11-libs/cairo-1.0.0
+ >=gnome-base/gconf-2
+ || (
+ (
+ x11-libs/libX11
+ x11-libs/libXext
+ )
+ virtual/x11
+ )
+ libnotify? (
+ >=x11-libs/libnotify-0.3
+ >=x11-misc/notification-daemon-0.2.1
+ )"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ dev-util/pkgconfig
+ app-text/gnome-doc-utils
+ >=dev-util/intltool-0.35
+ app-text/docbook-sgml-utils"
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"
+
+pkg_setup() {
+ G2CONF="${G2CONF} $(use_enable doc docbook-docs) $(use_enable libnotify) \
+ --enable-actions-menu --with-dpms-ext"
+}
+
# ChangeLog for gnome-extra/gnome-screensaver
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-screensaver/ChangeLog,v 1.13 2006/09/03 10:13:02 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-screensaver/ChangeLog,v 1.14 2006/09/07 04:03:01 dang Exp $
+
+*gnome-screensaver-2.16.0 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
+ +gnome-screensaver-2.16.0.ebuild:
+ New version for gnome 2.16
03 Sep 2006; Markus Rothe <corsair@gentoo.org>
gnome-screensaver-2.14.2.ebuild:
--- /dev/null
+MD5 393bd8aea3b3fabfb83c629dd9bd847b gnome-screensaver-2.16.0.tar.bz2 2009452
+RMD160 a5e5305366cafbce0b9dbc0673ed13135161162f gnome-screensaver-2.16.0.tar.bz2 2009452
+SHA256 736ee123340b21bd148144f6890dead206a027a04dced8f67622076c7d1ad4a2 gnome-screensaver-2.16.0.tar.bz2 2009452
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-screensaver/gnome-screensaver-2.16.0.ebuild,v 1.1 2006/09/07 04:03:01 dang Exp $
+
+inherit eutils gnome2
+
+DESCRIPTION="Replaces xscreensaver, integrating with the desktop."
+HOMEPAGE="http://live.gnome.org/GnomeScreensaver"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="debug doc xinerama opengl pam"
+
+RDEPEND=">=sys-apps/dbus-0.35.2
+ >=gnome-base/gconf-2.6.1
+ >=x11-libs/gtk+-2.8
+ >=gnome-base/gnome-vfs-2.12
+ >=gnome-base/libgnomeui-2.12
+ >=gnome-base/libglade-2.5.0
+ >=gnome-base/gnome-menus-2.12
+ >=media-libs/libexif-0.6.12
+ >=dev-libs/glib-2.8
+ || (
+ (
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXrandr
+ x11-libs/libXScrnSaver
+ x11-proto/xextproto
+ x11-proto/randrproto
+ x11-proto/scrnsaverproto
+ gl? ( virtual/gl )
+ xinerama? (
+ x11-libs/libXinerama
+ x11-proto/xineramaproto
+ )
+ )
+ virtual/x11
+ )
+ pam? ( sys-libs/pam )
+ !pam? ( sys-apps/shadow )"
+
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ dev-util/pkgconfig
+ >=dev-util/intltool-0.35"
+
+DOCS="AUTHORS ChangeLog HACKING NEWS README TODO"
+
+pkg_setup() {
+ if use pam ; then
+ G2CONF="--enable-pam"
+ else
+ G2CONF="--with-shadow"
+ fi
+
+ G2CONF="${G2CONF} $(use_enable doc) $(use_enable debug) \
+ $(use_enable xinerama) $(use_with opengl gl)"
+
+ G2CONF="${G2CONF} --enable-locking --with-libexif --with-dpms-ext \
+ --with-gdm-config=/usr/share/gdm/defaults.conf \
+ --with-xscreensaverdir=/usr/share/xscreensaver/config \
+ --with-xscreensaverhackdir=/usr/lib/misc/xscreensaver "
+}
+
+src_install() {
+ gnome2_src_install
+
+ # Install the conversion script in the documentation
+ dodoc ${S}/data/migrate-xscreensaver-config.sh
+ dodoc ${S}/data/xscreensaver-config.xsl
+
+ # Conversion information
+ sed -e "s:\${PF}:${PF}:" \
+ < ${FILESDIR}/xss-conversion.txt > ${S}/xss-conversion.txt
+
+ dodoc ${S}/xss-conversion.txt
+
+ # If you are using shadow, you need to set the setuid bit on the dialog
+ if ! use pam ; then
+ fperms +s /usr/libexec/gnome-screensaver-dialog
+ fi
+}
+
+pkg_postinst() {
+ ewarn "If you have xscreensaver installed, you probably want to disable it."
+ ewarn "To prevent a duplicate Screensaver entry in the menu, you need to"
+ ewarn "build xscreensaver with -gnome in the USE flags."
+ ewarn "echo \"x11-misc/xscreensaver -gnome\" >> /etc/portage/package.use"
+ echo
+ einfo "Information for converting screensavers is located in "
+ einfo "/usr/share/doc/${PF}/xss-conversion.txt.gz"
+}
# ChangeLog for gnome-extra/gnome-system-monitor
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-system-monitor/ChangeLog,v 1.123 2006/09/05 01:45:07 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-system-monitor/ChangeLog,v 1.124 2006/09/07 04:04:03 dang Exp $
+
+*gnome-system-monitor-2.15.92 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
+ +gnome-system-monitor-2.15.92.ebuild:
+ New version for gnome 2.16
05 Sep 2006; Joshua Kinard <kumba@gentoo.org>
gnome-system-monitor-2.10.1.ebuild, gnome-system-monitor-2.12.2.ebuild,
--- /dev/null
+MD5 1299558e913098414ce16042991cfa34 gnome-system-monitor-2.15.92.tar.bz2 1514372
+RMD160 c0bf2c5356a0626071663ad43cd2019a4f7c16af gnome-system-monitor-2.15.92.tar.bz2 1514372
+SHA256 20deece9caf02b563726a51d9ea53bfade0ec0051dec31215f8fdb9241225675 gnome-system-monitor-2.15.92.tar.bz2 1514372
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.15.92.ebuild,v 1.1 2006/09/07 04:04:03 dang Exp $
+
+inherit gnome2
+
+DESCRIPTION="The Gnome System Monitor"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.9.1
+ >=gnome-base/libgnome-2
+ >=gnome-base/libgnomeui-2
+ >=gnome-base/gconf-2
+ >=x11-libs/libwnck-2.5
+ >=gnome-base/libgtop-2.13
+ >=x11-libs/gtk+-2.8
+ >=gnome-base/gnome-vfs-2.6
+ >=x11-themes/gnome-icon-theme-2.15.3"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.9
+ >=app-text/scrollkeeper-0.3.11
+ >=dev-util/intltool-0.35"
+
+DOCS="AUTHORS ChangeLog HACKING NEWS README TODO"
+
# ChangeLog for gnome-extra/gnome-utils
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-utils/ChangeLog,v 1.125 2006/09/06 05:32:23 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-utils/ChangeLog,v 1.126 2006/09/07 04:05:28 dang Exp $
+
+*gnome-utils-2.16.0 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
+ +gnome-utils-2.16.0.ebuild:
+ New version for gnome 2.16
06 Sep 2006; Joshua Kinard <kumba@gentoo.org> gnome-utils-1.4.1.2.ebuild,
gnome-utils-2.12.2.ebuild, gnome-utils-2.14.0.ebuild:
--- /dev/null
+MD5 6658f07cc1e7f42fe58cfcd038db1061 gnome-utils-2.16.0.tar.bz2 3144914
+RMD160 9b166182a0f1ed5baf6caa1b6ab66643c5ecdca3 gnome-utils-2.16.0.tar.bz2 3144914
+SHA256 580943d54a7e6bb43fc4c647730d54db0d92549345165a116398823dd54960da gnome-utils-2.16.0.tar.bz2 3144914
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-utils/gnome-utils-2.16.0.ebuild,v 1.1 2006/09/07 04:05:28 dang Exp $
+
+inherit gnome2 eutils autotools
+
+DESCRIPTION="Utilities for the Gnome2 desktop"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="hal ipv6"
+
+RDEPEND=">=x11-libs/gtk+-2.8
+ >=dev-libs/glib-2.9.1
+ >=gnome-base/gnome-desktop-2.9.91
+ >=gnome-base/libgnome-2.13.2
+ >=gnome-base/libgnomeui-2.13.7
+ >=gnome-base/libglade-2.3
+ >=gnome-base/libbonoboui-2.1
+ >=gnome-base/gnome-vfs-2.8.4
+ >=gnome-base/gnome-panel-2.13.4
+ >=gnome-base/libgnomeprint-2.8
+ >=gnome-base/libgnomeprintui-2.8
+ >=gnome-base/libgtop-2.12
+ >=gnome-base/libgnomecanvas-2.10.2
+ >=gnome-base/gconf-2
+ sys-fs/e2fsprogs
+ hal? ( >=sys-apps/hal-0.5 )"
+
+DEPEND="${RDEPEND}
+ app-text/scrollkeeper
+ >=dev-util/intltool-0.35
+ >=dev-util/pkgconfig-0.9"
+
+
+DOCS="AUTHORS ChangeLog NEWS README THANKS"
+
+pkg_setup() {
+ G2CONF="${G2CONF} $(use_enable ipv6) $(use_enable hal)"
+}
# ChangeLog for gnome-extra/gtkhtml
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/ChangeLog,v 1.71 2006/09/05 04:01:17 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/ChangeLog,v 1.72 2006/09/07 04:07:55 dang Exp $
+
+*gtkhtml-3.12.0 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org> +gtkhtml-3.12.0.ebuild:
+ New version for gnome 2.16
05 Sep 2006; Joshua Kinard <kumba@gentoo.org> gtkhtml-2.6.0.ebuild,
gtkhtml-2.6.3.ebuild, gtkhtml-3.2.4.ebuild, gtkhtml-3.2.5.ebuild,
--- /dev/null
+MD5 2c4f96ccbb2a74cf22fe81b865862cd2 gtkhtml-3.12.0.tar.bz2 1278325
+RMD160 1c9ad35aa6a7fe32f5c7eb54bdc10eea9dcd88cd gtkhtml-3.12.0.tar.bz2 1278325
+SHA256 609f8fa156655d7c233bdbf1cfd39490949cfffc891bac71233844d223bfec1d gtkhtml-3.12.0.tar.bz2 1278325
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-3.12.0.ebuild,v 1.1 2006/09/07 04:07:55 dang Exp $
+
+inherit gnome2 eutils
+
+DESCRIPTION="Lightweight HTML Rendering/Printing/Editing Engine"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="3.8"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="static"
+
+RDEPEND=">=gnome-base/gail-1.1
+ >=gnome-base/libgnomeui-2
+ >=gnome-base/libgnomeprintui-2.2.1
+ >=gnome-base/libglade-2
+ >=gnome-base/libbonoboui-2.2.4
+ >=gnome-base/orbit-2
+ >=gnome-base/libbonobo-2
+ >=net-libs/libsoup-2.1.6
+ >=x11-libs/gtk+-2.4
+ >=x11-themes/gnome-icon-theme-1.2"
+
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ >=dev-util/intltool-0.35
+ >=dev-util/pkgconfig-0.9"
+
+DOCS="AUTHORS BUGS ChangeLog NEWS README TODO"
+
+pkg_setup() {
+ ELTCONF="--reverse-deps"
+ G2CONF="$(use_enable static) --enable-file-chooser"
+}
# ChangeLog for gnome-extra/gucharmap
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/ChangeLog,v 1.60 2006/09/05 03:08:42 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/ChangeLog,v 1.61 2006/09/07 04:09:01 dang Exp $
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org> ChangeLog:
+ New version for gnome 2.16
05 Sep 2006; Joshua Kinard <kumba@gentoo.org> gucharmap-1.4.3.ebuild,
gucharmap-1.4.4.ebuild, gucharmap-1.6.0.ebuild:
--- /dev/null
+MD5 a75cc3dcc9fb3d2edecc4da936e80e3a gucharmap-1.8.0.tar.bz2 2542413
+RMD160 366426537ffa5b3e24e31b474d6755bd37d73cb1 gucharmap-1.8.0.tar.bz2 2542413
+SHA256 54ca751dda9e187bab19a609d42159a656c2bb933a15024b27841bf08a2185ab gucharmap-1.8.0.tar.bz2 2542413
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/gucharmap-1.8.0.ebuild,v 1.1 2006/09/07 04:09:01 dang Exp $
+
+inherit gnome2
+
+DESCRIPTION="Unicode character map viewer"
+HOMEPAGE="http://gucharmap.sourceforge.net/"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="cjk gnome"
+
+RDEPEND=">=dev-libs/glib-2.3
+ >=x11-libs/pango-1.2.1
+ >=x11-libs/gtk+-2.6
+ !gnome? ( dev-libs/popt )
+ gnome? (
+ >=gnome-base/libgnome-2.2
+ >=gnome-base/libgnomeui-2.2
+ )
+ !<gnome-extra/gnome-utils-2.3"
+
+DEPEND="${RDEPEND}
+ app-text/scrollkeeper
+ >=dev-util/pkgconfig-0.9
+ >=dev-util/intltool-0.29
+ >=app-text/gnome-doc-utils-0.3.2"
+
+DOCS="ChangeLog NEWS README TODO"
+
+pkg_setup() {
+ G2CONF="${G2CONF} --disable-scrollkeeper \
+ $(use_enable gnome) \
+ $(use_enable cjk unihan)"
+}
+
+src_unpack() {
+ gnome2_src_unpack
+
+ # fix gtk-update-icon-cache generation
+ sed -i -e 's:gtk-update-icon-cache:true:' ./pixmaps/Makefile.in
+}
# ChangeLog for gnome-extra/nautilus-cd-burner
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-cd-burner/ChangeLog,v 1.139 2006/09/06 05:33:43 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-cd-burner/ChangeLog,v 1.140 2006/09/07 04:12:43 dang Exp $
+
+*nautilus-cd-burner-2.16.0 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
+ +nautilus-cd-burner-2.16.0.ebuild:
+ New version for gnome 2.16
06 Sep 2006; Joshua Kinard <kumba@gentoo.org>
nautilus-cd-burner-2.12.3.ebuild:
--- /dev/null
+MD5 a5beaff98911479bc5187dfa18920f3e nautilus-cd-burner-2.16.0.tar.bz2 703998
+RMD160 76d85d0fbdf2ec5a4947f821c1a22a41f0e11b6e nautilus-cd-burner-2.16.0.tar.bz2 703998
+SHA256 5da7e27600369d552c9bb78048c92f77fce30a7c00031b3ccd3e37b47c465822 nautilus-cd-burner-2.16.0.tar.bz2 703998
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-cd-burner/nautilus-cd-burner-2.16.0.ebuild,v 1.1 2006/09/07 04:12:43 dang Exp $
+
+inherit gnome2
+
+DESCRIPTION="CD and DVD writer plugin for Nautilus"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="cdr dvdr hal static"
+
+RDEPEND=">=gnome-base/gnome-vfs-2.1.3.1
+ >=dev-libs/glib-2.6
+ >=x11-libs/gtk+-2.6
+ >=gnome-base/libglade-2
+ >=gnome-base/libgnome-2
+ >=gnome-base/eel-2.14
+ >=gnome-base/nautilus-2.15.3
+ >=gnome-base/gconf-2
+ >=gnome-base/gnome-mount-0.4
+ hal? ( >=sys-apps/hal-0.5.7 >=sys-apps/dbus-0.6.0 )
+
+ cdr? ( virtual/cdrtools )
+ dvdr? ( >=app-cdr/dvd+rw-tools-6.1 )"
+
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ >=dev-util/pkgconfig-0.9
+ >=dev-util/intltool-0.35"
+
+DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README TODO"
+
+pkg_setup() {
+ G2CONF="${G2CONF} --enable-gnome-mount $(use_enable hal) $(use_enable static)"
+}
# ChangeLog for gnome-extra/yelp
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/ChangeLog,v 1.122 2006/07/23 18:40:08 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/ChangeLog,v 1.123 2006/09/07 04:15:42 dang Exp $
+
+*yelp-2.16.0 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
+ +files/yelp-2.15.1-mozilla-include-fix.patch, +yelp-2.16.0.ebuild:
+ New version for gnome 2.16
23 Jul 2006; Daniel Gryniewicz <dang@gentoo.org> -yelp-2.12.2.ebuild,
-yelp-2.14.2-r1.ebuild:
--- /dev/null
+MD5 215bd83b03c4a6e5629c4034e5063e7a yelp-2.16.0.tar.bz2 846550
+RMD160 45c003d58b0c1f6464137d4b1d76ef0c7883df29 yelp-2.16.0.tar.bz2 846550
+SHA256 ab0ba0203cabe9c0d1823013395bfb5fdec16d2d7e65e91d79d63a5581f2b4e4 yelp-2.16.0.tar.bz2 846550
--- /dev/null
+diff --exclude-from=/home/dang/.diffrc -u -ruN yelp-2.15.1.orig/src/Makefile.am yelp-2.15.1/src/Makefile.am
+--- yelp-2.15.1.orig/src/Makefile.am 2006-04-20 13:59:38.000000000 -0400
++++ yelp-2.15.1/src/Makefile.am 2006-05-07 23:57:56.000000000 -0400
+@@ -70,7 +70,8 @@
+ uriloader \
+ webbrwsr \
+ webshell \
+- widget
++ widget \
++ nspr
+
+ yelp_CPPFLAGS = \
+ -I$(top_srcdir) \
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/yelp-2.16.0.ebuild,v 1.1 2006/09/07 04:15:42 dang Exp $
+
+inherit eutils gnome2 autotools
+
+DESCRIPTION="Help browser for GNOME"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86"
+IUSE="beagle firefox"
+
+RDEPEND=">=gnome-base/gconf-2
+ >=app-text/gnome-doc-utils-0.3.1
+ >=x11-libs/gtk+-2.10
+ >=gnome-base/gnome-vfs-2
+ >=gnome-base/libglade-2
+ >=gnome-base/libgnome-2.14
+ >=gnome-base/libgnomeui-2.14
+ >=dev-libs/libxml2-2.6.5
+ >=dev-libs/libxslt-1.1.4
+ >=x11-libs/startup-notification-0.8
+ >=dev-libs/glib-2
+ sys-apps/dbus
+ beagle? ( >=app-misc/beagle )
+ sparc? ( >=www-client/mozilla-firefox-1.0.2-r1 )
+ ia64? ( >=www-client/mozilla-firefox-1.0.2-r1 )
+ ppc64? ( www-client/seamonkey )
+ !sparc? ( !ia64? ( !firefox? ( www-client/seamonkey ) ) )
+ firefox? ( >=www-client/mozilla-firefox-1.0.2-r1 )
+ sys-libs/zlib
+ app-arch/bzip2"
+
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ >=dev-util/intltool-0.35
+ >=dev-util/pkgconfig-0.9"
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"
+
+
+pkg_setup() {
+ G2CONF="${G2CONF} --enable-man --enable-info"
+
+ if use firefox || use sparc || use ia64; then
+ G2CONF="${G2CONF} --with-mozilla=firefox"
+ else
+ G2CONF="${G2CONF} --with-mozilla=seamonkey"
+ fi
+}
+
+src_unpack() {
+ gnome2_src_unpack
+
+ epatch ${FILESDIR}/${PN}-2.15.1-mozilla-include-fix.patch
+
+ mv aclocal.m4 old_macros.m4
+ AT_M4DIR="m4 ." eautoreconf
+}
# ChangeLog for gnome-extra/zenity
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/ChangeLog,v 1.96 2006/09/05 03:12:50 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/ChangeLog,v 1.97 2006/09/07 04:16:14 dang Exp $
+
+*zenity-2.16.0 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
+ +files/zenity-2.15.90-libnotify-support.patch, +zenity-2.16.0.ebuild:
+ New version for gnome 2.16
05 Sep 2006; Joshua Kinard <kumba@gentoo.org> zenity-2.10.1.ebuild,
zenity-2.12.1.ebuild, zenity-2.14.2.ebuild:
--- /dev/null
+MD5 97956407822b08b3d303d908df5e1404 zenity-2.16.0.tar.bz2 1309015
+RMD160 8eb895258cf6c1452b55b401b78b917a2cfabfc1 zenity-2.16.0.tar.bz2 1309015
+SHA256 f6162836bff3a88fd26caa3c0321d881c23e39c94c6b07bfd1fb3a257bd2fd15 zenity-2.16.0.tar.bz2 1309015
--- /dev/null
+diff --exclude-from=/home/dang/.diffrc -u -ruN zenity-2.15.90.orig/configure.in zenity-2.15.90/configure.in
+--- zenity-2.15.90.orig/configure.in 2006-07-28 17:40:13.000000000 -0400
++++ zenity-2.15.90/configure.in 2006-08-05 09:40:58.000000000 -0400
+@@ -33,13 +33,20 @@
+ # *******************************
+
+ LIBNOTIFY_REQUIRED=0.4.1
+-PKG_CHECK_MODULES([LIBNOTIFY],[libnotify >= $LIBNOTIFY_REQUIRED],
+- [HAVE_LIBNOTIFY="yes"],[HAVE_LIBNOTIFY="no"])
+-AC_SUBST([LIBNOTIFY_CFLAGS])
+-AC_SUBST([LIBNOTIFY_LIBS])
+-
+-if test "x$HAVE_LIBNOTIFY" = "xyes"; then
+- AC_DEFINE([HAVE_LIBNOTIFY],[1],[libnotify is available on this machine])
++AC_ARG_ENABLE([libnotify],
++ AC_HELP_STRING([--enable-libnotify],[enable libnotify support]),,
++ [enable_libnotify=yes])
++
++if test x$enable_libnotify = xyes ; then
++ PKG_CHECK_MODULES([LIBNOTIFY],[libnotify >= $LIBNOTIFY_REQUIRED],
++ [HAVE_LIBNOTIFY="yes"],[HAVE_LIBNOTIFY="no"])
++
++ AC_SUBST([LIBNOTIFY_CFLAGS])
++ AC_SUBST([LIBNOTIFY_LIBS])
++
++ if test "x$HAVE_LIBNOTIFY" = "xyes"; then
++ AC_DEFINE([HAVE_LIBNOTIFY],[1],[libnotify is available on this machine])
++ fi
+ fi
+
+ # *******************************
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/zenity-2.16.0.ebuild,v 1.1 2006/09/07 04:16:14 dang Exp $
+
+inherit gnome2 eutils autotools
+
+DESCRIPTION="Tool to display dialogs from the commandline and shell scripts"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="libnotify"
+
+RDEPEND=">=x11-libs/gtk+-2.10
+ >=dev-libs/glib-2.8
+ >=gnome-base/libglade-2
+ >=gnome-base/libgnomecanvas-2
+ >=dev-lang/perl-5
+ libnotify? ( >=x11-libs/libnotify-0.4.1 )"
+DEPEND="${RDEPEND}
+ app-text/scrollkeeper
+ >=dev-util/intltool-0.35
+ >=sys-devel/gettext-0.14
+ >=dev-util/pkgconfig-0.9
+ >=app-text/gnome-doc-utils-0.3.2"
+
+DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"
+
+
+pkg_setup() {
+ G2CONF="${G2CONF} --disable-scrollkeeper $(use_enable libnotify)"
+}
+
+src_unpack() {
+ gnome2_src_unpack
+
+ epatch ${FILESDIR}/${PN}-2.15.90-libnotify-support.patch
+ eautoreconf
+}