commit:     e5b7ea1fe52830dad906682d14df8231704510b9
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 16 06:47:02 2024 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Fri Feb 16 06:47:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b7ea1f

dev-db/pgbouncer: drop 1.17.0, 1.18.0, 1.19.1

Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>

 dev-db/pgbouncer/Manifest                |  3 --
 dev-db/pgbouncer/pgbouncer-1.17.0.ebuild | 80 --------------------------------
 dev-db/pgbouncer/pgbouncer-1.18.0.ebuild | 78 -------------------------------
 dev-db/pgbouncer/pgbouncer-1.19.1.ebuild | 78 -------------------------------
 4 files changed, 239 deletions(-)

diff --git a/dev-db/pgbouncer/Manifest b/dev-db/pgbouncer/Manifest
index 11cbb92d6b1c..55b0060c363d 100644
--- a/dev-db/pgbouncer/Manifest
+++ b/dev-db/pgbouncer/Manifest
@@ -1,7 +1,4 @@
 DIST pgbouncer-1.16.1.tar.gz 591450 BLAKE2B 
137193ad614586d708598fd7003af4dee69f03f88a7235ba4074b63d57ffc3ee1c41fbccb49c5df7c23a2272b33810f8c2a9084d98e2e695a3b5f5ec317e0227
 SHA512 
9ecb7c7ae136d85e3da434094909df3a6ff06ce8586a1848c0c00914d87a877aecbb26ea30ad8230062160f3177621cc16deb4a490e9a2a649c8032dacb86341
-DIST pgbouncer-1.17.0.tar.gz 598294 BLAKE2B 
697411c612b4d53c779c3170692e49afd250c28a1674a835403aa6e0ee27f1e52627b97d0ed478868f8658be7ce2323fdfd1604e5a00d739f3152c55332479b2
 SHA512 
5913ce542f0f694f114db8a2f339e536fb2b5887efb160b7ce3c708ae3d638bee95943104eafb9fbc4fc225649bd5625da2ccf1b56489afe33ebf8aacac48863
-DIST pgbouncer-1.18.0.tar.gz 600825 BLAKE2B 
5c701d6534b9127cb8aef4e47c956644e657506104f5d9844724cc27901f48d271471ff0fe7f863bc064a30906c0ab9dfa9d0ca9472753d183419e57ae2ad333
 SHA512 
1c2bd55c6909a012917fcf1b139ab4bac89de1d02b346b8ade2205c15105a0c6f4f6632bf5844f654cb19e3312b8ed22bf2d14094a17f5515325c826662d5935
-DIST pgbouncer-1.19.1.tar.gz 623569 BLAKE2B 
b62d19e097d4fb1bccda315c9a67876aecaa8647ab092cc0157591fe64644c2c84b2785efab08ac338429e3c7d2cdd2bbff20404e71d67a9b1b5695367c2586e
 SHA512 
1f1f56f778cf1ad7bd6a9809b54443d570eb04c2d5fe416d3bc9aa2ee8e4b3404753a15d9096c88c3a86dee534aff0268d460f862326694097ae67c83f08a589
 DIST pgbouncer-1.20.0.tar.gz 638020 BLAKE2B 
1aa253b4f211e70e882e9b7789bfcdee3436b56d88d0448a122a6975deb379ff6034f563f3ec87997a3f8c2f0e6c25a09916989d486542356a5a5d41ef6e2039
 SHA512 
6386f80bb8dcdf6e9882f94dde1c5ff4b58cd6eb877233952e483d5fa765072588f12dfb39eab5989dee54eaa595db541042654ad47c1ea4b754304ecc69f3dd
 DIST pgbouncer-1.20.1.tar.gz 638844 BLAKE2B 
9b71b72b9baf3ce49d4b9c6597581d20a2666b5450d89bc716a4df6df0c8a8aaf92735a76033eccf358412934a3af92e1a8ed7e4ca0e863441f2d6bf43eefdc7
 SHA512 
7669005ac1d46d1cb5b42c853fc0fb5e495c8583c206658bf6c59f797d04eb9170a3d467a48863708ee69034ff71ac6fbbca752b239de644ef6225d46fb98e76
 DIST pgbouncer-1.21.0.tar.gz 668211 BLAKE2B 
