diff options
author | 2008-08-12 13:47:46 +0000 | |
---|---|---|
committer | 2008-08-12 13:47:46 +0000 | |
commit | e18d4fae1a980df6bf5558cec27e0895cf2ddfff (patch) | |
tree | e85ce0891643bdf668f4f5649541187ff2e941f6 | |
parent | alpha/ia64/sparc stable wrt #229709 (diff) | |
download | historical-e18d4fae1a980df6bf5558cec27e0895cf2ddfff.tar.gz historical-e18d4fae1a980df6bf5558cec27e0895cf2ddfff.tar.bz2 historical-e18d4fae1a980df6bf5558cec27e0895cf2ddfff.zip |
alpha/ia64/sparc stable wrt #229709
Package-Manager: portage-2.1.4.4
-rw-r--r-- | dev-python/gdata/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/gdata/gdata-1.0.8.ebuild | 4 | ||||
-rw-r--r-- | dev-python/gnome-python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/gnome-python/gnome-python-2.22.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pygtksourceview/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pygtksourceview/pygtksourceview-2.2.0.ebuild | 4 |
6 files changed, 19 insertions, 9 deletions
diff --git a/dev-python/gdata/ChangeLog b/dev-python/gdata/ChangeLog index c5228f170297..bcd0d7ef7910 100644 --- a/dev-python/gdata/ChangeLog +++ b/dev-python/gdata/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/gdata # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/ChangeLog,v 1.13 2008/08/10 09:57:38 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/ChangeLog,v 1.14 2008/08/12 13:46:53 armin76 Exp $ + + 12 Aug 2008; Raúl Porcel <armin76@gentoo.org> gdata-1.0.8.ebuild: + alpha/ia64/sparc stable wrt #229709 10 Aug 2008; Markus Meier <maekke@gentoo.org> gdata-1.0.8.ebuild: x86 stable, bug #229709 diff --git a/dev-python/gdata/gdata-1.0.8.ebuild b/dev-python/gdata/gdata-1.0.8.ebuild index c7b45e935e8a..ae63ad62f137 100644 --- a/dev-python/gdata/gdata-1.0.8.ebuild +++ b/dev-python/gdata/gdata-1.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/gdata-1.0.8.ebuild,v 1.9 2008/08/10 09:57:38 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/gdata-1.0.8.ebuild,v 1.10 2008/08/12 13:46:53 armin76 Exp $ inherit distutils eutils @@ -12,7 +12,7 @@ SRC_URI="http://gdata-python-client.googlecode.com/files/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~hppa ia64 ppc sparc x86 ~x86-fbsd" IUSE="examples" DEPEND="" diff --git a/dev-python/gnome-python/ChangeLog b/dev-python/gnome-python/ChangeLog index 5c4a3d43fbe4..f553ffb1efda 100644 --- a/dev-python/gnome-python/ChangeLog +++ b/dev-python/gnome-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/gnome-python # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/ChangeLog,v 1.120 2008/08/10 11:40:34 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/ChangeLog,v 1.121 2008/08/12 13:47:46 armin76 Exp $ + + 12 Aug 2008; Raúl Porcel <armin76@gentoo.org> gnome-python-2.22.0.ebuild: + alpha/ia64/sparc stable wrt #229709 10 Aug 2008; Markus Meier <maekke@gentoo.org> gnome-python-2.22.0.ebuild: x86 stable, bug #229709 diff --git a/dev-python/gnome-python/gnome-python-2.22.0.ebuild b/dev-python/gnome-python/gnome-python-2.22.0.ebuild index 0c1af527aae0..291ca959bf99 100644 --- a/dev-python/gnome-python/gnome-python-2.22.0.ebuild +++ b/dev-python/gnome-python/gnome-python-2.22.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.22.0.ebuild,v 1.4 2008/08/10 11:40:34 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-2.22.0.ebuild,v 1.5 2008/08/12 13:47:46 armin76 Exp $ inherit gnome2 python eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.pygtk.org/" LICENSE="LGPL-2" SLOT="2" -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="doc examples" RDEPEND=">=dev-lang/python-2.2 diff --git a/dev-python/pygtksourceview/ChangeLog b/dev-python/pygtksourceview/ChangeLog index bbbcfe77fec3..2849a282f217 100644 --- a/dev-python/pygtksourceview/ChangeLog +++ b/dev-python/pygtksourceview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pygtksourceview # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.13 2008/08/10 11:05:04 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.14 2008/08/12 13:47:19 armin76 Exp $ + + 12 Aug 2008; Raúl Porcel <armin76@gentoo.org> + pygtksourceview-2.2.0.ebuild: + alpha/ia64/sparc stable wrt #229709 10 Aug 2008; Markus Meier <maekke@gentoo.org> pygtksourceview-2.2.0.ebuild: diff --git a/dev-python/pygtksourceview/pygtksourceview-2.2.0.ebuild b/dev-python/pygtksourceview/pygtksourceview-2.2.0.ebuild index fc397b385e63..65c2470046cc 100644 --- a/dev-python/pygtksourceview/pygtksourceview-2.2.0.ebuild +++ b/dev-python/pygtksourceview/pygtksourceview-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.2.0.ebuild,v 1.5 2008/08/10 11:05:04 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.2.0.ebuild,v 1.6 2008/08/12 13:47:19 armin76 Exp $ NEED_PYTHON=2.3.5 @@ -13,7 +13,7 @@ SRC_URI="${SRC_URI}" LICENSE="LGPL-2.1" SLOT="2" -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="doc" RDEPEND=">=dev-python/pygobject-2.11.3 |