diff options
-rw-r--r-- | dev-lang/python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/python/python-2.3.6-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/python/python-2.4.4-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/python/python-2.5.1.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 5b95cbcae931..5d28ca30f9f4 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/python # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.237 2007/05/08 14:55:52 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.238 2007/05/08 16:16:30 armin76 Exp $ + + 08 May 2007; Raúl Porcel <armin76@gentoo.org> python-2.3.6-r1.ebuild, + python-2.4.4-r2.ebuild, python-2.5.1.ebuild: + Add ~ia64 wrt 177426 08 May 2007; Roy Marples <uberlord@gentoo.org> python-2.4.4-r2.ebuild: Added ~x86-fbsd keyword, #177426. diff --git a/dev-lang/python/python-2.3.6-r1.ebuild b/dev-lang/python/python-2.3.6-r1.ebuild index 740cad569da9..442bfdb6afb6 100644 --- a/dev-lang/python/python-2.3.6-r1.ebuild +++ b/dev-lang/python/python-2.3.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6-r1.ebuild,v 1.6 2007/05/08 14:42:26 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6-r1.ebuild,v 1.7 2007/05/08 16:16:30 armin76 Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -21,7 +21,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV%_*}/Python-${PV}.tar.bz2 LICENSE="PSF-2.2" SLOT="2.3" -KEYWORDS="~hppa ~x86" +KEYWORDS="~hppa ~ia64 ~x86" IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 doc nocxx threads examples" # INFO: 2.3.5 docs are used for python-2.3.6 as upstream writes in their release diff --git a/dev-lang/python/python-2.4.4-r2.ebuild b/dev-lang/python/python-2.4.4-r2.ebuild index 4ee51e529229..281f2b3d7b2f 100644 --- a/dev-lang/python/python-2.4.4-r2.ebuild +++ b/dev-lang/python/python-2.4.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r2.ebuild,v 1.4 2007/05/08 14:55:52 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r2.ebuild,v 1.5 2007/05/08 16:16:30 armin76 Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -23,7 +23,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.bz2 LICENSE="PSF-2.2" SLOT="2.4" -KEYWORDS="~hppa ~x86 ~x86-fbsd" +KEYWORDS="~hppa ~ia64 ~x86 ~x86-fbsd" IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 doc nocxx threads examples" DEPEND=">=sys-libs/zlib-1.1.3 diff --git a/dev-lang/python/python-2.5.1.ebuild b/dev-lang/python/python-2.5.1.ebuild index 61c020b3de66..9dc24ab02e7e 100644 --- a/dev-lang/python/python-2.5.1.ebuild +++ b/dev-lang/python/python-2.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.1.ebuild,v 1.3 2007/05/08 14:42:26 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.1.ebuild,v 1.4 2007/05/08 16:16:30 armin76 Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -24,7 +24,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.bz2 LICENSE="PSF-2.2" SLOT="2.5" -KEYWORDS="~hppa ~x86" +KEYWORDS="~hppa ~ia64 ~x86" IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 sqlite doc nocxx threads examples" # NOTE: dev-python/{elementtree,celementtree,pysqlite,ctypes,cjkcodecs} |