diff options
Diffstat (limited to 'dev-db/pygresql/pygresql-3.6.2-r1.ebuild')
-rw-r--r-- | dev-db/pygresql/pygresql-3.6.2-r1.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-db/pygresql/pygresql-3.6.2-r1.ebuild b/dev-db/pygresql/pygresql-3.6.2-r1.ebuild deleted file mode 100644 index e0b27d973242..000000000000 --- a/dev-db/pygresql/pygresql-3.6.2-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.6.2-r1.ebuild,v 1.6 2011/01/08 16:08:43 arfrever Exp $ - -EAPI="3" - -inherit eutils distutils - -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" - -MY_P="PyGreSQL-${PV}" - -DESCRIPTION="A Python interface for the PostgreSQL database." -SRC_URI="ftp://ftp.pygresql.org/pub/distrib/${MY_P}.tgz" -HOMEPAGE="http://www.pygresql.org/" -LICENSE="as-is" -SLOT="0" -IUSE="" - -DEPEND="dev-db/postgresql-base" -RDEPEND="${DEPEND} - dev-python/egenix-mx-base" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch "${FILESDIR}/${P}-gentoo.patch" -} |