public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-db/tdscpp/
@ 2024-02-13  0:35 Mark Harmstone
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Harmstone @ 2024-02-13  0:35 UTC (permalink / raw
  To: gentoo-commits

commit:     e3ebaec664ff8da0530a6d749b2626afe2177069
Author:     Mark Harmstone <mark <AT> harmstone <DOT> com>
AuthorDate: Tue Feb 13 00:32:12 2024 +0000
Commit:     Mark Harmstone <mark <AT> harmstone <DOT> com>
CommitDate: Tue Feb 13 00:34:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e3ebaec6

dev-db/tdscpp: new package, add 20240212

Signed-off-by: Mark Harmstone <mark <AT> harmstone.com>

 dev-db/tdscpp/Manifest               |  1 +
 dev-db/tdscpp/metadata.xml           | 11 +++++++++++
 dev-db/tdscpp/tdscpp-20240212.ebuild | 35 +++++++++++++++++++++++++++++++++++
 3 files changed, 47 insertions(+)

diff --git a/dev-db/tdscpp/Manifest b/dev-db/tdscpp/Manifest
new file mode 100644
index 0000000000..4fa6624b3b
--- /dev/null
+++ b/dev-db/tdscpp/Manifest
@@ -0,0 +1 @@
+DIST tdscpp-20240212.tar.gz 724415 BLAKE2B 669b2741deb4881b698db68ec5db09da79345caa59d6d2a41938219bede27b00cb33d5cc404173ad9a1fe09d976e3fe46d25c5020c971704163577622e2695ce SHA512 bc88ccfced8dafd57ff14e480a3a911f8d00243c2d022fdee07afb5e49a285b82871cd43e50d3960370b7225aa86ace191725411128969c9fc47e85f3ab8aa8b

diff --git a/dev-db/tdscpp/metadata.xml b/dev-db/tdscpp/metadata.xml
new file mode 100644
index 0000000000..5cb4b7f967
--- /dev/null
+++ b/dev-db/tdscpp/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>mark@harmstone.com</email>
+		<name>Mark Harmstone</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">maharmstone/tdscpp</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-db/tdscpp/tdscpp-20240212.ebuild b/dev-db/tdscpp/tdscpp-20240212.ebuild
new file mode 100644
index 0000000000..8d1c0da764
--- /dev/null
+++ b/dev-db/tdscpp/tdscpp-20240212.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 ~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
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-db/tdscpp/
@ 2024-06-29 19:39 Mark Harmstone
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Harmstone @ 2024-06-29 19:39 UTC (permalink / raw
  To: gentoo-commits

commit:     18bc8747c8034cb881c32213b61a4f993b91839b
Author:     Mark Harmstone <mark <AT> harmstone <DOT> com>
AuthorDate: Sat Jun 29 19:34:16 2024 +0000
Commit:     Mark Harmstone <mark <AT> harmstone <DOT> com>
CommitDate: Sat Jun 29 19:35:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=18bc8747

dev-db/tdscpp: add 20240629, drop 20240212

Signed-off-by: Mark Harmstone <mark <AT> harmstone.com>

 dev-db/tdscpp/Manifest                                           | 2 +-
 dev-db/tdscpp/{tdscpp-20240212.ebuild => tdscpp-20240629.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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-20240629.ebuild
similarity index 94%
rename from dev-db/tdscpp/tdscpp-20240212.ebuild
rename to dev-db/tdscpp/tdscpp-20240629.ebuild
index 8d1c0da76..c3b44f071 100644
--- a/dev-db/tdscpp/tdscpp-20240212.ebuild
+++ b/dev-db/tdscpp/tdscpp-20240629.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://codeload.github.com/maharmstone/tdscpp/tar.gz/refs/tags/${PV} -
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 IUSE="kerberos +ssl"
 
 DEPEND="dev-cpp/nlohmann_json


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-db/tdscpp/
@ 2024-07-14 13:48 Mark Harmstone
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Harmstone @ 2024-07-14 13:48 UTC (permalink / raw
  To: gentoo-commits

commit:     73d60c47026d0c17f871bdcac164f2d8f9a54068
Author:     Mark Harmstone <mark <AT> harmstone <DOT> com>
AuthorDate: Sun Jul 14 13:47:01 2024 +0000
Commit:     Mark Harmstone <mark <AT> harmstone <DOT> com>
CommitDate: Sun Jul 14 13:47:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=73d60c47

dev-db/tdscpp: add 20240707, drop 20240629

Signed-off-by: Mark Harmstone <mark <AT> harmstone.com>

 dev-db/tdscpp/Manifest                                           | 2 +-
 dev-db/tdscpp/{tdscpp-20240629.ebuild => tdscpp-20240707.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/tdscpp/Manifest b/dev-db/tdscpp/Manifest
index 6b3401e77..2436974be 100644
--- a/dev-db/tdscpp/Manifest
+++ b/dev-db/tdscpp/Manifest
@@ -1 +1 @@
-DIST tdscpp-20240629.tar.gz 726330 BLAKE2B 61d3de2cf991d109cd58e3fc5cbdb2e5d5503fedba40431fff7eb01483e06e6d5ace737f650d44e1033f778cfcb893fd6f1f0506bc848ebebbb9e152332cc4ee SHA512 96ccfe86ecbe34fa7c55115d33ceb277c065f3ffef8600e1cf5df5daf458fedf35e994d3d335b5724436bf283622d32252616d4e9336fcf0123af5edb3f32bf1
+DIST tdscpp-20240707.tar.gz 728339 BLAKE2B 1a5cc1410b87872e59ca64a01900c1cdde550aadf12f7f4bc954b34d4bee9d266eb634e7e6cdc12281060baa8c7a267d2d8b9ba84e1d542ada23522fe71decf6 SHA512 62cab90e17394a5f1c4058bc3a606c1f9542fbad4a749032964ae76dfbcf903f7ff1b20a459c2b3d784c4abb31b5abe7e582b30eaebd83ac9887629221f4a694

diff --git a/dev-db/tdscpp/tdscpp-20240629.ebuild b/dev-db/tdscpp/tdscpp-20240707.ebuild
similarity index 100%
rename from dev-db/tdscpp/tdscpp-20240629.ebuild
rename to dev-db/tdscpp/tdscpp-20240707.ebuild


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-db/tdscpp/
@ 2025-03-01 16:14 Mark Harmstone
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Harmstone @ 2025-03-01 16:14 UTC (permalink / raw
  To: gentoo-commits

commit:     7d868530a7d84841a98d7b1dc376c3ddfdbd2467
Author:     Mark Harmstone <mark <AT> harmstone <DOT> com>
AuthorDate: Sat Mar  1 16:13:35 2025 +0000
Commit:     Mark Harmstone <mark <AT> harmstone <DOT> com>
CommitDate: Sat Mar  1 16:13:35 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d868530

dev-db/tdscpp: add 20250301, drop 20240707

Signed-off-by: Mark Harmstone <mark <AT> harmstone.com>

 dev-db/tdscpp/Manifest                                           | 2 +-
 dev-db/tdscpp/{tdscpp-20240707.ebuild => tdscpp-20250301.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/tdscpp/Manifest b/dev-db/tdscpp/Manifest
index 2436974be..000003251 100644
--- a/dev-db/tdscpp/Manifest
+++ b/dev-db/tdscpp/Manifest
@@ -1 +1 @@
-DIST tdscpp-20240707.tar.gz 728339 BLAKE2B 1a5cc1410b87872e59ca64a01900c1cdde550aadf12f7f4bc954b34d4bee9d266eb634e7e6cdc12281060baa8c7a267d2d8b9ba84e1d542ada23522fe71decf6 SHA512 62cab90e17394a5f1c4058bc3a606c1f9542fbad4a749032964ae76dfbcf903f7ff1b20a459c2b3d784c4abb31b5abe7e582b30eaebd83ac9887629221f4a694
+DIST tdscpp-20250301.tar.gz 728739 BLAKE2B 231722c102306540feda97b42254ec408e4b65e5f920bff2ae3988ebe7c0a372b584bf0b0b9bc1f26f9a7694d8bce1518c7e19ddc6d8e455fd3b60c5b137ca02 SHA512 6f7f36918e1047355dc948a803b786df2aacc006654d0604e7af627c8c7d28a5e2fdbd52b306811e0da5ccca044ce231606d9208a04d5358aac62b9e1f9b3139

diff --git a/dev-db/tdscpp/tdscpp-20240707.ebuild b/dev-db/tdscpp/tdscpp-20250301.ebuild
similarity index 100%
rename from dev-db/tdscpp/tdscpp-20240707.ebuild
rename to dev-db/tdscpp/tdscpp-20250301.ebuild


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-03-01 16:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-01 16:14 [gentoo-commits] repo/proj/guru:dev commit in: dev-db/tdscpp/ Mark Harmstone
  -- strict thread matches above, loose matches on Subject: below --
2024-07-14 13:48 Mark Harmstone
2024-06-29 19:39 Mark Harmstone
2024-02-13  0:35 Mark Harmstone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox