summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-07 03:07:56 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-07 03:07:56 +0000
commit9b9e0b2fb3be5f797c37470e96389055a4ce1309 (patch)
tree0a2f9a8238b4900f922a87ac144849302cc43071 /dev-python/pyrex
parentgcc3.3 patch (diff)
downloadhistorical-9b9e0b2fb3be5f797c37470e96389055a4ce1309.tar.gz
historical-9b9e0b2fb3be5f797c37470e96389055a4ce1309.tar.bz2
historical-9b9e0b2fb3be5f797c37470e96389055a4ce1309.zip
fix license/repoman
Diffstat (limited to 'dev-python/pyrex')
-rw-r--r--dev-python/pyrex/pyrex-0.5.ebuild16
-rw-r--r--dev-python/pyrex/pyrex-0.7.1.ebuild16
-rw-r--r--dev-python/pyrex/pyrex-0.8.2.ebuild16
-rw-r--r--dev-python/pyrex/pyrex-0.8.ebuild16
4 files changed, 32 insertions, 32 deletions
diff --git a/dev-python/pyrex/pyrex-0.5.ebuild b/dev-python/pyrex/pyrex-0.5.ebuild
index 8b4543c79c1d..149e3113f054 100644
--- a/dev-python/pyrex/pyrex-0.5.ebuild
+++ b/dev-python/pyrex/pyrex-0.5.ebuild
@@ -1,23 +1,23 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/pyrex-0.5.ebuild,v 1.6 2003/07/12 12:49:26 aliz Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/pyrex-0.5.ebuild,v 1.7 2003/08/07 03:00:49 vapier Exp $
inherit distutils
MY_P="Pyrex-${PV}"
S=${WORKDIR}/${MY_P}
-DESCRIPTION="a language for writing Python extension modules."
-SRC_URI="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/${MY_P}.tar.gz"
+DESCRIPTION="a language for writing Python extension modules"
HOMEPAGE="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex"
+SRC_URI="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/${MY_P}.tar.gz"
+
LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~ppc x86"
DEPEND="virtual/python"
RDEPEND=""
-SLOT="0"
-KEYWORDS="~ppc x86"
-IUSE=""
-src_install () {
+src_install() {
mydoc="CHANGES.txt INSTALL.txt README.txt USAGE.txt"
distutils_src_install
diff --git a/dev-python/pyrex/pyrex-0.7.1.ebuild b/dev-python/pyrex/pyrex-0.7.1.ebuild
index 5a46cb5b78b4..67382aaae137 100644
--- a/dev-python/pyrex/pyrex-0.7.1.ebuild
+++ b/dev-python/pyrex/pyrex-0.7.1.ebuild
@@ -1,22 +1,22 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/pyrex-0.7.1.ebuild,v 1.4 2003/07/12 12:49:26 aliz Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/pyrex-0.7.1.ebuild,v 1.5 2003/08/07 03:00:49 vapier Exp $
inherit distutils
MY_P="Pyrex-${PV}"
S=${WORKDIR}/${MY_P}
-DESCRIPTION="a language for writing Python extension modules."
-SRC_URI="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/${MY_P}.tar.gz"
+DESCRIPTION="a language for writing Python extension modules"
HOMEPAGE="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex"
-LICENSE="as-is"
+SRC_URI="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/${MY_P}.tar.gz"
-DEPEND="virtual/python"
+LICENSE="as-is"
SLOT="0"
KEYWORDS="x86"
-IUSE=""
-src_install () {
+DEPEND="virtual/python"
+
+src_install() {
mydoc="CHANGES.txt INSTALL.txt README.txt USAGE.txt"
distutils_src_install
diff --git a/dev-python/pyrex/pyrex-0.8.2.ebuild b/dev-python/pyrex/pyrex-0.8.2.ebuild
index 990cfab80c75..e7704bdf5429 100644
--- a/dev-python/pyrex/pyrex-0.8.2.ebuild
+++ b/dev-python/pyrex/pyrex-0.8.2.ebuild
@@ -1,22 +1,22 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/pyrex-0.8.2.ebuild,v 1.1 2003/07/08 00:35:18 liquidx Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/pyrex-0.8.2.ebuild,v 1.2 2003/08/07 03:00:49 vapier Exp $
inherit distutils
MY_P="Pyrex-${PV}"
S=${WORKDIR}/${MY_P}
-DESCRIPTION="a language for writing Python extension modules."
-SRC_URI="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/${MY_P}.tar.gz"
+DESCRIPTION="a language for writing Python extension modules"
HOMEPAGE="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex"
-LICENSE="as-is"
+SRC_URI="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/${MY_P}.tar.gz"
-DEPEND="virtual/python"
+LICENSE="as-is"
SLOT="0"
KEYWORDS="~x86"
-IUSE=""
-src_install () {
+DEPEND="virtual/python"
+
+src_install() {
mydoc="CHANGES.txt INSTALL.txt README.txt USAGE.txt"
distutils_src_install
diff --git a/dev-python/pyrex/pyrex-0.8.ebuild b/dev-python/pyrex/pyrex-0.8.ebuild
index 902b89f141e5..b3645fcee927 100644
--- a/dev-python/pyrex/pyrex-0.8.ebuild
+++ b/dev-python/pyrex/pyrex-0.8.ebuild
@@ -1,22 +1,22 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/pyrex-0.8.ebuild,v 1.1 2003/06/25 11:46:55 liquidx Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/pyrex-0.8.ebuild,v 1.2 2003/08/07 03:00:49 vapier Exp $
inherit distutils
MY_P="Pyrex-${PV}"
S=${WORKDIR}/${MY_P}
-DESCRIPTION="a language for writing Python extension modules."
-SRC_URI="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/${MY_P}.tar.gz"
+DESCRIPTION="a language for writing Python extension modules"
HOMEPAGE="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex"
-LICENSE="as-is"
+SRC_URI="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/${MY_P}.tar.gz"
-DEPEND="virtual/python"
+LICENSE="as-is"
SLOT="0"
KEYWORDS="~x86"
-IUSE=""
-src_install () {
+DEPEND="virtual/python"
+
+src_install() {
mydoc="CHANGES.txt INSTALL.txt README.txt USAGE.txt"
distutils_src_install