summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/pygresql/ChangeLog6
-rw-r--r--dev-db/pygresql/pygresql-3.8.1.ebuild40
-rw-r--r--dev-db/pygresql/pygresql-4.0.ebuild39
3 files changed, 5 insertions, 80 deletions
diff --git a/dev-db/pygresql/ChangeLog b/dev-db/pygresql/ChangeLog
index 57b101cef067..838e9536f72b 100644
--- a/dev-db/pygresql/ChangeLog
+++ b/dev-db/pygresql/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/pygresql
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v 1.69 2014/01/26 12:00:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v 1.70 2014/01/27 11:28:53 titanofold Exp $
+
+ 27 Jan 2014; Aaron W. Swenson <titanofold@gentoo.org> -pygresql-3.8.1.ebuild,
+ -pygresql-4.0.ebuild:
+ Clean out old versions.
26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> pygresql-4.1.1.ebuild:
Stable for sparc, wrt bug #289228
diff --git a/dev-db/pygresql/pygresql-3.8.1.ebuild b/dev-db/pygresql/pygresql-3.8.1.ebuild
deleted file mode 100644
index acddeefde1aa..000000000000
--- a/dev-db/pygresql/pygresql-3.8.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.8.1.ebuild,v 1.17 2012/11/28 21:07:38 titanofold Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
-
-inherit distutils
-
-MY_P="PyGreSQL-${PV}"
-
-DESCRIPTION="A Python interface for the PostgreSQL database."
-HOMEPAGE="http://www.pygresql.org/"
-SRC_URI="ftp://ftp.pygresql.org/pub/distrib/${MY_P}.tgz"
-
-LICENSE="POSTGRESQL"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
-IUSE="doc"
-
-DEPEND="dev-db/postgresql-base"
-RDEPEND="${DEPEND}
- dev-python/egenix-mx-base"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS="docs/*.txt"
-PYTHON_MODNAME="pg.py pgdb.py"
-
-src_install() {
- distutils_src_install
-
- if use doc; then
- insinto /usr/share/doc/${PF}/tutorial
- doins tutorial/* || die "doins failed"
- dohtml docs/*.{html,css} || die "dohtml failed"
- fi
-}
diff --git a/dev-db/pygresql/pygresql-4.0.ebuild b/dev-db/pygresql/pygresql-4.0.ebuild
deleted file mode 100644
index 9ee61c7a3f65..000000000000
--- a/dev-db/pygresql/pygresql-4.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-4.0.ebuild,v 1.8 2014/01/16 20:17:22 ago Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
-
-inherit distutils
-
-MY_P="PyGreSQL-${PV}"
-
-DESCRIPTION="A Python interface for the PostgreSQL database."
-HOMEPAGE="http://www.pygresql.org/"
-SRC_URI="ftp://ftp.pygresql.org/pub/distrib/${MY_P}.tgz"
-
-LICENSE="POSTGRESQL"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~sparc x86"
-IUSE="doc"
-
-DEPEND="dev-db/postgresql-base"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS="docs/*.txt"
-PYTHON_MODNAME="pg.py pgdb.py"
-
-src_install() {
- distutils_src_install
-
- if use doc; then
- insinto /usr/share/doc/${PF}/tutorial
- doins tutorial/* || die "doins failed"
- dohtml docs/*.{html,css} || die "dohtml failed"
- fi
-}