diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-01-22 20:43:50 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-01-22 20:43:50 +0000 |
commit | 0b901d6177ca48847cbe4f0131fde1ba2aa7e69d (patch) | |
tree | 8e0060906f31dcdd45fe941bdc03d7ac7bbbb053 /dev-python | |
parent | Marked stable on amd64 per bug #119634 (diff) | |
download | gentoo-2-0b901d6177ca48847cbe4f0131fde1ba2aa7e69d.tar.gz gentoo-2-0b901d6177ca48847cbe4f0131fde1ba2aa7e69d.tar.bz2 gentoo-2-0b901d6177ca48847cbe4f0131fde1ba2aa7e69d.zip |
Marked stable on amd64 per bug #119634
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/gnome-python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/gnome-python/Manifest | 4 | ||||
-rw-r--r-- | dev-python/gnome-python/gnome-python-2.12.1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/gnome-python/ChangeLog b/dev-python/gnome-python/ChangeLog index c4d27ad49598..782353125a9b 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/ChangeLog,v 1.54 2006/01/22 17:06:19 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/ChangeLog,v 1.55 2006/01/22 20:42:31 dang Exp $ + + 22 Jan 2006; <dang@gentoo.org> gnome-python-2.12.1.ebuild: + Marked stable on amd64 per bug #119634 22 Jan 2006; Tobias Scherbaum <dertobi123@gentoo.org> gnome-python-2.12.1.ebuild: diff --git a/dev-python/gnome-python/Manifest b/dev-python/gnome-python/Manifest index 07f1bfef2fb4..380255a57de9 100644 --- a/dev-python/gnome-python/Manifest +++ b/dev-python/gnome-python/Manifest @@ -1,4 +1,4 @@ -MD5 0ab5411c47651dcc8da984b14da70a85 ChangeLog 7244 +MD5 defe9cf2958a49d3fd7792ebc036f845 ChangeLog 7347 MD5 7fd6852037c022d0f0f2413aabae59b4 files/digest-gnome-python-1.4.2 70 MD5 ba9ea8c1b972e53626b9ab2d6cab4225 files/digest-gnome-python-1.4.4 71 MD5 ba9ea8c1b972e53626b9ab2d6cab4225 files/digest-gnome-python-1.4.4-r1 71 @@ -17,6 +17,6 @@ MD5 973907695edb60ef99341ea61a4f6460 gnome-python-2.0.0.ebuild 1083 MD5 a2f2258f429e0dedf06a920dbd9f6eaa gnome-python-2.0.2.ebuild 1292 MD5 8b72ad43a7164d1f33e2dc1d839686c3 gnome-python-2.10.0.ebuild 1371 MD5 e53fb7eed561b01c1690a413f62f5391 gnome-python-2.12.0.ebuild 1383 -MD5 6fdcea79570f9c8090a58c5b535db2e0 gnome-python-2.12.1.ebuild 1382 +MD5 0733cdd9a58ed40398a56768b3f7ed8f gnome-python-2.12.1.ebuild 1381 MD5 c14b64ecfc7f2750f8ea4ec306144de9 gnome-python-2.6.1.ebuild 1558 MD5 aab7d8b8a9c5777f5acad94eb998f367 metadata.xml 178 diff --git a/dev-python/gnome-python/gnome-python-2.12.1.ebuild b/dev-python/gnome-python/gnome-python-2.12.1.ebuild index a893f80f56c1..bd364a824520 100644 --- a/dev-python/gnome-python/gnome-python-2.12.1.ebuild +++ b/dev-python/gnome-python/gnome-python-2.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.12.1.ebuild,v 1.5 2006/01/22 17:06:19 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-2.12.1.ebuild,v 1.6 2006/01/22 20:42:31 dang Exp $ inherit gnome2 python eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.pygtk.org/" LICENSE="LGPL-2" SLOT="2" -KEYWORDS="~alpha ~amd64 ~ia64 ppc sparc x86" +KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86" IUSE="doc gtkhtml" RDEPEND=">=dev-lang/python-2.2 |