diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-14 16:36:02 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-14 16:36:02 +0000 |
commit | 6eb4eeeaf4808300355f549d31864926de641bbe (patch) | |
tree | d4eaa10e37a5f86873b49c045d06ad750c345c87 /dev-lang | |
parent | Version bump, remove old (#415843 by Anton Bolshakov). (diff) | |
download | gentoo-2-6eb4eeeaf4808300355f549d31864926de641bbe.tar.gz gentoo-2-6eb4eeeaf4808300355f549d31864926de641bbe.tar.bz2 gentoo-2-6eb4eeeaf4808300355f549d31864926de641bbe.zip |
Stable for amd64, wrt bug #396329
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/python/python-2.6.8.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/python/python-2.7.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/python/python-3.1.5.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/python/python-3.2.3.ebuild | 4 |
5 files changed, 13 insertions, 9 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 31639f803d3b..fdb7ffc79e9c 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/python # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.592 2012/05/12 11:03:47 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.593 2012/05/14 16:36:02 ago Exp $ + + 14 May 2012; Agostino Sarubbo <ago@gentoo.org> python-2.6.8.ebuild, + python-2.7.3-r1.ebuild, python-3.1.5.ebuild, python-3.2.3.ebuild: + Stable for amd64, wrt bug #396329 12 May 2012; Tobias Klausmann <klausman@gentoo.org> python-2.6.8.ebuild: Stable on alpha, bug #396329 diff --git a/dev-lang/python/python-2.6.8.ebuild b/dev-lang/python/python-2.6.8.ebuild index 499df4a6669c..aad5b9b21ee4 100644 --- a/dev-lang/python/python-2.6.8.ebuild +++ b/dev-lang/python/python-2.6.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.8.ebuild,v 1.9 2012/05/12 11:03:47 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.8.ebuild,v 1.10 2012/05/14 16:36:02 ago Exp $ EAPI="2" WANT_AUTOMAKE="none" @@ -19,7 +19,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.bz2 LICENSE="PSF-2" SLOT="2.6" PYTHON_ABI="${SLOT}" -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="-berkdb build doc elibc_uclibc examples gdbm ipv6 +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml" RDEPEND="app-arch/bzip2 diff --git a/dev-lang/python/python-2.7.3-r1.ebuild b/dev-lang/python/python-2.7.3-r1.ebuild index 65c198633654..04cd4b70164d 100644 --- a/dev-lang/python/python-2.7.3-r1.ebuild +++ b/dev-lang/python/python-2.7.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.3-r1.ebuild,v 1.9 2012/05/12 11:00:35 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.3-r1.ebuild,v 1.10 2012/05/14 16:36:02 ago Exp $ EAPI="2" WANT_AUTOMAKE="none" @@ -19,7 +19,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.bz2 LICENSE="PSF-2" SLOT="2.7" PYTHON_ABI="${SLOT}" -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="-berkdb build doc elibc_uclibc examples gdbm ipv6 +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml" RDEPEND="app-arch/bzip2 diff --git a/dev-lang/python/python-3.1.5.ebuild b/dev-lang/python/python-3.1.5.ebuild index 7344276f20ef..ebb9ea6f53fb 100644 --- a/dev-lang/python/python-3.1.5.ebuild +++ b/dev-lang/python/python-3.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.5.ebuild,v 1.8 2012/05/03 02:41:39 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.5.ebuild,v 1.9 2012/05/14 16:36:02 ago Exp $ EAPI="3" WANT_AUTOMAKE="none" @@ -19,7 +19,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz LICENSE="PSF-2" SLOT="3.1" PYTHON_ABI="${SLOT}" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="build doc elibc_uclibc examples gdbm ipv6 +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml" RDEPEND="app-arch/bzip2 diff --git a/dev-lang/python/python-3.2.3.ebuild b/dev-lang/python/python-3.2.3.ebuild index 4e4a3587307b..7bb993fd6eee 100644 --- a/dev-lang/python/python-3.2.3.ebuild +++ b/dev-lang/python/python-3.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.3.ebuild,v 1.8 2012/05/03 02:41:39 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.3.ebuild,v 1.9 2012/05/14 16:36:02 ago Exp $ EAPI="3" WANT_AUTOMAKE="none" @@ -19,7 +19,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz LICENSE="PSF-2" SLOT="3.2" PYTHON_ABI="${SLOT}" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="build doc elibc_uclibc examples gdbm ipv6 +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml" RDEPEND="app-arch/bzip2 |