diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-05-10 21:54:51 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-05-10 21:54:51 +0000 |
commit | ca5f9f2eb83ad765c740e86e80fc5707ebf8b774 (patch) | |
tree | 2f73dbda36fcf76e23d66ab377e57e7cb98a0c9b | |
parent | New version for GNOME 2.26. Clean up old revisions. (diff) | |
download | gentoo-2-ca5f9f2eb83ad765c740e86e80fc5707ebf8b774.tar.gz gentoo-2-ca5f9f2eb83ad765c740e86e80fc5707ebf8b774.tar.bz2 gentoo-2-ca5f9f2eb83ad765c740e86e80fc5707ebf8b774.zip |
New version for GNOME 2.26. Clean up old revisions.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
-rw-r--r-- | dev-python/gnome-python/ChangeLog | 11 | ||||
-rw-r--r-- | dev-python/gnome-python/gnome-python-2.20.0.ebuild | 59 | ||||
-rw-r--r-- | dev-python/gnome-python/gnome-python-2.20.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/gnome-python/gnome-python-2.22.0.ebuild | 59 | ||||
-rw-r--r-- | dev-python/gnome-python/gnome-python-2.26.1.ebuild | 18 |
5 files changed, 29 insertions, 122 deletions
diff --git a/dev-python/gnome-python/ChangeLog b/dev-python/gnome-python/ChangeLog index e73c945e209f..5abdc21dedd4 100644 --- a/dev-python/gnome-python/ChangeLog +++ b/dev-python/gnome-python/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-python/gnome-python -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/ChangeLog,v 1.136 2009/04/12 20:59:10 bluebird Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/ChangeLog,v 1.137 2009/05/10 21:54:51 eva Exp $ + +*gnome-python-2.26.1 (10 May 2009) + + 10 May 2009; Gilles Dartiguelongue <eva@gentoo.org> + -gnome-python-2.20.0.ebuild, gnome-python-2.20.1.ebuild, + -gnome-python-2.22.0.ebuild, +gnome-python-2.26.1.ebuild: + New version for GNOME 2.26. Clean up old revisions. 12 Apr 2009; Friedrich Oslage <bluebird@gentoo.org> ChangeLog: Stable on sparc, bug #260063 diff --git a/dev-python/gnome-python/gnome-python-2.20.0.ebuild b/dev-python/gnome-python/gnome-python-2.20.0.ebuild deleted file mode 100644 index 783dc6f6878a..000000000000 --- a/dev-python/gnome-python/gnome-python-2.20.0.ebuild +++ /dev/null @@ -1,59 +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/gnome-python-2.20.0.ebuild,v 1.9 2008/02/10 23:50:24 eva Exp $ - -inherit gnome2 python eutils - -DESCRIPTION="GNOME 2 bindings for Python" -HOMEPAGE="http://www.pygtk.org/" - -LICENSE="LGPL-2" -SLOT="2" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="doc examples" - -RDEPEND=">=dev-lang/python-2.2 - >=dev-python/pygtk-2.10.3 - >=dev-python/pyorbit-2.0.1 - >=dev-libs/glib-2.6 - >=x11-libs/gtk+-2.6 - >=gnome-base/libgnome-2.8 - >=gnome-base/libgnomeui-2.8 - >=gnome-base/libgnomecanvas-2.8 - >=gnome-base/gnome-vfs-2.14.0 - >=gnome-base/gconf-2.11.1 - >=gnome-base/libbonobo-2.8 - >=gnome-base/libbonoboui-2.8" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.12.0" - -# Skip test, to avoid gnome-python-2.0 block (fixes bug 72594) -RESTRICT="test" -DOCS="AUTHORS ChangeLog NEWS" - -src_unpack() { - gnome2_src_unpack - - # disable pyc compiling - mv py-compile py-compile.orig - ln -s $(type -P true) py-compile -} - -src_install() { - gnome2_src_install - - if use examples; 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 -} diff --git a/dev-python/gnome-python/gnome-python-2.20.1.ebuild b/dev-python/gnome-python/gnome-python-2.20.1.ebuild index 9d62646294fc..31c6b2aa2724 100644 --- a/dev-python/gnome-python/gnome-python-2.20.1.ebuild +++ b/dev-python/gnome-python/gnome-python-2.20.1.ebuild @@ -1,6 +1,6 @@ # 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/gnome-python-2.20.1.ebuild,v 1.9 2009/03/18 16:20:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-2.20.1.ebuild,v 1.10 2009/05/10 21:54:51 eva Exp $ inherit gnome2 python eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.pygtk.org/" LICENSE="LGPL-2" SLOT="2" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" +KEYWORDS="arm sh" IUSE="doc examples" RDEPEND=">=dev-lang/python-2.2 diff --git a/dev-python/gnome-python/gnome-python-2.22.0.ebuild b/dev-python/gnome-python/gnome-python-2.22.0.ebuild deleted file mode 100644 index f23cdb3f3917..000000000000 --- a/dev-python/gnome-python/gnome-python-2.22.0.ebuild +++ /dev/null @@ -1,59 +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/gnome-python-2.22.0.ebuild,v 1.7 2008/11/13 19:21:48 ranger Exp $ - -inherit gnome2 python eutils - -DESCRIPTION="GNOME 2 bindings for Python" -HOMEPAGE="http://www.pygtk.org/" - -LICENSE="LGPL-2" -SLOT="2" -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd" -IUSE="doc examples" - -RDEPEND=">=dev-lang/python-2.2 - >=dev-python/pygtk-2.10.3 - >=dev-python/pyorbit-2.0.1 - >=dev-libs/glib-2.6 - >=x11-libs/gtk+-2.6 - >=gnome-base/libgnome-2.8 - >=gnome-base/libgnomeui-2.8 - >=gnome-base/libgnomecanvas-2.8 - >=gnome-base/gnome-vfs-2.14.0 - >=gnome-base/gconf-2.11.1 - >=gnome-base/libbonobo-2.8 - >=gnome-base/libbonoboui-2.8" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.12.0" - -# Skip test, to avoid gnome-python-2.0 block (fixes bug 72594) -RESTRICT="test" -DOCS="AUTHORS ChangeLog NEWS" - -src_unpack() { - gnome2_src_unpack - - # disable pyc compiling - mv py-compile py-compile.orig - ln -s $(type -P true) py-compile -} - -src_install() { - gnome2_src_install - - if use examples; 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 /usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0 -} diff --git a/dev-python/gnome-python/gnome-python-2.26.1.ebuild b/dev-python/gnome-python/gnome-python-2.26.1.ebuild new file mode 100644 index 000000000000..794d7e0b815f --- /dev/null +++ b/dev-python/gnome-python/gnome-python-2.26.1.ebuild @@ -0,0 +1,18 @@ +# 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/gnome-python-2.26.1.ebuild,v 1.1 2009/05/10 21:54:51 eva Exp $ + +DESCRIPTION="Meta package which provides python modules for GNOME 2 libraries" +HOMEPAGE="http://pygtk.org/" + +LICENSE="LGPL-2.1" +SLOT="2" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="~dev-python/gnome-python-base-${PV} + ~dev-python/gconf-python-${PV} + ~dev-python/gnome-vfs-python-${PV} + ~dev-python/libgnomecanvas-python-${PV} + ~dev-python/libbonobo-python-${PV} + ~dev-python/libgnome-python-${PV}" |