diff options
author | 2008-06-08 20:53:02 +0000 | |
---|---|---|
committer | 2008-06-08 20:53:02 +0000 | |
commit | 3524cd1fc6f3b597bc6b058a5c54329557507fec (patch) | |
tree | 0a912311099c5fa9cd39bc37ec7c7f17a34a35c3 /gnome-base/gnome-panel | |
parent | clean up old revisions. (diff) | |
download | gentoo-2-3524cd1fc6f3b597bc6b058a5c54329557507fec.tar.gz gentoo-2-3524cd1fc6f3b597bc6b058a5c54329557507fec.tar.bz2 gentoo-2-3524cd1fc6f3b597bc6b058a5c54329557507fec.zip |
clean up old revisions.
(Portage version: 2.1.5.4)
Diffstat (limited to 'gnome-base/gnome-panel')
-rw-r--r-- | gnome-base/gnome-panel/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-base/gnome-panel/gnome-panel-2.18.3.ebuild | 67 | ||||
-rw-r--r-- | gnome-base/gnome-panel/gnome-panel-2.22.0.ebuild | 80 | ||||
-rw-r--r-- | gnome-base/gnome-panel/gnome-panel-2.22.1.1.ebuild | 80 | ||||
-rw-r--r-- | gnome-base/gnome-panel/gnome-panel-2.22.2.ebuild | 80 |
5 files changed, 6 insertions, 308 deletions
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 -} |