diff options
author | 2005-10-13 17:40:54 +0000 | |
---|---|---|
committer | 2005-10-13 17:40:54 +0000 | |
commit | 819222e4bf73d64a44ee49e05a124fcaa2b9b412 (patch) | |
tree | 562890280eb018082e1b67d50737f78ac74e3b37 | |
parent | Mark 2.0.1 stable on ia64 (diff) | |
download | gentoo-2-819222e4bf73d64a44ee49e05a124fcaa2b9b412.tar.gz gentoo-2-819222e4bf73d64a44ee49e05a124fcaa2b9b412.tar.bz2 gentoo-2-819222e4bf73d64a44ee49e05a124fcaa2b9b412.zip |
Marked Stable on amd64.
(Portage version: 2.0.53_rc5)
-rw-r--r-- | dev-lang/python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/python/python-2.4.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/python-docs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/python-docs/python-docs-2.4.2.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index e237b47ff76e..0c58c313f1a6 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,9 @@ # 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.176 2005/10/13 11:27:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.177 2005/10/13 17:40:54 metalgod Exp $ + + 13 Oct 2005; Luis Medinas <metalgod@gentoo.org> python-2.4.2.ebuild: + Marked Stable on amd64. 13 Oct 2005; Aron Griffis <agriffis@gentoo.org> python-2.4.2.ebuild: Mark 2.4.2 stable on ia64 diff --git a/dev-lang/python/python-2.4.2.ebuild b/dev-lang/python/python-2.4.2.ebuild index 67cda5f1e241..b18421754eca 100644 --- a/dev-lang/python/python-2.4.2.ebuild +++ b/dev-lang/python/python-2.4.2.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.2.ebuild,v 1.5 2005/10/13 11:27:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.2.ebuild,v 1.6 2005/10/13 17:40:54 metalgod Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -22,7 +22,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.bz2" LICENSE="PSF-2.2" SLOT="2.4" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86" IUSE="ncurses gdbm ssl readline tcltk berkdb bootstrap ipv6 build ucs2 doc X nocxx" DEPEND=">=sys-libs/zlib-1.1.3 diff --git a/dev-python/python-docs/ChangeLog b/dev-python/python-docs/ChangeLog index 990ccf4b4432..b032763f54b3 100644 --- a/dev-python/python-docs/ChangeLog +++ b/dev-python/python-docs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/python-docs # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.67 2005/10/13 11:26:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.68 2005/10/13 17:39:32 metalgod Exp $ + + 13 Oct 2005; Luis Medinas <metalgod@gentoo.org> python-docs-2.4.2.ebuild: + Marked Stable on amd64. 13 Oct 2005; Aron Griffis <agriffis@gentoo.org> python-docs-2.4.2.ebuild: Mark 2.4.2 stable on ia64 diff --git a/dev-python/python-docs/python-docs-2.4.2.ebuild b/dev-python/python-docs/python-docs-2.4.2.ebuild index 38515d27152c..51ab0b7e7437 100644 --- a/dev-python/python-docs/python-docs-2.4.2.ebuild +++ b/dev-python/python-docs/python-docs-2.4.2.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-python/python-docs/python-docs-2.4.2.ebuild,v 1.3 2005/10/13 11:26:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.4.2.ebuild,v 1.4 2005/10/13 17:39:32 metalgod Exp $ DESCRIPTION="HTML documentation for Python" HOMEPAGE="http://www.python.org/doc/${PV}/" @@ -9,7 +9,7 @@ http://www.python.org/ftp/python/doc/${PV}/info-${PV}.tar.bz2" LICENSE="PSF-2.2" SLOT="2.4" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="" DEPEND="" |