diff options
Diffstat (limited to 'dev-db/pgasync/pgasync-1.15b.ebuild')
-rw-r--r-- | dev-db/pgasync/pgasync-1.15b.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-db/pgasync/pgasync-1.15b.ebuild b/dev-db/pgasync/pgasync-1.15b.ebuild deleted file mode 100644 index 076c79e973c2..000000000000 --- a/dev-db/pgasync/pgasync-1.15b.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgasync/pgasync-1.15b.ebuild,v 1.2 2010/02/06 10:40:34 ulm Exp $ - -inherit distutils - -DESCRIPTION="An asynchronous api to postgres for twisted." -HOMEPAGE="http://www.jamwt.com/pgasync/" -SRC_URI="http://www.jamwt.com/pgasync/files/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="doc" - -DEPEND=">=dev-python/twisted-1.3 - >=dev-lang/python-2.3" - -DOCS="CHANGELOG LICENSE PKG-INFO README TODO" - -src_install() { - distutils_src_install - if use doc; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -} |