blob: a43ae324e8c44ec362c079c97d7993aea17a0b87 (
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_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 0236be304ee52e7f179ed2f337075515 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee user e4b567c44272a719fabf53f0f885d3f7
_md5_=bfe21c451322bbcf274887f3250e2017
|