diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-02-26 13:24:25 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-02-26 13:24:25 +0000 |
commit | 5560c41a428cbce6a5284e3289eb522d0044eb98 (patch) | |
tree | 35642cf61c8cb43ee76b102e60aaba0b710c88d6 /dev-python | |
parent | Add missing eclass variables for proper python-updater behavior, bug #344833.... (diff) | |
download | gentoo-2-5560c41a428cbce6a5284e3289eb522d0044eb98.tar.gz gentoo-2-5560c41a428cbce6a5284e3289eb522d0044eb98.tar.bz2 gentoo-2-5560c41a428cbce6a5284e3289eb522d0044eb98.zip |
Add missing eclass variables for proper python-updater behavior, bug #344833. Clean up old revision.
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/gnome-python-extras/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r4.ebuild | 19 |
2 files changed, 6 insertions, 20 deletions
diff --git a/dev-python/gnome-python-extras/ChangeLog b/dev-python/gnome-python-extras/ChangeLog index 9d4d3f1bd417..681b1f7258e5 100644 --- a/dev-python/gnome-python-extras/ChangeLog +++ b/dev-python/gnome-python-extras/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/gnome-python-extras # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.108 2011/01/30 18:18:07 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.109 2011/02/26 13:24:25 eva Exp $ + + 26 Feb 2011; Gilles Dartiguelongue <eva@gentoo.org> + -gnome-python-extras-2.19.1-r4.ebuild: + Add missing eclass variables for proper python-updater behavior, bug #344833. + Clean up old revision. 30 Jan 2011; Raúl Porcel <armin76@gentoo.org> gnome-python-extras-2.25.3.ebuild: diff --git a/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r4.ebuild b/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r4.ebuild deleted file mode 100644 index 94f801c39b8d..000000000000 --- a/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r4.ebuild +++ /dev/null @@ -1,19 +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-extras/gnome-python-extras-2.19.1-r4.ebuild,v 1.7 2010/09/08 09:26:27 ranger Exp $ - -DESCRIPTION="Meta build which provides python interfacing modules for some GNOME libraries" -HOMEPAGE="http://pygtk.org/" - -LICENSE="LGPL-2.1 GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="libgda xulrunner" - -RDEPEND="=dev-python/egg-python-${PV}* - =dev-python/gdl-python-${PV}* - =dev-python/gtkhtml-python-${PV}* - xulrunner? ( =dev-python/gtkmozembed-python-${PV}* ) - =dev-python/gtkspell-python-${PV}* - =dev-python/libgksu-python-${PV}* - libgda? ( =dev-python/libgda-python-${PV}* )" |