public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/azure-core/
@ 2024-11-13 11:13 James Le Cuirot
  0 siblings, 0 replies; 10+ messages in thread
From: James Le Cuirot @ 2024-11-13 11:13 UTC (permalink / raw
  To: gentoo-commits

commit:     26cd130b69e87c0ddbdb31c50f5e81fa5a5fd75d
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 11:10:52 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 11:13:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26cd130b

dev-cpp/azure-core: Stabilise 1.14.0 on amd64

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-cpp/azure-core/azure-core-1.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/azure-core/azure-core-1.14.0.ebuild b/dev-cpp/azure-core/azure-core-1.14.0.ebuild
index 1fdf31d0c265..dac17e6af524 100644
--- a/dev-cpp/azure-core/azure-core-1.14.0.ebuild
+++ b/dev-cpp/azure-core/azure-core-1.14.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Azure/azure-sdk-for-cpp/archive/${COMMIT}.tar.gz ->
 S="${WORKDIR}/${MY_P}/sdk/core/${PN}"
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="doc"
 RESTRICT="test" # Too many online tests.
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/azure-core/
@ 2024-11-13 11:27 James Le Cuirot
  0 siblings, 0 replies; 10+ messages in thread
From: James Le Cuirot @ 2024-11-13 11:27 UTC (permalink / raw
  To: gentoo-commits

commit:     76953c7a8b01b77b4938a482a56e429ccdcd8206
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 11:20:18 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 11:27:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76953c7a

dev-cpp/azure-core: Version bump to 1.14.1

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-cpp/azure-core/Manifest                 |  1 +
 dev-cpp/azure-core/azure-core-1.14.1.ebuild | 46 +++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/dev-cpp/azure-core/Manifest b/dev-cpp/azure-core/Manifest
index 9beb745f780d..b19c03567a2d 100644
--- a/dev-cpp/azure-core/Manifest
+++ b/dev-cpp/azure-core/Manifest
@@ -1 +1,2 @@
+DIST azure-sdk-for-cpp-0180c8ee5cc9f54d4edf8d39415f3733e4296e0f.tar.gz 3147847 BLAKE2B 3a67df60a0098243fdcf577d3bbb7d66b3e090ea10a0dc14b57780802d700aa5f15025158bb32dca558868691e64f4db8d072c92e87abbb9feccf1acd7c7dc32 SHA512 ae9dcbc2c1c4b97045379fe9194ce9ee6f252b980faa62b293ca86c540cc8d21a986aa81f767f80516766f8b10c345aec1d16629cb71e5265c36e05e88f5269d
 DIST azure-sdk-for-cpp-1289063cc2a7ba01fa7a8c7cd92155ef401c4cba.tar.gz 3130906 BLAKE2B 8fab2710f9c8bc5eb69b5f6bc389cf00cfaba1c6902ffa9a9e67e96bd91e508a9b1c643e57fbe74c68fa840bc707e00672ca0e3979baaabefb021849bb5815bb SHA512 19d122bd153ababd90d238a94b8227e56c17a677dc478fd680c099856fc874367a4c8aa83ccf372139400772951dad69899471970ac18088f901d67047b7755f

diff --git a/dev-cpp/azure-core/azure-core-1.14.1.ebuild b/dev-cpp/azure-core/azure-core-1.14.1.ebuild
new file mode 100644
index 000000000000..72868481bef0
--- /dev/null
+++ b/dev-cpp/azure-core/azure-core-1.14.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+COMMIT="0180c8ee5cc9f54d4edf8d39415f3733e4296e0f"
+MY_P="azure-sdk-for-cpp-${COMMIT}"
+DESCRIPTION="Azure SDK for C++"
+HOMEPAGE="https://azure.github.io/azure-sdk-for-cpp/"
+SRC_URI="https://github.com/Azure/azure-sdk-for-cpp/archive/${COMMIT}.tar.gz -> ${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}/sdk/core/${PN}"
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="doc"
+RESTRICT="test" # Too many online tests.
+
+RDEPEND="
+	dev-libs/openssl:=
+	net-misc/curl[ssl]
+"
+DEPEND="
+	${RDEPEND}
+"
+BDEPEND="
+	virtual/pkgconfig
+	doc? ( app-text/doxygen )
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_DOCUMENTATION=$(usex doc)
+		-DWARNINGS_AS_ERRORS=no
+	)
+
+	AZURE_SDK_DISABLE_AUTO_VCPKG=yes \
+	cmake_src_configure
+}
+
+src_install() {
+	cmake_src_install
+	rm -v "${ED}"/usr/share/*/copyright || die
+	use doc && dodoc -r "${BUILD_DIR}"/docs/html
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/azure-core/
@ 2025-03-07  9:41 James Le Cuirot
  0 siblings, 0 replies; 10+ messages in thread
From: James Le Cuirot @ 2025-03-07  9:41 UTC (permalink / raw
  To: gentoo-commits

commit:     08ee86ff9da0064cadb2db04006290e2dacd2bb9
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  7 09:41:03 2025 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Mar  7 09:41:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08ee86ff

dev-cpp/azure-core: Bump to 1.15.0, drop old 1.14.1

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-cpp/azure-core/Manifest                                           | 2 +-
 .../azure-core/{azure-core-1.14.1.ebuild => azure-core-1.15.0.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-cpp/azure-core/Manifest b/dev-cpp/azure-core/Manifest
index b19c03567a2d..55f2f8582382 100644
--- a/dev-cpp/azure-core/Manifest
+++ b/dev-cpp/azure-core/Manifest
@@ -1,2 +1,2 @@
-DIST azure-sdk-for-cpp-0180c8ee5cc9f54d4edf8d39415f3733e4296e0f.tar.gz 3147847 BLAKE2B 3a67df60a0098243fdcf577d3bbb7d66b3e090ea10a0dc14b57780802d700aa5f15025158bb32dca558868691e64f4db8d072c92e87abbb9feccf1acd7c7dc32 SHA512 ae9dcbc2c1c4b97045379fe9194ce9ee6f252b980faa62b293ca86c540cc8d21a986aa81f767f80516766f8b10c345aec1d16629cb71e5265c36e05e88f5269d
 DIST azure-sdk-for-cpp-1289063cc2a7ba01fa7a8c7cd92155ef401c4cba.tar.gz 3130906 BLAKE2B 8fab2710f9c8bc5eb69b5f6bc389cf00cfaba1c6902ffa9a9e67e96bd91e508a9b1c643e57fbe74c68fa840bc707e00672ca0e3979baaabefb021849bb5815bb SHA512 19d122bd153ababd90d238a94b8227e56c17a677dc478fd680c099856fc874367a4c8aa83ccf372139400772951dad69899471970ac18088f901d67047b7755f
+DIST azure-sdk-for-cpp-b6e7a28c6200d50080c38a598cf92d96d45cf976.tar.gz 3166921 BLAKE2B 226fcc802050848f915fb125e6921d0957c9eabeb72039b21efe21fe7146d04eba35fee7d82ed1aef32ee103b85cdf0c5e0f5c1d890f60156e3457d97507d220 SHA512 3bc4eafce529157d34d2bdd80fbd302513b082c3a59a5f1b0ffc453a8867401382538ced9887e52b2b998f112ecad960b6146bf7f7cee37110d51ca5801eed82

diff --git a/dev-cpp/azure-core/azure-core-1.14.1.ebuild b/dev-cpp/azure-core/azure-core-1.15.0.ebuild
similarity index 90%
rename from dev-cpp/azure-core/azure-core-1.14.1.ebuild
rename to dev-cpp/azure-core/azure-core-1.15.0.ebuild
index 72868481bef0..9c59c0b02b34 100644
--- a/dev-cpp/azure-core/azure-core-1.14.1.ebuild
+++ b/dev-cpp/azure-core/azure-core-1.15.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 inherit cmake
 
-COMMIT="0180c8ee5cc9f54d4edf8d39415f3733e4296e0f"
+COMMIT="b6e7a28c6200d50080c38a598cf92d96d45cf976"
 MY_P="azure-sdk-for-cpp-${COMMIT}"
 DESCRIPTION="Azure SDK for C++"
 HOMEPAGE="https://azure.github.io/azure-sdk-for-cpp/"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/azure-core/
@ 2025-07-10 17:42 James Le Cuirot
  0 siblings, 0 replies; 10+ messages in thread
From: James Le Cuirot @ 2025-07-10 17:42 UTC (permalink / raw
  To: gentoo-commits

commit:     df4dd2fcf429c03a364cbdc3b40d118c698493a2
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 10 17:32:12 2025 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Jul 10 17:42:22 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df4dd2fc

dev-cpp/azure-core: Stabilise 1.15.0 on amd64

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-cpp/azure-core/azure-core-1.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/azure-core/azure-core-1.15.0.ebuild b/dev-cpp/azure-core/azure-core-1.15.0.ebuild
index 9c59c0b02b34..b5b78fc4846a 100644
--- a/dev-cpp/azure-core/azure-core-1.15.0.ebuild
+++ b/dev-cpp/azure-core/azure-core-1.15.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Azure/azure-sdk-for-cpp/archive/${COMMIT}.tar.gz ->
 S="${WORKDIR}/${MY_P}/sdk/core/${PN}"
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="doc"
 RESTRICT="test" # Too many online tests.
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/azure-core/
@ 2025-07-10 17:42 James Le Cuirot
  0 siblings, 0 replies; 10+ messages in thread
From: James Le Cuirot @ 2025-07-10 17:42 UTC (permalink / raw
  To: gentoo-commits

commit:     e94b98bbc710b88173531fb63be9fd9ffdbc9be2
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 10 17:36:38 2025 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Jul 10 17:42:26 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e94b98bb

dev-cpp/azure-core: Version bump to 1.16.0

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-cpp/azure-core/Manifest                 |  1 +
 dev-cpp/azure-core/azure-core-1.16.0.ebuild | 46 +++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/dev-cpp/azure-core/Manifest b/dev-cpp/azure-core/Manifest
index 9b404f76c0d2..2f737167a7e3 100644
--- a/dev-cpp/azure-core/Manifest
+++ b/dev-cpp/azure-core/Manifest
@@ -1 +1,2 @@
 DIST azure-sdk-for-cpp-b6e7a28c6200d50080c38a598cf92d96d45cf976.tar.gz 3166921 BLAKE2B 226fcc802050848f915fb125e6921d0957c9eabeb72039b21efe21fe7146d04eba35fee7d82ed1aef32ee103b85cdf0c5e0f5c1d890f60156e3457d97507d220 SHA512 3bc4eafce529157d34d2bdd80fbd302513b082c3a59a5f1b0ffc453a8867401382538ced9887e52b2b998f112ecad960b6146bf7f7cee37110d51ca5801eed82
+DIST azure-sdk-for-cpp-de3cc64a55b2a67d672b7ca899a8675182d1c989.tar.gz 3359660 BLAKE2B eda2034cc789ad6d5e1d477bbb5a3619a53ee22b511707b8aec9471dc8b09814b4b6c199442532790f7b43c07e21bfa3f6534cf49e1f46d7f8a5e60f3e5eecce SHA512 b6004de0e1f312bdd55f91f597d2ee831be9d3d500a0c554a8258f52d054c288a6caff3ae86cc023b9ee1167df9fd898d65278f0b076ae23b2e65e9ab5791d36

diff --git a/dev-cpp/azure-core/azure-core-1.16.0.ebuild b/dev-cpp/azure-core/azure-core-1.16.0.ebuild
new file mode 100644
index 000000000000..118737dffc65
--- /dev/null
+++ b/dev-cpp/azure-core/azure-core-1.16.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+COMMIT="de3cc64a55b2a67d672b7ca899a8675182d1c989"
+MY_P="azure-sdk-for-cpp-${COMMIT}"
+DESCRIPTION="Azure SDK for C++"
+HOMEPAGE="https://azure.github.io/azure-sdk-for-cpp/"
+SRC_URI="https://github.com/Azure/azure-sdk-for-cpp/archive/${COMMIT}.tar.gz -> ${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}/sdk/core/${PN}"
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="doc"
+RESTRICT="test" # Too many online tests.
+
+RDEPEND="
+	dev-libs/openssl:=
+	net-misc/curl[ssl]
+"
+DEPEND="
+	${RDEPEND}
+"
+BDEPEND="
+	virtual/pkgconfig
+	doc? ( app-text/doxygen )
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_DOCUMENTATION=$(usex doc)
+		-DWARNINGS_AS_ERRORS=no
+	)
+
+	AZURE_SDK_DISABLE_AUTO_VCPKG=yes \
+	cmake_src_configure
+}
+
+src_install() {
+	cmake_src_install
+	rm -v "${ED}"/usr/share/*/copyright || die
+	use doc && dodoc -r "${BUILD_DIR}"/docs/html
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/azure-core/
@ 2025-09-11 17:16 James Le Cuirot
  0 siblings, 0 replies; 10+ messages in thread
From: James Le Cuirot @ 2025-09-11 17:16 UTC (permalink / raw
  To: gentoo-commits

commit:     a95db9167fb78f628cd177ae3b50866e4f75610e
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 11 17:10:16 2025 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Sep 11 17:11:32 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a95db916

dev-cpp/azure-core: Stabilise 1.16.0

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-cpp/azure-core/azure-core-1.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/azure-core/azure-core-1.16.0.ebuild b/dev-cpp/azure-core/azure-core-1.16.0.ebuild
index 118737dffc65..333d13c7042a 100644
--- a/dev-cpp/azure-core/azure-core-1.16.0.ebuild
+++ b/dev-cpp/azure-core/azure-core-1.16.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Azure/azure-sdk-for-cpp/archive/${COMMIT}.tar.gz ->
 S="${WORKDIR}/${MY_P}/sdk/core/${PN}"
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="doc"
 RESTRICT="test" # Too many online tests.
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/azure-core/
@ 2025-09-11 17:16 James Le Cuirot
  0 siblings, 0 replies; 10+ messages in thread
From: James Le Cuirot @ 2025-09-11 17:16 UTC (permalink / raw
  To: gentoo-commits

commit:     271938cd4d3ce29befdbe02063506cd9236231ca
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 11 17:09:52 2025 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Sep 11 17:11:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271938cd

dev-cpp/azure-core: Version bump to 1.16.1

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-cpp/azure-core/Manifest                 |  1 +
 dev-cpp/azure-core/azure-core-1.16.1.ebuild | 46 +++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/dev-cpp/azure-core/Manifest b/dev-cpp/azure-core/Manifest
index 2f737167a7e3..37489fc352e4 100644
--- a/dev-cpp/azure-core/Manifest
+++ b/dev-cpp/azure-core/Manifest
@@ -1,2 +1,3 @@
+DIST azure-sdk-for-cpp-11a2a38aa79daf573c2a16353dd9121536ac9fc1.tar.gz 3375477 BLAKE2B ee381975a7464c62b6a2d6a7aeaa52118cf6941a6c91b81eb8e056cc5deef9cd0d23dc7e56f273796fa906a064e9e23acb763762013b9c27837788cc261253ce SHA512 892223ff787bf68dd782e058962120b06f12891383fe26e157d9efd59ecc4d5d216f4fb1df6d46a46a57167ec1c3cfe864757e4e198a3c8a6a721603d7c51695
 DIST azure-sdk-for-cpp-b6e7a28c6200d50080c38a598cf92d96d45cf976.tar.gz 3166921 BLAKE2B 226fcc802050848f915fb125e6921d0957c9eabeb72039b21efe21fe7146d04eba35fee7d82ed1aef32ee103b85cdf0c5e0f5c1d890f60156e3457d97507d220 SHA512 3bc4eafce529157d34d2bdd80fbd302513b082c3a59a5f1b0ffc453a8867401382538ced9887e52b2b998f112ecad960b6146bf7f7cee37110d51ca5801eed82
 DIST azure-sdk-for-cpp-de3cc64a55b2a67d672b7ca899a8675182d1c989.tar.gz 3359660 BLAKE2B eda2034cc789ad6d5e1d477bbb5a3619a53ee22b511707b8aec9471dc8b09814b4b6c199442532790f7b43c07e21bfa3f6534cf49e1f46d7f8a5e60f3e5eecce SHA512 b6004de0e1f312bdd55f91f597d2ee831be9d3d500a0c554a8258f52d054c288a6caff3ae86cc023b9ee1167df9fd898d65278f0b076ae23b2e65e9ab5791d36

diff --git a/dev-cpp/azure-core/azure-core-1.16.1.ebuild b/dev-cpp/azure-core/azure-core-1.16.1.ebuild
new file mode 100644
index 000000000000..8cfac7c907e6
--- /dev/null
+++ b/dev-cpp/azure-core/azure-core-1.16.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+COMMIT="11a2a38aa79daf573c2a16353dd9121536ac9fc1"
+MY_P="azure-sdk-for-cpp-${COMMIT}"
+DESCRIPTION="Azure SDK for C++"
+HOMEPAGE="https://azure.github.io/azure-sdk-for-cpp/"
+SRC_URI="https://github.com/Azure/azure-sdk-for-cpp/archive/${COMMIT}.tar.gz -> ${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}/sdk/core/${PN}"
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="doc"
+RESTRICT="test" # Too many online tests.
+
+RDEPEND="
+	dev-libs/openssl:=
+	net-misc/curl[ssl]
+"
+DEPEND="
+	${RDEPEND}
+"
+BDEPEND="
+	virtual/pkgconfig
+	doc? ( app-text/doxygen )
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_DOCUMENTATION=$(usex doc)
+		-DWARNINGS_AS_ERRORS=no
+	)
+
+	AZURE_SDK_DISABLE_AUTO_VCPKG=yes \
+	cmake_src_configure
+}
+
+src_install() {
+	cmake_src_install
+	rm -v "${ED}"/usr/share/*/copyright || die
+	use doc && dodoc -r "${BUILD_DIR}"/docs/html
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/azure-core/
@ 2025-09-11 17:16 James Le Cuirot
  0 siblings, 0 replies; 10+ messages in thread
From: James Le Cuirot @ 2025-09-11 17:16 UTC (permalink / raw
  To: gentoo-commits

commit:     2c4a3060deee78b4545c6f725ff5ddb04bb5b3ee
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 11 17:10:45 2025 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Sep 11 17:11:33 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c4a3060

dev-cpp/azure-core: Drop old 1.15.0

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-cpp/azure-core/Manifest                 |  1 -
 dev-cpp/azure-core/azure-core-1.15.0.ebuild | 46 -----------------------------
 2 files changed, 47 deletions(-)

diff --git a/dev-cpp/azure-core/Manifest b/dev-cpp/azure-core/Manifest
index 37489fc352e4..00172e394f16 100644
--- a/dev-cpp/azure-core/Manifest
+++ b/dev-cpp/azure-core/Manifest
@@ -1,3 +1,2 @@
 DIST azure-sdk-for-cpp-11a2a38aa79daf573c2a16353dd9121536ac9fc1.tar.gz 3375477 BLAKE2B ee381975a7464c62b6a2d6a7aeaa52118cf6941a6c91b81eb8e056cc5deef9cd0d23dc7e56f273796fa906a064e9e23acb763762013b9c27837788cc261253ce SHA512 892223ff787bf68dd782e058962120b06f12891383fe26e157d9efd59ecc4d5d216f4fb1df6d46a46a57167ec1c3cfe864757e4e198a3c8a6a721603d7c51695
-DIST azure-sdk-for-cpp-b6e7a28c6200d50080c38a598cf92d96d45cf976.tar.gz 3166921 BLAKE2B 226fcc802050848f915fb125e6921d0957c9eabeb72039b21efe21fe7146d04eba35fee7d82ed1aef32ee103b85cdf0c5e0f5c1d890f60156e3457d97507d220 SHA512 3bc4eafce529157d34d2bdd80fbd302513b082c3a59a5f1b0ffc453a8867401382538ced9887e52b2b998f112ecad960b6146bf7f7cee37110d51ca5801eed82
 DIST azure-sdk-for-cpp-de3cc64a55b2a67d672b7ca899a8675182d1c989.tar.gz 3359660 BLAKE2B eda2034cc789ad6d5e1d477bbb5a3619a53ee22b511707b8aec9471dc8b09814b4b6c199442532790f7b43c07e21bfa3f6534cf49e1f46d7f8a5e60f3e5eecce SHA512 b6004de0e1f312bdd55f91f597d2ee831be9d3d500a0c554a8258f52d054c288a6caff3ae86cc023b9ee1167df9fd898d65278f0b076ae23b2e65e9ab5791d36

diff --git a/dev-cpp/azure-core/azure-core-1.15.0.ebuild b/dev-cpp/azure-core/azure-core-1.15.0.ebuild
deleted file mode 100644
index b5b78fc4846a..000000000000
--- a/dev-cpp/azure-core/azure-core-1.15.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-COMMIT="b6e7a28c6200d50080c38a598cf92d96d45cf976"
-MY_P="azure-sdk-for-cpp-${COMMIT}"
-DESCRIPTION="Azure SDK for C++"
-HOMEPAGE="https://azure.github.io/azure-sdk-for-cpp/"
-SRC_URI="https://github.com/Azure/azure-sdk-for-cpp/archive/${COMMIT}.tar.gz -> ${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}/sdk/core/${PN}"
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="amd64"
-IUSE="doc"
-RESTRICT="test" # Too many online tests.
-
-RDEPEND="
-	dev-libs/openssl:=
-	net-misc/curl[ssl]
-"
-DEPEND="
-	${RDEPEND}
-"
-BDEPEND="
-	virtual/pkgconfig
-	doc? ( app-text/doxygen )
-"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_DOCUMENTATION=$(usex doc)
-		-DWARNINGS_AS_ERRORS=no
-	)
-
-	AZURE_SDK_DISABLE_AUTO_VCPKG=yes \
-	cmake_src_configure
-}
-
-src_install() {
-	cmake_src_install
-	rm -v "${ED}"/usr/share/*/copyright || die
-	use doc && dodoc -r "${BUILD_DIR}"/docs/html
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/azure-core/
@ 2025-10-06 11:20 James Le Cuirot
  0 siblings, 0 replies; 10+ messages in thread
From: James Le Cuirot @ 2025-10-06 11:20 UTC (permalink / raw
  To: gentoo-commits

commit:     0b0e8e78fc11c894cd4fbb576e04c5738d716ec1
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  6 11:19:06 2025 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Oct  6 11:19:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b0e8e78

dev-cpp/azure-core: Stabilise 1.16.1 on amd64

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-cpp/azure-core/azure-core-1.16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/azure-core/azure-core-1.16.1.ebuild b/dev-cpp/azure-core/azure-core-1.16.1.ebuild
index 8cfac7c907e6..a78f7e0749e6 100644
--- a/dev-cpp/azure-core/azure-core-1.16.1.ebuild
+++ b/dev-cpp/azure-core/azure-core-1.16.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Azure/azure-sdk-for-cpp/archive/${COMMIT}.tar.gz ->
 S="${WORKDIR}/${MY_P}/sdk/core/${PN}"
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="doc"
 RESTRICT="test" # Too many online tests.
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/azure-core/
@ 2025-10-06 11:20 James Le Cuirot
  0 siblings, 0 replies; 10+ messages in thread
From: James Le Cuirot @ 2025-10-06 11:20 UTC (permalink / raw
  To: gentoo-commits

commit:     22c5b54021a5a28224d79c899fbd4e529b383de8
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  6 11:19:25 2025 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Oct  6 11:19:25 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c5b540

dev-cpp/azure-core: Drop old 1.16.0

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-cpp/azure-core/Manifest                 |  1 -
 dev-cpp/azure-core/azure-core-1.16.0.ebuild | 46 -----------------------------
 2 files changed, 47 deletions(-)

diff --git a/dev-cpp/azure-core/Manifest b/dev-cpp/azure-core/Manifest
index 00172e394f16..1334c3fda412 100644
--- a/dev-cpp/azure-core/Manifest
+++ b/dev-cpp/azure-core/Manifest
@@ -1,2 +1 @@
 DIST azure-sdk-for-cpp-11a2a38aa79daf573c2a16353dd9121536ac9fc1.tar.gz 3375477 BLAKE2B ee381975a7464c62b6a2d6a7aeaa52118cf6941a6c91b81eb8e056cc5deef9cd0d23dc7e56f273796fa906a064e9e23acb763762013b9c27837788cc261253ce SHA512 892223ff787bf68dd782e058962120b06f12891383fe26e157d9efd59ecc4d5d216f4fb1df6d46a46a57167ec1c3cfe864757e4e198a3c8a6a721603d7c51695
-DIST azure-sdk-for-cpp-de3cc64a55b2a67d672b7ca899a8675182d1c989.tar.gz 3359660 BLAKE2B eda2034cc789ad6d5e1d477bbb5a3619a53ee22b511707b8aec9471dc8b09814b4b6c199442532790f7b43c07e21bfa3f6534cf49e1f46d7f8a5e60f3e5eecce SHA512 b6004de0e1f312bdd55f91f597d2ee831be9d3d500a0c554a8258f52d054c288a6caff3ae86cc023b9ee1167df9fd898d65278f0b076ae23b2e65e9ab5791d36

diff --git a/dev-cpp/azure-core/azure-core-1.16.0.ebuild b/dev-cpp/azure-core/azure-core-1.16.0.ebuild
deleted file mode 100644
index 333d13c7042a..000000000000
--- a/dev-cpp/azure-core/azure-core-1.16.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-COMMIT="de3cc64a55b2a67d672b7ca899a8675182d1c989"
-MY_P="azure-sdk-for-cpp-${COMMIT}"
-DESCRIPTION="Azure SDK for C++"
-HOMEPAGE="https://azure.github.io/azure-sdk-for-cpp/"
-SRC_URI="https://github.com/Azure/azure-sdk-for-cpp/archive/${COMMIT}.tar.gz -> ${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}/sdk/core/${PN}"
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="amd64"
-IUSE="doc"
-RESTRICT="test" # Too many online tests.
-
-RDEPEND="
-	dev-libs/openssl:=
-	net-misc/curl[ssl]
-"
-DEPEND="
-	${RDEPEND}
-"
-BDEPEND="
-	virtual/pkgconfig
-	doc? ( app-text/doxygen )
-"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_DOCUMENTATION=$(usex doc)
-		-DWARNINGS_AS_ERRORS=no
-	)
-
-	AZURE_SDK_DISABLE_AUTO_VCPKG=yes \
-	cmake_src_configure
-}
-
-src_install() {
-	cmake_src_install
-	rm -v "${ED}"/usr/share/*/copyright || die
-	use doc && dodoc -r "${BUILD_DIR}"/docs/html
-}


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

end of thread, other threads:[~2025-10-06 11:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-10 17:42 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/azure-core/ James Le Cuirot
  -- strict thread matches above, loose matches on Subject: below --
2025-10-06 11:20 James Le Cuirot
2025-10-06 11:20 James Le Cuirot
2025-09-11 17:16 James Le Cuirot
2025-09-11 17:16 James Le Cuirot
2025-09-11 17:16 James Le Cuirot
2025-07-10 17:42 James Le Cuirot
2025-03-07  9:41 James Le Cuirot
2024-11-13 11:27 James Le Cuirot
2024-11-13 11:13 James Le Cuirot

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