diff options
author | Bjoern Brauel <bjb@gentoo.org> | 2002-09-14 15:51:26 +0000 |
---|---|---|
committer | Bjoern Brauel <bjb@gentoo.org> | 2002-09-14 15:51:26 +0000 |
commit | 171d7cba6ab819eea36306ff76533ae9199b6455 (patch) | |
tree | 09a93862d802226848c96aa65890a95cec5fceab /dev-lang | |
parent | Changed to econf and einstall. Patched configure to squash the (diff) | |
download | gentoo-2-171d7cba6ab819eea36306ff76533ae9199b6455.tar.gz gentoo-2-171d7cba6ab819eea36306ff76533ae9199b6455.tar.bz2 gentoo-2-171d7cba6ab819eea36306ff76533ae9199b6455.zip |
initial alpha (axp) support for gentoo
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/python-2.2.1-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/python/python-2.2.1-r3.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/python/python-2.2.1-r4.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-lang/python/python-2.2.1-r2.ebuild b/dev-lang/python/python-2.2.1-r2.ebuild index 4b27255bb2a4..b5619a50414f 100644 --- a/dev-lang/python/python-2.2.1-r2.ebuild +++ b/dev-lang/python/python-2.2.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.1-r2.ebuild,v 1.5 2002/08/14 03:57:07 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.1-r2.ebuild,v 1.6 2002/09/14 15:51:24 bjb Exp $ PYVER_MAJOR="`echo ${PV} | cut -d '.' -f 1`" PYVER_MINOR="`echo ${PV} | cut -d '.' -f 2`" @@ -11,7 +11,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/Python-${PV}.tgz" HOMEPAGE="http://www.python.org" LICENSE="PSF-2.2" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" DEPEND="virtual/glibc >=sys-libs/zlib-1.1.3 readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 ) diff --git a/dev-lang/python/python-2.2.1-r3.ebuild b/dev-lang/python/python-2.2.1-r3.ebuild index 723a0de00383..88a344ae6e54 100644 --- a/dev-lang/python/python-2.2.1-r3.ebuild +++ b/dev-lang/python/python-2.2.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.1-r3.ebuild,v 1.1 2002/09/03 03:21:04 jnelson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.1-r3.ebuild,v 1.2 2002/09/14 15:51:24 bjb Exp $ PYVER_MAJOR="`echo ${PV} | cut -d '.' -f 1`" PYVER_MINOR="`echo ${PV} | cut -d '.' -f 2`" @@ -11,7 +11,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/Python-${PV}.tgz" HOMEPAGE="http://www.python.org" LICENSE="PSF-2.2" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" DEPEND="virtual/glibc >=sys-libs/zlib-1.1.3 readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 ) diff --git a/dev-lang/python/python-2.2.1-r4.ebuild b/dev-lang/python/python-2.2.1-r4.ebuild index 8ff7a9028602..c99985f54592 100644 --- a/dev-lang/python/python-2.2.1-r4.ebuild +++ b/dev-lang/python/python-2.2.1-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.1-r4.ebuild,v 1.1 2002/09/08 08:12:25 carpaski Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.1-r4.ebuild,v 1.2 2002/09/14 15:51:24 bjb Exp $ PYVER_MAJOR="`echo ${PV} | cut -d '.' -f 1`" PYVER_MINOR="`echo ${PV} | cut -d '.' -f 2`" @@ -11,7 +11,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/Python-${PV}.tgz" HOMEPAGE="http://www.python.org" LICENSE="PSF-2.2" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" DEPEND="virtual/glibc >=sys-libs/zlib-1.1.3 readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 ) |