public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "罗百科" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgbadger/
Date: Fri, 19 Jan 2024 13:48:13 +0000 (UTC)	[thread overview]
Message-ID: <1705672089.962be4fa4fd258eb332516c52fdfb9bedab51adb.patrick@gentoo> (raw)

commit:     962be4fa4fd258eb332516c52fdfb9bedab51adb
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 19 13:47:37 2024 +0000
Commit:     罗百科 <patrick <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 13:48:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=962be4fa

dev-db/pgbadger: add 12.4

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

 dev-db/pgbadger/Manifest             |  1 +
 dev-db/pgbadger/pgbadger-12.4.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-db/pgbadger/Manifest b/dev-db/pgbadger/Manifest
index 6e54e56f30c0..37fd5db685a8 100644
--- a/dev-db/pgbadger/Manifest
+++ b/dev-db/pgbadger/Manifest
@@ -2,3 +2,4 @@ DIST pgbadger-11.5.tar.gz 2305597 BLAKE2B 1e88e52ac5861343e7122784f3ec1ecc38e67a
 DIST pgbadger-11.8.tar.gz 2987593 BLAKE2B f6f5aeaba4aa2d982a3b71463bd6a02e47078d2491a703bdbeb81b349790807eaca91794be7b850dfea86615f9e8142f0513af2f68e3ff3fd0908ac50645bf18 SHA512 78082a4c9c4ca1836825d5b1718555951f29630b26eff20f30dab03d3cb30395107d6854e09f47143fb099ccfdb8d7c9319bc80f787792a33cdda70abef7bb38
 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

diff --git a/dev-db/pgbadger/pgbadger-12.4.ebuild b/dev-db/pgbadger/pgbadger-12.4.ebuild
new file mode 100644
index 000000000000..ffc67f024940
--- /dev/null
+++ b/dev-db/pgbadger/pgbadger-12.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit perl-module
+
+DESCRIPTION="pgBadger is a PostgreSQL log analyzer"
+HOMEPAGE="https://pgbadger.darold.net/"
+SRC_URI="https://github.com/darold/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+		dev-perl/JSON-XS
+		dev-perl/Text-CSV_XS
+		dev-perl/Pod-Markdown
+"
+RDEPEND="${DEPEND}"
+
+src_test() {
+	prove || die
+}


             reply	other threads:[~2024-01-19 13:48 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-19 13:48 罗百科 [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-19 13:48 [gentoo-commits] repo/gentoo:master commit in: dev-db/pgbadger/ 罗百科
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=1705672089.962be4fa4fd258eb332516c52fdfb9bedab51adb.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