# ChangeLog for gnome-base/gdm
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/ChangeLog,v 1.178 2006/09/06 05:12:54 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/ChangeLog,v 1.179 2006/09/07 03:53:29 dang Exp $
+
+*gdm-2.16.0 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org> +gdm-2.16.0.ebuild:
+ New version for gnome 2.16
06 Sep 2006; Joshua Kinard <kumba@gentoo.org> gdm-2.2.5.4-r5.ebuild,
gdm-2.8.0.7.ebuild, gdm-2.8.0.7-r1.ebuild, gdm-2.8.0.8.ebuild:
--- /dev/null
+MD5 641116667d3486eca842dd1a2fc792c7 gdm-2.16.0.tar.bz2 3160137
+RMD160 e6775e55b0f4f7ec2dbde8e2295af7dcab4ae3b4 gdm-2.16.0.tar.bz2 3160137
+SHA256 e017abdf55561ad0efb8520f6a3be00f7ceb78f038e7b5a464e5f639def39d5f gdm-2.16.0.tar.bz2 3160137
+MD5 a23df5fecb624744c016ad2fe8ebe5e8 gdm-2.8-gentoo-files-r2.tar.bz2 3101
+RMD160 b1776e987bf87e7db34d73bdf7a8eebfdcd51e54 gdm-2.8-gentoo-files-r2.tar.bz2 3101
+SHA256 c9335d71ab0a2ceca6a5959947aabf3728031e86dcb5536b7b57c6115c4ce53e gdm-2.8-gentoo-files-r2.tar.bz2 3101
+MD5 146b311aea6ca3b6b9bdbe551cb7c0ae gentoo-gdm-theme-r3.tar.bz2 411703
+RMD160 9188c8f2661163be72595a6b4924fae0648e7df5 gentoo-gdm-theme-r3.tar.bz2 411703
+SHA256 c7cbe97757ff93f0ffd42f9d9fb702278a361e830940a03901cda9943f44ba68 gentoo-gdm-theme-r3.tar.bz2 411703
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-2.16.0.ebuild,v 1.1 2006/09/07 03:53:29 dang Exp $
+
+inherit eutils pam gnome2
+
+DESCRIPTION="GNOME Display Manager"
+HOMEPAGE="http://www.gnome.org/projects/gdm/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="accessibility ipv6 pam selinux tcpd xinerama"
+
+# Name of the tarball with gentoo specific files
+GDM_EXTRA="${PN}-2.8-gentoo-files-r2"
+
+SRC_URI="${SRC_URI}
+ mirror://gentoo/gentoo-gdm-theme-r3.tar.bz2
+ mirror://gentoo/${GDM_EXTRA}.tar.bz2"
+
+RDEPEND="pam? ( virtual/pam )
+ !pam? ( sys-apps/shadow )
+ >=dev-libs/glib-2.8
+ >=x11-libs/gtk+-2.6
+ >=x11-libs/pango-1.3
+ >=gnome-base/libglade-2
+ >=gnome-base/libgnome-2
+ >=gnome-base/libgnomeui-2
+ >=gnome-base/libgnomecanvas-2
+ >=gnome-base/librsvg-1.1.1
+ >=dev-libs/libxml2-2.4.12
+ >=media-libs/libart_lgpl-2.3.11
+ selinux? ( sys-libs/libselinux )
+ tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
+ || (
+ (
+ x11-libs/libX11
+ x11-libs/libXdmcp
+ x11-libs/libXi
+ x11-libs/libXext
+ x11-libs/libXinerama
+ x11-libs/libdmx
+ x11-libs/libXau
+ x11-apps/sessreg
+ accessibility? ( x11-libs/libXevie )
+ )
+ virtual/x11
+ )"
+
+DEPEND="${RDEPEND}
+ || (
+ (
+ x11-proto/inputproto
+ x11-proto/dmxproto
+ )
+ virtual/x11
+ )
+ sys-devel/gettext
+ >=dev-util/pkgconfig-0.9
+ >=dev-util/intltool-0.35
+ >=app-text/gnome-doc-utils-0.3.2
+ >=app-text/scrollkeeper-0.1.4"
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"
+MAKEOPTS="${MAKEOPTS} -j1"
+
+
+pkg_setup() {
+ G2CONF="--sysconfdir=/etc/X11 \
+ --localstatedir=/var \
+ --with-xdmcp \
+ --with-pam-prefix=/etc \
+ $(use_enable accessibility xevie) \
+ $(use_enable ipv6) \
+ $(use_with selinux) \
+ $(use_with tcpd tcp-wrappers) \
+ $(use_with xinerama)"
+
+ if use pam; then
+ G2CONF="${G2CONF} --enable-authentication-scheme=pam"
+ else
+ G2CONF="${G2CONF} --enable-console-helper=no \
+ --enable-authentication-scheme=shadow"
+ fi
+
+ enewgroup gdm
+ enewuser gdm -1 -1 /var/lib/gdm gdm
+}
+
+src_unpack() {
+ gnome2_src_unpack
+
+ # remove unneeded linker directive for selinux (#41022)
+ epatch ${FILESDIR}/${PN}-2.13.0.1-selinux-remove-attr.patch
+
+ # Fix missing intllib
+ epatch ${FILESDIR}/${PN}-2.13.0.7-gdm-dmx-intllibs.patch
+}
+
+src_install() {
+ gnome2_src_install
+
+ local gentoodir="${WORKDIR}/${GDM_EXTRA}"
+
+ # gdm-binary should be gdm to work with our init (#5598)
+ rm -f ${D}/usr/sbin/gdm
+ dosym /usr/sbin/gdm-binary /usr/sbin/gdm
+
+ # our x11's scripts point to /usr/bin/gdm
+ dosym /usr/sbin/gdm-binary /usr/bin/gdm
+
+ # log, etc.
+ keepdir /var/log/gdm
+ keepdir /var/gdm
+
+ chown root:gdm ${D}/var/gdm
+ chmod 1770 ${D}/var/gdm
+
+ # use our own session script
+ rm -f ${D}/etc/X11/gdm/Xsession
+ exeinto /etc/X11/gdm
+ doexe ${gentoodir}/Xsession
+
+ # add a custom xsession .desktop by default (#44537)
+ exeinto /etc/X11/dm/Sessions
+ doexe ${gentoodir}/custom.desktop
+
+ # We replace the pam stuff by our own
+ rm -rf ${D}/etc/pam.d
+
+ dopamd ${gentoodir}/pam.d/*
+ dopamsecurity console.apps ${gentoodir}/security/console.apps/gdmsetup
+
+ # use graphical greeter local
+ dosed "s:#Greeter=/usr/libexec/gdmlogin:Greeter=/usr/libexec/gdmgreeter:" \
+ /etc/X11/gdm/gdm.conf
+
+ # list available users
+ dosed "s:^#MinimalUID=.*:MinimalUID=1000:" /etc/X11/gdm/gdm.conf
+ dosed "s:^#IncludeAll=.*:IncludeAll=true:" /etc/X11/gdm/gdm.conf
+
+ # Fix old X11R6 paths
+ dosed "s:/usr/X11R6/bin:/usr/bin:" /etc/X11/gdm/gdm.conf
+
+ # Move Gentoo theme in
+ mv ${WORKDIR}/gentoo-* ${D}/usr/share/gdm/themes
+}
+
+pkg_postinst() {
+ gnome2_pkg_postinst
+
+ # Soft restart, assumes Gentoo defaults for file locations
+ FIFOFILE=/var/gdm/.gdmfifo
+ PIDFILE=/var/run/gdm.pid
+
+ if [ -w ${FIFOFILE} ] ; then
+ if [ -f ${PIDFILE} ] ; then
+ if kill -0 `cat ${PIDFILE}`; then
+ (echo;echo SOFT_RESTART) >> ${FIFOFILE}
+ fi
+ fi
+ fi
+
+ einfo "To make GDM start at boot, edit /etc/rc.conf"
+ einfo "and then execute 'rc-update add xdm default'."
+}
+
+pkg_postrm() {
+ gnome2_pkg_postrm
+
+ einfo "To remove GDM from startup please execute"
+ einfo "'rc-update del xdm default'"
+}
# ChangeLog for gnome-base/gnome-applets
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v 1.181 2006/09/04 01:31:02 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v 1.182 2006/09/07 03:58:47 dang Exp $
+
+*gnome-applets-2.16.0.1 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
+ +gnome-applets-2.16.0.1.ebuild:
+ New version for gnome 2.16
04 Sep 2006; Joshua Kinard <kumba@gentoo.org> gnome-applets-2.10.1.ebuild:
Removing mips keywords as gnome is no longer supported for us.
--- /dev/null
+MD5 ff31b5b0a4bf5d0a9f8d0039133f2333 gnome-applets-2.16.0.1.tar.bz2 6819774
+RMD160 8cfd1ba503813e6581b4b834d755b3814e35a6f1 gnome-applets-2.16.0.1.tar.bz2 6819774
+SHA256 bc8313f9f10df4a773469fd329a3859e24e8460b405dc78516393cdcfdfc2696 gnome-applets-2.16.0.1.tar.bz2 6819774
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.16.0.1.ebuild,v 1.1 2006/09/07 03:58:47 dang Exp $
+
+inherit eutils gnome2 autotools
+
+DESCRIPTION="Applets for the GNOME Desktop and Panel"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2 FDL-1.1 LGPL-2"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="acpi apm doc gstreamer hal ipv6"
+
+RDEPEND=">=x11-libs/gtk+-2.6
+ >=dev-libs/glib-2.6
+ >=gnome-base/libgnome-2.8
+ >=gnome-base/libgnomeui-2.8
+ >=gnome-base/gnome-vfs-2.15.4
+ >=gnome-base/gconf-2.8
+ >=gnome-base/gnome-panel-2.13.4
+ >=gnome-base/libgtop-2.11.92
+ >=gnome-base/libglade-2.4
+ >=gnome-base/gail-1.1
+ >=x11-libs/libxklavier-2.91
+ >=x11-libs/libwnck-2.9.3
+ >=app-admin/system-tools-backends-1.1.3
+ >=gnome-base/gnome-desktop-2.11.1
+ >=x11-libs/libnotify-0.3.2
+ hal? (
+ >=sys-apps/hal-0.5.3
+ >=sys-apps/dbus-0.34
+ )
+ >=dev-python/pygtk-2.6
+ >=dev-python/gnome-python-2.10
+ >=x11-themes/gnome-icon-theme-2.15.91
+ >=virtual/python-2.4
+ apm? ( sys-apps/apmd )
+ acpi? ( sys-power/acpid )
+ || ( ( x11-apps/xrdb x11-libs/libX11 ) virtual/x11 )
+ >=gnome-extra/gucharmap-1.4
+ gstreamer? (
+ >=media-libs/gstreamer-0.10.2
+ >=media-libs/gst-plugins-base-0.10.2
+ )"
+
+DEPEND="${RDEPEND}
+ >=app-text/scrollkeeper-0.1.4
+ >=dev-util/pkgconfig-0.19
+ >=dev-util/intltool-0.35
+ dev-libs/libxslt
+ doc? (
+ app-text/docbook-sgml-utils
+ >=app-text/gnome-doc-utils-0.3.2
+ ~app-text/docbook-xml-dtd-4.3
+ )"
+
+DOCS="AUTHORS ChangeLog NEWS README"
+
+MAKEOPTS="${MAKEOPTS} -j1"
+
+pkg_setup() {
+ G2CONF="--disable-scrollkeeper --enable-flags \
+ $(use_enable ipv6) $(use_with hal)"
+
+ if use gstreamer; then
+ G2CONF="${G2CONF} --with-gstreamer=0.10"
+ fi
+
+ if ! use ppc && ! use apm && ! use acpi; then
+ G2CONF="${G2CONF} --disable-battstat"
+ fi
+
+ if use ppc && ! use apm && ! use hal; then
+ G2CONF="${G2CONF} --disable-battstat"
+ fi
+ G2CONF="${G2CONF} $(use_enable doc gtk-doc)"
+}
+
+src_install() {
+ gnome2_src_install
+
+ APPLETS="accessx-status battstat charpick cpufreq drivemount geyes \
+ gkb-new gswitchit gweather invest-applet mini-commander \
+ mixer modemlights multiload null_applet trashapplet"
+
+ if use stickynotes ; then
+ APPLETS="${APPLETS} stickynotes"
+ fi
+
+ for applet in $(APPLETS) ; do
+ docinto ${applet}
+
+ for d in AUTHORS ChangeLog NEWS README README.themes TODO ; do
+ [ -s ${applet}/${d} ] && dodoc ${applet}/${d}
+ done
+ done
+}
# ChangeLog for gnome-base/gnome-desktop
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-desktop/ChangeLog,v 1.156 2006/09/05 01:55:49 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-desktop/ChangeLog,v 1.157 2006/09/07 03:55:34 dang Exp $
+
+*gnome-desktop-2.16.0 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
+ +gnome-desktop-2.16.0.ebuild:
+ New version for gnome 2.16
05 Sep 2006; Joshua Kinard <kumba@gentoo.org> gnome-desktop-2.10.2.ebuild,
gnome-desktop-2.12.3.ebuild, gnome-desktop-2.14.2.ebuild:
--- /dev/null
+MD5 7cb89d82a55f117333974b0a97c849e0 gnome-desktop-2.16.0.tar.bz2 1230936
+RMD160 7c0d9031e14f29c0e5fea59b2a964f53f3a4967b gnome-desktop-2.16.0.tar.bz2 1230936
+SHA256 036e39518c6a0b7c271eaef1f008f6d65ed12928322d1ed6d9b4128b6a506974 gnome-desktop-2.16.0.tar.bz2 1230936
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-desktop/gnome-desktop-2.16.0.ebuild,v 1.1 2006/09/07 03:55:34 dang Exp $
+
+inherit gnome2
+
+DESCRIPTION="Libraries for the gnome desktop that is not part of the UI"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2 FDL-1.1 LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/gtk+-2.8
+ >=dev-libs/glib-2.8
+ >=gnome-base/libgnomeui-2.6
+ >=gnome-base/libgnomecanvas-2
+ >=gnome-base/gnome-vfs-2
+ >=x11-libs/startup-notification-0.5
+ !gnome-base/gnome-core"
+
+DEPEND="${RDEPEND}
+ app-text/scrollkeeper
+ sys-devel/gettext
+ >=dev-util/intltool-0.35
+ >=dev-util/pkgconfig-0.9
+ >=app-text/gnome-doc-utils-0.3.2
+ doc? ( >=dev-util/gtk-doc-1.4 )"
+
+DOCS="AUTHORS ChangeLog HACKING NEWS README"
+
+pkg_setup() {
+ G2CONF="${G2CONF} --with-gnome-distributor=Gentoo --disable-scrollkeeper"
+}
+
+src_unpack() {
+ gnome2_src_unpack
+
+ # Fix bug 16853 by building gnome-about with IEEE to prevent
+ # floating point exceptions on alpha
+ if use alpha; then
+ sed -i '/^CFLAGS/s/$/ -mieee/' ${S}/gnome-about/Makefile.in \
+ || die "sed failed (2)"
+ fi
+}
# ChangeLog for gnome-base/gnome-keyring
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v 1.73 2006/09/05 02:00:22 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v 1.74 2006/09/07 03:57:52 dang Exp $
+
+*gnome-keyring-0.6.0 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
+ +gnome-keyring-0.6.0.ebuild:
+ New version for gnome 2.16
05 Sep 2006; Joshua Kinard <kumba@gentoo.org> gnome-keyring-0.4.2.ebuild,
gnome-keyring-0.4.3.ebuild, gnome-keyring-0.4.4.ebuild,
--- /dev/null
+MD5 1e3a3a12b19fc5ebe95363658c2256d8 gnome-keyring-0.6.0.tar.bz2 476280
+RMD160 9114a0457871b7a4f9cfe6b3e979ab11881c9145 gnome-keyring-0.6.0.tar.bz2 476280
+SHA256 649f2a0d5298b896781d0ac563b8ea1be7f3fe07fd17ea43b0ec0562be47769f gnome-keyring-0.6.0.tar.bz2 476280
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-0.6.0.ebuild,v 1.1 2006/09/07 03:57:52 dang Exp $
+
+inherit gnome2
+
+DESCRIPTION="Password and keyring managing daemon"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.6
+ >=x11-libs/gtk+-2.6"
+
+DEPEND="${RDEPEND}
+ >=sys-devel/gettext
+ >=dev-util/pkgconfig-0.9"
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"
# ChangeLog for gnome-base/gnome-menus
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-menus/ChangeLog,v 1.53 2006/09/05 02:02:00 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-menus/ChangeLog,v 1.54 2006/09/07 04:00:18 dang Exp $
+
+*gnome-menus-2.16.0 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
+ +gnome-menus-2.16.0.ebuild:
+ New version for gnome 2.16
05 Sep 2006; Joshua Kinard <kumba@gentoo.org>
gnome-menus-2.10.2-r1.ebuild, gnome-menus-2.12.0-r1.ebuild,
--- /dev/null
+MD5 864eb1f1e33371adaece77fbf299df1f gnome-menus-2.16.0.tar.bz2 415218
+RMD160 3cfc85bd544b998023abb462b6af5c624ca120ba gnome-menus-2.16.0.tar.bz2 415218
+SHA256 362f0dde5e94ee01f455fe24d0d6dd883a638575e5fc8e6ea2ce1f7f63a345ee gnome-menus-2.16.0.tar.bz2 415218
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-menus/gnome-menus-2.16.0.ebuild,v 1.1 2006/09/07 04:00:18 dang Exp $
+
+inherit eutils gnome2
+
+DESCRIPTION="The GNOME menu system, implementing the F.D.O cross-desktop spec"
+HOMEPAGE="http://www.gnome.org"
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.6
+ >=gnome-base/gnome-vfs-2.8.2
+ >=dev-lang/python-2.2
+ dev-python/pygtk"
+
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ >=dev-util/pkgconfig-0.9
+ >=dev-util/intltool-0.35"
+
+DOCS="AUTHORS ChangeLog HACKING NEWS README"
+
+src_unpack() {
+ gnome2_src_unpack
+
+ # Add a couple of important LegacyDir entries. See bug #97839.
+ epatch ${FILESDIR}/${PN}-2.10.2-legacy_dirs.patch
+}
# ChangeLog for gnome-base/gnome-panel
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.188 2006/09/05 01:41:56 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.189 2006/09/07 04:01:34 dang Exp $
+
+*gnome-panel-2.16.0 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
+ +gnome-panel-2.16.0.ebuild:
+ New version for gnome 2.16
05 Sep 2006; Joshua Kinard <kumba@gentoo.org> gnome-panel-1.4.1.ebuild,
gnome-panel-1.4.2-r2.ebuild, gnome-panel-2.10.2.ebuild,
--- /dev/null
+MD5 3ad554554e504ec7b1857cd4acbbd661 gnome-panel-2.16.0.tar.bz2 2664150
+RMD160 fd761c133140a0999683748796d3b64982143a29 gnome-panel-2.16.0.tar.bz2 2664150
+SHA256 d13883bbf290ecf1a4fdb21c1afc39e62b68d2cc97701ca34f99654d891db7ef gnome-panel-2.16.0.tar.bz2 2664150
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.16.0.ebuild,v 1.1 2006/09/07 04:01:34 dang Exp $
+
+inherit gnome2
+
+DESCRIPTION="The GNOME panel"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2 FDL-1.1 LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc eds"
+
+RDEPEND=">=gnome-base/gnome-desktop-2.11.92
+ >=x11-libs/gtk+-2.10
+ >=gnome-base/libglade-2.5
+ >=gnome-base/libgnome-2.13
+ >=gnome-base/libgnomeui-2.5.4
+ >=gnome-base/libbonoboui-2.1.1
+ >=gnome-base/orbit-2.4
+ >=gnome-base/gnome-vfs-2.14.2
+ >=x11-libs/libwnck-2.13.5
+ >=gnome-base/gconf-2.6.1
+ >=gnome-base/gnome-menus-2.11.1
+ >=gnome-base/libbonobo-2
+ >=sys-apps/dbus-0.60
+ >=x11-libs/cairo-1.0.0
+ media-libs/libpng
+ eds? ( >=gnome-extra/evolution-data-server-1.6 )"
+
+DEPEND="${RDEPEND}
+ app-text/scrollkeeper
+ >=app-text/gnome-doc-utils-0.3.2
+ >=dev-util/pkgconfig-0.9
+ >=dev-util/intltool-0.35
+ doc? ( >=dev-util/gtk-doc-1 )"
+
+DOCS="AUTHORS ChangeLog HACKING NEWS README"
+
+pkg_setup() {
+ G2CONF="--disable-scrollkeeper $(use_enable eds)"
+}
+
+src_unpack() {
+ gnome2_src_unpack
+
+ # FIXME : uh yeah, this is nice
+ # We should patch in a switch here and send it upstream
+ sed -i 's:--load:-v:' ${S}/gnome-panel/Makefile.in || die "sed failed"
+}
+
+pkg_postinst() {
+ local entries="/etc/gconf/schemas/panel-default-setup.entries"
+
+ if [[ -e "$entries" ]]; then
+ einfo "setting panel gconf defaults..."
+ GCONF_CONFIG_SOURCE=`${ROOT}/usr/bin/gconftool-2 --get-default-source`
+
+ ${ROOT}/usr/bin/gconftool-2 --direct --config-source \
+ ${GCONF_CONFIG_SOURCE} --load=${entries}
+ fi
+
+ # Calling this late so it doesn't process the GConf schemas file we already
+ # took care of.
+ gnome2_pkg_postinst
+}
# ChangeLog for gnome-base/gnome-session
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v 1.145 2006/09/05 02:04:42 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v 1.146 2006/09/07 04:03:30 dang Exp $
+
+*gnome-session-2.16.0 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
+ +gnome-session-2.16.0.ebuild:
+ New version for gnome 2.16
05 Sep 2006; Joshua Kinard <kumba@gentoo.org>
gnome-session-2.10.0-r3.ebuild, gnome-session-2.12.0.ebuild,
--- /dev/null
+MD5 f02a80d3f1435547a479312c15cc1030 gentoo-splash.png 78064
+RMD160 e75052892920e1c919aae1f6e53853c27b2e063f gentoo-splash.png 78064
+SHA256 24fa48bc26db0d446e0098b3e94fd3cdec4610faca0b3282da0bec79bedbc179 gentoo-splash.png 78064
+MD5 0a79eac14f4e13b1935e02eeec7745c1 gnome-session-2.16.0.tar.bz2 677707
+RMD160 2b8f7a63cf543d7d69054ba5b1c45db4608f08d0 gnome-session-2.16.0.tar.bz2 677707
+SHA256 c381d812cdbba72c2fabe6f2c2fc6c83e266c026683636c7936a030159c1d314 gnome-session-2.16.0.tar.bz2 677707
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/gnome-session-2.16.0.ebuild,v 1.1 2006/09/07 04:03:30 dang Exp $
+
+inherit eutils gnome2
+
+DESCRIPTION="Gnome session manager"
+HOMEPAGE="http://www.gnome.org/"
+SRC_URI="${SRC_URI}
+ branding? ( mirror://gentoo/gentoo-splash.png )"
+
+LICENSE="GPL-2 LGPL-2 FDL-1.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="branding esd ipv6 tcpd"
+
+RDEPEND=">=dev-libs/glib-2.6
+ >=x11-libs/gtk+-2.3.1
+ >=gnome-base/libgnomeui-2.2
+ =gnome-base/gnome-desktop-2*
+ >=sys-apps/dbus-0.35
+ >=gnome-base/control-center-2.15.4
+ >=x11-libs/libnotify-0.2.1
+ >=gnome-base/gconf-2
+ >=gnome-base/gnome-keyring-0.5.1
+ esd? ( >=media-sound/esound-0.2.26 )
+ tcpd? ( >=sys-apps/tcp-wrappers-7.6 )"
+DEPEND="${RDEPEND}
+ x11-apps/xrdb
+ >=sys-devel/gettext-0.10.40
+ >=dev-util/pkgconfig-0.17
+ >=dev-util/intltool-0.35
+ >=sys-devel/automake-1.9
+ !gnome-base/gnome-core"
+
+# gnome-base/gnome-core overwrite /usr/bin/gnome-session
+DOCS="AUTHORS ChangeLog HACKING NEWS README"
+
+pkg_setup() {
+ # TODO: convert libnotify to a configure option
+ G2CONF="${G2CONF} $(use_enable ipv6) $(use_enable esd) $(use_enable tcpd tcp-wrappers)"
+}
+
+src_unpack() {
+ gnome2_src_unpack
+
+ # Patch for Gentoo Branding (bug #42687)
+ use branding && epatch ${FILESDIR}/${PN}-2.10.0-schema_defaults.patch
+
+ # Patch for optionalizing tcp-wrappers
+ epatch ${FILESDIR}/${PN}-2.12.0-optional-tcp-wrappers.patch
+
+ # Implement switch to enable/disable esound support. See bug #6920.
+ epatch ${FILESDIR}/${PN}-2.10.0-esd_switch.patch
+
+ cp aclocal.m4 old_macros.m4
+ aclocal -I . || die "aclocal failed"
+ autoconf || die "autoconf failed"
+ automake || die "automake failed"
+ libtoolize --copy --force
+}
+
+src_install() {
+ gnome2_src_install
+
+ dodir /etc/X11/Sessions
+ exeinto /etc/X11/Sessions
+ doexe ${FILESDIR}/Gnome
+
+ # Our own splash for world domination
+ if use branding ; then
+ insinto /usr/share/pixmaps/splash/
+ doins ${DISTDIR}/gentoo-splash.png
+ fi
+}
# ChangeLog for gnome-base/gnome-volume-manager
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-volume-manager/ChangeLog,v 1.61 2006/08/18 23:25:44 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-volume-manager/ChangeLog,v 1.62 2006/09/07 04:05:58 dang Exp $
+
+*gnome-volume-manager-2.15.0 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
+ -gnome-volume-manager-1.5.1.ebuild, -gnome-volume-manager-1.5.3.ebuild,
+ -gnome-volume-manager-1.5.15.ebuild,
+ -gnome-volume-manager-1.5.15-r1.ebuild,
+ +gnome-volume-manager-2.15.0.ebuild:
+ New version for gnome 2.16
19 Aug 2006; Bryan Østergaard <kloeri@gentoo.org>
gnome-volume-manager-1.5.15-r2.ebuild:
--- /dev/null
+MD5 d723bc2069fd19cf1c31961fbc1cf3c8 gnome-volume-manager-2.15.0.tar.bz2 318479
+RMD160 eca6bb29b3173d8dbee36f4441b68c762732cb26 gnome-volume-manager-2.15.0.tar.bz2 318479
+SHA256 f3d2ce3e2f2a4b757d4688bae7f6b8418d11340618f15d34871a002516ab8e0e gnome-volume-manager-2.15.0.tar.bz2 318479
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-volume-manager/gnome-volume-manager-2.15.0.ebuild,v 1.1 2006/09/07 04:05:58 dang Exp $
+
+inherit gnome2 eutils autotools
+
+DESCRIPTION="Daemon that enforces volume-related policies"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="crypt debug doc"
+
+RDEPEND="gnome-base/nautilus
+ >=gnome-base/libgnomeui-2.1.5
+ >=sys-apps/dbus-0.31
+ >=sys-apps/hal-0.5.6
+ >=x11-libs/gtk+-2.6
+ >=gnome-base/libglade-2
+ >=x11-libs/libnotify-0.3
+ >=gnome-base/gconf-2
+ >=gnome-base/control-center-2.0
+ gnome-base/gnome-mime-data
+ gnome-base/gnome-mount"
+
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ >=dev-util/pkgconfig-0.20
+ >=dev-util/intltool-0.35"
+
+DOCS="AUTHORS ChangeLog README HACKING NEWS TODO"
+
+pkg_setup() {
+ G2CONF="${G2CONF} \
+ $(use_enable crypt) \
+ $(use_enable debug) \
+ $(use_enable doc)"
+
+ # FIXME: We should be more intelligent about disabling multiuser support
+ # (like enable it when pam_console is available?). For now, this is a
+ # slightly nicer solution than applying ${PN}-1.5.9-no-pam_console.patch
+ G2CONF="${G2CONF} --disable-multiuser"
+}
+
+pkg_postinst() {
+ gnome2_pkg_postinst
+
+ einfo "To start the gnome-volume-manager daemon you need to configure"
+ einfo "it through it's preferences capplet. Also the HAL daemon (hald)"
+ einfo "needs to be running or it will shut down."
+}
# ChangeLog for gnome-base/librsvg
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.112 2006/08/16 15:58:01 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.113 2006/09/07 04:09:42 dang Exp $
+
+*librsvg-2.16.0 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
+ +files/librsvg-2.15.90-die-gtk-doc-die.patch, +librsvg-2.16.0.ebuild:
+ New version for gnome 2.16
16 Aug 2006; Markus Rothe <corsair@gentoo.org> librsvg-2.14.4.ebuild:
Stable on ppc64
--- /dev/null
+MD5 dc6385e62ed278732146bca5aab74568 librsvg-2.16.0.tar.bz2 420858
+RMD160 dfadfb3dcae33e4a103eaf9a7ec29362a6148d47 librsvg-2.16.0.tar.bz2 420858
+SHA256 2a918455246e8541ce737ea499fd0bcfa207d712cb4efa5583031b9c23c51c66 librsvg-2.16.0.tar.bz2 420858
--- /dev/null
+diff --exclude-from=/home/dang/.diffrc -u -ruN librsvg-2.15.90.orig/Makefile.in librsvg-2.15.90/Makefile.in
+--- librsvg-2.15.90.orig/Makefile.in 2006-07-27 08:28:01.000000000 -0400
++++ librsvg-2.15.90/Makefile.in 2006-08-04 23:47:30.000000000 -0400
+@@ -309,7 +309,7 @@
+ target_alias = @target_alias@
+ @HAVE_GTK_FALSE@target_rsvg_view =
+ @HAVE_GTK_TRUE@target_rsvg_view = rsvg-view
+-SUBDIRS = . moz-plugin gdk-pixbuf-loader gtk-engine data doc
++SUBDIRS = . moz-plugin gdk-pixbuf-loader gtk-engine data
+ lib_LTLIBRARIES = librsvg-2.la
+ man_MANS = rsvg.1
+ @OS_WIN32_FALSE@libm = -lm
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.16.0.ebuild,v 1.1 2006/09/07 04:09:42 dang Exp $
+
+inherit multilib gnome2 eutils
+
+DESCRIPTION="Scalable Vector Graphics (SVG) rendering library"
+HOMEPAGE="http://librsvg.sourceforge.net/"
+
+LICENSE="LGPL-2"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc gnome print zlib"
+
+RDEPEND=">=media-libs/fontconfig-1.0.1
+ >=x11-libs/gtk+-2.6
+ >=dev-libs/glib-2.11
+ >=dev-libs/libxml2-2.4.7
+ >=x11-libs/cairo-1.2
+ >=x11-libs/pango-1.2
+ >=dev-libs/libcroco-0.6.1
+ >=media-libs/freetype-2
+ gnome? ( >=gnome-base/gnome-vfs-2 )
+ print? (
+ >=gnome-base/libgnomeprint-2.2.0
+ >=gnome-base/libgnomeprintui-2.2.0
+ )
+ zlib? ( >=gnome-extra/libgsf-1.6 )"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.9
+ doc? ( >=dev-util/gtk-doc-0.9 )"
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"
+
+set_gtk_confdir() {
+ # An arch specific config directory is used on multilib systems
+ has_multilib_profile && GTK2_CONFDIR="/etc/gtk-2.0/${CHOST}"
+ GTK2_CONFDIR=${GTK2_CONFDIR:=/etc/gtk-2.0}
+}
+
+pkg_setup() {
+ G2CONF="--enable-gtk-theme --enable-pixbuf-loader \
+ --disable-mozilla-plugin --with-croco \
+ $(use_enable gnome gnome-vfs) \
+ $(use_enable print gnome-print) \
+ $(use_with zlib svgz)"
+
+ if ! built_with_use x11-libs/cairo png; then
+ einfo "Please re-emerge x11-libs/cairo with the png USE flag set"
+ die "cairo needs the png flag set"
+ fi
+}
+
+src_unpack() {
+ gnome2_src_unpack
+
+ # Still fails even with disable-gtk-doc
+ if ! use doc; then
+ epatch ${FILESDIR}/${PN}-2.15.90-die-gtk-doc-die.patch
+ fi
+}
+
+src_install() {
+ gnome2_src_install plugindir=/usr/$(get_libdir)/nsbrowser/plugins/
+
+ # remove gdk-pixbuf loaders (#47766)
+ rm -fr ${D}/etc
+
+ # remove plugins dir since we disable the plugin
+ rm -fr ${D}/usr/lib/nsbrowser
+}
+
+pkg_postinst() {
+ set_gtk_confdir
+ gdk-pixbuf-query-loaders > ${GTK2_CONFDIR}/gdk-pixbuf.loaders
+}
+
+pkg_postrm() {
+ set_gtk_confdir
+ gdk-pixbuf-query-loaders > ${GTK2_CONFDIR}/gdk-pixbuf.loaders
+}
# ChangeLog for gnome-base/nautilus
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.192 2006/09/05 02:34:12 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.193 2006/09/07 04:12:13 dang Exp $
+
+*nautilus-2.16.0 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org> +nautilus-2.16.0.ebuild:
+ New version for gnome 2.16
05 Sep 2006; Joshua Kinard <kumba@gentoo.org> nautilus-1.0.6-r10.ebuild,
nautilus-2.10.1-r1.ebuild, nautilus-2.12.2.ebuild:
--- /dev/null
+MD5 68318b70be545b6fc016017ae4e628aa nautilus-2.16.0.tar.bz2 4257541
+RMD160 5075cccb0a8407a67b3da408899553ac204873f3 nautilus-2.16.0.tar.bz2 4257541
+SHA256 675f28f78f2b82b8d61e353b3ff4a97011e98013947495c7b980670144c69ab0 nautilus-2.16.0.tar.bz2 4257541
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.16.0.ebuild,v 1.1 2006/09/07 04:12:13 dang Exp $
+
+inherit virtualx gnome2 eutils
+
+DESCRIPTION="A file manager for the GNOME desktop"
+HOMEPAGE="http://www.gnome.org/projects/nautilus/"
+
+LICENSE="GPL-2 LGPL-2 FDL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="beagle gnome"
+# cups flac gstreamer mad ogg vorbis
+
+RDEPEND=">=media-libs/libart_lgpl-2.3.10
+ >=gnome-base/libbonobo-2.1
+ >=gnome-base/eel-2.15.92
+ >=media-sound/esound-0.2.27
+ >=dev-libs/glib-2.6
+ >=gnome-base/gnome-desktop-2.9.91
+ >=gnome-base/libgnome-2.1.1
+ >=gnome-base/libgnomeui-2.6
+ >=gnome-base/gnome-vfs-2.15
+ >=gnome-base/orbit-2.4
+ >=x11-libs/pango-1.1.2
+ >=x11-libs/gtk+-2.10
+ >=gnome-base/librsvg-2.0.1
+ >=dev-libs/libxml2-2.4.7
+ >=x11-libs/startup-notification-0.8
+ >=media-libs/libexif-0.5.12
+ >=gnome-base/gconf-2
+ beagle? ( >=app-misc/beagle-0.0.12 )
+ || (
+ (
+ x11-libs/libICE
+ x11-libs/libSM
+ )
+ virtual/x11
+ )
+ virtual/eject"
+# !gstreamer? ( vorbis? ( media-sound/vorbis-tools ) )
+# gstreamer? (
+# >=media-libs/gstreamer-0.8
+# >=media-libs/gst-plugins-0.8
+# >=media-plugins/gst-plugins-gnomevfs-0.8
+# mad? ( >=media-plugins/gst-plugins-mad-0.8 )
+# ogg? ( >=media-plugins/gst-plugins-ogg-0.8 )
+# vorbis? ( >=media-plugins/gst-plugins-vorbis-0.8 )
+# flac? ( >=media-plugins/gst-plugins-flac-0.8 ) )"
+
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ >=dev-util/intltool-0.35
+ >=dev-util/pkgconfig-0.9"
+
+PDEPEND="gnome? ( >=x11-themes/gnome-icon-theme-1.1.91 )"
+
+DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README THANKS TODO"
+
+pkg_setup() {
+ G2CONF="${G2CONF} --disable-update-mimedb $(use_enable beagle)"
+}
+
+src_test() {
+ if hasq userpriv $FEATURES ; then
+ Xmake check || die "Test phase failed"
+ fi
+}
+
+src_unpack() {
+ gnome2_src_unpack
+
+ # fix relative include path breaking libIDL (#129366)
+ epatch ${FILESDIR}/${PN}-2.14-idl_include.patch
+}