2024-11-17 20:03:49 UTC

This commit is contained in:
Repository mirror & CI
2024-11-17 20:03:49 +00:00
parent 19612e32aa
commit 4c04aa9a41
4 changed files with 17 additions and 3 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=7
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.4.0.tar.gz
_md5_=2754163b945a27032f8a2bf816f818f2

View File

@@ -12,4 +12,4 @@ RDEPEND=>=dev-libs/popt-1.7-r1 sys-libs/binutils-libs:= elibc_glibc? ( >=sys-lib
SLOT=0
SRC_URI=https://downloads.sourceforge.net/oprofile/oprofile-1.4.0.tar.gz
_eclasses_=gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 libtool 6b28392a775f807c8be5fc7ec9a605b9 autotools 7d91cc798a8afd8f4e0c6e9587296ebe java-utils-2 df5a29aeeb243804a2f5ef024c8467a9 java-pkg-opt-2 28044ae40e7846886b6f5eca24661629 linux-info ea4122ba1d8791a12b78e53f9510a2e3
_md5_=4f1c2d239fb6971919d28b23dbb93f9e
_md5_=faccebfbd0481c961a4ce5a7a78decd6

View File

@@ -3955,7 +3955,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: A thread safe high level multi-database connection pool library
dev-db/libzdb 3.2.3 3.4.0: A thread safe high level multi-database connection pool library
dev-db/litecli 1.11.1 1.12.3: CLI for SQLite with auto-completion and syntax highlighting
dev-db/litedb 5.0.17-r3: .NET NoSQL Document Store in a single data file
dev-db/lmdb 0.9.31 0.9.32 0.9.33: An ultra-fast, ultra-compact key-value embedded data store

View File

@@ -1 +1 @@
Sun, 17 Nov 2024 19:48:34 +0000
Sun, 17 Nov 2024 20:03:49 +0000