diff options
author | Markus Meier <maekke@gentoo.org> | 2009-03-15 21:54:20 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-03-15 21:54:20 +0000 |
commit | 1fb5d1d6b44d32e58e544bc492bd42f83608f03f (patch) | |
tree | 0e9569960b7f46300cf958dac2fb031e70c5fe5b /dev-python | |
parent | x86 stable, bug #260063 (diff) | |
download | historical-1fb5d1d6b44d32e58e544bc492bd42f83608f03f.tar.gz historical-1fb5d1d6b44d32e58e544bc492bd42f83608f03f.tar.bz2 historical-1fb5d1d6b44d32e58e544bc492bd42f83608f03f.zip |
x86 stable, bug #260063
Package-Manager: portage-2.1.6.8/cvs/Linux x86_64
Diffstat (limited to 'dev-python')
4 files changed, 13 insertions, 6 deletions
diff --git a/dev-python/gnome-python-desktop/ChangeLog b/dev-python/gnome-python-desktop/ChangeLog index c9db3f47137c..3a0644ad9de0 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog,v 1.74 2009/03/11 01:58:00 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog,v 1.75 2009/03/15 21:54:20 maekke Exp $ + + 15 Mar 2009; Markus Meier <maekke@gentoo.org> + gnome-python-desktop-2.24.1.ebuild: + x86 stable, bug #260063 11 Mar 2009; Daniel Gryniewicz <dang@gentoo.org> gnome-python-desktop-2.24.1.ebuild: diff --git a/dev-python/gnome-python-desktop/gnome-python-desktop-2.24.1.ebuild b/dev-python/gnome-python-desktop/gnome-python-desktop-2.24.1.ebuild index 19c3c7aca0e8..256809c7d8c3 100644 --- a/dev-python/gnome-python-desktop/gnome-python-desktop-2.24.1.ebuild +++ b/dev-python/gnome-python-desktop/gnome-python-desktop-2.24.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2009 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.24.1.ebuild,v 1.3 2009/03/11 01:58:00 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/gnome-python-desktop-2.24.1.ebuild,v 1.4 2009/03/15 21:54:20 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 ~hppa ~ia64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~sparc x86 ~x86-fbsd" IUSE="" RDEPEND="~dev-python/bug-buddy-python-${PV} diff --git a/dev-python/totem-python/ChangeLog b/dev-python/totem-python/ChangeLog index 2931a6e3f070..d2c7b9c584bd 100644 --- a/dev-python/totem-python/ChangeLog +++ b/dev-python/totem-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/totem-python # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/totem-python/ChangeLog,v 1.8 2009/03/11 02:02:13 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/totem-python/ChangeLog,v 1.9 2009/03/15 21:53:28 maekke Exp $ + + 15 Mar 2009; Markus Meier <maekke@gentoo.org> totem-python-2.24.1.ebuild: + x86 stable, bug #260063 11 Mar 2009; Daniel Gryniewicz <dang@gentoo.org> totem-python-2.24.1.ebuild: diff --git a/dev-python/totem-python/totem-python-2.24.1.ebuild b/dev-python/totem-python/totem-python-2.24.1.ebuild index 38af643e020d..b7d094014c60 100644 --- a/dev-python/totem-python/totem-python-2.24.1.ebuild +++ b/dev-python/totem-python/totem-python-2.24.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/totem-python/totem-python-2.24.1.ebuild,v 1.2 2009/03/11 02:02:13 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/totem-python/totem-python-2.24.1.ebuild,v 1.3 2009/03/15 21:53:28 maekke Exp $ G_PY_PN="gnome-python-desktop" G_PY_BINDINGS="totem_plparser" @@ -10,7 +10,7 @@ inherit gnome-python-common DESCRIPTION="Python bindings for the Totem Playlist Parser" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd" IUSE="" RDEPEND=">=media-video/totem-1.4.0 |