diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-03-23 20:16:11 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-03-23 20:16:11 +0000 |
commit | 6a69529fff758fe9b6e51e66c076dbcf6fb8a478 (patch) | |
tree | 97b49e07d0a65f98ed8175ef26977e5b97d635ae /dev-python/gnome-python-desktop | |
parent | ppc64 stable wrt #354937 (diff) | |
download | gentoo-2-6a69529fff758fe9b6e51e66c076dbcf6fb8a478.tar.gz gentoo-2-6a69529fff758fe9b6e51e66c076dbcf6fb8a478.tar.bz2 gentoo-2-6a69529fff758fe9b6e51e66c076dbcf6fb8a478.zip |
Clean up old revision.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-python/gnome-python-desktop')
-rw-r--r-- | dev-python/gnome-python-desktop/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/gnome-python-desktop/gnome-python-desktop-2.30.2.ebuild | 32 |
2 files changed, 5 insertions, 33 deletions
diff --git a/dev-python/gnome-python-desktop/ChangeLog b/dev-python/gnome-python-desktop/ChangeLog index fcdcb960ee98..40254c85ef4f 100644 --- a/dev-python/gnome-python-desktop/ChangeLog +++ b/dev-python/gnome-python-desktop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/gnome-python-desktop # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog,v 1.117 2011/03/22 18:59:19 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog,v 1.118 2011/03/23 20:16:11 eva Exp $ + + 23 Mar 2011; Gilles Dartiguelongue <eva@gentoo.org> + -gnome-python-desktop-2.30.2.ebuild: + Clean up old revision. 22 Mar 2011; Brent Baude <ranger@gentoo.org> gnome-python-desktop-2.32.0.ebuild: diff --git a/dev-python/gnome-python-desktop/gnome-python-desktop-2.30.2.ebuild b/dev-python/gnome-python-desktop/gnome-python-desktop-2.30.2.ebuild deleted file mode 100644 index bb606c8c8ac4..000000000000 --- a/dev-python/gnome-python-desktop/gnome-python-desktop-2.30.2.ebuild +++ /dev/null @@ -1,32 +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-desktop/gnome-python-desktop-2.30.2.ebuild,v 1.7 2010/10/14 22:37:13 maekke Exp $ - -DESCRIPTION="Meta build which provides python interfacing modules for some GNOME desktop libraries" -HOMEPAGE="http://pygtk.org/" - -LICENSE="LGPL-2.1 GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sparc x86" -IUSE="" - -RDEPEND="~dev-python/bug-buddy-python-${PV} - ~dev-python/evolution-python-${PV} - ~dev-python/evince-python-${PV} - ~dev-python/gnome-applets-python-${PV} - ~dev-python/gnome-desktop-python-${PV} - ~dev-python/gnome-keyring-python-${PV} - ~dev-python/gnome-media-python-${PV} - ~dev-python/gtksourceview-python-${PV} - ~dev-python/libgnomeprint-python-${PV} - ~dev-python/libgtop-python-${PV} - ~dev-python/librsvg-python-${PV} - ~dev-python/libwnck-python-${PV} - ~dev-python/metacity-python-${PV} - ~dev-python/brasero-python-${PV} - ~dev-python/totem-python-${PV}" - -pkg_postinst() { - elog "This package is intended to pull ALL gnome-python-desktop python bindings." - elog "It should not be used directly." -} |