diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-10-12 11:52:48 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-10-12 11:52:48 +0000 |
commit | 850737728b362f04fa031a76d533967953c460e9 (patch) | |
tree | d1d1600e21229cad95c88f6929cbd4a80677f4f8 /dev-python/libbonobo-python | |
parent | Use.mask wildmidi (diff) | |
download | gentoo-2-850737728b362f04fa031a76d533967953c460e9.tar.gz gentoo-2-850737728b362f04fa031a76d533967953c460e9.tar.bz2 gentoo-2-850737728b362f04fa031a76d533967953c460e9.zip |
Clean up old revision.
(Portage version: 2.2_rc89/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/libbonobo-python')
-rw-r--r-- | dev-python/libbonobo-python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/libbonobo-python/libbonobo-python-2.22.3.ebuild | 25 | ||||
-rw-r--r-- | dev-python/libbonobo-python/libbonobo-python-2.26.1.ebuild | 25 |
3 files changed, 5 insertions, 51 deletions
diff --git a/dev-python/libbonobo-python/ChangeLog b/dev-python/libbonobo-python/ChangeLog index 39f43ea036e2..330c50d1347c 100644 --- a/dev-python/libbonobo-python/ChangeLog +++ b/dev-python/libbonobo-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/libbonobo-python # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/libbonobo-python/ChangeLog,v 1.32 2010/10/10 10:52:27 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/libbonobo-python/ChangeLog,v 1.33 2010/10/12 11:52:48 eva Exp $ + + 12 Oct 2010; Gilles Dartiguelongue <eva@gentoo.org> + -libbonobo-python-2.22.3.ebuild, -libbonobo-python-2.26.1.ebuild: + Clean up old revision. 10 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> libbonobo-python-2.28.1.ebuild: diff --git a/dev-python/libbonobo-python/libbonobo-python-2.22.3.ebuild b/dev-python/libbonobo-python/libbonobo-python-2.22.3.ebuild deleted file mode 100644 index c6673c658ba0..000000000000 --- a/dev-python/libbonobo-python/libbonobo-python-2.22.3.ebuild +++ /dev/null @@ -1,25 +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/libbonobo-python/libbonobo-python-2.22.3.ebuild,v 1.9 2010/07/20 15:26:14 jer Exp $ - -G_PY_PN="gnome-python" -G_PY_BINDINGS="bonobo bonoboui bonobo_activation" - -inherit gnome-python-common - -DESCRIPTION="Python bindings for the Bonobo framework" -LICENSE="LGPL-2.1" -SLOT="2" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="examples" - -RDEPEND=">=dev-python/pyorbit-2.0.1 - >=gnome-base/libbonobo-2.8 - >=gnome-base/libbonoboui-2.8 - >=dev-python/libgnomecanvas-python-${PV} - !<dev-python/gnome-python-2.22.1" -DEPEND="${RDEPEND}" - -EXAMPLES="examples/bonobo/* - examples/bonobo/bonoboui/ - examples/bonobo/echo/" diff --git a/dev-python/libbonobo-python/libbonobo-python-2.26.1.ebuild b/dev-python/libbonobo-python/libbonobo-python-2.26.1.ebuild deleted file mode 100644 index 07fc2edf1a07..000000000000 --- a/dev-python/libbonobo-python/libbonobo-python-2.26.1.ebuild +++ /dev/null @@ -1,25 +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/libbonobo-python/libbonobo-python-2.26.1.ebuild,v 1.11 2010/07/20 15:26:14 jer Exp $ - -G_PY_PN="gnome-python" -G_PY_BINDINGS="bonobo bonoboui bonobo_activation" - -inherit gnome-python-common - -DESCRIPTION="Python bindings for the Bonobo framework" -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=">=dev-python/pyorbit-2.24.0 - >=gnome-base/libbonobo-2.24.0 - >=gnome-base/libbonoboui-2.24.0 - >=dev-python/libgnomecanvas-python-${PV} - !<dev-python/gnome-python-2.22.1" -DEPEND="${RDEPEND}" - -EXAMPLES="examples/bonobo/* - examples/bonobo/bonoboui/ - examples/bonobo/echo/" |