summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2002-07-21 00:59:19 +0000
committerDoug Goldstein <cardoe@gentoo.org>2002-07-21 00:59:19 +0000
commitbe4a62752114b0195bea61a0b05ac3115705faff (patch)
treee53b36178b5e315505e9d86f74e4d18f50350330 /dev-lang
parentUpdated KEYWORDS to make "no non-x86 support" explicit. (diff)
downloadgentoo-2-be4a62752114b0195bea61a0b05ac3115705faff.tar.gz
gentoo-2-be4a62752114b0195bea61a0b05ac3115705faff.tar.bz2
gentoo-2-be4a62752114b0195bea61a0b05ac3115705faff.zip
Added missing KEYWORDS
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/python/ChangeLog18
-rw-r--r--dev-lang/python/python-2.1.3-r1.ebuild3
-rw-r--r--dev-lang/python/python-2.1.3.ebuild3
-rw-r--r--dev-lang/python/python-2.2-r7.ebuild3
-rw-r--r--dev-lang/python/python-2.2.1-r1.ebuild3
-rw-r--r--dev-lang/python/python-2.2.1.ebuild3
6 files changed, 27 insertions, 6 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog
index 4ed9ce210378..fa9791f9f79d 100644
--- a/dev-lang/python/ChangeLog
+++ b/dev-lang/python/ChangeLog
@@ -1,13 +1,20 @@
# ChangeLog for dev-lang/python
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.11 2002/07/03 03:24:19 jnelson Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.12 2002/07/21 00:59:19 cardoe Exp $
*python-2.1.3-r1 (2 Jul 2002)
+
+ 20 Jul 2002; Doug Goldstein <cardoe@gentoo.org> python-2.1.3-r1.ebuild
+ Added missing KEYWORDS
+
2 Jul 2002; Jon Nelson <jnelson@gentoo.org> python-2.1.3-r1.ebuild:
Fix Makefile.pre.in install (the one we want is located in Misc)
*python-2.1.3 (1 Jul 2002)
+ 20 Jul 2002; Doug Goldstein <cardoe@gentoo.org> python-2.1.3.ebuild
+ Added missing KEYWORDS
+
1 Jul 2002; Jon Nelson <jnelson@gentoo.org>: python-2.1.3.ebuild
This is a python 2.1.3 ebuild that does *not* conflict with
python 2.2.*
@@ -16,12 +23,18 @@
*python-2.2.1-r2 (1 Jul 2002)
+ 20 Jul 2002; Doug Goldstein <cardoe@gentoo.org>: python-2.2.1-r2.ebuild
+ Added missing KEYWORDS
+
30 Jun 2002; Jon Nelson <jnelson@gentoo.org>: python-2.2.1-r2.ebuild
Add "-lm" to the python-config script. Closes bug #4217.
2.2.1-r2 has a 100% identical ebuild file to 2.2.1-r1, just the
python-config file has changed.
*python-2.2.1-r1 (29 May 2002)
+
+ 20 Jul 2002; Doug Goldstein <cardoe@gentoo.org>: python-2.2.1-r1.ebuild
+ Added missing KEYWORDS
29 May 2002; Jon Nelson <jnelson@gentoo.org>: python-2.2.1-r1.ebuild
Add expat to build depends (except during bootstrap), use econf
@@ -30,6 +43,9 @@
*python-2.2.1 (2 May 2002)
+ 20 Jul 2002; Doug Goldstein <cardoe@gentoo.org>: python-2.2.1.ebuild
+ Added missing KEYWORDS
+
2 May 2002; Jon Nelson <jnelson@gentoo.org>: python-2.2.1.ebuild
Update to 2.2.1, and completely re-vamp build procedure
This should solve several build issues.
diff --git a/dev-lang/python/python-2.1.3-r1.ebuild b/dev-lang/python/python-2.1.3-r1.ebuild
index 90029d837612..1588ed9361dd 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.1 2002/07/03 03:24:19 jnelson Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.1.3-r1.ebuild,v 1.2 2002/07/21 00:59:19 cardoe Exp $
PYVER_MAJOR="`echo ${PV} | cut -d '.' -f 1`"
PYVER_MINOR="`echo ${PV} | cut -d '.' -f 2`"
@@ -11,6 +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"
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.1.3.ebuild b/dev-lang/python/python-2.1.3.ebuild
index 4b625bc0253b..796796f0823c 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.1 2002/07/02 04:06:16 jnelson Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.1.3.ebuild,v 1.2 2002/07/21 00:59:19 cardoe Exp $
PYVER_MAJOR="`echo ${PV} | cut -d '.' -f 1`"
PYVER_MINOR="`echo ${PV} | cut -d '.' -f 2`"
@@ -11,6 +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"
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-r7.ebuild b/dev-lang/python/python-2.2-r7.ebuild
index 76002685a544..dfd7c31c580c 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.2 2002/04/29 21:20:00 sandymac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2-r7.ebuild,v 1.3 2002/07/21 00:59:19 cardoe Exp $
PYVER_MAJOR="`echo ${PV} | cut -d '.' -f 1`"
PYVER_MINOR="`echo ${PV} | cut -d '.' -f 2`"
@@ -11,6 +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"
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-r1.ebuild b/dev-lang/python/python-2.2.1-r1.ebuild
index 250d492f90d7..e38d947e66e8 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.2 2002/05/30 03:20:23 jnelson Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.1-r1.ebuild,v 1.3 2002/07/21 00:59:19 cardoe Exp $
PYVER_MAJOR="`echo ${PV} | cut -d '.' -f 1`"
PYVER_MINOR="`echo ${PV} | cut -d '.' -f 2`"
@@ -11,6 +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"
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 ad815e69a71f..f457b76f8774 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.2 2002/07/11 06:30:20 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.1.ebuild,v 1.3 2002/07/21 00:59:19 cardoe Exp $
PYVER_MAJOR="`echo ${PV} | cut -d '.' -f 1`"
PYVER_MINOR="`echo ${PV} | cut -d '.' -f 2`"
@@ -11,6 +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"
DEPEND="virtual/glibc >=sys-libs/zlib-1.1.3
readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )