diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-10-12 08:15:17 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-10-12 08:15:17 +0000 |
commit | 6b28f38adbc04855b6f62ee5b67c4eaaaa9a87ef (patch) | |
tree | 22b4d0689dd99a7c95ca6890ad1fc238fe72131e /dev-python | |
parent | Fix building with make >= 3.82 wrt #340599 by Diego E. Pettenò (diff) | |
download | gentoo-2-6b28f38adbc04855b6f62ee5b67c4eaaaa9a87ef.tar.gz gentoo-2-6b28f38adbc04855b6f62ee5b67c4eaaaa9a87ef.tar.bz2 gentoo-2-6b28f38adbc04855b6f62ee5b67c4eaaaa9a87ef.zip |
Clean up old revision.
(Portage version: 2.2_rc89/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/gnome-python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/gnome-python/gnome-python-2.26.1.ebuild | 18 |
2 files changed, 5 insertions, 19 deletions
diff --git a/dev-python/gnome-python/ChangeLog b/dev-python/gnome-python/ChangeLog index c6be0d2c37a0..7a4247beea4b 100644 --- a/dev-python/gnome-python/ChangeLog +++ b/dev-python/gnome-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/gnome-python # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/ChangeLog,v 1.159 2010/10/10 10:50:46 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/ChangeLog,v 1.160 2010/10/12 08:15:17 eva Exp $ + + 12 Oct 2010; Gilles Dartiguelongue <eva@gentoo.org> + -gnome-python-2.26.1.ebuild: + Clean up old revision. 10 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> gnome-python-2.28.1.ebuild: diff --git a/dev-python/gnome-python/gnome-python-2.26.1.ebuild b/dev-python/gnome-python/gnome-python-2.26.1.ebuild deleted file mode 100644 index a5cea3f11bf9..000000000000 --- a/dev-python/gnome-python/gnome-python-2.26.1.ebuild +++ /dev/null @@ -1,18 +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/gnome-python/gnome-python-2.26.1.ebuild,v 1.11 2010/07/20 16:38:36 jer 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 ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux" -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}" |