diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-08-16 22:00:31 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-08-16 22:00:31 +0000 |
commit | a67285df96c7ddb3eddfb99edb1abafab335f89a (patch) | |
tree | 80add197449339b8cbff98864872117fba9b266f /dev-lang | |
parent | version bump (diff) | |
download | historical-a67285df96c7ddb3eddfb99edb1abafab335f89a.tar.gz historical-a67285df96c7ddb3eddfb99edb1abafab335f89a.tar.bz2 historical-a67285df96c7ddb3eddfb99edb1abafab335f89a.zip |
Add fix for bug 88777 to stable versions.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/python/Manifest | 6 | ||||
-rw-r--r-- | dev-lang/python/python-2.3.4-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/python/python-2.3.5.ebuild | 6 |
4 files changed, 16 insertions, 8 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index d689bafa04ea..3d0727b9877d 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/python # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.156 2005/08/15 21:31:11 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.157 2005/08/16 22:00:31 kloeri Exp $ + + 16 Aug 2005; Bryan Østergaard <kloeri@gentoo.org> python-2.3.4-r1.ebuild, + python-2.3.5.ebuild: + Add fix for bug 88777 to arch versions. 15 Aug 2005; Bryan Østergaard <kloeri@gentoo.org> python-2.3.5-r1.ebuild, python-2.4.1-r1.ebuild: diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest index a9dd9d382e75..81bf2604f5ee 100644 --- a/dev-lang/python/Manifest +++ b/dev-lang/python/Manifest @@ -1,13 +1,13 @@ -MD5 be8022e5204d67573e3ead48c89bd4f0 ChangeLog 26378 +MD5 1d5bbbaca5953929b9eb75e7f5fdb99e ChangeLog 26521 MD5 8145ce0144332d6caca98fa5fb648741 metadata.xml 221 MD5 2632d539cd0ab18b40f9510118ed3099 python-2.1.3-r1.ebuild 2299 MD5 5857a314767fd0ae2243590999fe78b2 python-2.2.3-r6.ebuild 4491 -MD5 5d44cc06438212c3b7db9fe19b425b33 python-2.3.4-r1.ebuild 7190 -MD5 1b748e39af2b31c2d4eaf7112c05fdd0 python-2.3.5.ebuild 7732 MD5 ad616f0fecea68a16aea3f97e46c9a72 python-2.4-r3.ebuild 7106 MD5 1df326999058ecec71a274a37ba15514 python-2.4.1.ebuild 8094 MD5 3dc06bf8e04bd9880be6ee4402234e8b python-2.3.5-r1.ebuild 7924 MD5 1297065ab6caf1a8d31f06f4575a5798 python-2.4.1-r1.ebuild 8849 +MD5 4928085fdd7860dd8104011c9955a7f2 python-2.3.5.ebuild 7799 +MD5 21151b5cbaac120cb271bdac9bc95eb8 python-2.3.4-r1.ebuild 7259 MD5 1c5cd53cb89c821a549968bac31df0f1 files/depreorder.py 2235 MD5 f3f370c8d1382c1a7571cfc1cbb196d9 files/digest-python-2.1.3-r1 62 MD5 f11f5d528c570ef739ea10806cebfa9f files/digest-python-2.2.3-r6 62 diff --git a/dev-lang/python/python-2.3.4-r1.ebuild b/dev-lang/python/python-2.3.4-r1.ebuild index 26ee22679858..2e957bc6903c 100644 --- a/dev-lang/python/python-2.3.4-r1.ebuild +++ b/dev-lang/python/python-2.3.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.4-r1.ebuild,v 1.9 2005/05/30 02:33:02 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.4-r1.ebuild,v 1.10 2005/08/16 22:00:31 kloeri Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -34,7 +34,9 @@ DEPEND=">=sys-libs/zlib-1.1.3 dev-libs/expat )" -RDEPEND="${DEPEND} dev-python/python-fchksum" +# NOTE: changed RDEPEND to PDEPEND to resolve bug 88777. - kloeri + +PDEPEND="${DEPEND} dev-python/python-fchksum" # The dev-python/python-fchksum RDEPEND is needed to that this python provides # the functionality expected from previous pythons. diff --git a/dev-lang/python/python-2.3.5.ebuild b/dev-lang/python/python-2.3.5.ebuild index 83ed6e7ab516..c841b38e6509 100644 --- a/dev-lang/python/python-2.3.5.ebuild +++ b/dev-lang/python/python-2.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.5.ebuild,v 1.21 2005/07/03 09:44:56 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.5.ebuild,v 1.22 2005/08/16 22:00:31 kloeri Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -41,7 +41,9 @@ DEPEND=">=sys-libs/zlib-1.1.3 # it to compile python. We just need to ensure that when we install # python, we definitely have fchksum support. - liquidx -RDEPEND="${DEPEND} dev-python/python-fchksum" +# NOTE: changed RDEPEND to PDEPEND to resolve bug 88777. - kloeri + +PDEPEND="${DEPEND} dev-python/python-fchksum" PROVIDE="virtual/python" |