blob: 1be04eb1d47f4de3ca8c2316689258edd73be12d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DEFINED_PHASES=configure install postinst prepare setup
DEPEND=>=sys-libs/glibc-2.10 libevent? ( >=dev-libs/libevent-2.0 ) udns? ( >=net-libs/udns-0.1 ) app-text/docbook-xml-dtd:4.5 app-text/xmlto >=app-text/asciidoc-8.4
DESCRIPTION=Lightweight connection pooler for PostgreSQL
EAPI=5
HOMEPAGE=https://pgbouncer.github.io
IUSE=debug doc libevent udns
KEYWORDS=~amd64 ~x86
LICENSE=BSD
RDEPEND=>=sys-libs/glibc-2.10 libevent? ( >=dev-libs/libevent-2.0 ) udns? ( >=net-libs/udns-0.1 )
REQUIRED_USE=libevent? ( !udns ) udns? ( !libevent )
RESTRICT=test
SLOT=0
SRC_URI=https://pgbouncer.github.io/downloads/pgbouncer-1.5.5.tar.gz
_eclass_exported_funcs=pkg_postinst:- pkg_setup:- src_prepare:- src_configure:- src_install:-
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs 82165206dedb2075f9a0fb8f9b1f9441 user c66cbe7502fe1161066eb947d15b79f6
_md5_=387b956bc6b712211786c53bd6a1fd01
|