summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/python/ChangeLog9
-rw-r--r--dev-lang/python/Manifest8
-rw-r--r--dev-lang/python/python-2.3.3-r1.ebuild4
-rw-r--r--dev-lang/python/python-2.3.4_rc1.ebuild4
4 files changed, 16 insertions, 9 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog
index 56eaf0bc8ca9..b150569da558 100644
--- a/dev-lang/python/ChangeLog
+++ b/dev-lang/python/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-lang/python
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.92 2004/04/27 14:08:34 randy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.93 2004/05/15 21:05:17 kumba Exp $
+
+*python-2.3.4_rc1 (15 May 2004)
+
+ 15 May 2004; Joshua Kinard <kumba@gentoo.org> python-2.3.3-r1.ebuild,
+ python-2.3.4_rc1.ebuild:
+ Marking 2.3.3 stable on mips (someone yanked the ~mips keyword at some
+ point...), and 2.3.4 unstable.
27 Apr 2004; Michael McCabe <randy@gentoo.org> python-2.3.3-r1.ebuild:
Marked stable on s390
diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
index 80bc16ff1ccf..bddfa16d3b83 100644
--- a/dev-lang/python/Manifest
+++ b/dev-lang/python/Manifest
@@ -1,11 +1,11 @@
-MD5 e679b9597cb5796a18d916ed3476a850 ChangeLog 16391
+MD5 b5d4376ed45f3cdc0cf1aed932903585 ChangeLog 16630
MD5 8145ce0144332d6caca98fa5fb648741 metadata.xml 221
MD5 a9096f479423e2fb5da2afac23238751 python-2.1.3-r1.ebuild 2335
MD5 30ef34267e56472ca4108138d9a52640 python-2.2.2.ebuild 3020
MD5 93b7662124de176bfe45c4086578e583 python-2.2.3-r5.ebuild 4343
MD5 14fe9278f03360e1dc9c190e798c40c7 python-2.3.3.ebuild 5354
-MD5 b749f06fc4d4d6359598ec53e443fdbc python-2.3.3-r1.ebuild 6016
-MD5 cf972f8b50d1f2a9a661428998c5c695 python-2.3.4_rc1.ebuild 6014
+MD5 9f6298af1957db79261f535251164795 python-2.3.3-r1.ebuild 6021
+MD5 2ee8baf4b7b2354179b84c10c5b7e158 python-2.3.4_rc1.ebuild 6020
MD5 1c5cd53cb89c821a549968bac31df0f1 files/depreorder.py 2235
MD5 f3f370c8d1382c1a7571cfc1cbb196d9 files/digest-python-2.1.3-r1 62
MD5 b7a6b00d8dede1534e7a5180a14542b1 files/digest-python-2.2.2 62
@@ -27,6 +27,6 @@ MD5 b530d6f9dbcf30239061be3de80932cc files/python-config-2.2.1 178
MD5 b530d6f9dbcf30239061be3de80932cc files/python-config-2.2.2 178
MD5 201acd1cfd5124f25c58a8db3f78a502 files/python-config-2.3 178
MD5 69dfdde8a2e880656ba066253dee80ee files/python-updater 8087
-MD5 4b9922f74b1076d82d1fdb653fa5769a files/python-2.3-add_portage_search_path_take_2.patch 614
MD5 d5e1334ddcc639401001d01f26ce0af5 files/digest-python-2.3.3-r1 66
+MD5 4b9922f74b1076d82d1fdb653fa5769a files/python-2.3-add_portage_search_path_take_2.patch 614
MD5 3dcb08fe99cfbfb0394dc84dfbc93b11 files/digest-python-2.3.4_rc1 68
diff --git a/dev-lang/python/python-2.3.3-r1.ebuild b/dev-lang/python/python-2.3.3-r1.ebuild
index 93346eec4b66..fb99f6035eb8 100644
--- a/dev-lang/python/python-2.3.3-r1.ebuild
+++ b/dev-lang/python/python-2.3.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.3-r1.ebuild,v 1.5 2004/05/13 23:48:35 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.3-r1.ebuild,v 1.6 2004/05/15 21:05:17 kumba Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -23,7 +23,7 @@ IUSE="ncurses gdbm ssl readline tcltk berkdb bootstrap ipv6 build ucs2 doc X"
LICENSE="PSF-2.2"
SLOT="2.3"
-KEYWORDS="x86 ~ppc ~sparc arm ~hppa ~amd64 s390 ~alpha ~ia64"
+KEYWORDS="x86 ~ppc ~sparc arm ~hppa ~amd64 s390 ~alpha ~ia64 mips"
# ~mips ~arm"
DEPEND="virtual/glibc
diff --git a/dev-lang/python/python-2.3.4_rc1.ebuild b/dev-lang/python/python-2.3.4_rc1.ebuild
index 620e369c8265..bee765a55331 100644
--- a/dev-lang/python/python-2.3.4_rc1.ebuild
+++ b/dev-lang/python/python-2.3.4_rc1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.4_rc1.ebuild,v 1.1 2004/05/13 23:48:35 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.4_rc1.ebuild,v 1.2 2004/05/15 21:05:17 kumba Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -23,7 +23,7 @@ IUSE="ncurses gdbm ssl readline tcltk berkdb bootstrap ipv6 build ucs2 doc X"
LICENSE="PSF-2.2"
SLOT="2.3"
-KEYWORDS="~x86 ~ppc ~sparc ~arm ~hppa ~amd64 ~s390 ~alpha ~ia64"
+KEYWORDS="~x86 ~ppc ~sparc ~arm ~hppa ~amd64 ~s390 ~alpha ~ia64 ~mips"
# ~mips
DEPEND="virtual/glibc