summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-08 16:24:13 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-08 16:24:13 +0000
commite3644e21d352d7291f300ec7c20f678d45563030 (patch)
tree07b3a794f442f39186cf3d3a506519a6bd63c406 /dev-db
parentFix dependencies. Set SUPPORT_PYTHON_ABIS (bug #312141). (diff)
downloadgentoo-2-e3644e21d352d7291f300ec7c20f678d45563030.tar.gz
gentoo-2-e3644e21d352d7291f300ec7c20f678d45563030.tar.bz2
gentoo-2-e3644e21d352d7291f300ec7c20f678d45563030.zip
Delete older ebuild.
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/pgasync/ChangeLog8
-rw-r--r--dev-db/pgasync/pgasync-1.15b.ebuild27
2 files changed, 6 insertions, 29 deletions
diff --git a/dev-db/pgasync/ChangeLog b/dev-db/pgasync/ChangeLog
index b5fb1706aa0e..88e91798a003 100644
--- a/dev-db/pgasync/ChangeLog
+++ b/dev-db/pgasync/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/pgasync
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgasync/ChangeLog,v 1.4 2010/02/06 10:40:34 ulm Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgasync/ChangeLog,v 1.5 2011/01/08 16:24:13 arfrever Exp $
+
+ 08 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -pgasync-1.15b.ebuild:
+ Delete.
06 Feb 2010; Ulrich Mueller <ulm@gentoo.org> pgasync-1.15b.ebuild,
pgasync-2.01.ebuild:
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
-}