commit:     be1a27e2aa0e694a3c6d463a2e19e888731a7493
Author:     Jan-Espen Oversand <sigsegv <AT> radiotube <DOT> org>
AuthorDate: Thu Dec 12 13:14:11 2024 +0000
Commit:     Jan-Espen Oversand <sigsegv <AT> radiotube <DOT> org>
CommitDate: Thu Dec 12 13:14:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be1a27e2

dev-db/soci: new package, add 4.0.3

Signed-off-by: Jan-Espen Oversand <sigsegv <AT> radiotube.org>

 dev-db/soci/Manifest          |  1 +
 dev-db/soci/metadata.xml      | 11 +++++++++++
 dev-db/soci/soci-4.0.3.ebuild | 28 ++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-db/soci/Manifest b/dev-db/soci/Manifest
new file mode 100644
index 000000000..18796c726
--- /dev/null
+++ b/dev-db/soci/Manifest
@@ -0,0 +1 @@
+DIST soci-4.0.3.tar.gz 1213452 BLAKE2B 
c0fe6d80e32a8df6de94d6fea5bafc1010b8f3e83a7132f95784e1dcc9b682e0037909621a5526c84dd78de60490016916d444f22dfb2a751c357c7a34ff6539
 SHA512 
1a3a00b8656a95d0e47256fe5ce5a26bc3fc6379b8cadfb12d4e604fb0168724d6cd7090b6b47ee329822593089386a59bdd040b081d873fcc31ad3555031bc6

diff --git a/dev-db/soci/metadata.xml b/dev-db/soci/metadata.xml
new file mode 100644
index 000000000..e64cd5769
--- /dev/null
+++ b/dev-db/soci/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="person">
+    <email>[email protected]</email>
+    <description>Jan-Espen Oversand</description>
+  </maintainer>
+  <upstream>
+    <remote-id type="sourceforge">soci</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-db/soci/soci-4.0.3.ebuild b/dev-db/soci/soci-4.0.3.ebuild
new file mode 100644
index 000000000..dfdd6ed83
--- /dev/null
+++ b/dev-db/soci/soci-4.0.3.ebuild
@@ -0,0 +1,28 @@
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="SOCI - The C++ Database Access Library"
+HOMEPAGE="https://sourceforge.net/projects/soci/";
+SRC_URI="https://sourceforge.net/projects/soci/files/soci/soci-4.0.3/${P}.tar.gz/download
 -> ${P}.tar.gz"
+
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+CMAKE_SKIP_TESTS=(
+       soci_odbc_test_mssql
+       soci_odbc_test_mssql_static
+       soci_odbc_test_mysql
+       soci_odbc_test_mysql_static
+       soci_odbc_test_postgresql
+       soci_odbc_test_postgresql_static
+       soci_postgresql_test
+       soci_postgresql_test_static
+)
+
+RDEPEND=">=dev-libs/boost-1.85.0-r1 >=dev-db/unixODBC-2.3.12 
>=dev-db/sqlite-3.46.1"
+DEPEND="${RDEPEND}"
+

Reply via email to