diff options
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, 0 insertions, 23 deletions
diff --git a/net-zope/zpsycopgda/zpsycopgda-1.1.15.ebuild b/net-zope/zpsycopgda/zpsycopgda-1.1.15.ebuild deleted file mode 100644 index e73259a94796..000000000000 --- a/net-zope/zpsycopgda/zpsycopgda-1.1.15.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2006 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.3 2006/07/28 12:22:18 liquidx Exp $ - -inherit zproduct - -DESCRIPTION="PostgreSQL database adapter for Zope" -HOMEPAGE="http://www.initd.org/software/psycopg.py" -SRC_URI="http://initd.org/pub/software/psycopg/psycopg-${PV}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~ppc x86" - -RDEPEND="<dev-python/psycopg-1.99" - -S=${WORKDIR}/psycopg-${PV} - -ZPROD_LIST="ZPsycopgDA" - -src_compile() { - rm -f * >& /dev/null - rm -fR debian/ doc/ tests/ -} |