diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-11-01 20:15:46 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-11-01 20:15:46 +0000 |
commit | 68b1e3fa2eb2a65a1144d80d3e471c060b6de996 (patch) | |
tree | 9cc6f6c645543c6e2db180ff75f996bbc5de7429 /dev-lang | |
parent | fix digest for bug 32474 (diff) | |
download | historical-68b1e3fa2eb2a65a1144d80d3e471c060b6de996.tar.gz historical-68b1e3fa2eb2a65a1144d80d3e471c060b6de996.tar.bz2 historical-68b1e3fa2eb2a65a1144d80d3e471c060b6de996.zip |
many changes to handling of useflags and dependencies
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lang/python/Manifest | 4 |
2 files changed, 12 insertions, 1 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 8cc2de53e95a..c5a34c593380 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,13 @@ # 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.45 2003/10/27 09:21:51 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.46 2003/11/01 20:15:46 liquidx Exp $ + + 01 Nov 2003; Alastair Tse <liquidx@gentoo.org> python-2.2.3-r5.ebuild, + python-2.3.2-r1.ebuild, files/python-2.2.3-disable_modules_and_ssl.patch, + files/python-2.3.2-disable_modules_and_ssl.patch: + reordered deps to allow minimal python build for USE='build'. makes python + respect useflags explicitly even if the dependency exists. added support to + disable SSL. tweaked python_mod_optimize. *python-2.2.3-r5 (27 Oct 2003) diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest index e57ed592e8c4..3aabb48e56d5 100644 --- a/dev-lang/python/Manifest +++ b/dev-lang/python/Manifest @@ -9,6 +9,7 @@ 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 92c61b17ba9a81349b38f41a30a5763f python-2.2.3-r5.ebuild 3488 +MD5 9d23cf2838de6b5f43e1395533bb759b python-2.2.3-r6.ebuild 4097 MD5 789d8555967a31cc0de2126fa6468fc2 python-2.2.3.ebuild 2999 MD5 a53bcd98cbe4a9ff64acc1c655409b12 python-2.3.2-r1.ebuild 4031 MD5 7c0dcd5a1aa1ec0db97cd0847faab0d7 python-2.3.2.ebuild 3675 @@ -23,12 +24,15 @@ MD5 f11f5d528c570ef739ea10806cebfa9f files/digest-python-2.2.3-r2 62 MD5 f11f5d528c570ef739ea10806cebfa9f files/digest-python-2.2.3-r3 62 MD5 f11f5d528c570ef739ea10806cebfa9f files/digest-python-2.2.3-r4 62 MD5 f11f5d528c570ef739ea10806cebfa9f files/digest-python-2.2.3-r5 62 +MD5 f11f5d528c570ef739ea10806cebfa9f files/digest-python-2.2.3-r6 62 MD5 aafa57d90e8894592bdf346eedc77faa files/digest-python-2.3.2 62 MD5 aafa57d90e8894592bdf346eedc77faa files/digest-python-2.3.2-r1 62 MD5 5f2361b3e770981b737a9ad3d2863931 files/python-2.2.1-r5-gentoo.diff 4152 MD5 11aa066154fe2e0a4c306124c7e5dd4a files/python-2.2.2-tk-8.4.x.patch 2997 MD5 96d4207fb41391c70d5f02e1785c9527 files/python-2.2.3-db4.patch 1220 +MD5 cf88c36976606ffe7f4a5aa7540bdaba files/python-2.2.3-disable_modules_and_ssl.patch 1207 MD5 07398060a831f18193315973df204cbf files/python-2.2.3-gentoo_py_dontcompile.patch 732 +MD5 70e2c0e0b1c82793b65bec6bbe5e52e0 files/python-2.2.3-use_opts.patch 2235 MD5 46588eb4b2cfdd8277153e8e6f728eca files/python-2.3-add_portage_search_path.patch 607 MD5 7808762bbf53647c7cd597be4044e9f7 files/python-2.3-gentoo_py_dontcompile.patch 478 MD5 b530d6f9dbcf30239061be3de80932cc files/python-config-2.2 178 |