From 18bc8747c8034cb881c32213b61a4f993b91839b Mon Sep 17 00:00:00 2001 From: Mark Harmstone Date: Sat, 29 Jun 2024 20:34:16 +0100 Subject: dev-db/tdscpp: add 20240629, drop 20240212 Signed-off-by: Mark Harmstone --- dev-db/tdscpp/Manifest | 2 +- dev-db/tdscpp/tdscpp-20240212.ebuild | 35 ----------------------------------- dev-db/tdscpp/tdscpp-20240629.ebuild | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 dev-db/tdscpp/tdscpp-20240212.ebuild create mode 100644 dev-db/tdscpp/tdscpp-20240629.ebuild (limited to 'dev-db') diff --git a/dev-db/tdscpp/Manifest b/dev-db/tdscpp/Manifest index 4fa6624b3..6b3401e77 100644 --- a/dev-db/tdscpp/Manifest +++ b/dev-db/tdscpp/Manifest @@ -1 +1 @@ -DIST tdscpp-20240212.tar.gz 724415 BLAKE2B 669b2741deb4881b698db68ec5db09da79345caa59d6d2a41938219bede27b00cb33d5cc404173ad9a1fe09d976e3fe46d25c5020c971704163577622e2695ce SHA512 bc88ccfced8dafd57ff14e480a3a911f8d00243c2d022fdee07afb5e49a285b82871cd43e50d3960370b7225aa86ace191725411128969c9fc47e85f3ab8aa8b +DIST tdscpp-20240629.tar.gz 726330 BLAKE2B 61d3de2cf991d109cd58e3fc5cbdb2e5d5503fedba40431fff7eb01483e06e6d5ace737f650d44e1033f778cfcb893fd6f1f0506bc848ebebbb9e152332cc4ee SHA512 96ccfe86ecbe34fa7c55115d33ceb277c065f3ffef8600e1cf5df5daf458fedf35e994d3d335b5724436bf283622d32252616d4e9336fcf0123af5edb3f32bf1 diff --git a/dev-db/tdscpp/tdscpp-20240212.ebuild b/dev-db/tdscpp/tdscpp-20240212.ebuild deleted file mode 100644 index 8d1c0da76..000000000 --- a/dev-db/tdscpp/tdscpp-20240212.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="C++ library to communicate with Microsoft SQL server" -HOMEPAGE="https://github.com/maharmstone/tdscpp" -SRC_URI="https://codeload.github.com/maharmstone/tdscpp/tar.gz/refs/tags/${PV} -> ${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv" -IUSE="kerberos +ssl" - -DEPEND="dev-cpp/nlohmann_json - dev-libs/icu - kerberos? ( virtual/krb5 ) - ssl? ( dev-libs/openssl )" -RDEPEND="${DEPEND}" - -src_prepare() { - cmake_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DENABLE_KRB5="$(usex kerberos)" - -DWITH_OPENSSL="$(usex ssl)" - -DBUILD_SAMPLE=OFF - ) - - cmake_src_configure -} diff --git a/dev-db/tdscpp/tdscpp-20240629.ebuild b/dev-db/tdscpp/tdscpp-20240629.ebuild new file mode 100644 index 000000000..c3b44f071 --- /dev/null +++ b/dev-db/tdscpp/tdscpp-20240629.ebuild @@ -0,0 +1,35 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="C++ library to communicate with Microsoft SQL server" +HOMEPAGE="https://github.com/maharmstone/tdscpp" +SRC_URI="https://codeload.github.com/maharmstone/tdscpp/tar.gz/refs/tags/${PV} -> ${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +IUSE="kerberos +ssl" + +DEPEND="dev-cpp/nlohmann_json + dev-libs/icu + kerberos? ( virtual/krb5 ) + ssl? ( dev-libs/openssl )" +RDEPEND="${DEPEND}" + +src_prepare() { + cmake_src_prepare +} + +src_configure() { + local mycmakeargs=( + -DENABLE_KRB5="$(usex kerberos)" + -DWITH_OPENSSL="$(usex ssl)" + -DBUILD_SAMPLE=OFF + ) + + cmake_src_configure +} -- cgit v1.2.3-65-gdbad