From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgtap/
Date: Sat, 24 Sep 2022 20:39:57 +0000 (UTC) [thread overview]
Message-ID: <1664051979.e17d693ee625463e9e3be7eb1bc194b5e0f2c22f.asturm@gentoo> (raw)
commit: e17d693ee625463e9e3be7eb1bc194b5e0f2c22f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 21:35:22 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 24 20:39:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e17d693e
dev-db/pgtap: drop 0.99.0, 1.1.0, 1.2.0, EAPI-6--
Closes: https://bugs.gentoo.org/861017
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-db/pgtap/Manifest | 2 --
dev-db/pgtap/pgtap-0.99.0.ebuild | 30 ------------------------------
dev-db/pgtap/pgtap-1.1.0.ebuild | 31 -------------------------------
dev-db/pgtap/pgtap-1.2.0.ebuild | 31 -------------------------------
4 files changed, 94 deletions(-)
diff --git a/dev-db/pgtap/Manifest b/dev-db/pgtap/Manifest
index 132f3933d90b..dd00a611ef19 100644
--- a/dev-db/pgtap/Manifest
+++ b/dev-db/pgtap/Manifest
@@ -1,3 +1 @@
-DIST pgtap-0.99.0.zip 275915 BLAKE2B 33499dacc0019ecbe85ff3dc4fcc243b6102e0b7e7018d70b17cda44b8d22d8260229ab732db9900296232e0801070722bf97a752734ea7d389dc8ae57198b6f SHA512 c1b39bf2c041d759006d692229a67af1520b6a3d23fdac43f0781cac9ce69e7714fc854d1e45f1cb3ee188a20dccfb7904bc4dd1513699189fae70f425c13b5f
-DIST pgtap-1.1.0.zip 306590 BLAKE2B efde91e26fafc8300fa39b80d90eef134ebf3a309fca3248f61e2b8beb76b94d83b035d76c789509297f0bec48f35b5947b49e2da211826cd9d828145783607d SHA512 1cade794d738fc6b78d53a0feceff4e6c0e988fbcfe8cd9e8dbf62e2bea25d2e714baac55575e99f6d74ae0b7e5277770a69c8af7dbb5714913ea7435cf493fc
DIST pgtap-1.2.0.zip 319374 BLAKE2B 1cea77860a1928ed7cbf4ddb0bb8ff418023bf88e377196ae2b505c065321e3003179227077567e676a8c551230d259ecd1cdb590001fc71bcc821b87fb3d0f6 SHA512 5569bea5e7879787a91fa9b2baae5cbff1db5b9a5a096db2a9a064012d65e02c52bd1520422b5e6f87fb5b6e64845371188ea53c43a277aee68ffc05d5152ed7
diff --git a/dev-db/pgtap/pgtap-0.99.0.ebuild b/dev-db/pgtap/pgtap-0.99.0.ebuild
deleted file mode 100644
index bc84eefe2478..000000000000
--- a/dev-db/pgtap/pgtap-0.99.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-POSTGRES_COMPAT=( 9.6 {10..11} )
-
-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"
-IUSE=""
-
-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.
-RESTRICT="test"
-
-src_configure() {
- :
-}
diff --git a/dev-db/pgtap/pgtap-1.1.0.ebuild b/dev-db/pgtap/pgtap-1.1.0.ebuild
deleted file mode 100644
index ada507c7b18a..000000000000
--- a/dev-db/pgtap/pgtap-1.1.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-POSTGRES_COMPAT=( 9.6 {10..13} )
-
-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"
-IUSE=""
-
-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() {
- :
-}
diff --git a/dev-db/pgtap/pgtap-1.2.0.ebuild b/dev-db/pgtap/pgtap-1.2.0.ebuild
deleted file mode 100644
index 4828c1a8d65a..000000000000
--- a/dev-db/pgtap/pgtap-1.2.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-POSTGRES_COMPAT=( 9.6 {10..13} )
-
-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"
-IUSE=""
-
-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() {
- :
-}
next reply other threads:[~2022-09-24 20:40 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-24 20:39 Andreas Sturmlechner [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-06-13 8:46 Patrick Lauer
2024-01-19 14:05 罗百科
2024-01-19 14:05 罗百科
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=1664051979.e17d693ee625463e9e3be7eb1bc194b5e0f2c22f.asturm@gentoo \
--to=asturm@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