diff options
Diffstat (limited to 'dev-db/pgtap')
-rw-r--r-- | dev-db/pgtap/Manifest | 5 | ||||
-rw-r--r-- | dev-db/pgtap/pgtap-0.99.0.ebuild | 30 | ||||
-rw-r--r-- | dev-db/pgtap/pgtap-1.1.0.ebuild | 31 | ||||
-rw-r--r-- | dev-db/pgtap/pgtap-1.2.0.ebuild | 31 |
4 files changed, 0 insertions, 97 deletions
diff --git a/dev-db/pgtap/Manifest b/dev-db/pgtap/Manifest index 0ad1f504b0fd..bbedb323a3b2 100644 --- a/dev-db/pgtap/Manifest +++ b/dev-db/pgtap/Manifest @@ -1,8 +1,3 @@ -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 -EBUILD pgtap-0.99.0.ebuild 584 BLAKE2B d50187a368d9a9485183a2a3dc9f23aef3fdc9b4f304f7b01eb4b5da1649ca19fb2c9fe60fa4dfc968153946da1e8457b650f7e67a343e402114df02ce9a324c SHA512 e8b2bfbe1fd3bc012dc7b87d92ebc7c7f026296c4c09881255225f648a6540f2c092580ea351d9f780672db61cf4195cf35c2285ca2b6a58cdf3c5c32536d278 -EBUILD pgtap-1.1.0.ebuild 638 BLAKE2B 1c44e86675592fbbef365d8aec2194c83dfdd0e56dd175159eb77bc3ba5a3ce904af9e149cc385cbeedc9847e656c7d8276dc329d09a654edaece1a224182a2b SHA512 c6f7b1c68c3be187b9f7332794cdc51a08bc6507aa9e530aa1bf302869fd0f69c9ef08092bb23d52eba368963ead74bedca374e9d2a3b36b26479977a9d4ed39 EBUILD pgtap-1.2.0-r2.ebuild 796 BLAKE2B 5f54b8291e1b1879836a9e599cdd26ed9e1deb1f0c1c3a2714928c284a7197827e336fc60e9b7ab84278c745ef3a07a79d335c8c5610de9b49c9315ab0ef8052 SHA512 52c4f031f84b5d75d05e5d57d56cc67834123c47f440ac9c10ed689ded80585568a7327c6a6398a73cfc312af30cb58c9c183a61902bb73f49e12c1dccea631f -EBUILD pgtap-1.2.0.ebuild 638 BLAKE2B ee4f80c5bc1891454996ca3a5572b66bbf5816b503eba567210527683691d8a08d67f6eef73f568dd2df98368d30bfc650e10e6219025cd3c88d7c5ac92f127e SHA512 087436540027476c4958df8536c34d00d1c8c8bcfe629bb158f22d342858c7a0342c1695e705a161e52521407bbfe522f24650f180561c6ac4bcf13bb135a699 MISC metadata.xml 629 BLAKE2B e7052e443d1a9c728bce35231d7aa287b2844409cc69ecb42b563000a7908e1db49d1a85fe01e8bcafb27fc2741181869895582a77286a0eb16b101ca672d3c4 SHA512 9a3f6c41f8a6577b0c2e29d81549644cf2c74f742aa3f4fca182e6588cc380ac3d2fa5ca07b931d41b24ba0021b81f462d316071ecaa1c3d813cbfa76603f063 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() { - : -} |