blob: fac9cf01be36e916dc90936b0c8bfd0b4a6dabba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DEFINED_PHASES=compile configure install prepare test
DEPEND=mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql ) sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] ) ssl? ( dev-libs/openssl ) virtual/pkgconfig doc? ( app-doc/doxygen )
DESCRIPTION=A thread safe high level multi-database connection pool library
EAPI=4
HOMEPAGE=http://www.tildeslash.com/libzdb/
IUSE=debug doc mysql postgres +sqlite ssl static-libs
KEYWORDS=~x86 ~amd64
LICENSE=GPL-3
RDEPEND=mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql ) sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] ) ssl? ( dev-libs/openssl )
REQUIRED_USE=|| ( postgres mysql sqlite )
RESTRICT=test
SLOT=0
SRC_URI=http://www.tildeslash.com/libzdb/dist/libzdb-3.0.tar.gz
_eclasses_=desktop 1b286a7e7143d8c4ec89cd0d2743a097 epatch 9a5f039771f143195164a15a4faa41a1 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 5b8ce72259e08104b337fe28c6de5dbc ltprune 607e058da37aa6dabfa408b7d61da72e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 1e35303c63cd707f6c3422b4493d5607 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf
_md5_=daf4a427611fb283af52d09a14a5a113
|