summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-05-07 20:20:31 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-05-07 20:20:31 +0000
commit1111f48b7d3220caff3b68fcf6607bf7cdc7ad4a (patch)
tree612e9be6f5faa6dc65f0f8c63d27e540fede747e /dev-python/psycopg
parentStable on sparc. (Manifest recommit) (diff)
downloadgentoo-2-1111f48b7d3220caff3b68fcf6607bf7cdc7ad4a.tar.gz
gentoo-2-1111f48b7d3220caff3b68fcf6607bf7cdc7ad4a.tar.bz2
gentoo-2-1111f48b7d3220caff3b68fcf6607bf7cdc7ad4a.zip
Clean up IUSE and S.
Diffstat (limited to 'dev-python/psycopg')
-rw-r--r--dev-python/psycopg/ChangeLog7
-rw-r--r--dev-python/psycopg/psycopg-1.0.1.ebuild7
-rw-r--r--dev-python/psycopg/psycopg-1.0.12.ebuild7
-rw-r--r--dev-python/psycopg/psycopg-1.0.13.ebuild7
-rw-r--r--dev-python/psycopg/psycopg-1.1.2.ebuild3
-rw-r--r--dev-python/psycopg/psycopg-1.1.5.1.ebuild3
-rw-r--r--dev-python/psycopg/psycopg-1.1.9.ebuild3
7 files changed, 18 insertions, 19 deletions
diff --git a/dev-python/psycopg/ChangeLog b/dev-python/psycopg/ChangeLog
index 56277413045e..8711f6d1c2c7 100644
--- a/dev-python/psycopg/ChangeLog
+++ b/dev-python/psycopg/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/psycopg
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.12 2004/05/02 18:14:02 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.13 2004/05/07 20:20:31 kloeri Exp $
+
+ 07 May 2004; Bryan Østergaard <kloeri@gentoo.org> psycopg-1.0.1.ebuild,
+ psycopg-1.0.12.ebuild, psycopg-1.0.13.ebuild, psycopg-1.1.2.ebuild,
+ psycopg-1.1.5.1.ebuild, psycopg-1.1.9.ebuild:
+ Clean up IUSE and S.
02 May 2004; David Holm <dholm@gentoo.org> psycopg-1.1.9.ebuild:
Added to ~ppc.
diff --git a/dev-python/psycopg/psycopg-1.0.1.ebuild b/dev-python/psycopg/psycopg-1.0.1.ebuild
index 726a46c030ec..6b618f6ff440 100644
--- a/dev-python/psycopg/psycopg-1.0.1.ebuild
+++ b/dev-python/psycopg/psycopg-1.0.1.ebuild
@@ -1,13 +1,9 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-1.0.1.ebuild,v 1.17 2004/03/28 12:32:24 kloeri Exp $
-
-S=${WORKDIR}/${P}
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-1.0.1.ebuild,v 1.18 2004/05/07 20:20:31 kloeri Exp $
DESCRIPTION="PostgreSQL database adapter for the Python" # best one
-
SRC_URI="http://initd.org/pub/software/psycopg/PSYCOPG-1-0/${P}.tar.gz"
-
HOMEPAGE="http://www.initd.org/software/psycopg.py"
DEPEND="
@@ -18,6 +14,7 @@ DEPEND="
SLOT="0"
KEYWORDS="x86 sparc alpha"
LICENSE="GPL-2"
+IUSE=""
src_compile() {
./configure \
diff --git a/dev-python/psycopg/psycopg-1.0.12.ebuild b/dev-python/psycopg/psycopg-1.0.12.ebuild
index 848da6a2e125..1ae3c8fee297 100644
--- a/dev-python/psycopg/psycopg-1.0.12.ebuild
+++ b/dev-python/psycopg/psycopg-1.0.12.ebuild
@@ -1,13 +1,9 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-1.0.12.ebuild,v 1.6 2004/03/28 12:32:24 kloeri Exp $
-
-S=${WORKDIR}/${P}
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-1.0.12.ebuild,v 1.7 2004/05/07 20:20:31 kloeri Exp $
DESCRIPTION="PostgreSQL database adapter for the Python" # best one
-
SRC_URI="http://initd.org/pub/software/psycopg/PSYCOPG-1-0/${P}.tar.gz"
-
HOMEPAGE="http://www.initd.org/software/psycopg.py"
DEPEND=">=dev-lang/python-2.0
@@ -17,6 +13,7 @@ DEPEND=">=dev-lang/python-2.0
SLOT="0"
KEYWORDS="x86 ~sparc ~alpha"
LICENSE="GPL-2"
+IUSE=""
src_compile() {
./configure \
diff --git a/dev-python/psycopg/psycopg-1.0.13.ebuild b/dev-python/psycopg/psycopg-1.0.13.ebuild
index 0b1fecd3f70d..15f4c5a9f600 100644
--- a/dev-python/psycopg/psycopg-1.0.13.ebuild
+++ b/dev-python/psycopg/psycopg-1.0.13.ebuild
@@ -1,13 +1,9 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-1.0.13.ebuild,v 1.6 2004/03/28 12:32:24 kloeri Exp $
-
-S=${WORKDIR}/${P}
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-1.0.13.ebuild,v 1.7 2004/05/07 20:20:31 kloeri Exp $
DESCRIPTION="PostgreSQL database adapter for the Python" # best one
-
SRC_URI="http://initd.org/pub/software/psycopg/PSYCOPG-1-0/${P}.tar.gz"
-
HOMEPAGE="http://www.initd.org/software/psycopg.py"
DEPEND="virtual/python
@@ -17,6 +13,7 @@ DEPEND="virtual/python
SLOT="0"
KEYWORDS="x86 ~sparc ~alpha"
LICENSE="GPL-2"
+IUSE=""
src_compile() {
./configure \
diff --git a/dev-python/psycopg/psycopg-1.1.2.ebuild b/dev-python/psycopg/psycopg-1.1.2.ebuild
index 81bc26d7aeff..180a0e88faaa 100644
--- a/dev-python/psycopg/psycopg-1.1.2.ebuild
+++ b/dev-python/psycopg/psycopg-1.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-1.1.2.ebuild,v 1.5 2004/03/28 12:32:24 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-1.1.2.ebuild,v 1.6 2004/05/07 20:20:31 kloeri Exp $
DESCRIPTION="PostgreSQL database adapter for the Python" # best one
SRC_URI="http://initd.org/pub/software/psycopg/PSYCOPG-1-1/${P}.tar.gz"
@@ -13,6 +13,7 @@ DEPEND="virtual/python
SLOT="0"
KEYWORDS="x86 ~sparc ~alpha"
LICENSE="GPL-2"
+IUSE=""
src_compile() {
./configure \
diff --git a/dev-python/psycopg/psycopg-1.1.5.1.ebuild b/dev-python/psycopg/psycopg-1.1.5.1.ebuild
index a97a7fd7db3d..bf73e7e8072f 100644
--- a/dev-python/psycopg/psycopg-1.1.5.1.ebuild
+++ b/dev-python/psycopg/psycopg-1.1.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-1.1.5.1.ebuild,v 1.5 2004/03/28 12:32:24 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-1.1.5.1.ebuild,v 1.6 2004/05/07 20:20:31 kloeri Exp $
inherit distutils
@@ -15,6 +15,7 @@ DEPEND="virtual/python
SLOT="0"
KEYWORDS="x86 sparc ~alpha"
LICENSE="GPL-2"
+IUSE=""
src_compile() {
distutils_python_version
diff --git a/dev-python/psycopg/psycopg-1.1.9.ebuild b/dev-python/psycopg/psycopg-1.1.9.ebuild
index e1cf9e7fc075..c959c94af0b1 100644
--- a/dev-python/psycopg/psycopg-1.1.9.ebuild
+++ b/dev-python/psycopg/psycopg-1.1.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-1.1.9.ebuild,v 1.3 2004/05/02 18:14:02 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-1.1.9.ebuild,v 1.4 2004/05/07 20:20:31 kloeri Exp $
inherit python
@@ -15,6 +15,7 @@ DEPEND="virtual/python
SLOT="0"
KEYWORDS="~x86 ~sparc ~alpha ~ppc"
LICENSE="GPL-2"
+IUSE=""
src_compile() {
python_version