commit: 023bb0c3bf12f721d5ca702cf65ae096484a260f Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org> AuthorDate: Tue Aug 14 15:22:18 2018 +0000 Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org> CommitDate: Tue Aug 14 15:22:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=023bb0c3
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(-) diff --git a/dev-python/pgasync/Manifest b/dev-python/pgasync/Manifest deleted file mode 100644 index 4b463323154..00000000000 --- 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 2f5f34d7943..00000000000 --- a/dev-python/pgasync/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>PostgreSQL and Related Package Development</name> - </maintainer> -<maintainer type="project"> - <email>[email protected]</email> - <name>Python</name> - </maintainer> -</pkgmetadata> 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 272afddb3b9..00000000000 --- 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 -}
