summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Shoemaker <kutsuya@gentoo.org>2003-03-09 00:26:49 +0000
committerJason Shoemaker <kutsuya@gentoo.org>2003-03-09 00:26:49 +0000
commit46837ac5477a2ed1e386e5abc0d111b9877c729a (patch)
tree8cde3b919e60c5858a697d4ed9649e1ce7f40fad /net-zope/zpsycopgda
parentSecurity update (diff)
downloadgentoo-2-46837ac5477a2ed1e386e5abc0d111b9877c729a.tar.gz
gentoo-2-46837ac5477a2ed1e386e5abc0d111b9877c729a.tar.bz2
gentoo-2-46837ac5477a2ed1e386e5abc0d111b9877c729a.zip
Initial import.
Diffstat (limited to 'net-zope/zpsycopgda')
-rw-r--r--net-zope/zpsycopgda/ChangeLog9
-rw-r--r--net-zope/zpsycopgda/files/digest-zpsycopgda-1.1.21
-rw-r--r--net-zope/zpsycopgda/zpsycopgda-1.1.2.ebuild22
3 files changed, 32 insertions, 0 deletions
diff --git a/net-zope/zpsycopgda/ChangeLog b/net-zope/zpsycopgda/ChangeLog
new file mode 100644
index 000000000000..d74fea006814
--- /dev/null
+++ b/net-zope/zpsycopgda/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for net-zope/zpsycopgda
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zpsycopgda/ChangeLog,v 1.1 2003/03/09 00:26:49 kutsuya Exp $
+
+*zpsycopgda-1.1.2 (08 Mar 2003)
+
+ 08 Mar 2003; Jason Shoemaker <kutsuya@gentoo.org> zpsycopgda-1.1.2.ebuild:
+ Initial import.
+
diff --git a/net-zope/zpsycopgda/files/digest-zpsycopgda-1.1.2 b/net-zope/zpsycopgda/files/digest-zpsycopgda-1.1.2
new file mode 100644
index 000000000000..a58cc37f91f0
--- /dev/null
+++ b/net-zope/zpsycopgda/files/digest-zpsycopgda-1.1.2
@@ -0,0 +1 @@
+MD5 8e12369d92c1a949ff24a685eb82c37d psycopg-1.1.2.tar.gz 177452
diff --git a/net-zope/zpsycopgda/zpsycopgda-1.1.2.ebuild b/net-zope/zpsycopgda/zpsycopgda-1.1.2.ebuild
new file mode 100644
index 000000000000..136e014820e5
--- /dev/null
+++ b/net-zope/zpsycopgda/zpsycopgda-1.1.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2002-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zpsycopgda/zpsycopgda-1.1.2.ebuild,v 1.1 2003/03/09 00:26:49 kutsuya Exp $
+
+inherit zproduct
+S="${WORKDIR}/psycopg-${PV}/"
+
+DESCRIPTION="PostgreSQL database adapter for Zope."
+SRC_URI="http://initd.org/pub/software/psycopg/psycopg-${PV}.tar.gz"
+HOMEPAGE="http://www.initd.org/software/psycopg.py"
+DEPEND="=dev-python/psycopg-py21-${PV}
+ ${DEPEND}"
+KEYWORDS="~x86"
+LICENSE="GPL-2"
+
+ZPROD_LIST="ZPsycopgDA"
+
+src_compile()
+{
+ rm -f * >& /dev/null
+ rm -fR debian/ doc/ tests/
+}