dev-python/pgasync: Removal
authorAaron W. Swenson <titanofold@gentoo.org>
Tue, 14 Aug 2018 15:22:18 +0000 (11:22 -0400)
committerAaron W. Swenson <titanofold@gentoo.org>
Tue, 14 Aug 2018 15:22:18 +0000 (11:22 -0400)
Closes: https://bugs.gentoo.org/660668

dev-python/pgasync/Manifest [deleted file]
dev-python/pgasync/metadata.xml [deleted file]
dev-python/pgasync/pgasync-2.01-r1.ebuild [deleted file]

diff --git a/dev-python/pgasync/Manifest b/dev-python/pgasync/Manifest
deleted file mode 100644 (file)
index 4b46332..0000000
+++ /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 (file)
index 2f5f34d..0000000
+++ /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>pgsql-bugs@gentoo.org</email>
-               <name>PostgreSQL and Related Package Development</name>
-       </maintainer>
-<maintainer type="project">
-               <email>python@gentoo.org</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 (file)
index 272afdd..0000000
+++ /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
-}