blob: 495f7456f9f00a7f696f9e11d80596a2560a811b (
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/files/1.7.2/pgbouncer-1.7.2.tar.gz
_eclass_exported_funcs=pkg_postinst:- pkg_setup:- src_prepare:- src_configure:- src_install:-
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs bfd09e8e66991dd5ce9e57610d8d1e6c user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=9d9c284a9247a53789806f2f11ca750f
|