2026-02-02 08:30:57 UTC

This commit is contained in:
Repository mirror & CI
2026-02-02 08:30:57 +00:00
parent df21843772
commit d8e1f5bc47
3 changed files with 16 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=mysql? ( dev-db/mysql-connector-c:0= ) postgres? ( dev-db/postgresql:* ) sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] ) ssl? ( dev-libs/openssl:0= ) virtual/pkgconfig doc? ( app-text/doxygen )
DESCRIPTION=A thread safe high level multi-database connection pool library
EAPI=8
HOMEPAGE=https://www.tildeslash.com/libzdb/
IUSE=debug doc mysql postgres +sqlite ssl static-libs
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=mysql? ( dev-db/mysql-connector-c:0= ) postgres? ( dev-db/postgresql:* ) sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] ) ssl? ( dev-libs/openssl:0= )
REQUIRED_USE=|| ( postgres mysql sqlite )
RESTRICT=test
SLOT=0
SRC_URI=https://www.tildeslash.com/libzdb/dist/libzdb-3.5.0.tar.gz
_md5_=935b117eba279654774539f24f2b673b

View File

@@ -3994,7 +3994,7 @@ dev-db/libdbi 0.9.0: A database-independent abstraction layer in C
dev-db/libdbi-drivers 0.9.0-r3: The libdbi-drivers project maintains drivers for libdbi
dev-db/libiodbc 3.52.15-r1: ODBC Interface for Linux
dev-db/libodbc++ 0.2.5-r3: Provides a subset of the well-known JDBC 2.0(tm) and runs on top of ODBC
dev-db/libzdb 3.2.3 3.4.0 3.4.1: A thread safe high level multi-database connection pool library
dev-db/libzdb 3.2.3 3.4.0 3.4.1 3.5.0: A thread safe high level multi-database connection pool library
dev-db/litecli 1.15.0 9999: CLI for SQLite with auto-completion and syntax highlighting
dev-db/litedb 5.0.17-r4 5.0.21: .NET NoSQL Document Store in a single data file
dev-db/lmdb 0.9.33: An ultra-fast, ultra-compact key-value embedded data store

View File

@@ -1 +1 @@
Mon, 02 Feb 2026 07:00:55 +0000
Mon, 02 Feb 2026 08:30:57 +0000