diff options
author | 2009-01-03 23:59:25 +0000 | |
---|---|---|
committer | 2009-01-03 23:59:25 +0000 | |
commit | 39196d73460ecd03c9a088b541a555676cd4dd87 (patch) | |
tree | 72e7f613634701fe43cb1be100f0b69287c66a46 /gnome-extra | |
parent | Bumped 0.17.0 to EAPI2 to replace built_with_use+die and cleaned up (diff) | |
download | gentoo-2-39196d73460ecd03c9a088b541a555676cd4dd87.tar.gz gentoo-2-39196d73460ecd03c9a088b541a555676cd4dd87.tar.bz2 gentoo-2-39196d73460ecd03c9a088b541a555676cd4dd87.zip |
Clean up old revisions.
(Portage version: 2.2_rc20/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'gnome-extra')
4 files changed, 7 insertions, 221 deletions
diff --git a/gnome-extra/deskbar-applet/ChangeLog b/gnome-extra/deskbar-applet/ChangeLog index c39045a5db47..8bc3cf5bad8a 100644 --- a/gnome-extra/deskbar-applet/ChangeLog +++ b/gnome-extra/deskbar-applet/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-extra/deskbar-applet -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/deskbar-applet/ChangeLog,v 1.106 2008/11/29 20:17:27 eva Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/deskbar-applet/ChangeLog,v 1.107 2009/01/03 23:59:25 eva Exp $ + + 03 Jan 2009; Gilles Dartiguelongue <eva@gentoo.org> + -deskbar-applet-2.20.3.ebuild, -deskbar-applet-2.22.3.ebuild, + -deskbar-applet-2.24.1.ebuild: + Clean up old revisions. 29 Nov 2008; Gilles Dartiguelongue <eva@gentoo.org> deskbar-applet-2.24.2.ebuild: diff --git a/gnome-extra/deskbar-applet/deskbar-applet-2.20.3.ebuild b/gnome-extra/deskbar-applet/deskbar-applet-2.20.3.ebuild deleted file mode 100644 index 0062b65988ad..000000000000 --- a/gnome-extra/deskbar-applet/deskbar-applet-2.20.3.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-extra/deskbar-applet/deskbar-applet-2.20.3.ebuild,v 1.11 2008/06/29 20:41:36 eva Exp $ - -inherit gnome2 eutils autotools python - -DESCRIPTION="An Omnipresent Versatile Search Interface" -HOMEPAGE="http://raphael.slinckx.net/deskbar/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="eds spell" - -RDEPEND=">=dev-lang/python-2.4 - >=x11-libs/gtk+-2.10 - >=dev-python/pygtk-2.10 - >=dev-python/gnome-python-2.10 - >=gnome-base/gnome-desktop-2.10 - >=dev-python/dbus-python-0.80.2 - >=dev-python/gnome-python-desktop-2.14.0 - >=gnome-base/gconf-2 - eds? ( >=gnome-extra/evolution-data-server-1.7.92 ) - spell? ( >=gnome-extra/gnome-utils-2.16.2 )" -DEPEND="${RDEPEND} - sys-devel/gettext - >=dev-util/intltool-0.35 - >=sys-devel/autoconf-2.60 - app-text/gnome-doc-utils - dev-util/pkgconfig" - -DOCS="AUTHORS ChangeLog NEWS README TODO" - -pkg_setup() { - G2CONF="${G2CONF} $(use_enable eds evolution) --exec-prefix=/usr --disable-scrollkeeper" -} - -src_unpack() { - gnome2_src_unpack - - # Fix installing libs into pythondir - epatch "${FILESDIR}"/${PN}-2.19.5-multilib.patch - - # disable pyc compiling - mv py-compile py-compile.orig - ln -s $(type -P true) py-compile - - AT_M4DIR="m4" eautoreconf -} - -pkg_postinst() { - gnome2_pkg_postinst - - python_version - python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/deskbar - python_mod_optimize /usr/$(get_libdir)/deskbar-applet/modules-2.20-compatible - - ebeep 5 - ewarn "The dictionary plugin in deskbar-applet uses the dictionary from " - ewarn "gnome-utils. If it is not present, the dictionary plugin will " - ewarn "fail silently." - epause 5 -} - -pkg_postrm() { - gnome2_pkg_postrm - python_version - python_mod_cleanup -} diff --git a/gnome-extra/deskbar-applet/deskbar-applet-2.22.3.ebuild b/gnome-extra/deskbar-applet/deskbar-applet-2.22.3.ebuild deleted file mode 100644 index 3f53f84a0ac3..000000000000 --- a/gnome-extra/deskbar-applet/deskbar-applet-2.22.3.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2008 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.22.3.ebuild,v 1.5 2008/08/12 14:13:12 armin76 Exp $ - -inherit gnome2 eutils autotools python - -DESCRIPTION="An Omnipresent Versatile Search Interface" -HOMEPAGE="http://raphael.slinckx.net/deskbar/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ~hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" -IUSE="eds spell" - -# TODO: check if gnome-doc-utils doesn't imply scrollkeeper - -RDEPEND=">=dev-lang/python-2.4 - >=x11-libs/gtk+-2.10 - >=dev-python/pygtk-2.10 - >=dev-python/gnome-python-2.10 - >=gnome-base/gnome-desktop-2.10 - >=dev-python/dbus-python-0.80.2 - >=dev-python/gnome-python-desktop-2.14.0 - >=gnome-base/gconf-2 - eds? ( >=gnome-extra/evolution-data-server-1.7.92 ) - spell? ( >=gnome-extra/gnome-utils-2.16.2 )" -DEPEND="${RDEPEND} - sys-devel/gettext - >=dev-util/intltool-0.35 - >=sys-devel/autoconf-2.60 - app-text/scrollkeeper - app-text/gnome-doc-utils - dev-util/pkgconfig" - -DOCS="AUTHORS ChangeLog NEWS README TODO" - -pkg_setup() { - G2CONF="${G2CONF} $(use_enable eds evolution) --exec-prefix=/usr --disable-scrollkeeper" -} - -src_unpack() { - gnome2_src_unpack - - # Fix installing libs into pythondir - epatch "${FILESDIR}"/${PN}-2.19.5-multilib.patch - - # disable pyc compiling - mv py-compile py-compile.orig - ln -s $(type -P true) py-compile - - AT_M4DIR="m4" eautoreconf -} - -pkg_postinst() { - gnome2_pkg_postinst - - python_version - python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/deskbar - python_mod_optimize /usr/$(get_libdir)/deskbar-applet/modules-2.20-compatible - - ebeep 5 - ewarn "The dictionary plugin in deskbar-applet uses the dictionary from " - ewarn "gnome-extra/gnome-utils. If it is not present, the dictionary " - ewarn "plugin will fail silently." - epause 5 -} - -pkg_postrm() { - gnome2_pkg_postrm - python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/deskbar - python_mod_cleanup /usr/$(get_libdir)/deskbar-applet/modules-2.20-compatible -} diff --git a/gnome-extra/deskbar-applet/deskbar-applet-2.24.1.ebuild b/gnome-extra/deskbar-applet/deskbar-applet-2.24.1.ebuild deleted file mode 100644 index aef298fd056e..000000000000 --- a/gnome-extra/deskbar-applet/deskbar-applet-2.24.1.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-extra/deskbar-applet/deskbar-applet-2.24.1.ebuild,v 1.3 2008/11/12 11:03:00 leio Exp $ - -inherit autotools eutils gnome2 python - -DESCRIPTION="An Omnipresent Versatile Search Interface" -HOMEPAGE="http://raphael.slinckx.net/deskbar/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="eds spell test" - -RDEPEND=">=dev-lang/python-2.4 - >=x11-libs/gtk+-2.12 - >=dev-python/pygtk-2.12 - >=dev-python/pygobject-2.12 - >=gnome-base/gnome-desktop-2.10 - >=dev-python/dbus-python-0.80.2 - dev-python/gnome-desktop-python - >=dev-python/gconf-python-2.22.1 - >=dev-python/gnome-vfs-python-2.22.1 - >=dev-python/libgnome-python-2.22.1 - >=dev-python/gnome-applets-python-2.22.0 - >=dev-python/libwnck-python-2.22.0 - >=gnome-base/gconf-2 - eds? ( >=gnome-extra/evolution-data-server-1.7.92 ) - spell? ( >=gnome-extra/gnome-utils-2.16.2 )" -DEPEND="${RDEPEND} - sys-devel/gettext - >=dev-util/intltool-0.35 - app-text/scrollkeeper - app-text/gnome-doc-utils - dev-util/pkgconfig - test? ( ~app-text/docbook-xml-dtd-4.2 )" - -DOCS="AUTHORS ChangeLog NEWS README TODO" - -pkg_setup() { - G2CONF="${G2CONF} - $(use_enable eds evolution) - --exec-prefix=/usr - --disable-scrollkeeper" -} - -src_unpack() { - gnome2_src_unpack - - # Fix installing libs into pythondir - epatch "${FILESDIR}/${P}-multilib.patch" - - # disable pyc compiling - mv py-compile py-compile.orig - ln -s $(type -P true) py-compile - - AT_M4DIR="m4" eautoreconf -} - -pkg_postinst() { - gnome2_pkg_postinst - - python_version - python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/deskbar - python_mod_optimize /usr/$(get_libdir)/deskbar-applet/modules-2.20-compatible - - ebeep 5 - ewarn "The dictionary plugin in deskbar-applet uses the dictionary from " - ewarn "gnome-extra/gnome-utils. If it is not present, the dictionary " - ewarn "plugin will fail silently." - epause 5 -} - -pkg_postrm() { - gnome2_pkg_postrm - python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/deskbar - python_mod_cleanup /usr/$(get_libdir)/deskbar-applet/modules-2.20-compatible -} |