diff options
author | Maarten Thibaut <murphy@gentoo.org> | 2002-08-14 03:57:07 +0000 |
---|---|---|
committer | Maarten Thibaut <murphy@gentoo.org> | 2002-08-14 03:57:07 +0000 |
commit | 7325e421b7249e7ec9d752c8f64d8d648e5adf1e (patch) | |
tree | cbc32242ef5e3fa6511e30997f93ed329027d9fd /dev-lang | |
parent | Added ebuild submitted by Blake Watters of ibiblio.org. This is the (diff) | |
download | historical-7325e421b7249e7ec9d752c8f64d8d648e5adf1e.tar.gz historical-7325e421b7249e7ec9d752c8f64d8d648e5adf1e.tar.bz2 historical-7325e421b7249e7ec9d752c8f64d8d648e5adf1e.zip |
Adding sparc/sparc64 keywords
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/python-2.1.3-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/python/python-2.1.3.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/python/python-2.2-r7.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/python/python-2.2.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/python/python-2.2.1-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/python/python-2.2.1.ebuild | 6 |
6 files changed, 16 insertions, 16 deletions
diff --git a/dev-lang/python/python-2.1.3-r1.ebuild b/dev-lang/python/python-2.1.3-r1.ebuild index 23e1ad6a0374..8af17f83aad8 100644 --- a/dev-lang/python/python-2.1.3-r1.ebuild +++ b/dev-lang/python/python-2.1.3-r1.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.1.3-r1.ebuild,v 1.4 2002/08/02 04:44:54 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.1.3-r1.ebuild,v 1.5 2002/08/14 03:57:07 murphy 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.1.1" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" DEPEND="virtual/glibc >=sys-libs/zlib-1.1.3 readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 ) @@ -24,7 +24,7 @@ RDEPEND="$DEPEND" PROVIDE="virtual/python-2.1" SLOT="2.1" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" src_compile() { export OPT="$CFLAGS" diff --git a/dev-lang/python/python-2.1.3.ebuild b/dev-lang/python/python-2.1.3.ebuild index 3efad9e893c1..3ab45a394cbe 100644 --- a/dev-lang/python/python-2.1.3.ebuild +++ b/dev-lang/python/python-2.1.3.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.1.3.ebuild,v 1.4 2002/08/02 04:44:54 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.1.3.ebuild,v 1.5 2002/08/14 03:57:07 murphy 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.1.1" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" DEPEND="virtual/glibc >=sys-libs/zlib-1.1.3 readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 ) @@ -24,7 +24,7 @@ RDEPEND="$DEPEND" PROVIDE="virtual/python-2.1" SLOT="2.1" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" src_compile() { export OPT="$CFLAGS" diff --git a/dev-lang/python/python-2.2-r7.ebuild b/dev-lang/python/python-2.2-r7.ebuild index de0f8e36a1e8..363f66a30692 100644 --- a/dev-lang/python/python-2.2-r7.ebuild +++ b/dev-lang/python/python-2.2-r7.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-r7.ebuild,v 1.5 2002/08/02 04:44:54 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2-r7.ebuild,v 1.6 2002/08/14 03:57:07 murphy 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" +KEYWORDS="x86 sparc sparc64" DEPEND="virtual/glibc >=sys-libs/zlib-1.1.3 readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 ) @@ -26,7 +26,7 @@ PROVIDE="virtual/python" SLOT="2.2" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" src_compile() { # python's config seems to ignore CFLAGS diff --git a/dev-lang/python/python-2.2.1-r1.ebuild b/dev-lang/python/python-2.2.1-r1.ebuild index d4be93ba8289..52d69c67a9af 100644 --- a/dev-lang/python/python-2.2.1-r1.ebuild +++ b/dev-lang/python/python-2.2.1-r1.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-r1.ebuild,v 1.4 2002/08/02 04:44:54 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.1-r1.ebuild,v 1.5 2002/08/14 03:57:07 murphy 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" +KEYWORDS="x86 sparc sparc64" 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-r2.ebuild b/dev-lang/python/python-2.2.1-r2.ebuild index 1e026315490c..4b27255bb2a4 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.4 2002/08/02 04:44:54 seemant Exp $ +# $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 $ 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" +KEYWORDS="x86 ppc sparc sparc64" 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.ebuild b/dev-lang/python/python-2.2.1.ebuild index 395976365320..9bcd50d984b1 100644 --- a/dev-lang/python/python-2.2.1.ebuild +++ b/dev-lang/python/python-2.2.1.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.ebuild,v 1.5 2002/08/02 04:44:54 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.1.ebuild,v 1.6 2002/08/14 03:57:07 murphy 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" +KEYWORDS="x86 sparc sparc64" DEPEND="virtual/glibc >=sys-libs/zlib-1.1.3 readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 ) @@ -25,7 +25,7 @@ RDEPEND="$DEPEND dev-python/python-fchksum" PROVIDE="virtual/python" SLOT="2.2" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" src_compile() { # python's config seems to ignore CFLAGS |