diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-10-14 08:31:40 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-10-14 08:31:40 +0000 |
commit | 865be044878bed0c92ed96dea65a5f26f1bf8ae7 (patch) | |
tree | 2c0636cdc4ff2cb502e58cf97f17dfbf69447e84 /dev-lang | |
parent | Drop old revision. (diff) | |
download | historical-865be044878bed0c92ed96dea65a5f26f1bf8ae7.tar.gz historical-865be044878bed0c92ed96dea65a5f26f1bf8ae7.tar.bz2 historical-865be044878bed0c92ed96dea65a5f26f1bf8ae7.zip |
Stable on alpha.
Package-Manager: portage-2.0.53_rc5
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/python/Manifest | 12 | ||||
-rw-r--r-- | dev-lang/python/python-2.4.2.ebuild | 4 |
3 files changed, 12 insertions, 9 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 0c58c313f1a6..83d6e6b56085 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.177 2005/10/13 17:40:54 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.178 2005/10/14 08:31:40 kloeri Exp $ + + 14 Oct 2005; Bryan Østergaard <kloeri@gentoo.org> python-2.4.2.ebuild: + Stable on alpha. 13 Oct 2005; Luis Medinas <metalgod@gentoo.org> python-2.4.2.ebuild: Marked Stable on amd64. diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest index 03a29988abff..56ec104384e1 100644 --- a/dev-lang/python/Manifest +++ b/dev-lang/python/Manifest @@ -1,7 +1,7 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 865f570c3f1fc0a2601a8dca0a6792ac ChangeLog 28681 +MD5 d5cf50ee3844782caa98ee0973fb42e6 ChangeLog 28773 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 @@ -63,11 +63,11 @@ MD5 4928085fdd7860dd8104011c9955a7f2 python-2.3.5.ebuild 7799 MD5 ad616f0fecea68a16aea3f97e46c9a72 python-2.4-r3.ebuild 7106 MD5 ca3321a766fd7440a6b5c7284be90a59 python-2.4.1-r1.ebuild 8898 MD5 1df326999058ecec71a274a37ba15514 python-2.4.1.ebuild 8094 -MD5 c81e878e50eeec68807c979360631393 python-2.4.2.ebuild 8899 +MD5 fbf3f9f91b79e0da4ff7e6bca9835f42 python-2.4.2.ebuild 8896 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) +Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDTqpQwUpWvClEHQoRAl/TAJ9P7aHEKBCP/MhE8PTIT41vBRvMgACdEWKV -kl6009fQqyAxVwtTDrTi7R4= -=Ap5s +iD8DBQFDT21CKf2g/qXtneoRAlzLAJ4t1HeGDmDS5XbBkcybxmdwLmIrsQCdHC9O +MA4tjishVo8Mljh5PfAnpSs= +=F8DD -----END PGP SIGNATURE----- diff --git a/dev-lang/python/python-2.4.2.ebuild b/dev-lang/python/python-2.4.2.ebuild index b18421754eca..c8d315a93939 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.6 2005/10/13 17:40:54 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.2.ebuild,v 1.7 2005/10/14 08:31:40 kloeri 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 |