commit:     6076789cc1a912051dac7a5522d0dbf8847cfa2f
Author:     Jan-Espen Oversand <sigsegv <AT> radiotube <DOT> org>
AuthorDate: Fri Jun  6 04:59:32 2025 +0000
Commit:     Jan-Espen Oversand <sigsegv <AT> radiotube <DOT> org>
CommitDate: Fri Jun  6 04:59:32 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6076789c

dev-db/soci: drop 4.0.3-r3

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

 dev-db/soci/soci-4.0.3-r3.ebuild | 49 ----------------------------------------
 1 file changed, 49 deletions(-)

diff --git a/dev-db/soci/soci-4.0.3-r3.ebuild b/dev-db/soci/soci-4.0.3-r3.ebuild
deleted file mode 100644
index 0a360f0686..0000000000
--- a/dev-db/soci/soci-4.0.3-r3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-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/${P}/${P}.tar.gz/download
 -> ${P}.tar.gz"
-
-LICENSE="Boost-1.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="odbc sqlite oracle postgres mysql static-libs test lto +cxx11"
-RESTRICT="!test? ( test )"
-
-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
-       soci_mysql_test
-       soci_mysql_test_static
-)
-
-RDEPEND="
-       >=dev-libs/boost-1.85.0-r1
-       odbc? ( dev-db/unixODBC )
-       sqlite? ( dev-db/sqlite )
-       oracle? ( dev-db/oracle-instantclient[sdk] )
-       postgres? ( dev-db/postgresql )
-       mysql? ( dev-db/mysql )
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       local mycmakeargs=(
-               -DSOCI_STATIC="$(usex static-libs)"
-               -DSOCI_TESTS="$(usex test)"
-               -DSOCI_LTO="$(usex lto)"
-               -DSOCI_CXX11="$(usex cxx11)"
-       )
-       cmake_src_configure
-}

Reply via email to