blob: d41a2c43c6ca792dac30a680c48a595a6fbb113e (
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_=flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c postgres 2ad3e67607a9b24fe6973ddf464c5258 postgres-multi ccad35d745ce66b41837db8a6ee94601 toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536
_md5_=78171c49a7f04bcb4b96b7c5dc122e14
|