public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jan-Espen Oversand" <sigsegv@radiotube.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-db/soci/
Date: Wed, 28 May 2025 05:14:07 +0000 (UTC)	[thread overview]
Message-ID: <1748409232.c0688b5d4919541e46bcb0e7b9b2c0baa4a55e75.sigsegv@gentoo> (raw)

commit:     c0688b5d4919541e46bcb0e7b9b2c0baa4a55e75
Author:     Jan-Espen Oversand <sigsegv <AT> radiotube <DOT> org>
AuthorDate: Wed May 28 05:13:52 2025 +0000
Commit:     Jan-Espen Oversand <sigsegv <AT> radiotube <DOT> org>
CommitDate: Wed May 28 05:13:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c0688b5d

dev-db/soci: drop 4.1.1

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

 dev-db/soci/Manifest          |  1 -
 dev-db/soci/soci-4.1.1.ebuild | 48 -------------------------------------------
 2 files changed, 49 deletions(-)

diff --git a/dev-db/soci/Manifest b/dev-db/soci/Manifest
index 839d80dbaa..a401da3d6f 100644
--- a/dev-db/soci/Manifest
+++ b/dev-db/soci/Manifest
@@ -1,3 +1,2 @@
 DIST soci-4.0.3.tar.gz 1213452 BLAKE2B c0fe6d80e32a8df6de94d6fea5bafc1010b8f3e83a7132f95784e1dcc9b682e0037909621a5526c84dd78de60490016916d444f22dfb2a751c357c7a34ff6539 SHA512 1a3a00b8656a95d0e47256fe5ce5a26bc3fc6379b8cadfb12d4e604fb0168724d6cd7090b6b47ee329822593089386a59bdd040b081d873fcc31ad3555031bc6
-DIST soci-4.1.1.tar.gz 4378760 BLAKE2B 871ec5e88e4f1fd7e4a6b54cbbf4c4eb113660f869f5cd8fb698048715efc7148317cd7510b1f8013fc178452743fb9d20df9fb3ceda365a5eae82ebf3d02e69 SHA512 8453e743d869db68cd7f905672dc050a6984aec1542ef4d13f581710b03505d3b46682c93c6b800863445dcaa310d5bd9c302243d7ab47a34eae3e2b30b8ff53
 DIST soci-4.1.2.tar.gz 4380345 BLAKE2B 9c2036fcf8a5021a4906384fceb4b9b0e7284a0daff6392d919a80c9d28d9bacb94346c0d5dffad571c8cb5da60d7e479dd4bc5cadcdd7a88e3918a714a35b45 SHA512 45fe481809abd9c22c609dd9488bf4c2d3fd9df20e5973be7898647061f52dbff260940f218337c351c2d33d1bcd10b811436bae4cbd03bcab827b76e41ac566

diff --git a/dev-db/soci/soci-4.1.1.ebuild b/dev-db/soci/soci-4.1.1.ebuild
deleted file mode 100644
index 4a07e165de..0000000000
--- a/dev-db/soci/soci-4.1.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2024-2025 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"
-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)"
-	)
-	cmake_src_configure
-}


             reply	other threads:[~2025-05-28  5:14 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-28  5:14 Jan-Espen Oversand [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-24  5:04 [gentoo-commits] repo/proj/guru:dev commit in: dev-db/soci/ Jan-Espen Oversand
2025-06-23  5:06 Jan-Espen Oversand
2025-06-06  5:01 Jan-Espen Oversand
2025-06-06  5:01 Jan-Espen Oversand
2025-05-18 12:24 Jan-Espen Oversand
2025-05-18 11:35 Jan-Espen Oversand
2025-05-16 21:33 Jan-Espen Oversand
2024-12-16  7:25 Jan-Espen Oversand
2024-12-15 20:00 Jan-Espen Oversand
2024-12-14 12:22 Jan-Espen Oversand
2024-12-13 23:25 Jan-Espen Oversand
2024-12-12 13:14 Jan-Espen Oversand

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1748409232.c0688b5d4919541e46bcb0e7b9b2c0baa4a55e75.sigsegv@gentoo \
    --to=sigsegv@radiotube.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox