From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgtap/
Date: Thu, 13 Jun 2024 08:46:11 +0000 (UTC) [thread overview]
Message-ID: <1718267429.de35cef3483ebf4575b99f5000ca5d58b6191691.patrick@gentoo> (raw)
commit: de35cef3483ebf4575b99f5000ca5d58b6191691
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 08:30:29 2024 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 08:30:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de35cef3
dev-db/pgtap: add 1.3.3
Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>
dev-db/pgtap/Manifest | 1 +
dev-db/pgtap/pgtap-1.3.3.ebuild | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-db/pgtap/Manifest b/dev-db/pgtap/Manifest
index a015f57d011e..40b48a458551 100644
--- a/dev-db/pgtap/Manifest
+++ b/dev-db/pgtap/Manifest
@@ -1,2 +1,3 @@
DIST pgtap-1.2.0.zip 319374 BLAKE2B 1cea77860a1928ed7cbf4ddb0bb8ff418023bf88e377196ae2b505c065321e3003179227077567e676a8c551230d259ecd1cdb590001fc71bcc821b87fb3d0f6 SHA512 5569bea5e7879787a91fa9b2baae5cbff1db5b9a5a096db2a9a064012d65e02c52bd1520422b5e6f87fb5b6e64845371188ea53c43a277aee68ffc05d5152ed7
DIST pgtap-1.3.1.zip 654637 BLAKE2B 412dfcb51813552541f935328e28fbf8f0a014536a5eee8bf55ea680cd22a6424529641040627f91afebb407872d8d3d4aa25e576d965ddb11514229c2b72591 SHA512 98129bbbdf2221502e52375c3e55dff324e69cb930865d1589949ad2d96ddeac1a215e10d0612f7cc050d9a725817b01b23a9cc3e9cb42ef23a929e593ecb698
+DIST pgtap-1.3.3.zip 329966 BLAKE2B 03ba9f7af9dbb6a8077e5b6dd430171eef4afeb904c65f82b8b962af68852e32ad1dca57e710c8f722c5e2c10eeebe6c890dd3cc61e7c31257974dfaf19cb207 SHA512 6872208501498cb440e46fff9e9f953560551b60fbde11221a7c2d3ccc075780ad59585e0ab0639b630dd902d185b6844754cbc406eef4e4bf90e616adadf2b4
diff --git a/dev-db/pgtap/pgtap-1.3.3.ebuild b/dev-db/pgtap/pgtap-1.3.3.ebuild
new file mode 100644
index 000000000000..1d71d1666e21
--- /dev/null
+++ b/dev-db/pgtap/pgtap-1.3.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+POSTGRES_COMPAT=( {12..16} )
+
+inherit postgres-multi
+
+DESCRIPTION="Unit testing for PostgreSQL"
+HOMEPAGE="https://pgtap.org/"
+SRC_URI="https://api.pgxn.org/dist/${PN}/${PV}/${P}.zip"
+
+LICENSE="POSTGRESQL"
+SLOT="0"
+KEYWORDS="amd64"
+
+DEPEND="${POSTGRES_DEP}
+ app-arch/unzip
+ dev-perl/TAP-Parser-SourceHandler-pgTAP
+"
+RDEPEND="${DEPEND}"
+
+# Tests requires a running database that match up with the current
+# testing slot. Won't run from ${ED}, want's to install too early.
+RESTRICT="test"
+
+src_configure() {
+ :
+}
+
+src_install() {
+ postgres-multi_src_install
+
+ rm -r "${ED}"/usr/share/doc/postgresql* || die "Failed to remove improper doc locations"
+ dodoc doc/pgtap.mmd
+}
next reply other threads:[~2024-06-13 8:46 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-13 8:46 Patrick Lauer [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-03 15:57 [gentoo-commits] repo/gentoo:master commit in: dev-db/pgtap/ Patrick Lauer
2024-06-13 8:46 Patrick Lauer
2024-01-19 14:05 罗百科
2024-01-19 14:05 罗百科
2022-09-24 20:39 Andreas Sturmlechner
2022-07-26 1:36 Sam James
2022-03-22 14:34 Aaron W. Swenson
2022-03-22 14:30 Aaron W. Swenson
2022-03-17 14:37 Aaron W. Swenson
2022-02-14 7:34 罗百科
2021-08-22 21:53 David Seifert
2020-12-09 4:23 Aaron W. Swenson
2020-08-14 0:49 Aaron W. Swenson
2019-06-15 10:58 Aaron W. Swenson
2019-03-10 10:41 Aaron W. Swenson
2019-02-25 15:02 Mikle Kolyada
2018-11-28 11:26 Aaron W. Swenson
2018-08-20 15:01 Patrice Clement
2018-06-07 19:22 Aaron Bauman
2018-05-13 16:56 Aaron Swenson
2018-01-08 13:32 Mikle Kolyada
2017-11-30 19:54 Aaron Swenson
2017-07-10 14:12 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=1718267429.de35cef3483ebf4575b99f5000ca5d58b6191691.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