diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-18 09:19:58 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-18 09:19:58 +0000 |
commit | 56eb87db8eed18ae91e03717115f14b65a2b75b3 (patch) | |
tree | fa65a6431d066cebbca2def892c59c15cbcacb50 /dev-python | |
parent | Fix slot-deps on gtk+ and other libs, remove old (diff) | |
download | gentoo-2-56eb87db8eed18ae91e03717115f14b65a2b75b3.tar.gz gentoo-2-56eb87db8eed18ae91e03717115f14b65a2b75b3.tar.bz2 gentoo-2-56eb87db8eed18ae91e03717115f14b65a2b75b3.zip |
Remove old
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/gnome-python-desktop/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/gnome-python-desktop/gnome-python-desktop-2.28.0.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 588a1f84b382..59d2098b0627 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.114 2011/03/12 21:17:40 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog,v 1.115 2011/03/18 09:19:58 nirbheek Exp $ + + 18 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + -gnome-python-desktop-2.28.0.ebuild: + Remove old 12 Mar 2011; Raúl Porcel <armin76@gentoo.org> gnome-python-desktop-2.32.0.ebuild: diff --git a/dev-python/gnome-python-desktop/gnome-python-desktop-2.28.0.ebuild b/dev-python/gnome-python-desktop/gnome-python-desktop-2.28.0.ebuild deleted file mode 100644 index 1cfcb1a932a2..000000000000 --- a/dev-python/gnome-python-desktop/gnome-python-desktop-2.28.0.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.28.0.ebuild,v 1.11 2010/08/18 20:47:49 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." -} |