blob: 67fe9dc8090d408d082243d4aff1e83543dda584 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DEFINED_PHASES=compile configure install setup
DEPEND=mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:* ) sqlite? ( dev-db/sqlite:3 ) oracle? ( dev-db/oracle-instantclient-basic ) firebird? ( dev-db/firebird )
DESCRIPTION=OpenDBX - A database abstraction layer
EAPI=5
HOMEPAGE=http://www.linuxnetworks.de/doc/index.php/OpenDBX
IUSE=firebird +mysql oracle postgres sqlite
KEYWORDS=~x64-solaris
LICENSE=LGPL-2.1
RDEPEND=mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:* ) sqlite? ( dev-db/sqlite:3 ) oracle? ( dev-db/oracle-instantclient-basic ) firebird? ( dev-db/firebird )
RESTRICT=firebird? ( bindist )
SLOT=0
SRC_URI=http://www.linuxnetworks.de/opendbx/download/libopendbx-1.5.0.tar.gz
_eclass_exported_funcs=pkg_setup:- src_configure:- src_compile:- src_install:-
_eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783
_md5_=50c6baaf7afbfae138aa7eead821320a
|