diff options
33 files changed, 58 insertions, 1263 deletions
diff --git a/gnome-base/eel/ChangeLog b/gnome-base/eel/ChangeLog index 26af9e2ff766..4849ef378c14 100644 --- a/gnome-base/eel/ChangeLog +++ b/gnome-base/eel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/eel # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/eel/ChangeLog,v 1.196 2008/05/29 08:53:28 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/eel/ChangeLog,v 1.197 2008/06/08 20:48:22 eva Exp $ + + 08 Jun 2008; Gilles Dartiguelongue <eva@gentoo.org> -eel-2.18.0.1.ebuild, + -eel-2.22.0.ebuild: + clean up old revisions. *eel-2.22.2 (29 May 2008) diff --git a/gnome-base/eel/eel-2.18.0.1.ebuild b/gnome-base/eel/eel-2.18.0.1.ebuild deleted file mode 100644 index c4d6f3bf5b47..000000000000 --- a/gnome-base/eel/eel-2.18.0.1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/eel/eel-2.18.0.1.ebuild,v 1.10 2008/03/11 20:12:56 leio Exp $ - -inherit virtualx gnome2 - -DESCRIPTION="The Eazel Extentions Library" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="LGPL-2" -SLOT="2" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=media-libs/libart_lgpl-2.3.8 - >=gnome-base/gconf-2 - >=x11-libs/gtk+-2.9.4 - >=dev-libs/glib-2.6 - >=gnome-base/libgnome-2 - >=gnome-base/libgnomeui-2.8 - >=gnome-base/gnome-vfs-2.10 - >=dev-libs/libxml2-2.4.7 - >=gnome-base/gail-0.16 - >=gnome-base/libglade-2 - >=gnome-base/gnome-desktop-2.1.4 - >=gnome-base/gnome-menus-2.14.0 - >=dev-util/desktop-file-utils-0.9" -DEPEND="${RDEPEND} - sys-devel/gettext - >=dev-util/intltool-0.35 - >=dev-util/pkgconfig-0.19" - -DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO" - -src_unpack() { - gnome2_src_unpack - - # Fix deprecated API disabling in used libraries - this is not future-proof, bug 212801 - sed -i -e '/DISABLE_DEPRECATED/d' \ - "${S}/eel/Makefile.am" "${S}/eel/Makefile.in" \ - "${S}/test/Makefile.am" "${S}/test/Makefile.in" -} - -src_test() { - if hasq userpriv $FEATURES; then - einfo "Not running tests without userpriv" - else - addwrite "/root/.gnome2" - Xmake check || die "make check failed" - fi -} diff --git a/gnome-base/eel/eel-2.22.0.ebuild b/gnome-base/eel/eel-2.22.0.ebuild deleted file mode 100644 index 3219f6bc2728..000000000000 --- a/gnome-base/eel/eel-2.22.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/eel/eel-2.22.0.ebuild,v 1.2 2008/03/23 23:26:22 leio Exp $ - -inherit virtualx gnome2 - -DESCRIPTION="The Eazel Extentions Library" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="LGPL-2" -SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=dev-libs/glib-2.15 - >=x11-libs/gtk+-2.10 - >=gnome-base/gail-0.16 - >=gnome-base/gconf-2.0 - >=dev-libs/libxml2-2.4.7 - >=gnome-base/libglade-2.0 - >=gnome-base/gnome-desktop-2.21.3 - >=x11-libs/startup-notification-0.8 - - >=gnome-base/libgnome-2.0 - >=gnome-base/libgnomeui-2.8" -DEPEND="${RDEPEND} - sys-devel/gettext - >=dev-util/intltool-0.35 - >=dev-util/pkgconfig-0.19" - -DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO" - -src_unpack() { - gnome2_src_unpack - - # Fix deprecated API disabling in used libraries - this is not future-proof, bug 212801 - sed -i -e '/DISABLE_DEPRECATED/d' \ - "${S}/eel/Makefile.am" "${S}/eel/Makefile.in" \ - "${S}/test/Makefile.am" "${S}/test/Makefile.in" -} - -src_test() { - if hasq userpriv $FEATURES; then - einfo "Not running tests without userpriv" - else - addwrite "/root/.gnome2" - Xmake check || die "make check failed" - fi -} diff --git a/gnome-base/gnome-mime-data/ChangeLog b/gnome-base/gnome-mime-data/ChangeLog index f93453690960..6180969957f4 100644 --- a/gnome-base/gnome-mime-data/ChangeLog +++ b/gnome-base/gnome-mime-data/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/gnome-mime-data -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-mime-data/ChangeLog,v 1.73 2007/09/22 05:21:47 tgall Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-mime-data/ChangeLog,v 1.74 2008/06/08 20:50:27 eva Exp $ + + 08 Jun 2008; Gilles Dartiguelongue <eva@gentoo.org> + -gnome-mime-data-2.4.2.ebuild, -gnome-mime-data-2.4.3.ebuild: + clean up old revisions. 22 Sep 2007; Tom Gall <tgall@gentoo.org> gnome-mime-data-2.18.0.ebuild: diff --git a/gnome-base/gnome-mime-data/gnome-mime-data-2.4.2.ebuild b/gnome-base/gnome-mime-data/gnome-mime-data-2.4.2.ebuild deleted file mode 100644 index c1dba50b5c80..000000000000 --- a/gnome-base/gnome-mime-data/gnome-mime-data-2.4.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-mime-data/gnome-mime-data-2.4.2.ebuild,v 1.14 2007/01/16 15:36:11 uberlord Exp $ - -inherit gnome2 - -DESCRIPTION="MIME data for Gnome" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=dev-util/pkgconfig-0.12.0 - >=dev-util/intltool-0.29" -RDEPEND="" - -DOCS="AUTHORS ChangeLog README" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e 's:libdir=${exec_prefix}/lib:libdir=@libdir@:' \ - ${PN}-2.0.pc.in || die 'sed-ing pkgconfig-file failed' -} diff --git a/gnome-base/gnome-mime-data/gnome-mime-data-2.4.3.ebuild b/gnome-base/gnome-mime-data/gnome-mime-data-2.4.3.ebuild deleted file mode 100644 index ec7a26cb268e..000000000000 --- a/gnome-base/gnome-mime-data/gnome-mime-data-2.4.3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-mime-data/gnome-mime-data-2.4.3.ebuild,v 1.12 2007/05/27 23:40:19 kumba Exp $ - -inherit gnome2 - -DESCRIPTION="MIME data for Gnome" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=dev-util/pkgconfig-0.12.0 - >=dev-util/intltool-0.29" -RDEPEND="" - -DOCS="AUTHORS ChangeLog README" diff --git a/gnome-base/gnome-panel/ChangeLog b/gnome-base/gnome-panel/ChangeLog index 3a11d126ad89..344846848d61 100644 --- a/gnome-base/gnome-panel/ChangeLog +++ b/gnome-base/gnome-panel/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/gnome-panel # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.251 2008/05/30 15:14:45 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.252 2008/06/08 20:53:02 eva Exp $ + + 08 Jun 2008; Gilles Dartiguelongue <eva@gentoo.org> + -gnome-panel-2.18.3.ebuild, -gnome-panel-2.22.0.ebuild, + -gnome-panel-2.22.1.1.ebuild, -gnome-panel-2.22.2.ebuild: + clean up old revisions. *gnome-panel-2.22.2 (30 May 2008) diff --git a/gnome-base/gnome-panel/gnome-panel-2.18.3.ebuild b/gnome-base/gnome-panel/gnome-panel-2.18.3.ebuild deleted file mode 100644 index 33a1738c61eb..000000000000 --- a/gnome-base/gnome-panel/gnome-panel-2.18.3.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2007 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.18.3.ebuild,v 1.10 2007/10/17 20:31:24 eva 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 ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="doc eds" - -RDEPEND=">=gnome-base/gnome-desktop-2.12 - >=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 - >=dev-libs/dbus-glib-0.71 - x11-libs/libXau - media-libs/libpng - >=x11-libs/cairo-1.0.0 - >=x11-libs/pango-1.15.4 - eds? ( >=gnome-extra/evolution-data-server-1.6 )" -DEPEND="${RDEPEND} - app-text/scrollkeeper - >=dev-util/pkgconfig-0.9 - >=dev-util/intltool-0.35 - >=app-text/gnome-doc-utils-0.3.2 - doc? ( >=dev-util/gtk-doc-1 )" - -DOCS="AUTHORS ChangeLog HACKING NEWS README" - -pkg_setup() { - G2CONF="--disable-scrollkeeper $(use_enable eds) \ - --with-in-process-applets=clock,notification-area,wncklet" -} - -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 -} diff --git a/gnome-base/gnome-panel/gnome-panel-2.22.0.ebuild b/gnome-base/gnome-panel/gnome-panel-2.22.0.ebuild deleted file mode 100644 index c6a05253409e..000000000000 --- a/gnome-base/gnome-panel/gnome-panel-2.22.0.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2008 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.22.0.ebuild,v 1.1 2008/03/24 18:43:23 eva Exp $ - -inherit autotools eutils 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 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="doc eds networkmanager" - -RDEPEND=">=gnome-base/gnome-desktop-2.12 - >=x11-libs/pango-1.15.4 - >=dev-libs/glib-2.15.6 - >=x11-libs/gtk+-2.11.3 - >=dev-libs/libgweather-2.21.2 - dev-libs/libxml2 - >=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 - >=x11-libs/libwnck-2.19.5 - >=gnome-base/gconf-2.6.1 - >=gnome-base/gnome-menus-2.11.1 - >=gnome-base/libbonobo-2 - gnome-base/librsvg - >=dev-libs/dbus-glib-0.71 - >=sys-apps/dbus-1.1.2 - x11-libs/libXau - >=x11-libs/cairo-1.0.0 - eds? ( >=gnome-extra/evolution-data-server-1.6 ) - networkmanager? ( net-misc/networkmanager )" -DEPEND="${RDEPEND} - app-text/scrollkeeper - >=app-text/gnome-doc-utils-0.3.2 - >=dev-util/pkgconfig-0.9 - >=dev-util/intltool-0.35 - ~app-text/docbook-xml-dtd-4.1.2 - doc? ( >=dev-util/gtk-doc-1 )" - -DOCS="AUTHORS ChangeLog HACKING NEWS README" - -pkg_setup() { - G2CONF="${G2CONF} - --disable-scrollkeeper - --disable-polkit - --with-in-process-applets=clock,notification-area,wncklet - $(use_enable networkmanager network-manager) - $(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" - local gconftool="${ROOT}usr/bin/gconftool-2" - - if [ -e "$entries" ]; then - einfo "setting panel gconf defaults..." - - GCONF_CONFIG_SOURCE=$("${gconftool}" --get-default-source) - - "${gconftool}" --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 -} diff --git a/gnome-base/gnome-panel/gnome-panel-2.22.1.1.ebuild b/gnome-base/gnome-panel/gnome-panel-2.22.1.1.ebuild deleted file mode 100644 index 1bb693a85084..000000000000 --- a/gnome-base/gnome-panel/gnome-panel-2.22.1.1.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2008 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.22.1.1.ebuild,v 1.1 2008/04/09 22:32:52 eva Exp $ - -inherit autotools eutils 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 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="doc eds networkmanager" - -RDEPEND=">=gnome-base/gnome-desktop-2.12 - >=x11-libs/pango-1.15.4 - >=dev-libs/glib-2.15.6 - >=x11-libs/gtk+-2.11.3 - >=dev-libs/libgweather-2.22.1 - dev-libs/libxml2 - >=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 - >=x11-libs/libwnck-2.19.5 - >=gnome-base/gconf-2.6.1 - >=gnome-base/gnome-menus-2.11.1 - >=gnome-base/libbonobo-2 - gnome-base/librsvg - >=dev-libs/dbus-glib-0.71 - >=sys-apps/dbus-1.1.2 - x11-libs/libXau - >=x11-libs/cairo-1.0.0 - eds? ( >=gnome-extra/evolution-data-server-1.6 ) - networkmanager? ( net-misc/networkmanager )" -DEPEND="${RDEPEND} - app-text/scrollkeeper - >=app-text/gnome-doc-utils-0.3.2 - >=dev-util/pkgconfig-0.9 - >=dev-util/intltool-0.35 - ~app-text/docbook-xml-dtd-4.1.2 - doc? ( >=dev-util/gtk-doc-1 )" - -DOCS="AUTHORS ChangeLog HACKING NEWS README" - -pkg_setup() { - G2CONF="${G2CONF} - --disable-scrollkeeper - --disable-polkit - --with-in-process-applets=clock,notification-area,wncklet - $(use_enable networkmanager network-manager) - $(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" - local gconftool="${ROOT}usr/bin/gconftool-2" - - if [ -e "$entries" ]; then - einfo "setting panel gconf defaults..." - - GCONF_CONFIG_SOURCE=$("${gconftool}" --get-default-source) - - "${gconftool}" --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 -} diff --git a/gnome-base/gnome-panel/gnome-panel-2.22.2.ebuild b/gnome-base/gnome-panel/gnome-panel-2.22.2.ebuild deleted file mode 100644 index bc3af116db30..000000000000 --- a/gnome-base/gnome-panel/gnome-panel-2.22.2.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2008 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.22.2.ebuild,v 1.1 2008/05/30 15:14:45 remi Exp $ - -inherit autotools eutils 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 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="doc eds networkmanager" - -RDEPEND=">=gnome-base/gnome-desktop-2.12 - >=x11-libs/pango-1.15.4 - >=dev-libs/glib-2.15.6 - >=x11-libs/gtk+-2.11.3 - >=dev-libs/libgweather-2.22.1 - dev-libs/libxml2 - >=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 - >=x11-libs/libwnck-2.19.5 - >=gnome-base/gconf-2.6.1 - >=gnome-base/gnome-menus-2.11.1 - >=gnome-base/libbonobo-2 - gnome-base/librsvg - >=dev-libs/dbus-glib-0.71 - >=sys-apps/dbus-1.1.2 - x11-libs/libXau - >=x11-libs/cairo-1.0.0 - eds? ( >=gnome-extra/evolution-data-server-1.6 ) - networkmanager? ( >=net-misc/networkmanager-0.6 )" -DEPEND="${RDEPEND} - app-text/scrollkeeper - >=app-text/gnome-doc-utils-0.3.2 - >=dev-util/pkgconfig-0.9 - >=dev-util/intltool-0.35 - ~app-text/docbook-xml-dtd-4.1.2 - doc? ( >=dev-util/gtk-doc-1 )" - -DOCS="AUTHORS ChangeLog HACKING NEWS README" - -pkg_setup() { - G2CONF="${G2CONF} - --disable-scrollkeeper - --disable-polkit - --with-in-process-applets=clock,notification-area,wncklet - $(use_enable networkmanager network-manager) - $(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" - local gconftool="${ROOT}usr/bin/gconftool-2" - - if [ -e "$entries" ]; then - einfo "setting panel gconf defaults..." - - GCONF_CONFIG_SOURCE=$("${gconftool}" --get-default-source) - - "${gconftool}" --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 -} diff --git a/gnome-base/gnome-vfs/ChangeLog b/gnome-base/gnome-vfs/ChangeLog index 670ad539509f..5ca5531abe91 100644 --- a/gnome-base/gnome-vfs/ChangeLog +++ b/gnome-base/gnome-vfs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/gnome-vfs # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/ChangeLog,v 1.285 2008/04/05 16:50:38 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/ChangeLog,v 1.286 2008/06/08 20:58:21 eva Exp $ + + 08 Jun 2008; Gilles Dartiguelongue <eva@gentoo.org> + -gnome-vfs-2.18.1.ebuild: + clean up old revisions. 05 Apr 2008; Gilles Dartiguelongue <eva@gentoo.org> gnome-vfs-2.22.0.ebuild: diff --git a/gnome-base/gnome-vfs/gnome-vfs-2.18.1.ebuild b/gnome-base/gnome-vfs/gnome-vfs-2.18.1.ebuild deleted file mode 100644 index 3cdf1b65d81c..000000000000 --- a/gnome-base/gnome-vfs/gnome-vfs-2.18.1.ebuild +++ /dev/null @@ -1,101 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.18.1.ebuild,v 1.14 2008/03/11 21:58:27 leio Exp $ - -WANT_AUTOMAKE=1.8 -inherit eutils gnome2 autotools - -DESCRIPTION="Gnome Virtual Filesystem" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2 LGPL-2" -SLOT="2" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="avahi doc gnutls hal ipv6 samba ssl" - -RDEPEND=">=gnome-base/gconf-2 - >=dev-libs/glib-2.9.3 - >=gnome-base/orbit-2.12.4 - >=dev-libs/libxml2-2.6 - >=net-misc/neon-0.25.3 - app-arch/bzip2 - virtual/fam - gnome-base/gnome-mime-data - >=x11-misc/shared-mime-info-0.14 - >=dev-libs/dbus-glib-0.71 - samba? ( >=net-fs/samba-3 ) - gnutls? ( - net-libs/gnutls - !gnome-extra/gnome-vfs-sftp - ) - ssl? ( - !gnutls? ( - >=dev-libs/openssl-0.9.5 - !gnome-extra/gnome-vfs-sftp - ) - ) - hal? ( - >=sys-apps/hal-0.5.7 - ) - avahi? ( >=net-dns/avahi-0.6 )" -DEPEND="${RDEPEND} - sys-devel/gettext - gnome-base/gnome-common - >=dev-util/intltool-0.35 - >=dev-util/pkgconfig-0.9 - doc? ( >=dev-util/gtk-doc-1 )" -PDEPEND="hal? ( >=gnome-base/gnome-mount-0.4 )" - -DOCS="AUTHORS ChangeLog HACKING NEWS README TODO" - -pkg_setup() { - if use hal ; then - G2CONF="--with-hal-mount=/usr/bin/gnome-mount \ - --with-hal-umount=/usr/bin/gnome-umount \ - --with-hal-eject=/usr/bin/gnome-eject" - fi - - G2CONF="${G2CONF} \ - --disable-schemas-install \ - --disable-cdda \ - --disable-howl \ - --enable-http-neon \ - $(use_enable ssl openssl) \ - $(use_enable gnutls) \ - $(use_enable samba) \ - $(use_enable ipv6) \ - $(use_enable hal) \ - $(use_enable avahi)" - - # this works because of the order of conifgure parsing - # so should always be behind the use_enable options - # foser <foser@gentoo.org 19 Apr 2004 - use gnutls && use ssl && G2CONF="${G2CONF} --disable-openssl" -} - -src_unpack() { - gnome2_src_unpack - - # Allow the Trash on afs filesystems (#106118) - epatch "${FILESDIR}"/${PN}-2.12.0-afs.patch - - # Fix compiling with headers missing - epatch "${FILESDIR}"/${PN}-2.15.2-headers-define.patch - - # Fix for crashes running programs via sudo - epatch "${FILESDIR}"/${PN}-2.16.0-no-dbus-crash.patch - - use doc || epatch "${FILESDIR}/${PN}-2.18.1-drop-gtk-doc-check.patch" - - # Fix deprecated API disabling in used libraries - this is not future-proof, bug 212163 - sed -i -e '/DISABLE_DEPRECATED/d' \ - "${S}/daemon/Makefile.am" "${S}/daemon/Makefile.in" \ - "${S}/libgnomevfs/Makefile.am" "${S}/libgnomevfs/Makefile.in" \ - "${S}/modules/Makefile.am" "${S}/modules/Makefile.in" \ - "${S}/test/Makefile.am" "${S}/test/Makefile.in" - sed -i -e 's:-DG_DISABLE_DEPRECATED:$(NULL):g' \ - "${S}/programs/Makefile.am" "${S}/programs/Makefile.in" - - eautoreconf - intltoolize --force -} diff --git a/gnome-base/libbonobo/ChangeLog b/gnome-base/libbonobo/ChangeLog index f59a38ee7717..c1c62c731215 100644 --- a/gnome-base/libbonobo/ChangeLog +++ b/gnome-base/libbonobo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/libbonobo # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/ChangeLog,v 1.157 2008/05/17 01:10:36 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/ChangeLog,v 1.158 2008/06/08 20:53:42 eva Exp $ + + 08 Jun 2008; Gilles Dartiguelongue <eva@gentoo.org> + -libbonobo-2.18.0.ebuild, -libbonobo-2.20.3.ebuild: + clean up old revisions. 17 May 2008; Daniel Gryniewicz <dang@gentoo.org> libbonobo-2.18.0.ebuild, libbonobo-2.20.3.ebuild, libbonobo-2.20.4.ebuild, libbonobo-2.22.0.ebuild: diff --git a/gnome-base/libbonobo/libbonobo-2.18.0.ebuild b/gnome-base/libbonobo/libbonobo-2.18.0.ebuild deleted file mode 100644 index 93f1652103ff..000000000000 --- a/gnome-base/libbonobo/libbonobo-2.18.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/libbonobo-2.18.0.ebuild,v 1.15 2008/05/17 01:10:36 dang Exp $ - -inherit gnome2 - -DESCRIPTION="GNOME CORBA framework" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="LGPL-2.1 GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="debug doc" - -RDEPEND=">=dev-libs/glib-2.8 - >=gnome-base/orbit-2.14.0 - >=dev-libs/libxml2-2.4.20 - >=dev-libs/popt-1.5 - sys-devel/flex - !gnome-base/bonobo-activation" -DEPEND="${RDEPEND} - x11-apps/xrdb - >=dev-util/pkgconfig-0.9 - >=dev-util/intltool-0.35 - doc? ( >=dev-util/gtk-doc-1 )" - -DOCS="AUTHORS ChangeLog NEWS README TODO" - -pkg_setup() { - G2CONF="$(use_enable debug bonobo-activation-debug)" -} - -src_unpack() { - gnome2_src_unpack - - sed -i -e '/DISABLE_DEPRECATED/d' \ - "${S}/activation-server/Makefile.am" "${S}/activation-server/Makefile.in" \ - "${S}/bonobo/Makefile.am" "${S}/bonobo/Makefile.in" - sed -i -e 's:-DG_DISABLE_DEPRECATED ::g' \ - "${S}/tests/test-activation/Makefile.am" "${S}/tests/test-activation/Makefile.in" -} diff --git a/gnome-base/libbonobo/libbonobo-2.20.3.ebuild b/gnome-base/libbonobo/libbonobo-2.20.3.ebuild deleted file mode 100644 index e86f532d7e0e..000000000000 --- a/gnome-base/libbonobo/libbonobo-2.20.3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/libbonobo-2.20.3.ebuild,v 1.10 2008/05/17 01:10:36 dang Exp $ - -inherit gnome2 - -DESCRIPTION="GNOME CORBA framework" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="LGPL-2.1 GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="debug doc" - -RDEPEND=">=dev-libs/glib-2.8 - >=gnome-base/orbit-2.14.0 - >=dev-libs/libxml2-2.4.20 - >=dev-libs/popt-1.5 - sys-devel/flex - !gnome-base/bonobo-activation" -DEPEND="${RDEPEND} - x11-apps/xrdb - >=dev-util/pkgconfig-0.9 - >=dev-util/intltool-0.35 - doc? ( >=dev-util/gtk-doc-1 )" - -DOCS="AUTHORS ChangeLog NEWS README TODO" - -pkg_setup() { - G2CONF="${G2CONF} $(use_enable debug bonobo-activation-debug)" -} - -src_unpack() { - gnome2_src_unpack - - sed -i -e '/DISABLE_DEPRECATED/d' \ - "${S}/activation-server/Makefile.am" "${S}/activation-server/Makefile.in" \ - "${S}/bonobo/Makefile.am" "${S}/bonobo/Makefile.in" - sed -i -e 's:-DG_DISABLE_DEPRECATED ::g' \ - "${S}/tests/test-activation/Makefile.am" "${S}/tests/test-activation/Makefile.in" -} diff --git a/gnome-base/libbonoboui/ChangeLog b/gnome-base/libbonoboui/ChangeLog index f09e163db61f..86275e18788e 100644 --- a/gnome-base/libbonoboui/ChangeLog +++ b/gnome-base/libbonoboui/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/libbonoboui # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.157 2008/03/22 23:04:12 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.158 2008/06/08 20:54:32 eva Exp $ + + 08 Jun 2008; Gilles Dartiguelongue <eva@gentoo.org> + -libbonoboui-2.18.0.ebuild: + clean up old revisions. *libbonoboui-2.22.0 (22 Mar 2008) diff --git a/gnome-base/libbonoboui/libbonoboui-2.18.0.ebuild b/gnome-base/libbonoboui/libbonoboui-2.18.0.ebuild deleted file mode 100644 index 0662ff3fac87..000000000000 --- a/gnome-base/libbonoboui/libbonoboui-2.18.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.18.0.ebuild,v 1.11 2008/03/23 20:14:38 leio Exp $ - -inherit eutils virtualx gnome2 - -DESCRIPTION="User Interface part of libbonobo" -HOMEPAGE="http://developer.gnome.org/arch/gnome/componentmodel/bonobo.html" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="doc" - -# GTK+ dep due to bug #126565 -RDEPEND=">=gnome-base/libgnomecanvas-1.116 - >=gnome-base/libbonobo-2.13 - >=gnome-base/libgnome-2.13.7 - >=dev-libs/libxml2-2.4.20 - >=gnome-base/gconf-2 - >=x11-libs/gtk+-2.8.12 - >=dev-libs/glib-2.6.0 - >=gnome-base/gnome-vfs-2.8 - >=gnome-base/libglade-1.99.11" - -DEPEND="${RDEPEND} - x11-apps/xrdb - sys-devel/gettext - >=dev-util/pkgconfig-0.20 - >=dev-util/intltool-0.35 - doc? ( >=dev-util/gtk-doc-1 )" - -DOCS="AUTHORS ChangeLog NEWS README" - -src_compile() { - addpredict "/root/.gnome2_private" - - gnome2_src_compile -} - -src_test() { - Xmake check || die -} diff --git a/gnome-base/libgnome/ChangeLog b/gnome-base/libgnome/ChangeLog index 18f8acc3d85a..388270e53729 100644 --- a/gnome-base/libgnome/ChangeLog +++ b/gnome-base/libgnome/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/libgnome # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.156 2008/03/22 22:57:09 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.157 2008/06/08 21:01:49 eva Exp $ + + 08 Jun 2008; Gilles Dartiguelongue <eva@gentoo.org> + -libgnome-2.18.0.ebuild: + clean up old revisions. *libgnome-2.22.0 (22 Mar 2008) diff --git a/gnome-base/libgnome/libgnome-2.18.0.ebuild b/gnome-base/libgnome/libgnome-2.18.0.ebuild deleted file mode 100644 index 1afc691911fd..000000000000 --- a/gnome-base/libgnome/libgnome-2.18.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.18.0.ebuild,v 1.12 2007/09/23 06:05:16 mr_bones_ Exp $ - -inherit autotools gnome2 - -DESCRIPTION="Essential Gnome Libraries" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86 -~x86-fbsd" -IUSE="doc esd" - -RDEPEND=">=gnome-base/gconf-2 - >=dev-libs/glib-2.8 - >=gnome-base/gnome-vfs-2.5.3 - >=gnome-base/libbonobo-2.13 - >=dev-libs/popt-1.7 - esd? ( - >=media-sound/esound-0.2.26 - >=media-libs/audiofile-0.2.3 - )" - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.35 - >=dev-util/pkgconfig-0.17 - doc? ( >=dev-util/gtk-doc-1 )" - -DOCS="AUTHORS ChangeLog NEWS README" - -pkg_setup() { - G2CONF="${G2CONF} --disable-schemas-install $(use_enable esd)" -} diff --git a/gnome-base/libgnomekbd/ChangeLog b/gnome-base/libgnomekbd/ChangeLog index 78d729a01a42..5004743cbf68 100644 --- a/gnome-base/libgnomekbd/ChangeLog +++ b/gnome-base/libgnomekbd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/libgnomekbd # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/ChangeLog,v 1.34 2008/06/05 11:55:52 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/ChangeLog,v 1.35 2008/06/08 21:00:14 eva Exp $ + + 08 Jun 2008; Gilles Dartiguelongue <eva@gentoo.org> + -libgnomekbd-2.18.2.ebuild, -libgnomekbd-2.20.0.ebuild: + clean up old revisions. 05 Jun 2008; Rémi Cardona <remi@gentoo.org> libgnomekbd-2.18.2.ebuild, libgnomekbd-2.20.0.ebuild, libgnomekbd-2.20.0-r1.ebuild, diff --git a/gnome-base/libgnomekbd/libgnomekbd-2.18.2.ebuild b/gnome-base/libgnomekbd/libgnomekbd-2.18.2.ebuild deleted file mode 100644 index 57d1415324b4..000000000000 --- a/gnome-base/libgnomekbd/libgnomekbd-2.18.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-2.18.2.ebuild,v 1.11 2008/06/05 11:55:52 remi Exp $ - -inherit eutils gnome2 - -DESCRIPTION="Gnome keyboard configuration library" -HOMEPAGE="http://www.gnome.org" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND="dev-libs/dbus-glib - >=sys-apps/dbus-0.92 - >=gnome-base/gconf-2.14 - >=x11-libs/gtk+-2.10.3 - >=gnome-base/libglade-2.6 - >=gnome-base/libgnome-2.16 - >=gnome-base/libgnomeui-2.16 - >=x11-libs/libxklavier-3 - !<gnome-base/gnome-control-center-2.17.0" -DEPEND="${RDEPEND} - >=sys-devel/autoconf-2.59 - =sys-devel/automake-1.8* - dev-util/intltool - dev-util/pkgconfig" - -DOCS="AUTHORS ChangeLog INSTALL NEWS README" - -# This collides with -# /etc/gconf/schemas/desktop_gnome_peripherals_keyboard_xkb.schemas from -# control-center... - -src_unpack() { - gnome2_src_unpack - # Fix tests. - echo "capplet/gkbd-indicator-plugins-capplet.desktop.in" >> "${S}/po/POTFILES.skip" -} - -src_compile() { - # FreeBSD doesn't like -j - MAKEOPTS="${MAKEOPTS} -j1" - - gnome2_src_compile -} diff --git a/gnome-base/libgnomekbd/libgnomekbd-2.20.0.ebuild b/gnome-base/libgnomekbd/libgnomekbd-2.20.0.ebuild deleted file mode 100644 index 8655319a5b36..000000000000 --- a/gnome-base/libgnomekbd/libgnomekbd-2.20.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-2.20.0.ebuild,v 1.9 2008/06/05 11:55:52 remi Exp $ - -inherit eutils gnome2 - -DESCRIPTION="Gnome keyboard configuration library" -HOMEPAGE="http://www.gnome.org" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND="dev-libs/dbus-glib - >=sys-apps/dbus-0.92 - >=gnome-base/gconf-2.14 - >=x11-libs/gtk+-2.10.3 - >=gnome-base/libglade-2.6 - >=gnome-base/libgnome-2.16 - >=gnome-base/libgnomeui-2.16 - >=x11-libs/libxklavier-3 - !<gnome-base/gnome-control-center-2.17.0" -DEPEND="${RDEPEND} - >=sys-devel/autoconf-2.59 - =sys-devel/automake-1.8* - >=dev-util/intltool-0.35 - dev-util/pkgconfig" - -DOCS="AUTHORS ChangeLog NEWS README" - -# This collides with -# /etc/gconf/schemas/desktop_gnome_peripherals_keyboard_xkb.schemas from -# <=control-center-2.16... - -src_compile() { - # FreeBSD doesn't like -j - MAKEOPTS="${MAKEOPTS} -j1" - - gnome2_src_compile -} diff --git a/gnome-base/libgnomeui/ChangeLog b/gnome-base/libgnomeui/ChangeLog index c6ec0ac2e285..51a65b07962d 100644 --- a/gnome-base/libgnomeui/ChangeLog +++ b/gnome-base/libgnomeui/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/libgnomeui # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/ChangeLog,v 1.155 2008/05/07 05:06:51 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/ChangeLog,v 1.156 2008/06/08 21:05:51 eva Exp $ + + 08 Jun 2008; Gilles Dartiguelongue <eva@gentoo.org> + -libgnomeui-2.16.1.ebuild, -libgnomeui-2.18.1.ebuild: + clean up old revisions. 07 May 2008; Ryan Hill <dirtyepic@gentoo.org> libgnomeui-2.22.1.ebuild: Keyword for mips. diff --git a/gnome-base/libgnomeui/libgnomeui-2.16.1.ebuild b/gnome-base/libgnomeui/libgnomeui-2.16.1.ebuild deleted file mode 100644 index 88b26fede11b..000000000000 --- a/gnome-base/libgnomeui/libgnomeui-2.16.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/libgnomeui-2.16.1.ebuild,v 1.13 2008/03/10 22:39:09 leio Exp $ - -inherit eutils gnome2 - -DESCRIPTION="User Interface routines for Gnome" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~mips" -IUSE="doc jpeg" - -RDEPEND=">=gnome-base/libgnome-2.13.7 - >=gnome-base/libgnomecanvas-2 - >=gnome-base/libbonoboui-2.13.1 - >=gnome-base/gconf-2 - >=x11-libs/pango-1.1.2 - >=x11-libs/gtk+-2.9 - >=gnome-base/gnome-vfs-2.7.3 - >=gnome-base/libglade-2 - >=gnome-base/gnome-keyring-0.4 - >=dev-libs/popt-1.5 - >=dev-libs/glib-2.8 - jpeg? ( media-libs/jpeg )" -DEPEND="${RDEPEND} - sys-devel/gettext - >=dev-util/pkgconfig-0.9 - >=dev-util/intltool-0.35 - doc? ( >=dev-util/gtk-doc-1 )" - -PDEPEND="x11-themes/gnome-icon-theme" - -DOCS="AUTHORS ChangeLog NEWS README" - -pkg_setup() { - G2CONF="$(use_with jpeg libjpeg)" -} diff --git a/gnome-base/libgnomeui/libgnomeui-2.18.1.ebuild b/gnome-base/libgnomeui/libgnomeui-2.18.1.ebuild deleted file mode 100644 index 75d97ba782b3..000000000000 --- a/gnome-base/libgnomeui/libgnomeui-2.18.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/libgnomeui-2.18.1.ebuild,v 1.9 2007/09/22 07:16:14 tgall Exp $ - -inherit eutils gnome2 - -DESCRIPTION="User Interface routines for Gnome" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="doc jpeg" - -RDEPEND=">=dev-libs/libxml2-2.4.20 - >=gnome-base/libgnome-2.13.7 - >=gnome-base/libgnomecanvas-2 - >=gnome-base/libbonoboui-2.13.1 - >=gnome-base/gconf-2 - >=x11-libs/pango-1.1.2 - >=dev-libs/glib-2.8 - >=x11-libs/gtk+-2.9 - >=gnome-base/gnome-vfs-2.7.3 - >=gnome-base/libglade-2 - >=gnome-base/gnome-keyring-0.4 - >=dev-libs/popt-1.5 - jpeg? ( media-libs/jpeg )" -DEPEND="${RDEPEND} - sys-devel/gettext - >=dev-util/pkgconfig-0.9 - >=dev-util/intltool-0.35 - doc? ( >=dev-util/gtk-doc-1 )" - -PDEPEND="x11-themes/gnome-icon-theme" - -DOCS="AUTHORS ChangeLog NEWS README" - -pkg_setup() { - G2CONF="$(use_with jpeg libjpeg)" -} diff --git a/gnome-base/librsvg/ChangeLog b/gnome-base/librsvg/ChangeLog index b17b84fc5332..05dc7d9c7a97 100644 --- a/gnome-base/librsvg/ChangeLog +++ b/gnome-base/librsvg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/librsvg # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.173 2008/05/05 05:29:28 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.174 2008/06/08 21:02:30 eva Exp $ + + 08 Jun 2008; Gilles Dartiguelongue <eva@gentoo.org> + -librsvg-2.16.1-r2.ebuild, -librsvg-2.18.2.ebuild: + clean up old revisions. 05 May 2008; Ryan Hill <dirtyepic@gentoo.org> librsvg-2.22.2.ebuild: Rekeyword for mips. diff --git a/gnome-base/librsvg/librsvg-2.16.1-r2.ebuild b/gnome-base/librsvg/librsvg-2.16.1-r2.ebuild deleted file mode 100644 index b25330366209..000000000000 --- a/gnome-base/librsvg/librsvg-2.16.1-r2.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.16.1-r2.ebuild,v 1.11 2007/09/25 04:57:46 kumba 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 arm hppa ia64 mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="doc gnome zlib" - -RDEPEND=">=media-libs/fontconfig-1.0.1 - >=x11-libs/gtk+-2.6 - >=dev-libs/glib-2.12 - >=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 ) - 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 \ - --disable-gnome-print \ - $(use_enable gnome gnome-vfs) \ - $(use_with zlib svgz)" -} - -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 - - # Patch from truedfx to prevent floating point exceptions - epatch ${FILESDIR}/${PN}-2.16.1-uninit.patch - - # Fix leaks; bug #181532 - epatch ${FILESDIR}/${PN}-2.16.1-leak-fixes.patch -} - -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 -} diff --git a/gnome-base/librsvg/librsvg-2.18.2.ebuild b/gnome-base/librsvg/librsvg-2.18.2.ebuild deleted file mode 100644 index 23a644712a98..000000000000 --- a/gnome-base/librsvg/librsvg-2.18.2.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.18.2.ebuild,v 1.9 2008/05/02 15:12:48 cardoe Exp $ - -inherit gnome2 multilib - -DESCRIPTION="Scalable Vector Graphics (SVG) rendering library" -HOMEPAGE="http://librsvg.sourceforge.net/" - -LICENSE="LGPL-2" -SLOT="2" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="doc gnome zlib" - -RDEPEND=" - >=media-libs/fontconfig-1.0.1 - >=x11-libs/gtk+-2.6 - >=dev-libs/glib-2.12 - >=dev-libs/libxml2-2.4.7 - >=x11-libs/cairo-1.2 - >=x11-libs/pango-1.2 - >=media-libs/freetype-2 - zlib? ( >=gnome-extra/libgsf-1.6 ) - >=dev-libs/libcroco-0.6.1 - gnome? ( - >=gnome-base/gnome-vfs-2 - >=gnome-base/libgnomeprint-2.2 - >=gnome-base/libgnomeprintui-2.2 - )" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.12 - doc? ( >=dev-util/gtk-doc-1 )" - -pkg_setup() { - # FIXME: USEify croco support (?) - G2CONF="${G2CONF} \ - $(use_with zlib svgz) \ - $(use_enable gnome gnome-vfs) \ - $(use_enable gnome gnome-print) \ - --disable-mozilla-plugin --with-croco \ - --enable-pixbuf-loader \ - --enable-gtk-theme" - - DOCS="AUTHORS ChangeLog README NEWS 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} -} - -src_install() { - gnome2_src_install - - # remove gdk-pixbuf loaders (#47766) - rm -fr "${D}/etc" -} - -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 -} diff --git a/gnome-base/nautilus/ChangeLog b/gnome-base/nautilus/ChangeLog index 89477ba88b97..88f0bb02c57a 100644 --- a/gnome-base/nautilus/ChangeLog +++ b/gnome-base/nautilus/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/nautilus # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.264 2008/05/29 09:04:30 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.265 2008/06/08 20:51:58 eva Exp $ + + 08 Jun 2008; Gilles Dartiguelongue <eva@gentoo.org> + -nautilus-2.18.1-r1.ebuild, -nautilus-2.18.3-r1.ebuild, + -nautilus-2.22.1.ebuild: + clean up old revisions. *nautilus-2.22.3 (29 May 2008) diff --git a/gnome-base/nautilus/nautilus-2.18.1-r1.ebuild b/gnome-base/nautilus/nautilus-2.18.1-r1.ebuild deleted file mode 100644 index fdd169e4809b..000000000000 --- a/gnome-base/nautilus/nautilus-2.18.1-r1.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.18.1-r1.ebuild,v 1.8 2007/08/28 16:59:00 jer Exp $ - -inherit virtualx eutils gnome2 - -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="alpha amd64 arm hppa ia64 ppc ~ppc64 sh sparc x86 ~x86-fbsd" -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.14.0 - >=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 - x11-proto/xproto - 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="--disable-update-mimedb $(use_enable beagle) --disable-tracker" -} - -src_test() { - addwrite "/root/.gnome2_private" - Xmake check || die "Test phase failed" -} - -src_unpack() { - gnome2_src_unpack - - # fix relative include path breaking libIDL (#129366) - epatch "${FILESDIR}"/${PN}-2.16.0-idl_include.patch -} - -pkg_postinst() { - gnome2_pkg_postinst - elog "nautilus can use mpg123 (media-sound/mpg123 or media-sound/mpg321)" - elog "to preview mp3 files, and ogg123 (media-sound/vorbis-tools) to" - elog "preview ogg files. If you want such previews, emerge those packages" -} diff --git a/gnome-base/nautilus/nautilus-2.18.3-r1.ebuild b/gnome-base/nautilus/nautilus-2.18.3-r1.ebuild deleted file mode 100644 index c76e17e3e167..000000000000 --- a/gnome-base/nautilus/nautilus-2.18.3-r1.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.18.3-r1.ebuild,v 1.8 2008/04/20 01:35:53 vapier Exp $ - -inherit virtualx eutils gnome2 - -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="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="beagle gnome" -# tracker 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.14.0 - >=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 - x11-proto/xproto - virtual/eject" -# x86? ( tracker? ( >=app-misc/tracker-0.0.1 ) ) -# !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" - -src_unpack() { - gnome2_src_unpack - # Fixes crashes in _browser mode_ folder opening with gtk+-2.12 - epatch "${FILESDIR}/${P}-gtk2.12-compatibility.patch" -} - -pkg_setup() { - G2CONF="--disable-update-mimedb $(use_enable beagle) --disable-tracker" -} - -src_test() { - addwrite "/root/.gnome2_private" - Xmake check || die "Test phase failed" -} - -pkg_postinst() { - gnome2_pkg_postinst - elog "nautilus can use mpg123 (media-sound/mpg123 or media-sound/mpg321)" - elog "to preview mp3 files, and ogg123 (media-sound/vorbis-tools) to" - elog "preview ogg files. If you want such previews, emerge those packages" -} diff --git a/gnome-base/nautilus/nautilus-2.22.1.ebuild b/gnome-base/nautilus/nautilus-2.22.1.ebuild deleted file mode 100644 index 57a833d07a70..000000000000 --- a/gnome-base/nautilus/nautilus-2.22.1.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.22.1.ebuild,v 1.4 2008/04/12 13:48:12 leio Exp $ - -inherit virtualx eutils gnome2 - -DESCRIPTION="A file manager for the GNOME desktop" -HOMEPAGE="http://www.gnome.org/projects/nautilus/" -SRC_URI="${SRC_URI} http://dev.gentoo.org/~leio/distfiles/${PN}-2.22.0-gentoo-patchset.tar.bz2" - -LICENSE="GPL-2 LGPL-2 FDL-1.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="beagle gnome tracker" - -RDEPEND=">=x11-libs/startup-notification-0.8 - >=gnome-base/libbonobo-2.1 - >=gnome-base/eel-2.21.90 - >=dev-libs/glib-2.15.6 - >=gnome-base/gnome-desktop-2.10 - >=gnome-base/orbit-2.4 - >=x11-libs/pango-1.1.2 - >=x11-libs/gtk+-2.11.6 - >=gnome-base/librsvg-2.0.1 - >=dev-libs/libxml2-2.4.7 - >=media-libs/libexif-0.5.12 - >=gnome-base/gconf-2.0 - >=gnome-base/gvfs-0.1.2 - beagle? ( || ( - dev-libs/libbeagle - =app-misc/beagle-0.2* - ) ) - tracker? ( >=app-misc/tracker-0.6.4 ) - >=gnome-base/libgnome-2.14 - >=gnome-base/libgnomeui-2.6" -DEPEND="${RDEPEND} - sys-devel/gettext - >=dev-util/pkgconfig-0.9 - >=dev-util/intltool-0.35" -PDEPEND="gnome? ( >=x11-themes/gnome-icon-theme-1.1.91 )" - -DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README THANKS TODO" - -pkg_setup() { - G2CONF="--disable-update-mimedb $(use_enable beagle) $(use_enable tracker)" -} - -src_unpack() { - gnome2_src_unpack - - # Disable compilation with esound - epatch "${WORKDIR}/patches/13-no-esound.patch" -} - -src_test() { - addwrite "/root/.gnome2_private" - unset SESSION_MANAGER - Xemake check || die "Test phase failed" -} - -pkg_postinst() { - gnome2_pkg_postinst - - elog "nautilus can use gstreamer to preview audio files. Just make sure" - elog "to have the necessary plugins available to play the media type you" - elog "want to preview" -} |