blob: 733508c75ef2ca89fdfd95e32cda83244c1744fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=postgres_targets_postgres11? ( dev-db/postgresql:11= ) postgres_targets_postgres10? ( dev-db/postgresql:10= ) postgres_targets_postgres9_6? ( dev-db/postgresql:9.6= ) postgres_targets_postgres9_5? ( dev-db/postgresql:9.5= ) app-arch/unzip dev-perl/TAP-Parser-SourceHandler-pgTAP
DESCRIPTION=Unit testing for PostgreSQL
EAPI=6
HOMEPAGE=https://pgtap.org/
INHERIT=postgres-multi
IUSE=postgres_targets_postgres11 postgres_targets_postgres10 postgres_targets_postgres9_6 postgres_targets_postgres9_5
KEYWORDS=amd64
LICENSE=POSTGRESQL
RDEPEND=postgres_targets_postgres11? ( dev-db/postgresql:11= ) postgres_targets_postgres10? ( dev-db/postgresql:10= ) postgres_targets_postgres9_6? ( dev-db/postgresql:9.6= ) postgres_targets_postgres9_5? ( dev-db/postgresql:9.5= ) app-arch/unzip dev-perl/TAP-Parser-SourceHandler-pgTAP
RESTRICT=test
SLOT=0
SRC_URI=https://api.pgxn.org/dist/pgtap/0.99.0/pgtap-0.99.0.zip
_eclasses_=multibuild 05a584848db4901c97fcd94ae7cc3a97 user-info 8eda7e0ed7acb4b9678bea151579e154 user 527b8f84a662e996f692f97ffd2c893a postgres c90f34fec636bb31d36838ad7e11b37b postgres-multi 45f967e4809b0f1162e4e2c726308439
_md5_=d37721186722d9848ecdce8e78f5de59
|