diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-03-01 18:07:27 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-03-01 18:07:27 +0000 |
commit | f2cdaa0ef8bfb15ca5b8311c14c3cda940e7b7f9 (patch) | |
tree | 29cb206f8c3f29b0974103a2d0a26c7fc26c72de /dev-lang | |
parent | Fix #83672. (diff) | |
download | historical-f2cdaa0ef8bfb15ca5b8311c14c3cda940e7b7f9.tar.gz historical-f2cdaa0ef8bfb15ca5b8311c14c3cda940e7b7f9.tar.bz2 historical-f2cdaa0ef8bfb15ca5b8311c14c3cda940e7b7f9.zip |
Fix conditional c++ support for remaining versions.
Package-Manager: portage-2.0.51.18
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/python/Manifest | 12 | ||||
-rw-r--r-- | dev-lang/python/python-2.3.5.ebuild | 3 | ||||
-rw-r--r-- | dev-lang/python/python-2.4-r1.ebuild | 3 |
4 files changed, 13 insertions, 11 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 170bdc3da5b2..ee9075a03590 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/python # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.131 2005/02/27 00:11:04 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.132 2005/03/01 18:07:27 kloeri Exp $ + + 01 Mar 2005; Bryan Østergaard <kloeri@gentoo.org> python-2.3.5.ebuild, + python-2.4-r1.ebuild: + Fix conditional c++ support for remaining versions. 27 Feb 2005; Bryan Østergaard <kloeri@gentoo.org> python-2.3.3-r2.ebuild, python-2.3.4-r1.ebuild, python-2.4-r2.ebuild: diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest index 26f9cb07d2d1..241b29ff8ff5 100644 --- a/dev-lang/python/Manifest +++ b/dev-lang/python/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 3446cba6b43a943cacb9d90d57b1dcb3 ChangeLog 22200 +MD5 61a534d6766bc73930052f010d854675 ChangeLog 22353 MD5 1bc0f485e700a65e4b15c87a21b85154 python-2.4-r2.ebuild 6777 MD5 b0dabb5b661c34b2054f5ae852c2fd45 python-2.1.3-r1.ebuild 2329 -MD5 99f8bbd61c29e69242730071f964faf4 python-2.4-r1.ebuild 6826 +MD5 5cc96c3709ae06baddee984d80cfee3c python-2.4-r1.ebuild 6804 MD5 4e13cc454dfecb01c82c17fe161de115 python-2.3.4-r1.ebuild 7160 MD5 8145ce0144332d6caca98fa5fb648741 metadata.xml 221 MD5 2b2c1c7fabbe14699111e59f9e78f65f python-2.3.3-r2.ebuild 7160 -MD5 396245c203626a66a3f756534777e944 python-2.3.5.ebuild 7750 +MD5 13d27236260c522d884865ddb1c48ff1 python-2.3.5.ebuild 7728 MD5 1e424541a26b4d5785a6e830e6a14fe8 python-2.2.3-r6.ebuild 4498 MD5 d74e7f0fd47f00e8b3fe7ca36b7eb629 files/python-config-2.4 179 MD5 fccf57b8c47164b676517e516898dc46 files/digest-python-2.4-r1 64 @@ -50,7 +50,7 @@ MD5 d5e1334ddcc639401001d01f26ce0af5 files/digest-python-2.3.3-r2 66 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) -iD8DBQFCIRAkugEuf3OQ0akRAkO4AJ99dWGwhpzSIgxbGjs0fWQjpfdYCQCgjGpj -B4myPsNtOXjHzVV0rw1hI7I= -=FvEG +iD8DBQFCJK9xugEuf3OQ0akRAkJnAJ9EFyTkuHQKJklANB8t6P0lbZPIkQCcDATA +Y7ogXv/zWvGqoVR8QtWWQc0= +=mtqB -----END PGP SIGNATURE----- diff --git a/dev-lang/python/python-2.3.5.ebuild b/dev-lang/python/python-2.3.5.ebuild index fed0b2f015da..ce238e8f493f 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.1 2005/02/17 18:19:40 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.5.ebuild,v 1.2 2005/03/01 18:07:27 kloeri Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -119,7 +119,6 @@ src_compile() { --infodir='${prefix}'/share/info \ --mandir='${prefix}'/share/man \ --with-threads \ - --with-cxx=no \ ${myconf} || die emake || die "Parallel make failed" } diff --git a/dev-lang/python/python-2.4-r1.ebuild b/dev-lang/python/python-2.4-r1.ebuild index d4d21f89a44e..13464f220337 100644 --- a/dev-lang/python/python-2.4-r1.ebuild +++ b/dev-lang/python/python-2.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.4-r1.ebuild,v 1.1 2005/02/07 04:28:20 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4-r1.ebuild,v 1.2 2005/03/01 18:07:27 kloeri Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -120,7 +120,6 @@ src_compile() { --infodir='${prefix}'/share/info \ --mandir='${prefix}'/share/man \ --with-threads \ - --with-cxx=no \ ${myconf} || die emake || die "Parallel make failed" } |