diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-10-23 23:01:03 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-10-23 23:01:03 +0000 |
commit | a92be0043195d2bb231b8f89cbe0bec4e9def609 (patch) | |
tree | 2ff9b3dc6c18ab5b94e05eb2fd4fa88194c9dd23 /net-zope/zpsycopgda/zpsycopgda-1.1.15.ebuild | |
parent | fix -py21 dependency (diff) | |
download | historical-a92be0043195d2bb231b8f89cbe0bec4e9def609.tar.gz historical-a92be0043195d2bb231b8f89cbe0bec4e9def609.tar.bz2 historical-a92be0043195d2bb231b8f89cbe0bec4e9def609.zip |
version bump
Diffstat (limited to 'net-zope/zpsycopgda/zpsycopgda-1.1.15.ebuild')
-rw-r--r-- | net-zope/zpsycopgda/zpsycopgda-1.1.15.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net-zope/zpsycopgda/zpsycopgda-1.1.15.ebuild b/net-zope/zpsycopgda/zpsycopgda-1.1.15.ebuild new file mode 100644 index 000000000000..1fdd9bb4e685 --- /dev/null +++ b/net-zope/zpsycopgda/zpsycopgda-1.1.15.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zpsycopgda/zpsycopgda-1.1.15.ebuild,v 1.1 2004/10/23 23:01:03 lanius 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" +RDEPEND=">=dev-python/psycopg-${PV} + ${RDEPEND}" +KEYWORDS="x86 ~ppc" +LICENSE="GPL-2" + +ZPROD_LIST="ZPsycopgDA" +IUSE="" + +src_compile() +{ + rm -f * >& /dev/null + rm -fR debian/ doc/ tests/ +} |