diff options
author | 2003-10-17 07:22:21 +0000 | |
---|---|---|
committer | 2003-10-17 07:22:21 +0000 | |
commit | 66e4fda4d131cd8c5bedfdd080eeb600c13af169 (patch) | |
tree | a8e2ec6ad2d3957ca3532de35aecfa7df5274012 /dev-lang | |
parent | various bugfixes for byte-compiling (diff) | |
download | historical-66e4fda4d131cd8c5bedfdd080eeb600c13af169.tar.gz historical-66e4fda4d131cd8c5bedfdd080eeb600c13af169.tar.bz2 historical-66e4fda4d131cd8c5bedfdd080eeb600c13af169.zip |
add python-2.2* that supports PYTHON_DONTCOMPILE and compiles modules with the right compiler in the right directory
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/ChangeLog | 12 | ||||
-rw-r--r-- | dev-lang/python/Manifest | 8 |
2 files changed, 17 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index a76433b14c5a..95dd756da275 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,16 @@ # 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.41 2003/10/10 21:39:37 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.42 2003/10/17 07:22:21 liquidx Exp $ + +*python-2.2.3-r3 (17 Oct 2003) + + 17 Oct 2003; Alastair Tse <liquidx@gentoo.org> python-2.2.3-r3.ebuild, + files/python-2.2.3-db4.patch, + files/python-2.2.3-gentoo_py_dontcompile.patch, files/python-updater: + Add support for db-4.1, fixes for ewarn hanging for python-updater + + 14 Oct 2003; Alastair Tse <liquidx@gentoo.org> python-2.2.3-r3.ebuild: + new 2.2.3 version that adds PYTHON_DONTCOMPILE support 10 Oct 2003; Alastair Tse <liquidx@gentoo.org> files/python-updater: fix typo in python-updater diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest index 8597fa9d46a7..3f5d80258d5b 100644 --- a/dev-lang/python/Manifest +++ b/dev-lang/python/Manifest @@ -1,4 +1,4 @@ -MD5 dd94085673628fc3177af99269eed84f ChangeLog 7504 +MD5 561e7ad6018e7ebce20f466490806e21 ChangeLog 7667 MD5 8145ce0144332d6caca98fa5fb648741 metadata.xml 221 MD5 58b06d58bccd371fcbf1b781164c75a9 python-2.1.3-r1.ebuild 2345 MD5 f7959cf61958991a7e25f83a4e8b2ff8 python-2.2.1-r5.ebuild 2912 @@ -6,6 +6,8 @@ MD5 b5ce70d94f27185e138e67267ff416fe python-2.2.2-r1.ebuild 3123 MD5 c70d578ef0b3e6358108691e8b88d458 python-2.2.2.ebuild 3027 MD5 58ed89f3cc48f16f8bc96b76490e5b6a python-2.2.3-r1.ebuild 3293 MD5 0a274212a2a49a52600b617a38bafa09 python-2.2.3-r2.ebuild 3441 +MD5 846b09412128eb476f70b8149996738a python-2.2.3-r3.ebuild 3437 +MD5 846b09412128eb476f70b8149996738a python-2.2.3-r4.ebuild 3437 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 @@ -17,11 +19,13 @@ MD5 b7a6b00d8dede1534e7a5180a14542b1 files/digest-python-2.2.2-r1 62 MD5 f11f5d528c570ef739ea10806cebfa9f files/digest-python-2.2.3 62 MD5 f11f5d528c570ef739ea10806cebfa9f files/digest-python-2.2.3-r1 62 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 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 aa781491d5e1590c4bfe6a85eecf5477 files/python-2.2.3-db4.patch 1100 +MD5 3d21cd8754d0bb29566c6f728fca47af files/python-2.2.3-db4.patch 1197 MD5 86e20b38b62c83f27739544bf331852e files/python-2.2.3-gentoo_py_dontcompile.patch 613 MD5 46588eb4b2cfdd8277153e8e6f728eca files/python-2.3-add_portage_search_path.patch 607 MD5 7808762bbf53647c7cd597be4044e9f7 files/python-2.3-gentoo_py_dontcompile.patch 478 |