summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2002-07-27 05:40:14 +0000
committerGeorge Shapovalov <george@gentoo.org>2002-07-27 05:40:14 +0000
commit31eb2755313c02230d65f38835a0bf0550bed50e (patch)
treeea7f385864ca86da60b7119fc00a400bf708bab4
parentadded missing KEYWORDS, etc. (diff)
downloadhistorical-31eb2755313c02230d65f38835a0bf0550bed50e.tar.gz
historical-31eb2755313c02230d65f38835a0bf0550bed50e.tar.bz2
historical-31eb2755313c02230d65f38835a0bf0550bed50e.zip
few KEYWORDS?SLOT?LICENSE fixes
-rw-r--r--dev-python/Cheetah/ChangeLog5
-rw-r--r--dev-python/Cheetah/Cheetah-0.9.13.ebuild5
-rw-r--r--dev-python/Imaging/ChangeLog5
-rw-r--r--dev-python/Imaging/Imaging-1.1.2-r2.ebuild9
-rw-r--r--dev-python/Numeric/ChangeLog6
-rw-r--r--dev-python/Numeric/Numeric-19.0.0.ebuild9
-rw-r--r--dev-python/Numeric/Numeric-20.3.ebuild9
-rw-r--r--dev-python/Numeric/Numeric-21.0.ebuild9
-rw-r--r--dev-python/PyXML/PyXML-0.7.ebuild6
9 files changed, 49 insertions, 14 deletions
diff --git a/dev-python/Cheetah/ChangeLog b/dev-python/Cheetah/ChangeLog
index a1e6a28e0980..ffbecad3678e 100644
--- a/dev-python/Cheetah/ChangeLog
+++ b/dev-python/Cheetah/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for dev-python/Cheetah
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/Cheetah/ChangeLog,v 1.1 2002/06/04 07:40:24 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/Cheetah/ChangeLog,v 1.2 2002/07/27 05:40:14 george Exp $
*Cheetah-0.9.13.ebuild (03 Jun 2002)
+ 26 Jul 2002; George Shapovalov <george@gentoo.org> Cheetah-0.9.13.ebuild :
+ added KEYWORDS
+
03 Jun 2002; George Shapovalov <george@gentoo.org> Cheetah-0.9.13.ebuild, files/digest-Cheetah-0.9.13 :
First submission
diff --git a/dev-python/Cheetah/Cheetah-0.9.13.ebuild b/dev-python/Cheetah/Cheetah-0.9.13.ebuild
index 18f106e376d9..9ef7f94fc21a 100644
--- a/dev-python/Cheetah/Cheetah-0.9.13.ebuild
+++ b/dev-python/Cheetah/Cheetah-0.9.13.ebuild
@@ -1,7 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# Jason Jeremias <jason@penguinsolutions.com>
-# $Header: /var/cvsroot/gentoo-x86/dev-python/Cheetah/Cheetah-0.9.13.ebuild,v 1.1 2002/06/04 07:40:24 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/Cheetah/Cheetah-0.9.13.ebuild,v 1.2 2002/07/27 05:40:14 george Exp $
VERSION="0.9.13"
S=${WORKDIR}/${P}
@@ -13,7 +12,7 @@ RDEPEND=">=dev-lang/python-2.2"
DEPEND="${RDEPEND}"
SLOT="0"
-
+KEYWORDS="x86"
LICENSE="PSF-2.2"
src_compile() {
diff --git a/dev-python/Imaging/ChangeLog b/dev-python/Imaging/ChangeLog
index b414a4a435b0..37267aaf758b 100644
--- a/dev-python/Imaging/ChangeLog
+++ b/dev-python/Imaging/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for dev-python/Imaging
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-python/Imaging/ChangeLog,v 1.1 2002/02/01 21:53:28 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/Imaging/ChangeLog,v 1.2 2002/07/27 05:40:14 george Exp $
*Imaging-1.1.2-r2 (1 Feb 2002)
+ 26 Jul 2002; George Shapovalov <george@gentoo.org> Imaging-1.1.2-r2.euild :
+ added KEYWORDS,SLOT,LICENSE
+
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
diff --git a/dev-python/Imaging/Imaging-1.1.2-r2.ebuild b/dev-python/Imaging/Imaging-1.1.2-r2.ebuild
index fb14ac16b927..79574118264d 100644
--- a/dev-python/Imaging/Imaging-1.1.2-r2.ebuild
+++ b/dev-python/Imaging/Imaging-1.1.2-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
+# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# /home/cvsroot/gentoo-x86/skel.build,v 1.7 2001/08/25 21:15:08 chadh Exp
+# $Header: /var/cvsroot/gentoo-x86/dev-python/Imaging/Imaging-1.1.2-r2.ebuild,v 1.3 2002/07/27 05:40:14 george Exp $
S=${WORKDIR}/${P}
@@ -17,6 +17,11 @@ DEPEND=">=dev-lang/python-2.0
RDEPEND="${DEPEND}"
+SLOT="0"
+KEYWORDS="x86"
+LICENSE="as-is"
+
+
src_compile() {
#This is a goofy build.
diff --git a/dev-python/Numeric/ChangeLog b/dev-python/Numeric/ChangeLog
index f743bfbcb1b5..34278f4691a2 100644
--- a/dev-python/Numeric/ChangeLog
+++ b/dev-python/Numeric/ChangeLog
@@ -1,9 +1,13 @@
# ChangeLog for dev-python/Numeric
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-python/Numeric/ChangeLog,v 1.2 2002/03/14 06:52:41 tod Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/Numeric/ChangeLog,v 1.3 2002/07/27 05:40:14 george Exp $
*Numeric-21.0 (14 Mar 2002)
+ 26 Jul 2002; George Shapovalov <george@gentoo.org> Numeric-19.0.0.ebuild, Numeric-20.3.ebuild, Numeric-21.0.ebuild :
+ added KEYWORDS,SLOT,LICENSE; corrected the header
+
+
14 Mar 2002; T.Neidt <tod@gentoo.org> ChangeLog, Numeric-21.0.ebuild :
Updated version.
diff --git a/dev-python/Numeric/Numeric-19.0.0.ebuild b/dev-python/Numeric/Numeric-19.0.0.ebuild
index 6313ecd1df84..bd7642c787ab 100644
--- a/dev-python/Numeric/Numeric-19.0.0.ebuild
+++ b/dev-python/Numeric/Numeric-19.0.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
+# 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-python/Numeric/Numeric-19.0.0.ebuild,v 1.6 2002/07/11 06:30:24 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/Numeric/Numeric-19.0.0.ebuild,v 1.7 2002/07/27 05:40:14 george Exp $
S=${WORKDIR}/${P}
@@ -9,6 +9,11 @@ SRC_URI="mirror://sourceforge/numpy/${P}.tar.gz"
HOMEPAGE="http://www.pfdubois.com/numpy/"
DEPEND="virtual/python"
+RDEPEND="${DEPEND}"
+
+SLOT="0"
+KEYWORDS="x86"
+LICENSE="as-is"
PYTHON_VERSION=
diff --git a/dev-python/Numeric/Numeric-20.3.ebuild b/dev-python/Numeric/Numeric-20.3.ebuild
index 91c9b9151a61..a9018fc12e68 100644
--- a/dev-python/Numeric/Numeric-20.3.ebuild
+++ b/dev-python/Numeric/Numeric-20.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# /home/cvsroot/gentoo-x86/dev-python/Numeric/Numeric-19.0.0.ebuild,v 1.3 2001/08/31 03:23:38 pm Exp
+# $Header: /var/cvsroot/gentoo-x86/dev-python/Numeric/Numeric-20.3.ebuild,v 1.4 2002/07/27 05:40:14 george Exp $
S=${WORKDIR}/${P}
DESCRIPTION="numerical python module"
@@ -9,6 +9,11 @@ HOMEPAGE="http://www.pfdubois.com/numpy/"
# 2.1 gave sandbox violations see #21
DEPEND=">=dev-lang/python-2.2"
+RDEPEND="${DEPEND}"
+
+SLOT="0"
+KEYWORDS="x86"
+LICENSE="as-is"
src_compile() {
diff --git a/dev-python/Numeric/Numeric-21.0.ebuild b/dev-python/Numeric/Numeric-21.0.ebuild
index 8182941b5623..a10ac74da7bf 100644
--- a/dev-python/Numeric/Numeric-21.0.ebuild
+++ b/dev-python/Numeric/Numeric-21.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Copyright 1999-20022 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# /home/cvsroot/gentoo-x86/dev-python/Numeric/Numeric-19.0.0.ebuild,v 1.3 2001/08/31 03:23:38 pm Exp
+# $Header: /var/cvsroot/gentoo-x86/dev-python/Numeric/Numeric-21.0.ebuild,v 1.4 2002/07/27 05:40:14 george Exp $
S=${WORKDIR}/${P}
DESCRIPTION="numerical python module"
@@ -9,6 +9,11 @@ HOMEPAGE="http://www.pfdubois.com/numpy/"
# 2.1 gave sandbox violations see #21
DEPEND=">=dev-lang/python-2.2"
+RDEPEND="${DEPEND}"
+
+SLOT="0"
+KEYWORDS="x86"
+LICENSE="as-is"
src_compile() {
diff --git a/dev-python/PyXML/PyXML-0.7.ebuild b/dev-python/PyXML/PyXML-0.7.ebuild
index 49392e70c910..4eacdec0aafe 100644
--- a/dev-python/PyXML/PyXML-0.7.ebuild
+++ b/dev-python/PyXML/PyXML-0.7.ebuild
@@ -8,6 +8,12 @@ SRC_URI="mirror://sourceforge/pyxml/${P}.tar.gz"
HOMEPAGE="http://pyxml.sourceforge.net/"
DEPEND="virtual/python"
+RDEPEND="${DEPEND}"
+
+SLOT="0"
+KEYWORDS="x86"
+LICENSE="as-is"
+
src_compile() {
python setup.py build || die