From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgbadger/
Date: Mon, 19 May 2025 05:39:01 +0000 (UTC) [thread overview]
Message-ID: <1747633138.dedafd040d36818b882cb52d22e52b4b90f71cba.patrick@gentoo> (raw)
commit: dedafd040d36818b882cb52d22e52b4b90f71cba
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Mon May 19 05:37:39 2025 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Mon May 19 05:38:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dedafd04
dev-db/pgbadger: add 13.1
Also add dep on sys-apps/which so that the
buildsystem doesn't throw spurious warnings
Closes: https://bugs.gentoo.org/956291
Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>
dev-db/pgbadger/Manifest | 1 +
dev-db/pgbadger/pgbadger-12.4.ebuild | 3 ++-
dev-db/pgbadger/{pgbadger-12.4.ebuild => pgbadger-13.1.ebuild} | 3 ++-
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/dev-db/pgbadger/Manifest b/dev-db/pgbadger/Manifest
index 7d50f9b0a806..f4b7bac12fbd 100644
--- a/dev-db/pgbadger/Manifest
+++ b/dev-db/pgbadger/Manifest
@@ -1,3 +1,4 @@
DIST pgbadger-12.1.tar.gz 3041661 BLAKE2B 0489b52a56b20442f4ad9c2f22c63eee7049ad93b65166d4d87a96aebf8ca20dd3709291fed4a31df77c0c49e4efa10a66d9c185b9f7f66818057aca1a83a607 SHA512 16cdb64cd425b58d9f13a4ffe06eb79aeb0238c585e325ed7f1613a32a960fb19a5871c29ebd082ffc52b063b8da16d22ded1367e47557473389ead001dffc06
DIST pgbadger-12.2.tar.gz 3044596 BLAKE2B ab25e4b52099fa22d8e0bbcc1e0702fc9ec0982e00027a28e3b5735d456058d7b2f2b67dc1e9c857fb87bcea7ae273eeb3b97a260fb5387ccd768057e11a826b SHA512 b07dba94a0eb57cf8559439660204fd40cb3f2a9fc9a8fd4c0200af1b41a13bad2bd908f9019ecabce2f17c76fcb6d364b2b3b64c64028d4e40665df1075bd5d
DIST pgbadger-12.4.tar.gz 4062907 BLAKE2B 1922d486a2ef4f87267156c2ebb5f038cbf5b48dc5a4dce80a517cbad000e5d4545b36c6a2404f699d987214c97ae9c867603138b8781131a71591d206adeaa0 SHA512 251035796275ed51efa2d3f45f8cf79c5ed89af34ee8b65c1ed2f481699152902a4f8820b316d06e4cf6528f894bc29ddce2b2ef2524e326a081f9412b9416d8
+DIST pgbadger-13.1.tar.gz 4367754 BLAKE2B b88629278c5a635832ffe929025946be0a3932a204667c3a3edd27174830b162c72a1e29e4e6e6d4ba8949203ae8d96dbeec884cb9ea2e6b7ea97e2fa445a083 SHA512 336b2d59eaa7f8e0ff0d42b07e61e674d08fa12eb1711220a6f3fdf6a2c84de4d01b4aa4af2d8644e873e84cf887badf203ab95029a5e2f3b5280a739a7c945e
diff --git a/dev-db/pgbadger/pgbadger-12.4.ebuild b/dev-db/pgbadger/pgbadger-12.4.ebuild
index ffc67f024940..ef0cd0dd45d9 100644
--- a/dev-db/pgbadger/pgbadger-12.4.ebuild
+++ b/dev-db/pgbadger/pgbadger-12.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,6 +17,7 @@ DEPEND="
dev-perl/JSON-XS
dev-perl/Text-CSV_XS
dev-perl/Pod-Markdown
+ sys-apps/which
"
RDEPEND="${DEPEND}"
diff --git a/dev-db/pgbadger/pgbadger-12.4.ebuild b/dev-db/pgbadger/pgbadger-13.1.ebuild
similarity index 89%
copy from dev-db/pgbadger/pgbadger-12.4.ebuild
copy to dev-db/pgbadger/pgbadger-13.1.ebuild
index ffc67f024940..ef0cd0dd45d9 100644
--- a/dev-db/pgbadger/pgbadger-12.4.ebuild
+++ b/dev-db/pgbadger/pgbadger-13.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,6 +17,7 @@ DEPEND="
dev-perl/JSON-XS
dev-perl/Text-CSV_XS
dev-perl/Pod-Markdown
+ sys-apps/which
"
RDEPEND="${DEPEND}"
next reply other threads:[~2025-05-19 5:39 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-19 5:39 Patrick Lauer [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-07 22:20 [gentoo-commits] repo/gentoo:master commit in: dev-db/pgbadger/ Sam James
2025-05-19 5:39 Patrick Lauer
2024-01-19 13:48 罗百科
2024-01-19 13:48 罗百科
2023-09-14 10:44 罗百科
2023-06-22 11:07 Aaron W. Swenson
2022-07-02 21:50 Sam James
2022-06-30 10:11 Aaron W. Swenson
2021-09-28 14:02 Aaron W. Swenson
2021-07-10 0:48 Sam James
2021-03-02 10:40 Aaron W. Swenson
2020-11-30 3:38 Aaron W. Swenson
2020-11-23 11:40 Aaron W. Swenson
2020-11-23 11:40 Aaron W. Swenson
2019-08-18 21:51 Agostino Sarubbo
2019-08-17 10:16 Aaron W. Swenson
2019-07-22 13:54 Agostino Sarubbo
2019-07-05 10:51 Aaron W. Swenson
2019-06-20 11:23 Aaron W. Swenson
2018-10-14 11:06 Aaron Swenson
2018-10-12 17:16 Mikle Kolyada
2018-10-07 10:25 Aaron Swenson
2018-09-11 13:05 Aaron Swenson
2018-01-20 20:08 Aaron Swenson
2018-01-15 19:03 Tobias Klausmann
2017-12-15 16:36 Aaron Swenson
2017-05-28 12:35 Aaron Swenson
2017-04-18 16:00 Aaron Swenson
2017-04-18 15:57 Aaron Swenson
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=1747633138.dedafd040d36818b882cb52d22e52b4b90f71cba.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