summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2012-03-26 20:49:33 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2012-03-26 20:49:33 +0000
commit3ee93265b01691d21bf63eaca7618426450a626b (patch)
treeb61b5b25408c1dddf21f3183e41f808dbad97cd7 /dev-db/slony1
parent_python-distutils-ng_generate_depend was used only in one place, inline it. (diff)
downloadgentoo-2-3ee93265b01691d21bf63eaca7618426450a626b.tar.gz
gentoo-2-3ee93265b01691d21bf63eaca7618426450a626b.tar.bz2
gentoo-2-3ee93265b01691d21bf63eaca7618426450a626b.zip
Remove old versions that do not build against PostgreSQL 9.1.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/slony1')
-rw-r--r--dev-db/slony1/ChangeLog7
-rw-r--r--dev-db/slony1/slony1-1.2.10.ebuild45
-rw-r--r--dev-db/slony1/slony1-1.2.22.ebuild44
-rw-r--r--dev-db/slony1/slony1-2.0.6.ebuild44
-rw-r--r--dev-db/slony1/slony1-2.0.7-r1.ebuild74
-rw-r--r--dev-db/slony1/slony1-2.0.7.ebuild70
6 files changed, 6 insertions, 278 deletions
diff --git a/dev-db/slony1/ChangeLog b/dev-db/slony1/ChangeLog
index 25c639832f68..54f622847978 100644
--- a/dev-db/slony1/ChangeLog
+++ b/dev-db/slony1/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-db/slony1
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/ChangeLog,v 1.30 2012/03/09 11:07:18 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/ChangeLog,v 1.31 2012/03/26 20:49:33 titanofold Exp $
+
+ 26 Mar 2012; Aaron W. Swenson <titanofold@gentoo.org> -slony1-1.2.10.ebuild,
+ -slony1-1.2.22.ebuild, -slony1-2.0.6.ebuild, -slony1-2.0.7.ebuild,
+ -slony1-2.0.7-r1.ebuild:
+ Remove old versions that do not build against PostgreSQL 9.1.
09 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> slony1-2.1.0.ebuild:
x86 stable wrt bug #406411
diff --git a/dev-db/slony1/slony1-1.2.10.ebuild b/dev-db/slony1/slony1-1.2.10.ebuild
deleted file mode 100644
index 0b1341b08563..000000000000
--- a/dev-db/slony1/slony1-1.2.10.ebuild
+++ /dev/null
@@ -1,45 +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/slony1/slony1-1.2.10.ebuild,v 1.7 2010/06/17 19:15:30 patrick Exp $
-
-inherit eutils
-
-IUSE="perl"
-
-DESCRIPTION="A replication system for the PostgreSQL Database Management System"
-HOMEPAGE="http://slony.info/"
-SRC_URI="http://main.slony.info/downloads/1.2/source/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-DEPEND="dev-db/postgresql-server
- perl? ( dev-perl/DBD-Pg )"
-
-src_compile() {
- local myconf=""
-
- myconf="${myconf} --with-pgincludedir=/usr/include/postgresql/pgsql"
- myconf="${myconf} --with-pgincludeserverdir=/usr/include/postgresql/server"
- myconf="${myconf} $(use_with perl perltools)"
-
- econf ${myconf} || die "econf failed!"
- emake || die "emake failed!"
-
- if use perl ; then
- cd "${S}"/tools
- emake || die "emake tools failed!"
- fi
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed!"
-
- dodoc HISTORY-1.1 INSTALL README SAMPLE TODO UPGRADING doc/howto/*.txt
- dohtml doc/howto/*.html
-
- newinitd "${FILESDIR}"/slony1.init slony1 || die "newinitd failed!"
- newconfd "${FILESDIR}"/slony1.conf slony1 || die "newconfd failed!"
-
-}
diff --git a/dev-db/slony1/slony1-1.2.22.ebuild b/dev-db/slony1/slony1-1.2.22.ebuild
deleted file mode 100644
index b22cee8329b3..000000000000
--- a/dev-db/slony1/slony1-1.2.22.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-1.2.22.ebuild,v 1.1 2011/04/11 09:54:13 patrick Exp $
-
-inherit eutils
-
-IUSE="perl"
-
-DESCRIPTION="A replication system for the PostgreSQL Database Management System"
-HOMEPAGE="http://slony.info/"
-SRC_URI="http://main.slony.info/downloads/1.2/source/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DEPEND="dev-db/postgresql-server
- perl? ( dev-perl/DBD-Pg )"
-
-src_compile() {
- local myconf=""
-
- myconf="${myconf} --with-pgincludedir=/usr/include/postgresql/pgsql"
- myconf="${myconf} --with-pgincludeserverdir=/usr/include/postgresql/server"
- myconf="${myconf} $(use_with perl perltools)"
-
- econf ${myconf} || die "econf failed!"
- emake || die "emake failed!"
-
- if use perl ; then
- cd "${S}"/tools
- emake || die "emake tools failed!"
- fi
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed!"
-
- dodoc HISTORY-1.1 INSTALL README SAMPLE TODO UPGRADING doc/howto/*.txt
- dohtml doc/howto/*.html
-
- newinitd "${FILESDIR}"/slony1.init slony1 || die "newinitd failed!"
- newconfd "${FILESDIR}"/slony1.conf slony1 || die "newconfd failed!"
-}
diff --git a/dev-db/slony1/slony1-2.0.6.ebuild b/dev-db/slony1/slony1-2.0.6.ebuild
deleted file mode 100644
index 8367c1c2440b..000000000000
--- a/dev-db/slony1/slony1-2.0.6.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-2.0.6.ebuild,v 1.1 2011/04/11 09:54:13 patrick Exp $
-
-inherit eutils
-
-IUSE="perl"
-
-DESCRIPTION="A replication system for the PostgreSQL Database Management System"
-HOMEPAGE="http://slony.info/"
-SRC_URI="http://main.slony.info/downloads/2.0/source/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DEPEND="dev-db/postgresql-server
- perl? ( dev-perl/DBD-Pg )"
-
-src_compile() {
- local myconf=""
-
- myconf="${myconf} --with-pgincludedir=/usr/include/postgresql/pgsql"
- myconf="${myconf} --with-pgincludeserverdir=/usr/include/postgresql/server"
- myconf="${myconf} $(use_with perl perltools)"
-
- econf ${myconf} || die "econf failed!"
- emake || die "emake failed!"
-
- if use perl ; then
- cd "${S}"/tools
- emake || die "emake tools failed!"
- fi
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed!"
-
- dodoc HISTORY-1.1 INSTALL README SAMPLE TODO UPGRADING doc/howto/*.txt
- dohtml doc/howto/*.html
-
- newinitd "${FILESDIR}"/slony1.init slony1 || die "newinitd failed!"
- newconfd "${FILESDIR}"/slony1.conf slony1 || die "newconfd failed!"
-}
diff --git a/dev-db/slony1/slony1-2.0.7-r1.ebuild b/dev-db/slony1/slony1-2.0.7-r1.ebuild
deleted file mode 100644
index b7efa3af25cc..000000000000
--- a/dev-db/slony1/slony1-2.0.7-r1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-2.0.7-r1.ebuild,v 1.1 2011/08/10 22:47:31 titanofold Exp $
-
-EAPI="4"
-
-inherit eutils
-
-IUSE="doc perl"
-
-DESCRIPTION="A replication system for the PostgreSQL Database Management System"
-HOMEPAGE="http://slony.info/"
-
-# ${P}-docs.tar.bz2 contains man pages as well as additional documentation
-SRC_URI="http://main.slony.info/downloads/2.0/source/${P}.tar.bz2
- http://main.slony.info/downloads/2.0/source/${P}-docs.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DEPEND="|| (
- dev-db/postgresql-base:9.0[threads]
- dev-db/postgresql-base:8.4[threads]
- dev-db/postgresql-base:8.3[threads]
- dev-db/postgresql-base:9.1[threads]
- )
- || (
- dev-db/postgresql-server:9.0
- dev-db/postgresql-server:8.4
- dev-db/postgresql-server:8.3
- dev-db/postgresql-server:9.1
- )
- perl? ( dev-perl/DBD-Pg )
-"
-
-pkg_setup() {
- local PGSLOT="$(postgresql-config show)"
- if [[ ${PGSLOT//.} < 83 ]] ; then
- eerror "You must build ${CATEGORY}/${PN} against PostgreSQL 8.3 or higher."
- eerror "Set an appropriate slot with postgresql-config."
- die "postgresql-config not set to 8.3 or higher."
- fi
-
- if [[ ${PGSLOT//.} > 90 ]] ; then
- ewarn "You are building ${CATEGORY}/${PN} against a version of PostgreSQL greater than 9.0."
- ewarn "This is neither supported here nor upstream."
- ewarn "Any bugs you encounter should be reported upstream."
- fi
-}
-
-src_prepare() {
- epatch "${FILESDIR}/ldflags.patch"
-}
-
-src_configure() {
- econf $(use_with perl perltools)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- dodoc HISTORY-1.1 INSTALL README SAMPLE TODO UPGRADING doc/howto/*.txt
-
- doman "${S}"/doc/adminguide/man{1,7}/*
-
- if use doc ; then
- cd "${S}"/doc
- dohtml -r *
- fi
-
- newinitd "${FILESDIR}"/slony1.init slony1
- newconfd "${FILESDIR}"/slony1.conf slony1
-}
diff --git a/dev-db/slony1/slony1-2.0.7.ebuild b/dev-db/slony1/slony1-2.0.7.ebuild
deleted file mode 100644
index 3055002f7fce..000000000000
--- a/dev-db/slony1/slony1-2.0.7.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-2.0.7.ebuild,v 1.1 2011/08/08 09:38:04 titanofold Exp $
-
-EAPI="4"
-
-#inherit eutils
-
-IUSE="doc perl"
-
-DESCRIPTION="A replication system for the PostgreSQL Database Management System"
-HOMEPAGE="http://slony.info/"
-
-# ${P}-docs.tar.bz2 contains man pages as well as additional documentation
-SRC_URI="http://main.slony.info/downloads/2.0/source/${P}.tar.bz2
- http://main.slony.info/downloads/2.0/source/${P}-docs.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DEPEND="|| (
- dev-db/postgresql-base:9.0[threads]
- dev-db/postgresql-base:8.4[threads]
- dev-db/postgresql-base:8.3[threads]
- dev-db/postgresql-base:9.1[threads]
- )
- || (
- dev-db/postgresql-server:9.0
- dev-db/postgresql-server:8.4
- dev-db/postgresql-server:8.3
- dev-db/postgresql-server:9.1
- )
- perl? ( dev-perl/DBD-Pg )
-"
-
-pkg_setup() {
- local PGSLOT="$(postgresql-config show)"
- if [[ ${PGSLOT//.} < 83 ]] ; then
- eerror "You must build ${CATEGORY}/${PN} against PostgreSQL 8.3 or higher."
- eerror "Set an appropriate slot with postgresql-config."
- die "postgresql-config not set to 8.3 or higher."
- fi
-
- if [[ ${PGSLOT//.} > 90 ]] ; then
- ewarn "You are building ${CATEGORY}/${PN} against a version of PostgreSQL greater than 9.0."
- ewarn "This is neither supported here nor upstream."
- ewarn "Any bugs you encounter should be reported upstream."
- fi
-}
-
-src_configure() {
- econf $(use_with perl perltools)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- dodoc HISTORY-1.1 INSTALL README SAMPLE TODO UPGRADING doc/howto/*.txt
-
- doman "${S}"/doc/adminguide/man{1,7}/*
-
- if use doc ; then
- cd "${S}"/doc
- dohtml -r *
- fi
-
- newinitd "${FILESDIR}"/slony1.init slony1
- newconfd "${FILESDIR}"/slony1.conf slony1
-}