diff options
-rw-r--r-- | dev-lang/python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/python/Manifest | 4 | ||||
-rw-r--r-- | dev-lang/python/python-2.3.5.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 922cb50f267a..cbc49c5200d0 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/python # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.151 2005/06/18 19:40:41 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.152 2005/06/27 08:56:23 corsair Exp $ + + 27 Jun 2005; Markus Rothe <corsair@gentoo.org> python-2.3.5.ebuild: + Stable on ppc64 18 Jun 2005; Markus Rothe <corsair@gentoo.org> python-2.4.1-r1.ebuild: added ~ppc64 diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest index 8e63fb35b374..76edffd38763 100644 --- a/dev-lang/python/Manifest +++ b/dev-lang/python/Manifest @@ -1,9 +1,9 @@ -MD5 c06a3e3909ef78abf880b99c93aa82d9 ChangeLog 25667 +MD5 403112e99ece0198d8c7910fe31e8369 ChangeLog 25756 MD5 8145ce0144332d6caca98fa5fb648741 metadata.xml 221 MD5 2632d539cd0ab18b40f9510118ed3099 python-2.1.3-r1.ebuild 2299 MD5 5857a314767fd0ae2243590999fe78b2 python-2.2.3-r6.ebuild 4491 MD5 5d44cc06438212c3b7db9fe19b425b33 python-2.3.4-r1.ebuild 7190 -MD5 a6d43ee33172c5dece94d4323f42dcfb python-2.3.5.ebuild 7733 +MD5 205c4e6e08f9db779b6f9556a78142c5 python-2.3.5.ebuild 7734 MD5 ad616f0fecea68a16aea3f97e46c9a72 python-2.4-r3.ebuild 7106 MD5 1df326999058ecec71a274a37ba15514 python-2.4.1.ebuild 8094 MD5 3c8848046c093b8d3e1d531b8cfb59d0 python-2.3.5-r1.ebuild 7857 diff --git a/dev-lang/python/python-2.3.5.ebuild b/dev-lang/python/python-2.3.5.ebuild index 6cdc606cb86b..1f12a906c066 100644 --- a/dev-lang/python/python-2.3.5.ebuild +++ b/dev-lang/python/python-2.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.5.ebuild,v 1.19 2005/05/30 02:33:02 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.5.ebuild,v 1.20 2005/06/27 08:56:23 corsair Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -20,7 +20,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV%_*}/Python-${PV}.tar.bz2" LICENSE="PSF-2.2" SLOT="2.3" -KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86" +KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="ncurses gdbm ssl readline tcltk berkdb bootstrap ipv6 build ucs2 doc X nocxx" DEPEND=">=sys-libs/zlib-1.1.3 |