blob: 4c17ac7d0ea2851033e351652d8b2ab51a7e11d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DEFINED_PHASES=compile configure install postinst prepare setup test unpack
DEPEND=postgres_targets_postgres14? ( dev-db/postgresql:14=[server,threads(+)] ) postgres_targets_postgres13? ( dev-db/postgresql:13=[server,threads(+)] ) postgres_targets_postgres12? ( dev-db/postgresql:12=[server,threads(+)] ) perl? ( dev-perl/DBD-Pg )
DESCRIPTION=A replication system for the PostgreSQL Database Management System
EAPI=7
HOMEPAGE=https://slony.info/
INHERIT=flag-o-matic postgres-multi
IUSE=doc perl postgres_targets_postgres14 postgres_targets_postgres13 postgres_targets_postgres12
KEYWORDS=amd64 ppc x86
LICENSE=BSD GPL-2
RDEPEND=postgres_targets_postgres14? ( dev-db/postgresql:14=[server,threads(+)] ) postgres_targets_postgres13? ( dev-db/postgresql:13=[server,threads(+)] ) postgres_targets_postgres12? ( dev-db/postgresql:12=[server,threads(+)] ) perl? ( dev-perl/DBD-Pg )
REQUIRED_USE=|| ( postgres_targets_postgres14 postgres_targets_postgres13 postgres_targets_postgres12 )
RESTRICT=test
SLOT=0
SRC_URI=https://slony.info/downloads/2.2/source/slony1-2.2.10.tar.bz2 doc? ( https://slony.info/downloads/2.2/source/slony1-2.2.10-docs.tar.bz2 )
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 postgres 3f864368af6c0e46196e03821025f1f5 postgres-multi eb5db133692fe18bccaa7c2c5f45306d
_md5_=78171c49a7f04bcb4b96b7c5dc122e14
|