blob: 4329dc9389c6d84f7e17de9fa12e38c866059319 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
BDEPEND=virtual/pkgconfig
DEFINED_PHASES=compile install prepare test
DEPEND=>=dev-lang/lua-5.1:0= mysql? ( dev-db/mysql-connector-c:0= ) postgres? ( dev-db/postgresql:= ) sqlite? ( dev-db/sqlite )
DESCRIPTION=A database interface library for Lua
EAPI=7
HOMEPAGE=https://github.com/mwild1/luadbi
IUSE=mysql postgres +sqlite test
KEYWORDS=amd64 arm arm64 x86
LICENSE=MIT
RDEPEND=>=dev-lang/lua-5.1:0= mysql? ( dev-db/mysql-connector-c:0= ) postgres? ( dev-db/postgresql:= ) sqlite? ( dev-db/sqlite )
REQUIRED_USE=|| ( mysql postgres sqlite )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/mwild1/luadbi/archive/v0.7.2.tar.gz -> luadbi-0.7.2.tar.gz
_eclasses_=multilib d410501a125f99ffb560b0c523cd3d1e toolchain-funcs 1a94dc06d324bd0dab754e11abe6d27e
_md5_=d1cdff72ccf3c17ed2c336f1ae46a332
|