diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-10-12 09:54:54 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-10-12 09:54:54 +0000 |
commit | d806d08236f3eb5fb59c31d2464c48a25caa6862 (patch) | |
tree | 2f333681fc6055678b7c808a17a185d390009a6e /dev-python/libgnome-python | |
parent | Clean up old revision. (diff) | |
download | gentoo-2-d806d08236f3eb5fb59c31d2464c48a25caa6862.tar.gz gentoo-2-d806d08236f3eb5fb59c31d2464c48a25caa6862.tar.bz2 gentoo-2-d806d08236f3eb5fb59c31d2464c48a25caa6862.zip |
Clean up old revision.
(Portage version: 2.2_rc89/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/libgnome-python')
-rw-r--r-- | dev-python/libgnome-python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/libgnome-python/libgnome-python-2.22.3.ebuild | 26 | ||||
-rw-r--r-- | dev-python/libgnome-python/libgnome-python-2.26.1.ebuild | 26 |
3 files changed, 5 insertions, 53 deletions
diff --git a/dev-python/libgnome-python/ChangeLog b/dev-python/libgnome-python/ChangeLog index bcbb0e132850..343f97d8b8c6 100644 --- a/dev-python/libgnome-python/ChangeLog +++ b/dev-python/libgnome-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/libgnome-python # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v 1.32 2010/10/10 10:51:35 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v 1.33 2010/10/12 09:54:54 eva Exp $ + + 12 Oct 2010; Gilles Dartiguelongue <eva@gentoo.org> + -libgnome-python-2.22.3.ebuild, -libgnome-python-2.26.1.ebuild: + Clean up old revision. 10 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> libgnome-python-2.28.1.ebuild: diff --git a/dev-python/libgnome-python/libgnome-python-2.22.3.ebuild b/dev-python/libgnome-python/libgnome-python-2.22.3.ebuild deleted file mode 100644 index 60ba3828048b..000000000000 --- a/dev-python/libgnome-python/libgnome-python-2.22.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.22.3.ebuild,v 1.9 2010/07/20 15:26:44 jer Exp $ - -G_PY_PN="gnome-python" -G_PY_BINDINGS="gnome gnomeui" - -inherit gnome-python-common - -DESCRIPTION="Python bindings for essential GNOME libraries" -LICENSE="LGPL-2.1" -SLOT="2" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="examples" - -RDEPEND=">=gnome-base/libgnome-2.8 - >=gnome-base/libgnomeui-2.8 - >=dev-python/pyorbit-2.0.1 - >=dev-python/libbonobo-python-${PV} - >=dev-python/gnome-vfs-python-${PV} - >=dev-python/libgnomecanvas-python-${PV} - !<dev-python/gnome-python-2.22.1" -DEPEND="${RDEPEND}" - -EXAMPLES="examples/* - examples/popt/*" diff --git a/dev-python/libgnome-python/libgnome-python-2.26.1.ebuild b/dev-python/libgnome-python/libgnome-python-2.26.1.ebuild deleted file mode 100644 index ed00a0902d68..000000000000 --- a/dev-python/libgnome-python/libgnome-python-2.26.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.26.1.ebuild,v 1.11 2010/07/20 15:26:44 jer Exp $ - -G_PY_PN="gnome-python" -G_PY_BINDINGS="gnome gnomeui" - -inherit gnome-python-common - -DESCRIPTION="Python bindings for essential GNOME libraries" -LICENSE="LGPL-2.1" -SLOT="2" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="examples" - -RDEPEND=">=gnome-base/libgnome-2.24.1 - >=gnome-base/libgnomeui-2.24.0 - >=dev-python/pyorbit-2.24.0 - >=dev-python/libbonobo-python-${PV} - >=dev-python/gnome-vfs-python-${PV} - >=dev-python/libgnomecanvas-python-${PV} - !<dev-python/gnome-python-2.22.1" -DEPEND="${RDEPEND}" - -EXAMPLES="examples/* - examples/popt/*" |