Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgtap/
Date: Sat, 24 Sep 2022 20:40:01
Message-Id: 1664051979.e17d693ee625463e9e3be7eb1bc194b5e0f2c22f.asturm@gentoo
1 commit: e17d693ee625463e9e3be7eb1bc194b5e0f2c22f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 16 21:35:22 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 24 20:39:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e17d693e
7
8 dev-db/pgtap: drop 0.99.0, 1.1.0, 1.2.0, EAPI-6--
9
10 Closes: https://bugs.gentoo.org/861017
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-db/pgtap/Manifest | 2 --
14 dev-db/pgtap/pgtap-0.99.0.ebuild | 30 ------------------------------
15 dev-db/pgtap/pgtap-1.1.0.ebuild | 31 -------------------------------
16 dev-db/pgtap/pgtap-1.2.0.ebuild | 31 -------------------------------
17 4 files changed, 94 deletions(-)
18
19 diff --git a/dev-db/pgtap/Manifest b/dev-db/pgtap/Manifest
20 index 132f3933d90b..dd00a611ef19 100644
21 --- a/dev-db/pgtap/Manifest
22 +++ b/dev-db/pgtap/Manifest
23 @@ -1,3 +1 @@
24 -DIST pgtap-0.99.0.zip 275915 BLAKE2B 33499dacc0019ecbe85ff3dc4fcc243b6102e0b7e7018d70b17cda44b8d22d8260229ab732db9900296232e0801070722bf97a752734ea7d389dc8ae57198b6f SHA512 c1b39bf2c041d759006d692229a67af1520b6a3d23fdac43f0781cac9ce69e7714fc854d1e45f1cb3ee188a20dccfb7904bc4dd1513699189fae70f425c13b5f
25 -DIST pgtap-1.1.0.zip 306590 BLAKE2B efde91e26fafc8300fa39b80d90eef134ebf3a309fca3248f61e2b8beb76b94d83b035d76c789509297f0bec48f35b5947b49e2da211826cd9d828145783607d SHA512 1cade794d738fc6b78d53a0feceff4e6c0e988fbcfe8cd9e8dbf62e2bea25d2e714baac55575e99f6d74ae0b7e5277770a69c8af7dbb5714913ea7435cf493fc
26 DIST pgtap-1.2.0.zip 319374 BLAKE2B 1cea77860a1928ed7cbf4ddb0bb8ff418023bf88e377196ae2b505c065321e3003179227077567e676a8c551230d259ecd1cdb590001fc71bcc821b87fb3d0f6 SHA512 5569bea5e7879787a91fa9b2baae5cbff1db5b9a5a096db2a9a064012d65e02c52bd1520422b5e6f87fb5b6e64845371188ea53c43a277aee68ffc05d5152ed7
27
28 diff --git a/dev-db/pgtap/pgtap-0.99.0.ebuild b/dev-db/pgtap/pgtap-0.99.0.ebuild
29 deleted file mode 100644
30 index bc84eefe2478..000000000000
31 --- a/dev-db/pgtap/pgtap-0.99.0.ebuild
32 +++ /dev/null
33 @@ -1,30 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -POSTGRES_COMPAT=( 9.6 {10..11} )
40 -
41 -inherit postgres-multi
42 -
43 -DESCRIPTION="Unit testing for PostgreSQL"
44 -HOMEPAGE="https://pgtap.org/"
45 -SRC_URI="https://api.pgxn.org/dist/${PN}/${PV}/${P}.zip"
46 -
47 -LICENSE="POSTGRESQL"
48 -SLOT="0"
49 -KEYWORDS="amd64"
50 -IUSE=""
51 -
52 -DEPEND="${POSTGRES_DEP}
53 - app-arch/unzip
54 - dev-perl/TAP-Parser-SourceHandler-pgTAP
55 -"
56 -RDEPEND="${DEPEND}"
57 -
58 -# Tests requires a running database that match up with the current testing slot.
59 -RESTRICT="test"
60 -
61 -src_configure() {
62 - :
63 -}
64
65 diff --git a/dev-db/pgtap/pgtap-1.1.0.ebuild b/dev-db/pgtap/pgtap-1.1.0.ebuild
66 deleted file mode 100644
67 index ada507c7b18a..000000000000
68 --- a/dev-db/pgtap/pgtap-1.1.0.ebuild
69 +++ /dev/null
70 @@ -1,31 +0,0 @@
71 -# Copyright 1999-2021 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=7
75 -
76 -POSTGRES_COMPAT=( 9.6 {10..13} )
77 -
78 -inherit postgres-multi
79 -
80 -DESCRIPTION="Unit testing for PostgreSQL"
81 -HOMEPAGE="https://pgtap.org/"
82 -SRC_URI="https://api.pgxn.org/dist/${PN}/${PV}/${P}.zip"
83 -
84 -LICENSE="POSTGRESQL"
85 -SLOT="0"
86 -KEYWORDS="~amd64"
87 -IUSE=""
88 -
89 -DEPEND="${POSTGRES_DEP}
90 - app-arch/unzip
91 - dev-perl/TAP-Parser-SourceHandler-pgTAP
92 -"
93 -RDEPEND="${DEPEND}"
94 -
95 -# Tests requires a running database that match up with the current
96 -# testing slot. Won't run from ${ED}, want's to install too early.
97 -RESTRICT="test"
98 -
99 -src_configure() {
100 - :
101 -}
102
103 diff --git a/dev-db/pgtap/pgtap-1.2.0.ebuild b/dev-db/pgtap/pgtap-1.2.0.ebuild
104 deleted file mode 100644
105 index 4828c1a8d65a..000000000000
106 --- a/dev-db/pgtap/pgtap-1.2.0.ebuild
107 +++ /dev/null
108 @@ -1,31 +0,0 @@
109 -# Copyright 1999-2022 Gentoo Authors
110 -# Distributed under the terms of the GNU General Public License v2
111 -
112 -EAPI=7
113 -
114 -POSTGRES_COMPAT=( 9.6 {10..13} )
115 -
116 -inherit postgres-multi
117 -
118 -DESCRIPTION="Unit testing for PostgreSQL"
119 -HOMEPAGE="https://pgtap.org/"
120 -SRC_URI="https://api.pgxn.org/dist/${PN}/${PV}/${P}.zip"
121 -
122 -LICENSE="POSTGRESQL"
123 -SLOT="0"
124 -KEYWORDS="~amd64"
125 -IUSE=""
126 -
127 -DEPEND="${POSTGRES_DEP}
128 - app-arch/unzip
129 - dev-perl/TAP-Parser-SourceHandler-pgTAP
130 -"
131 -RDEPEND="${DEPEND}"
132 -
133 -# Tests requires a running database that match up with the current
134 -# testing slot. Won't run from ${ED}, want's to install too early.
135 -RESTRICT="test"
136 -
137 -src_configure() {
138 - :
139 -}