diff options
author | Joshua Kinard <kumba@gentoo.org> | 2003-07-06 09:18:03 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2003-07-06 09:18:03 +0000 |
commit | fd8f863c68462101433aca2ab06563f875148928 (patch) | |
tree | 4fd6c65b2c98ef9eafdcd9f0ffcb2b00b911c3ba /dev-lang | |
parent | Changed ~mips to mips in KEYWORDS (diff) | |
download | gentoo-2-fd8f863c68462101433aca2ab06563f875148928.tar.gz gentoo-2-fd8f863c68462101433aca2ab06563f875148928.tar.bz2 gentoo-2-fd8f863c68462101433aca2ab06563f875148928.zip |
Changed ~mips to mips in KEYWORDS
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/ChangeLog | 10 | ||||
-rw-r--r-- | dev-lang/python/Manifest | 4 | ||||
-rw-r--r-- | dev-lang/python/python-2.2.3.ebuild | 4 |
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 9d08d3a0ee0d..499f0373c8d4 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,7 @@ # ChangeLog for dev-lang/python # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.29 2003/07/03 20:36:48 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.30 2003/07/06 09:14:12 kumba Exp $ + *python-2.2.3-r1 (03 Jul 2003) @@ -8,11 +9,14 @@ python-2.2.3-r1.ebuild: added db4 support and enabled threads (pthread) support +*python-2.2.3 (02 Jun 2003) + + 06 Jul 2003; Joshua Kinard <kumba@gentoo.org> python-2.2.3.ebuild: + Changed ~mips to mips in KEYWORDS + 01 Jul 2003; Todd Sunderlin <todd@gentoo.org> python-2.2.3.ebuild: set stable on sparc -*python-2.2.3 (02 Jun 2003) - 02 Jun 2003; Alastair Tse <liquidx@gentoo.org> python-2.2.2-r1.ebuild, python-2.2.3.ebuild, files/python-config-2.2: version bump to new bugfix release. fixed python-config location for unstable diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest index 81f14fd0fa5b..ea131d0e4883 100644 --- a/dev-lang/python/Manifest +++ b/dev-lang/python/Manifest @@ -1,9 +1,9 @@ -MD5 1977e692d6063c73a090e22f1b93f5bc ChangeLog 5448 +MD5 6f850a961074a925079464fba6d42298 ChangeLog 5446 MD5 067b51e93b48ce7877df67399883c842 python-2.1.3-r1.ebuild 2345 MD5 4acba90247dbf1f810e372bbb8f11cb9 python-2.2.1-r5.ebuild 2919 MD5 1197270783d184d8abb7d7c5e81ecaea python-2.2.2-r1.ebuild 3125 MD5 81969a1011c98f45f1996ca956156d77 python-2.2.2.ebuild 3027 -MD5 e820c1645cde08e2234b5f5a1050f437 python-2.2.3.ebuild 3002 +MD5 10443f66bbdd8757f822cfeb2c5cd37e python-2.2.3.ebuild 3003 MD5 8145ce0144332d6caca98fa5fb648741 metadata.xml 221 MD5 ca7852a9c99b98287cd8080ca7a017b6 python-2.2.3-r1.ebuild 3152 MD5 f3f370c8d1382c1a7571cfc1cbb196d9 files/digest-python-2.1.3-r1 62 diff --git a/dev-lang/python/python-2.2.3.ebuild b/dev-lang/python/python-2.2.3.ebuild index 62ff90cda092..4274072474a1 100644 --- a/dev-lang/python/python-2.2.3.ebuild +++ b/dev-lang/python/python-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.3.ebuild,v 1.3 2003/07/01 15:15:47 todd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.3.ebuild,v 1.4 2003/07/06 09:14:12 kumba Exp $ IUSE="readline tcltk berkdb bootstrap" @@ -14,7 +14,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV%_*}/Python-${PV}.tgz" HOMEPAGE="http://www.python.org" LICENSE="PSF-2.2" -KEYWORDS="amd64 ~x86 ~ppc sparc ~alpha ~mips ~hppa ~arm" +KEYWORDS="amd64 ~x86 ~ppc sparc ~alpha mips ~hppa ~arm" DEPEND="virtual/glibc >=sys-libs/zlib-1.1.3 readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 ) |