36dd43d301d1837876806688bc87febb6ae4fd40014e7e7301978026a4866b736c2c174d3b1e19a4e7bf5f8ca85025d2a0cd5711f2e4fa95e455f59ed1dbe381
 SHA512 
881701deae508e8e664402c0da533b25027259443551cda2974867453ad033ec5cfe8027ca3dac96a5134c57faff385c3c1e5711539e1acd6815761c9e3caee8

diff --git a/dev-db/pgbouncer/pgbouncer-1.17.0.ebuild 
b/dev-db/pgbouncer/pgbouncer-1.17.0.ebuild
deleted file mode 100644
index 966e502fe603..000000000000
--- a/dev-db/pgbouncer/pgbouncer-1.17.0.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd
-
-DESCRIPTION="Lightweight connection pooler for PostgreSQL"
-HOMEPAGE="https://www.pgbouncer.org/";
-SRC_URI="https://www.pgbouncer.org/downloads/files/${PV}/pgbouncer-${PV}.tar.gz";
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+c-ares debug doc pam ssl systemd udns"
-
-# At-most-one-of, one can be enabled but not both
-REQUIRED_USE="?? ( c-ares udns )"
-
-RDEPEND="
-       >=dev-libs/libevent-2.0:=
-       acct-user/pgbouncer
-       c-ares? ( >=net-dns/c-ares-1.10 )
-       ssl? ( >=dev-libs/openssl-1.0.1:=[-bindist(-)] )
-       systemd? ( sys-apps/systemd )
-       udns? ( >=net-libs/udns-0.1 )
-"
-
-DEPEND="${RDEPEND}"
-
-# Tests require a local database server, wants to fiddle with iptables,
-# and doesn't support overriding.
-RESTRICT="test"
-
-src_prepare() {
-       eapply "${FILESDIR}"/pgbouncer-1.12-dirs.patch
-
-       default
-}
-
-src_configure() {
-       # --enable-debug is only used to disable stripping
-       econf \
-               --docdir=/usr/share/doc/${PF} \
-               --enable-debug \
-               $(use_with c-ares cares) \
-               $(use_enable debug cassert) \
-               $(use_with pam) \
-               $(use_with ssl openssl) \
-               $(use_with systemd) \
-               $(use_with udns)
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-
-       dodoc AUTHORS
-       use doc && dodoc doc/*.md
-
-       newconfd "${FILESDIR}/${PN}.confd-r1" "${PN}"
-       newinitd "${FILESDIR}/${PN}.initd-r2" "${PN}"
-
-       insinto /etc
-       doins etc/pgbouncer.ini
-
-       insinto /etc/logrotate.d
-       newins "${FILESDIR}/logrotate" pgbouncer
-}
-
-pkg_postinst() {
-       if [[ -z ${REPLACING_VERSIONS} ]] ; then
-               einfo "Please read the config.txt for Configuration Directives"
-               einfo
-               einfo "For Administration Commands, see:"
-               einfo "    man pgbouncer"
-               einfo
-               einfo "By default, PgBouncer does not have access to any 
database."
-               einfo "GRANT the permissions needed for your application and 
make sure that it"
-               einfo "exists in PgBouncer's auth_file."
-       fi
-}

diff --git a/dev-db/pgbouncer/pgbouncer-1.18.0.ebuild 
b/dev-db/pgbouncer/pgbouncer-1.18.0.ebuild
deleted file mode 100644
index da2f7fb9f694..000000000000
--- a/dev-db/pgbouncer/pgbouncer-1.18.0.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Lightweight connection pooler for PostgreSQL"
-HOMEPAGE="https://www.pgbouncer.org/";
-SRC_URI="https://www.pgbouncer.org/downloads/files/${PV}/pgbouncer-${PV}.tar.gz";
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+c-ares debug doc pam ssl systemd udns"
-
-# At-most-one-of, one can be enabled but not both
-REQUIRED_USE="?? ( c-ares udns )"
-
-RDEPEND="
-       >=dev-libs/libevent-2.0:=
-       acct-user/pgbouncer
-       c-ares? ( >=net-dns/c-ares-1.10 )
-       ssl? ( >=dev-libs/openssl-1.0.1:=[-bindist(-)] )
-       systemd? ( sys-apps/systemd )
-       udns? ( >=net-libs/udns-0.1 )
-"
-
-DEPEND="${RDEPEND}"
-
-# Tests require a local database server, wants to fiddle with iptables,
-# and doesn't support overriding.
-RESTRICT="test"
-
-src_prepare() {
-       eapply "${FILESDIR}"/pgbouncer-1.12-dirs.patch
-
-       default
-}
-
-src_configure() {
-       # --enable-debug is only used to disable stripping
-       econf \
-               --docdir=/usr/share/doc/${PF} \
-               --enable-debug \
-               $(use_with c-ares cares) \
-               $(use_enable debug cassert) \
-               $(use_with pam) \
-               $(use_with ssl openssl) \
-               $(use_with systemd) \
-               $(use_with udns)
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-
-       dodoc AUTHORS
-       use doc && dodoc doc/*.md
-
-       newconfd "${FILESDIR}/${PN}.confd-r1" "${PN}"
-       newinitd "${FILESDIR}/${PN}.initd-r2" "${PN}"
-
-       insinto /etc
-       doins etc/pgbouncer.ini
-
-       insinto /etc/logrotate.d
-       newins "${FILESDIR}/logrotate" pgbouncer
-}
-
-pkg_postinst() {
-       if [[ -z ${REPLACING_VERSIONS} ]] ; then
-               einfo "Please read the config.txt for Configuration Directives"
-               einfo
-               einfo "For Administration Commands, see:"
-               einfo "    man pgbouncer"
-               einfo
-               einfo "By default, PgBouncer does not have access to any 
database."
-               einfo "GRANT the permissions needed for your application and 
make sure that it"
-               einfo "exists in PgBouncer's auth_file."
-       fi
-}

diff --git a/dev-db/pgbouncer/pgbouncer-1.19.1.ebuild 
b/dev-db/pgbouncer/pgbouncer-1.19.1.ebuild
deleted file mode 100644
index da2f7fb9f694..000000000000
--- a/dev-db/pgbouncer/pgbouncer-1.19.1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Lightweight connection pooler for PostgreSQL"
-HOMEPAGE="https://www.pgbouncer.org/";
-SRC_URI="https://www.pgbouncer.org/downloads/files/${PV}/pgbouncer-${PV}.tar.gz";
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+c-ares debug doc pam ssl systemd udns"
-
-# At-most-one-of, one can be enabled but not both
-REQUIRED_USE="?? ( c-ares udns )"
-
-RDEPEND="
-       >=dev-libs/libevent-2.0:=
-       acct-user/pgbouncer
-       c-ares? ( >=net-dns/c-ares-1.10 )
-       ssl? ( >=dev-libs/openssl-1.0.1:=[-bindist(-)] )
-       systemd? ( sys-apps/systemd )
-       udns? ( >=net-libs/udns-0.1 )
-"
-
-DEPEND="${RDEPEND}"
-
-# Tests require a local database server, wants to fiddle with iptables,
-# and doesn't support overriding.
-RESTRICT="test"
-
-src_prepare() {
-       eapply "${FILESDIR}"/pgbouncer-1.12-dirs.patch
-
-       default
-}
-
-src_configure() {
-       # --enable-debug is only used to disable stripping
-       econf \
-               --docdir=/usr/share/doc/${PF} \
-               --enable-debug \
-               $(use_with c-ares cares) \
-               $(use_enable debug cassert) \
-               $(use_with pam) \
-               $(use_with ssl openssl) \
-               $(use_with systemd) \
-               $(use_with udns)
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-
-       dodoc AUTHORS
-       use doc && dodoc doc/*.md
-
-       newconfd "${FILESDIR}/${PN}.confd-r1" "${PN}"
-       newinitd "${FILESDIR}/${PN}.initd-r2" "${PN}"
-
-       insinto /etc
-       doins etc/pgbouncer.ini
-
-       insinto /etc/logrotate.d
-       newins "${FILESDIR}/logrotate" pgbouncer
-}
-
-pkg_postinst() {
-       if [[ -z ${REPLACING_VERSIONS} ]] ; then
-               einfo "Please read the config.txt for Configuration Directives"
-               einfo
-               einfo "For Administration Commands, see:"
-               einfo "    man pgbouncer"
-               einfo
-               einfo "By default, PgBouncer does not have access to any 
database."
-               einfo "GRANT the permissions needed for your application and 
make sure that it"
-               einfo "exists in PgBouncer's auth_file."
-       fi
-}

Reply via email to