From 023bb0c3bf12f721d5ca702cf65ae096484a260f Mon Sep 17 00:00:00 2001 From: "Aaron W. Swenson" Date: Tue, 14 Aug 2018 11:22:18 -0400 Subject: [PATCH] dev-python/pgasync: Removal Closes: https://bugs.gentoo.org/660668 --- dev-python/pgasync/Manifest | 1 - dev-python/pgasync/metadata.xml | 12 --------- dev-python/pgasync/pgasync-2.01-r1.ebuild | 31 ----------------------- 3 files changed, 44 deletions(-) delete mode 100644 dev-python/pgasync/Manifest delete mode 100644 dev-python/pgasync/metadata.xml delete mode 100644 dev-python/pgasync/pgasync-2.01-r1.ebuild diff --git a/dev-python/pgasync/Manifest b/dev-python/pgasync/Manifest deleted file mode 100644 index 4b4633231546..000000000000 --- a/dev-python/pgasync/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pgasync-2.01.tar.gz 22314 BLAKE2B f38dd79aaacc5dcab815a575664c0052a95e2c9ecba6ff5849f787ed7ee3061a8edd60bd67fa2d33c7f01bdd9e1541281f5972ac14b667775fc6cfc814c155d9 SHA512 36916ce3dcebf82367eace8fd689e0d300ffc040250869794191bfb723053050c9766fa5ce251341c317f7fbab418ace4dc36345d5c73eea92c1d04d36e802af diff --git a/dev-python/pgasync/metadata.xml b/dev-python/pgasync/metadata.xml deleted file mode 100644 index 2f5f34d7943f..000000000000 --- a/dev-python/pgasync/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - pgsql-bugs@gentoo.org - PostgreSQL and Related Package Development - - - python@gentoo.org - Python - - diff --git a/dev-python/pgasync/pgasync-2.01-r1.ebuild b/dev-python/pgasync/pgasync-2.01-r1.ebuild deleted file mode 100644 index 272afddb3b93..000000000000 --- a/dev-python/pgasync/pgasync-2.01-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="An asynchronous API to PostgreSQL for twisted" -HOMEPAGE="https://github.com/jamwt/pgasync" -SRC_URI="http://www.jamwt.com/pgasync/files/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc" - -DEPEND="dev-python/twisted-core[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - -DOCS="CHANGELOG PKG-INFO README TODO" - -src_install() { - distutils-r1_python_install_all - - if use doc; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -} -- 2.26.2