blob: ac9476f3407e0c0217cdb05bd40a8e51a33aa517 (
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=~amd64 ~x86
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/opendbx-1.4.6.tar.gz
_eclass_exported_funcs=pkg_setup:- src_configure:- src_compile:- src_install:-
_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 8632fcd33a047954f007dee9a137bdcc multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs 6198c04daba0e1307bd844df7d37f423
_md5_=1d9cf8bea5f714d2829dc4df5383daa8
|