summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-08 22:56:50 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-08 22:56:50 +0000
commitbdd78841c7f51dba121b15c9393929e8862574f4 (patch)
tree06ab723f8a0739748c6ac400779470b0087365d5 /dev-python/psycopg
parentDelete older ebuild. (diff)
downloadhistorical-bdd78841c7f51dba121b15c9393929e8862574f4.tar.gz
historical-bdd78841c7f51dba121b15c9393929e8862574f4.tar.bz2
historical-bdd78841c7f51dba121b15c9393929e8862574f4.zip
Delete older ebuilds.
Package-Manager: portage-2.2.0_alpha22_p7/cvs/Linux x86_64
Diffstat (limited to 'dev-python/psycopg')
-rw-r--r--dev-python/psycopg/ChangeLog6
-rw-r--r--dev-python/psycopg/psycopg-2.0.14.ebuild59
-rw-r--r--dev-python/psycopg/psycopg-2.2.2.ebuild61
-rw-r--r--dev-python/psycopg/psycopg-2.3.1.ebuild61
4 files changed, 5 insertions, 182 deletions
diff --git a/dev-python/psycopg/ChangeLog b/dev-python/psycopg/ChangeLog
index c3571488f981..85eeeff0156a 100644
--- a/dev-python/psycopg/ChangeLog
+++ b/dev-python/psycopg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/psycopg
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.117 2011/02/08 22:31:31 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.118 2011/02/08 22:51:12 arfrever Exp $
+
+ 08 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -psycopg-2.0.14.ebuild, -psycopg-2.2.2.ebuild, -psycopg-2.3.1.ebuild:
+ Delete.
08 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> psycopg-2.3.2.ebuild:
ppc/ppc64 stable wrt #352730
diff --git a/dev-python/psycopg/psycopg-2.0.14.ebuild b/dev-python/psycopg/psycopg-2.0.14.ebuild
deleted file mode 100644
index 92ff608204a9..000000000000
--- a/dev-python/psycopg/psycopg-2.0.14.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.0.14.ebuild,v 1.8 2010/11/21 12:17:16 armin76 Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils eutils
-
-MY_P="${PN}2-${PV}"
-
-DESCRIPTION="PostgreSQL database adapter for Python"
-HOMEPAGE="http://initd.org/psycopg/ http://pypi.python.org/pypi/psycopg2"
-SRC_URI="http://initd.org/pub/software/psycopg/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="debug doc examples mxdatetime"
-
-DEPEND=">=dev-db/postgresql-base-8.1
- mxdatetime? ( dev-python/egenix-mx-base )"
-RDEPEND="${DEPEND}"
-RESTRICT_PYTHON_ABIS="3.*"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS="AUTHORS doc/HACKING doc/psycopg2.txt doc/SUCCESS"
-PYTHON_MODNAME="${PN}2"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-2.0.12-setup.py.patch"
- epatch "${FILESDIR}/${PN}-2.0.9-round-solaris.patch"
-
- if use debug; then
- sed -i 's/^\(define=\)/\1PSYCOPG_DEBUG,/' setup.cfg || die "sed failed"
- fi
-
- if use mxdatetime; then
- sed -i 's/\(use_pydatetime=\)1/\10/' setup.cfg || die "sed failed"
- fi
-}
-
-src_install() {
- distutils_src_install
-
- if use doc; then
- pushd doc/html > /dev/null
- docinto html
- cp -R [a-z]* _static "${ED}usr/share/doc/${PF}/html" || die "Installation of documentation failed"
- popd > /dev/null
- fi
-
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r examples || die "Installation of examples failed"
- fi
-}
diff --git a/dev-python/psycopg/psycopg-2.2.2.ebuild b/dev-python/psycopg/psycopg-2.2.2.ebuild
deleted file mode 100644
index 5948a80a5df0..000000000000
--- a/dev-python/psycopg/psycopg-2.2.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.2.2.ebuild,v 1.7 2010/12/27 21:05:31 ranger Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils eutils
-
-MY_P="${PN}2-${PV}"
-
-DESCRIPTION="PostgreSQL database adapter for Python"
-HOMEPAGE="http://initd.org/psycopg/ http://pypi.python.org/pypi/psycopg2"
-SRC_URI="http://initd.org/pub/software/psycopg/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="debug doc examples mxdatetime"
-
-DEPEND=">=dev-db/postgresql-base-8.1
- mxdatetime? ( dev-python/egenix-mx-base )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
-
-DOCS="AUTHORS doc/HACKING doc/psycopg2.txt doc/SUCCESS"
-PYTHON_MODNAME="${PN}2"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-2.0.12-setup.py.patch"
- epatch "${FILESDIR}/${PN}-2.0.9-round-solaris.patch"
-
- if use debug; then
- sed -i 's/^\(define=\)/\1PSYCOPG_DEBUG,/' setup.cfg || die "sed failed"
- fi
-
- if use mxdatetime; then
- sed -i 's/\(use_pydatetime=\)1/\10/' setup.cfg || die "sed failed"
- fi
-}
-
-src_install() {
- distutils_src_install
-
- if use doc; then
- pushd doc/html > /dev/null
- docinto html
- cp -R [a-z]* _static "${ED}usr/share/doc/${PF}/html" || die "Installation of documentation failed"
- popd > /dev/null
- fi
-
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r examples || die "Installation of examples failed"
- fi
-}
diff --git a/dev-python/psycopg/psycopg-2.3.1.ebuild b/dev-python/psycopg/psycopg-2.3.1.ebuild
deleted file mode 100644
index 93d5168dad1f..000000000000
--- a/dev-python/psycopg/psycopg-2.3.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.3.1.ebuild,v 1.1 2010/12/13 20:26:15 arfrever Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
-
-inherit distutils eutils
-
-MY_P="${PN}2-${PV}"
-
-DESCRIPTION="PostgreSQL database adapter for Python"
-HOMEPAGE="http://initd.org/psycopg/ http://pypi.python.org/pypi/psycopg2"
-SRC_URI="http://initd.org/pub/software/psycopg/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="debug doc examples mxdatetime"
-
-DEPEND=">=dev-db/postgresql-base-8.1
- mxdatetime? ( dev-python/egenix-mx-base )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
-
-DOCS="AUTHORS doc/HACKING doc/psycopg2.txt doc/SUCCESS"
-PYTHON_MODNAME="${PN}2"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-2.0.12-setup.py.patch"
- epatch "${FILESDIR}/${PN}-2.0.9-round-solaris.patch"
-
- if use debug; then
- sed -i 's/^\(define=\)/\1PSYCOPG_DEBUG,/' setup.cfg || die "sed failed"
- fi
-
- if use mxdatetime; then
- sed -i 's/\(use_pydatetime=\)1/\10/' setup.cfg || die "sed failed"
- fi
-}
-
-src_install() {
- distutils_src_install
-
- if use doc; then
- pushd doc/html > /dev/null
- docinto html
- cp -R [a-z]* _static "${ED}usr/share/doc/${PF}/html" || die "Installation of documentation failed"
- popd > /dev/null
- fi
-
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r examples || die "Installation of examples failed"
- fi
-}