public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgbouncer/
Date: Sat, 11 Jan 2025 16:10:20 +0000 (UTC)	[thread overview]
Message-ID: <1736611818.ad3a7f5421e69870450e49167783129d85638aca.patrick@gentoo> (raw)

commit:     ad3a7f5421e69870450e49167783129d85638aca
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 11 16:10:10 2025 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Jan 11 16:10:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad3a7f54

dev-db/pgbouncer: drop 1.22.1

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

 dev-db/pgbouncer/Manifest                |  1 -
 dev-db/pgbouncer/pgbouncer-1.22.1.ebuild | 73 --------------------------------
 2 files changed, 74 deletions(-)

diff --git a/dev-db/pgbouncer/Manifest b/dev-db/pgbouncer/Manifest
index 3e7efb162a99..33e044e3ac95 100644
--- a/dev-db/pgbouncer/Manifest
+++ b/dev-db/pgbouncer/Manifest
@@ -1,3 +1,2 @@
-DIST pgbouncer-1.22.1.tar.gz 677351 BLAKE2B c67eba10b51ae74fb77ad61f7c597b687769e75b687ff9682c16d0ac0b32c0e9d20d4c90cd5803331d128f3f388800faa38dd9965b86c5a75688455db1a06d6b SHA512 ac63fe877f68745f1faab096ee9d9e185de9cab97d4fef121c2c551fa0e69ea22342dc8b5ce75cadff755314e5493a5440f0748b5ee9f524f71d871ec1861530
 DIST pgbouncer-1.23.1.tar.gz 700025 BLAKE2B 60fd69362fe6c4bacdda33064cb0b871ceabe086b22b6fff8762a129e0d1d8332fba1b0abf6dac1ac4426654d84cb283bd86b02fde5229e6c97a7a310c6bf0f1 SHA512 efcd4efa3871a43f2498e4cbbae0c85b98bb7eefa46b6081ceeafd652179e215fcaa74de63941c7e14a919e41f550aff182e2b940c9f8bb0fbf5fffb6440e99b
 DIST pgbouncer-1.24.0.tar.gz 706573 BLAKE2B 6f81a2d4d063142c74eb14af81dd9a53c2eec89bebb87706f4af1a98e9087e2cf01e779f9e0905eeffcf4bdd4d35ee15b77c4e44108a01cc0940bf1d0f99c950 SHA512 3b2eccc6efb32e2a430f5b2598e35f2b9220c5129941f1717faa913cc8e6041478142d8954e9d8ade460dc4a7e2d212cba2511a8c914056e6fe470a68e697204

diff --git a/dev-db/pgbouncer/pgbouncer-1.22.1.ebuild b/dev-db/pgbouncer/pgbouncer-1.22.1.ebuild
deleted file mode 100644
index 39495217565b..000000000000
--- a/dev-db/pgbouncer/pgbouncer-1.22.1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2024 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"
-
-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 )
-"
-
-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)
-}
-
-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	other threads:[~2025-01-11 16:10 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-11 16:10 Patrick Lauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-11 16:10 [gentoo-commits] repo/gentoo:master commit in: dev-db/pgbouncer/ Patrick Lauer
2025-01-11 12:22 Sam James
2025-01-11 12:22 Sam James
2025-01-11  9:57 Patrick Lauer
2025-01-11  9:56 Patrick Lauer
2024-10-17 15:28 Jakov Smolić
2024-10-17 15:28 Jakov Smolić
2024-10-17 11:38 Patrick Lauer
2024-04-07 17:00 Patrick Lauer
2024-04-07 14:58 Patrick Lauer
2024-02-16  6:47 Patrick Lauer
2024-02-16  6:47 Patrick Lauer
2023-10-17  7:08 罗百科
2023-10-05  6:57 罗百科
2023-09-20 12:35 罗百科
2023-07-22 16:34 罗百科
2023-04-17  9:10 罗百科
2023-04-17  9:10 罗百科
2022-08-19 13:33 罗百科
2022-08-19 13:33 罗百科
2022-08-16 20:22 Sam James
2022-08-16 20:22 Sam James
2022-02-13  7:02 罗百科
2021-11-10  7:04 Agostino Sarubbo
2021-11-09 21:34 Sam James
2021-11-09 15:15 罗百科
2021-10-07 14:23 罗百科
2021-06-03 19:15 Sam James
2020-12-22 17:08 Thomas Deutschmann
2020-12-21 19:45 Sam James
2020-11-22  2:31 Aaron W. Swenson
2020-06-18 14:40 罗百科
2019-08-19 11:37 Agostino Sarubbo
2019-08-18 21:51 Agostino Sarubbo
2019-07-04 12:01 Aaron W. Swenson
2019-01-07 17:00 Lars Wendler
2018-10-02 21:03 Mikle Kolyada
2018-10-01 21:47 Thomas Deutschmann
2018-01-23 16:41 Agostino Sarubbo
2018-01-21 20:30 Thomas Deutschmann
2017-10-29 23:52 Jonas Stein
2017-01-09 13:26 Thomas Deutschmann
2016-11-29 11:23 Agostino Sarubbo
2016-11-29 11:22 Agostino Sarubbo
2016-02-27 22:56 Patrick Lauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1736611818.ad3a7f5421e69870450e49167783129d85638aca.patrick@gentoo \
    --to=patrick@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox