summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-11-03 20:57:57 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-11-03 20:57:57 +0000
commitb2e433ebd3fba48d6d92e212773d65805ba6ee58 (patch)
treecd501254f0281857c02225056dccd1890d382992 /dev-lang
parentadd same fix to python-2.3 (diff)
downloadhistorical-b2e433ebd3fba48d6d92e212773d65805ba6ee58.tar.gz
historical-b2e433ebd3fba48d6d92e212773d65805ba6ee58.tar.bz2
historical-b2e433ebd3fba48d6d92e212773d65805ba6ee58.zip
IUSE fixes
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/python/ChangeLog6
-rw-r--r--dev-lang/python/Manifest6
-rw-r--r--dev-lang/python/python-2.2.3-r5.ebuild4
-rw-r--r--dev-lang/python/python-2.3.2-r1.ebuild4
4 files changed, 12 insertions, 8 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog
index 359d5171e5d9..7ff82fe130e6 100644
--- a/dev-lang/python/ChangeLog
+++ b/dev-lang/python/ChangeLog
@@ -1,6 +1,10 @@
# 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.47 2003/11/03 20:21:47 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.48 2003/11/03 20:57:50 liquidx Exp $
+
+ 03 Nov 2003; Alastair Tse <liquidx@gentoo.org> python-2.2.3-r5.ebuild,
+ python-2.3.2-r1.ebuild:
+ added ncurses and ssl to IUSE
03 Nov 2003; Alastair Tse <liquidx@gentoo.org> python-2.2.3-r5.ebuild:
export environment in src_install()
diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
index bd4228e01654..ad236d9afb74 100644
--- a/dev-lang/python/Manifest
+++ b/dev-lang/python/Manifest
@@ -1,4 +1,4 @@
-MD5 d85cf3fb49aa54c40d4946e875a81af6 ChangeLog 8982
+MD5 503d0b0e7c89b76f8593493c78a86ff1 ChangeLog 9114
MD5 8145ce0144332d6caca98fa5fb648741 metadata.xml 221
MD5 58b06d58bccd371fcbf1b781164c75a9 python-2.1.3-r1.ebuild 2345
MD5 f7959cf61958991a7e25f83a4e8b2ff8 python-2.2.1-r5.ebuild 2912
@@ -8,9 +8,9 @@ MD5 58ed89f3cc48f16f8bc96b76490e5b6a python-2.2.3-r1.ebuild 3293
MD5 0a274212a2a49a52600b617a38bafa09 python-2.2.3-r2.ebuild 3441
MD5 48d3de450107a8702bbd30ddfdceeed2 python-2.2.3-r3.ebuild 3488
MD5 5806acebfc91d925f328a751fd5503e5 python-2.2.3-r4.ebuild 3491
-MD5 e86255b53d02856c0cdc7246cf8fe6ad python-2.2.3-r5.ebuild 4242
+MD5 19bbf070e008fe47a5b3b5aef4e2a174 python-2.2.3-r5.ebuild 4250
MD5 789d8555967a31cc0de2126fa6468fc2 python-2.2.3.ebuild 2999
-MD5 2eaad101b70fbb9ba84c57908ecbab1b python-2.3.2-r1.ebuild 4794
+MD5 a5eec23c78d6a0923c477e34ce969392 python-2.3.2-r1.ebuild 4812
MD5 7c0dcd5a1aa1ec0db97cd0847faab0d7 python-2.3.2.ebuild 3675
MD5 3dbbf5dfb3660eb003061a0c59f6e758 files/depreorder.py 1947
MD5 f3f370c8d1382c1a7571cfc1cbb196d9 files/digest-python-2.1.3-r1 62
diff --git a/dev-lang/python/python-2.2.3-r5.ebuild b/dev-lang/python/python-2.2.3-r5.ebuild
index d64f79ebf25b..f615362d645a 100644
--- a/dev-lang/python/python-2.2.3-r5.ebuild
+++ b/dev-lang/python/python-2.2.3-r5.ebuild
@@ -1,10 +1,10 @@
# 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-r5.ebuild,v 1.4 2003/11/03 20:30:45 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.3-r5.ebuild,v 1.5 2003/11/03 20:57:50 liquidx Exp $
inherit flag-o-matic eutils python
-IUSE="readline tcltk berkdb build doc ssl"
+IUSE="ncurses readline tcltk berkdb build doc ssl"
PYVER_MAJOR="`echo ${PV%_*} | cut -d '.' -f 1`"
PYVER_MINOR="`echo ${PV%_*} | cut -d '.' -f 2`"
diff --git a/dev-lang/python/python-2.3.2-r1.ebuild b/dev-lang/python/python-2.3.2-r1.ebuild
index 9e63508f43e7..c3013da1b909 100644
--- a/dev-lang/python/python-2.3.2-r1.ebuild
+++ b/dev-lang/python/python-2.3.2-r1.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.3.2-r1.ebuild,v 1.6 2003/11/03 20:30:45 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.2-r1.ebuild,v 1.7 2003/11/03 20:57:50 liquidx Exp $
inherit flag-o-matic python
@@ -14,7 +14,7 @@ DESCRIPTION="A really great language"
SRC_URI="http://www.python.org/ftp/python/${PV%_*}/Python-${MY_PV}.tgz"
HOMEPAGE="http://www.python.org"
-IUSE="readline tcltk berkdb bootstrap ipv6 cjk"
+IUSE="ncurses ssl readline tcltk berkdb bootstrap ipv6 cjk build"
LICENSE="PSF-2.2"
SLOT="2.3"