summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-02-01 21:23:18 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-02-01 21:23:18 +0000
commit01d824a34db97a4fac28a788c50ee41944d75bbb (patch)
treec83ce2b000226ca44b60fa026733eb1b5db0acf2 /dev-python/pgasync
parentRemove old inkscape pre-release mask. (diff)
downloadgentoo-2-01d824a34db97a4fac28a788c50ee41944d75bbb.tar.gz
gentoo-2-01d824a34db97a4fac28a788c50ee41944d75bbb.tar.bz2
gentoo-2-01d824a34db97a4fac28a788c50ee41944d75bbb.zip
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/pgasync')
-rw-r--r--dev-python/pgasync/ChangeLog6
-rw-r--r--dev-python/pgasync/pgasync-2.01.ebuild33
2 files changed, 4 insertions, 35 deletions
diff --git a/dev-python/pgasync/ChangeLog b/dev-python/pgasync/ChangeLog
index 14f1c1331302..ed4f59673ad4 100644
--- a/dev-python/pgasync/ChangeLog
+++ b/dev-python/pgasync/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pgasync
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pgasync/ChangeLog,v 1.1 2015/01/07 11:21:07 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pgasync/ChangeLog,v 1.2 2015/02/01 21:23:18 mrueg Exp $
+
+ 01 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -pgasync-2.01.ebuild:
+ Remove old.
*pgasync-2.01-r1 (07 Jan 2015)
*pgasync-2.01 (07 Jan 2015)
@@ -9,4 +12,3 @@
+pgasync-2.01-r1.ebuild, +metadata.xml:
Moved package from dev-db/pgasync to dev-python/pgasync. Bump
distutils inherit, and add AMD64 keyword.
-
diff --git a/dev-python/pgasync/pgasync-2.01.ebuild b/dev-python/pgasync/pgasync-2.01.ebuild
deleted file mode 100644
index 70fee7ba141c..000000000000
--- a/dev-python/pgasync/pgasync-2.01.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pgasync/pgasync-2.01.ebuild,v 1.1 2015/01/07 11:21:07 titanofold Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
-
-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-core-1.3"
-RDEPEND="${DEPEND}"
-
-DOCS="CHANGELOG PKG-INFO README TODO"
-
-src_install() {
- distutils_src_install
-
- if use doc; then
- insinto /usr/share/doc/${PF}
- doins -r examples || die "doins failed"
- fi
-}