diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-08-19 02:15:21 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-08-19 02:15:21 +0000 |
commit | 6d1b657cf2af3210484fc05e18c32ac09aa5bc60 (patch) | |
tree | 46339a782424574158ca97fb9f296df6effc9b67 /dev-lang | |
parent | stable on alpha and ia64 (diff) | |
download | historical-6d1b657cf2af3210484fc05e18c32ac09aa5bc60.tar.gz historical-6d1b657cf2af3210484fc05e18c32ac09aa5bc60.tar.bz2 historical-6d1b657cf2af3210484fc05e18c32ac09aa5bc60.zip |
stable on alpha
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/perl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/perl/perl-5.8.4-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/python/python-2.3.4.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/dev-lang/perl/ChangeLog b/dev-lang/perl/ChangeLog index 48c3e95dd380..f912255073f9 100644 --- a/dev-lang/perl/ChangeLog +++ b/dev-lang/perl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/perl # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.77 2004/08/13 19:08:37 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.78 2004/08/19 02:15:21 agriffis Exp $ + + 18 Aug 2004; Aron Griffis <agriffis@gentoo.org> perl-5.8.4-r1.ebuild: + stable on alpha 13 Aug 2004; Bryan Østergaard <kloeri@gentoo.org> perl-5.8.4.ebuild: Stable on alpha. diff --git a/dev-lang/perl/perl-5.8.4-r1.ebuild b/dev-lang/perl/perl-5.8.4-r1.ebuild index 135522715469..0eb4025d3125 100644 --- a/dev-lang/perl/perl-5.8.4-r1.ebuild +++ b/dev-lang/perl/perl-5.8.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.4-r1.ebuild,v 1.3 2004/08/07 07:23:01 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.4-r1.ebuild,v 1.4 2004/08/19 02:15:21 agriffis Exp $ inherit eutils flag-o-matic gcc @@ -16,7 +16,7 @@ HOMEPAGE="http://www.perl.org/" LIBPERL="libperl.so.${PERLSLOT}.${SHORT_PV}" LICENSE="Artistic GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390" +KEYWORDS="~x86 ~ppc ~sparc ~mips alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390" IUSE="berkdb doc gdbm threads uclibc" DEPEND="!uclibc? ( sys-apps/groff ) diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 84d79fec79e4..dd4c2a727be5 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/python # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.108 2004/08/15 05:59:53 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.109 2004/08/19 02:13:48 agriffis Exp $ + + 18 Aug 2004; Aron Griffis <agriffis@gentoo.org> python-2.3.4.ebuild: + stable on alpha 14 Aug 2004; Travis Tilley <lv@gentoo.org> +files/python-2.3.4-lib64.patch, python-2.3.3-r1.ebuild, python-2.3.4.ebuild: diff --git a/dev-lang/python/python-2.3.4.ebuild b/dev-lang/python/python-2.3.4.ebuild index 23c0b2c2f2cd..cb5307890ba0 100644 --- a/dev-lang/python/python-2.3.4.ebuild +++ b/dev-lang/python/python-2.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.4.ebuild,v 1.8 2004/08/15 05:59:53 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.4.ebuild,v 1.9 2004/08/19 02:13:48 agriffis Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -22,7 +22,7 @@ IUSE="ncurses gdbm ssl readline tcltk berkdb bootstrap ipv6 build ucs2 doc X" LICENSE="PSF-2.2" SLOT="2.3" -KEYWORDS="~x86 ~ppc ~sparc ~arm ~hppa ~amd64 ~s390 ~alpha ~ia64 ~mips" +KEYWORDS="~x86 ~ppc ~sparc ~arm ~hppa ~amd64 ~s390 alpha ~ia64 ~mips" DEPEND="virtual/libc >=sys-libs/zlib-1.1.3 |