diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-08-24 20:53:14 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-08-24 20:53:14 +0000 |
commit | 4221ba97f816e4aaf50a8ea6231fed9fc567868c (patch) | |
tree | a496772325805ac7e623c7e445e2eed7842f06bc /dev-python/gnome-python-extras | |
parent | Fix bug #282546, application crashed when song properties was opened, Patch i... (diff) | |
download | gentoo-2-4221ba97f816e4aaf50a8ea6231fed9fc567868c.tar.gz gentoo-2-4221ba97f816e4aaf50a8ea6231fed9fc567868c.tar.bz2 gentoo-2-4221ba97f816e4aaf50a8ea6231fed9fc567868c.zip |
Clean up old revisions per bug #282293.
(Portage version: 2.2_rc39/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/gnome-python-extras')
4 files changed, 10 insertions, 182 deletions
diff --git a/dev-python/gnome-python-extras/ChangeLog b/dev-python/gnome-python-extras/ChangeLog index c3346ee7fa65..3fc3dd1eeeae 100644 --- a/dev-python/gnome-python-extras/ChangeLog +++ b/dev-python/gnome-python-extras/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/gnome-python-extras # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.89 2009/03/23 05:09:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.90 2009/08/24 20:53:14 eva Exp $ + + 24 Aug 2009; Gilles Dartiguelongue <eva@gentoo.org> + gnome-python-extras-2.14.2-r1.ebuild, + -gnome-python-extras-2.19.1-r1.ebuild, + -gnome-python-extras-2.19.1-r2.ebuild: + Clean up old revisions per bug #282293. 23 Mar 2009; Jeroen Roovers <jer@gentoo.org> gnome-python-extras-2.19.1-r3.ebuild: diff --git a/dev-python/gnome-python-extras/gnome-python-extras-2.14.2-r1.ebuild b/dev-python/gnome-python-extras/gnome-python-extras-2.14.2-r1.ebuild index 0b7e6c12cd7b..5c2bcf8a41d5 100644 --- a/dev-python/gnome-python-extras/gnome-python-extras-2.14.2-r1.ebuild +++ b/dev-python/gnome-python-extras/gnome-python-extras-2.14.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.14.2-r1.ebuild,v 1.15 2008/05/29 16:13:39 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.14.2-r1.ebuild,v 1.16 2009/08/24 20:53:14 eva Exp $ NEED_PYTHON=2.4 WANT_AUTOCONF=latest @@ -12,7 +12,7 @@ HOMEPAGE="http://www.pygtk.org" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="~x86-fbsd" IUSE="doc firefox seamonkey xulrunner" RDEPEND=">=x11-libs/gtk+-2.4 diff --git a/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild b/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild deleted file mode 100644 index 6493d1175ae4..000000000000 --- a/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v 1.13 2008/06/02 21:06:04 eva Exp $ - -inherit eutils gnome2 python virtualx autotools - -DESCRIPTION="GNOME 2 Bindings for Python" -HOMEPAGE="http://www.pygtk.org" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="doc firefox seamonkey xulrunner" - -RDEPEND=">=x11-libs/gtk+-2.4 - >=dev-libs/glib-2.6 - >=dev-python/gnome-python-2.10 - >=dev-python/pygtk-2.4 - =gnome-extra/gtkhtml-2* - xulrunner? ( =net-libs/xulrunner-1.8* ) - !xulrunner? ( firefox? ( =www-client/mozilla-firefox-2* ) ) - !xulrunner? ( !firefox? ( seamonkey? ( =www-client/seamonkey-1* ) ) ) - >=app-text/gtkspell-2" - # =gnome-extra/libgda-3* - # This used to be wrongly libgda-1*, but as configure is automagic, - # it just didn't build libgda bindings before as libgda-3 is p.masked. - # Leaving it automagic and dep lacking as there are no notable users of - # these bindings as testified by the lack of bug reports for this - # breakage. Should be fixed after libgda-3 gets unmasked or this ebuild - # is split into many per bug 108479 - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README" - -# Tests are broken and not that useful anyway, see bug #209846 -RESTRICT="test" - -pkg_setup() { - # only controls linking, can't disable w/o a patch :) - if use xulrunner; then - G2CONF="${G2CONF} --with-gtkmozembed=xulrunner" - elif use firefox; then - G2CONF="${G2CONF} --with-gtkmozembed=firefox" - elif use seamonkey; then - G2CONF="${G2CONF} --with-gtkmozembed=seamonkey" - fi -} - -src_unpack() { - gnome2_src_unpack - - # change mozilla to seamonkey - sed -i -e 's:1.2b):1.0.0):;s:mozilla):seamonkey):' configure.ac - - # disable pyc compiling - mv py-compile py-compile.orig - ln -s $(type -P true) py-compile - - eautoreconf -} - -src_test() { - Xemake check || die "tests failed" -} - -src_install() { - gnome2_src_install - - if use doc; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -} - -pkg_postinst() { - python_version - python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0 -} - -pkg_postrm() { - python_version - python_mod_cleanup "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0" -} diff --git a/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r2.ebuild b/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r2.ebuild deleted file mode 100644 index f5c8278b7af4..000000000000 --- a/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r2.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r2.ebuild,v 1.7 2008/11/13 19:43:52 ranger Exp $ - -inherit eutils gnome2 python virtualx autotools - -DESCRIPTION="GNOME 2 Bindings for Python" -HOMEPAGE="http://www.pygtk.org" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="doc firefox seamonkey xulrunner" - -RDEPEND=">=x11-libs/gtk+-2.4 - >=dev-libs/glib-2.6 - >=dev-python/gnome-python-2.10 - >=dev-python/pygtk-2.4 - =gnome-extra/gtkhtml-2* - xulrunner? ( =net-libs/xulrunner-1.8* ) - !xulrunner? ( firefox? ( =www-client/mozilla-firefox-2* ) ) - !xulrunner? ( !firefox? ( seamonkey? ( =www-client/seamonkey-1* ) ) ) - >=x11-libs/libgksu-2.0.4 - >=dev-libs/gdl-0.6.1 - >=app-text/gtkspell-2" - # =gnome-extra/libgda-3* - # This used to be wrongly libgda-1*, but as configure is automagic, - # it just didn't build libgda bindings before as libgda-3 is p.masked. - # Leaving it automagic and dep lacking as there are no notable users of - # these bindings as testified by the lack of bug reports for this - # breakage. Should be fixed after libgda-3 gets unmasked or this ebuild - # is split into many per bug 108479 - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README" - -# Tests are broken and not that useful anyway, see bug #209846 -RESTRICT="test" - -pkg_setup() { - if ! built_with_use --missing true dev-libs/gdl gnome; then - eerror "If you want to build ${PN} with >=dev-libs/gdl-0.7.1, you" - eerror "need to build dev-libs/gdl with the the 'gnome' USE flag." - die "gdl must be built with USE='gnome'" - fi - - # only controls linking, can't disable w/o a patch :) - if use xulrunner; then - G2CONF="${G2CONF} --with-gtkmozembed=xulrunner" - elif use firefox; then - G2CONF="${G2CONF} --with-gtkmozembed=firefox" - elif use seamonkey; then - G2CONF="${G2CONF} --with-gtkmozembed=seamonkey" - fi -} - -src_unpack() { - gnome2_src_unpack - - # change mozilla to seamonkey - sed -i -e 's:1.2b):1.0.0):;s:mozilla):seamonkey):' configure.ac - - # disable pyc compiling - mv py-compile py-compile.orig - ln -s $(type -P true) py-compile - - eautoreconf -} - -src_test() { - Xemake check || die "tests failed" -} - -src_install() { - gnome2_src_install - - if use doc; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -} - -pkg_postinst() { - python_version - python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0 -} - -pkg_postrm() { - python_version - python_mod_cleanup "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0" -} |