summaryrefslogtreecommitdiff
path: root/dev-cpp
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-07-11 06:15:16 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-07-11 06:15:16 +0000
commit261ec5fcc9d9a0fb341c05472f26bc2df3c58b19 (patch)
treed18e917bde6406b01dc2a35a55b06f41539fc253 /dev-cpp
parent0f5515bc139488ed5cdb410d136b9bcefe32bd9e (diff)
downloadbaldeagleos-repo-261ec5fcc9d9a0fb341c05472f26bc2df3c58b19.tar.gz
baldeagleos-repo-261ec5fcc9d9a0fb341c05472f26bc2df3c58b19.tar.xz
baldeagleos-repo-261ec5fcc9d9a0fb341c05472f26bc2df3c58b19.zip
Adding metadata
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/azure-core/Manifest2
-rw-r--r--dev-cpp/azure-core/azure-core-1.15.0.ebuild2
-rw-r--r--dev-cpp/azure-core/azure-core-1.16.0.ebuild (renamed from dev-cpp/azure-core/azure-core-1.14.0.ebuild)12
-rw-r--r--dev-cpp/azure-core/files/azure-sdk-for-cpp-soversion.patch216
-rw-r--r--dev-cpp/azure-identity/Manifest2
-rw-r--r--dev-cpp/azure-identity/azure-identity-1.11.ebuild2
-rw-r--r--dev-cpp/azure-identity/azure-identity-1.12.0.ebuild (renamed from dev-cpp/azure-identity/azure-identity-1.10.0.ebuild)12
-rw-r--r--dev-cpp/azure-identity/files/azure-sdk-for-cpp-soversion.patch216
-rw-r--r--dev-cpp/cpp-httplib/Manifest2
-rw-r--r--dev-cpp/cpp-httplib/cpp-httplib-0.23.0.ebuild (renamed from dev-cpp/cpp-httplib/cpp-httplib-0.21.0.ebuild)0
10 files changed, 11 insertions, 455 deletions
diff --git a/dev-cpp/azure-core/Manifest b/dev-cpp/azure-core/Manifest
index 55f2f8582382..2f737167a7e3 100644
--- a/dev-cpp/azure-core/Manifest
+++ b/dev-cpp/azure-core/Manifest
@@ -1,2 +1,2 @@
-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
+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
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.
diff --git a/dev-cpp/azure-core/azure-core-1.14.0.ebuild b/dev-cpp/azure-core/azure-core-1.16.0.ebuild
index dac17e6af524..118737dffc65 100644
--- a/dev-cpp/azure-core/azure-core-1.14.0.ebuild
+++ b/dev-cpp/azure-core/azure-core-1.16.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="1289063cc2a7ba01fa7a8c7cd92155ef401c4cba"
+COMMIT="de3cc64a55b2a67d672b7ca899a8675182d1c989"
MY_P="azure-sdk-for-cpp-${COMMIT}"
DESCRIPTION="Azure SDK for C++"
HOMEPAGE="https://azure.github.io/azure-sdk-for-cpp/"
@@ -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.
@@ -29,12 +29,6 @@ BDEPEND="
doc? ( app-text/doxygen )
"
-src_prepare() {
- cmake_src_prepare
- cd ../../.. || die
- eapply "${FILESDIR}"/azure-sdk-for-cpp-soversion.patch
-}
-
src_configure() {
local mycmakeargs=(
-DBUILD_DOCUMENTATION=$(usex doc)
diff --git a/dev-cpp/azure-core/files/azure-sdk-for-cpp-soversion.patch b/dev-cpp/azure-core/files/azure-sdk-for-cpp-soversion.patch
deleted file mode 100644
index 550f9f228478..000000000000
--- a/dev-cpp/azure-core/files/azure-sdk-for-cpp-soversion.patch
+++ /dev/null
@@ -1,216 +0,0 @@
-diff --git a/sdk/attestation/azure-security-attestation/CMakeLists.txt b/sdk/attestation/azure-security-attestation/CMakeLists.txt
-index 8dec8cf..dff3461 100644
---- a/sdk/attestation/azure-security-attestation/CMakeLists.txt
-+++ b/sdk/attestation/azure-security-attestation/CMakeLists.txt
-@@ -86,6 +86,7 @@ create_code_coverage(attestation azure-security-attestation azure-security-attes
-
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-security-attestation PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-security-attestation ${AZ_LIBRARY_VERSION})
-
- az_vcpkg_export(
-diff --git a/sdk/core/azure-core-amqp/CMakeLists.txt b/sdk/core/azure-core-amqp/CMakeLists.txt
-index 3ef7bf8..e99d57f 100644
---- a/sdk/core/azure-core-amqp/CMakeLists.txt
-+++ b/sdk/core/azure-core-amqp/CMakeLists.txt
-@@ -177,6 +177,7 @@ target_link_libraries(azure-core-amqp PRIVATE
- PUBLIC Azure::azure-core)
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-core-amqp PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-core-amqp ${AZ_LIBRARY_VERSION})
-
- az_vcpkg_export(
-diff --git a/sdk/core/azure-core-tracing-opentelemetry/CMakeLists.txt b/sdk/core/azure-core-tracing-opentelemetry/CMakeLists.txt
-index 23cf7d1..3834d6c 100644
---- a/sdk/core/azure-core-tracing-opentelemetry/CMakeLists.txt
-+++ b/sdk/core/azure-core-tracing-opentelemetry/CMakeLists.txt
-@@ -80,6 +80,7 @@ if (BUILD_AZURE_CORE_TRACING_OPENTELEMETRY)
- endif()
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-core-tracing-opentelemetry PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-core-tracing-opentelemetry ${AZ_LIBRARY_VERSION})
-
- if(BUILD_AZURE_CORE_TRACING_OPENTELEMETRY)
-diff --git a/sdk/core/azure-core/CMakeLists.txt b/sdk/core/azure-core/CMakeLists.txt
-index 87c5cfd..9dbf5a0 100644
---- a/sdk/core/azure-core/CMakeLists.txt
-+++ b/sdk/core/azure-core/CMakeLists.txt
-@@ -192,6 +192,7 @@ if(BUILD_TRANSPORT_WINHTTP)
- endif()
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-core PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-core ${AZ_LIBRARY_VERSION})
-
- az_vcpkg_export(
-diff --git a/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/CMakeLists.txt b/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/CMakeLists.txt
-index 2152690..4af757c 100644
---- a/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/CMakeLists.txt
-+++ b/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/CMakeLists.txt
-@@ -91,6 +91,7 @@ target_link_libraries(azure-messaging-eventhubs-checkpointstore-blob
- create_code_coverage(eventhubs azure-messaging-eventhubs-checkpointstore-blob azure-messaging-eventhubs-blobcheckpointstore-test "tests?/*;samples?/*")
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-messaging-eventhubs-checkpointstore-blob PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- #generate_documentation(azure-messaging-eventhubs-checkpointstore-blob ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-messaging-eventhubs-checkpointstore-blob ${AZ_LIBRARY_VERSION})
-
-diff --git a/sdk/eventhubs/azure-messaging-eventhubs/CMakeLists.txt b/sdk/eventhubs/azure-messaging-eventhubs/CMakeLists.txt
-index 0ea0b8e..e0dbe51 100644
---- a/sdk/eventhubs/azure-messaging-eventhubs/CMakeLists.txt
-+++ b/sdk/eventhubs/azure-messaging-eventhubs/CMakeLists.txt
-@@ -116,6 +116,7 @@ target_compile_definitions(azure-messaging-eventhubs PRIVATE _azure_BUILDING_SDK
- create_code_coverage(eventhubs azure-messaging-eventhubs azure-messaging-eventhubs-test "tests?/*;samples?/*")
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-messaging-eventhubs PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-messaging-eventhubs ${AZ_LIBRARY_VERSION})
-
- add_subdirectory(test)
-diff --git a/sdk/identity/azure-identity/CMakeLists.txt b/sdk/identity/azure-identity/CMakeLists.txt
-index 57fe6bb..3c21177 100644
---- a/sdk/identity/azure-identity/CMakeLists.txt
-+++ b/sdk/identity/azure-identity/CMakeLists.txt
-@@ -117,6 +117,7 @@ else()
- endif()
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-identity PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-identity ${AZ_LIBRARY_VERSION})
-
- az_vcpkg_export(
-diff --git a/sdk/keyvault/azure-security-keyvault-administration/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-administration/CMakeLists.txt
-index 5f70eb3..b065d33 100644
---- a/sdk/keyvault/azure-security-keyvault-administration/CMakeLists.txt
-+++ b/sdk/keyvault/azure-security-keyvault-administration/CMakeLists.txt
-@@ -95,6 +95,7 @@ target_compile_definitions(azure-security-keyvault-administration PRIVATE _azure
- create_code_coverage(keyvault azure-security-keyvault-administration azure-security-keyvault-administration-test "tests?/*;samples?/*")
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-security-keyvault-administration PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-security-keyvault-administration ${AZ_LIBRARY_VERSION})
- if(BUILD_TESTING)
-
-diff --git a/sdk/keyvault/azure-security-keyvault-certificates/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-certificates/CMakeLists.txt
-index 0806e09..8014038 100644
---- a/sdk/keyvault/azure-security-keyvault-certificates/CMakeLists.txt
-+++ b/sdk/keyvault/azure-security-keyvault-certificates/CMakeLists.txt
-@@ -100,6 +100,7 @@ target_compile_definitions(azure-security-keyvault-certificates PRIVATE _azure_B
- create_code_coverage(keyvault azure-security-keyvault-certificates azure-security-keyvault-certificates-test "tests?/*;samples?/*")
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-security-keyvault-certificates PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-security-keyvault-certificates ${AZ_LIBRARY_VERSION})
-
- if(BUILD_TESTING)
-diff --git a/sdk/keyvault/azure-security-keyvault-keys/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-keys/CMakeLists.txt
-index 6217fd1..2de5e64 100644
---- a/sdk/keyvault/azure-security-keyvault-keys/CMakeLists.txt
-+++ b/sdk/keyvault/azure-security-keyvault-keys/CMakeLists.txt
-@@ -138,6 +138,7 @@ target_compile_definitions(azure-security-keyvault-keys PRIVATE _azure_BUILDING_
- create_code_coverage(keyvault azure-security-keyvault-keys azure-security-keyvault-keys-test "tests?/*;samples?/*")
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-security-keyvault-keys PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-security-keyvault-keys ${AZ_LIBRARY_VERSION})
-
- if(BUILD_TESTING)
-diff --git a/sdk/keyvault/azure-security-keyvault-secrets/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-secrets/CMakeLists.txt
-index 7cc62a8..3664d8c 100644
---- a/sdk/keyvault/azure-security-keyvault-secrets/CMakeLists.txt
-+++ b/sdk/keyvault/azure-security-keyvault-secrets/CMakeLists.txt
-@@ -115,6 +115,7 @@ target_compile_definitions(azure-security-keyvault-secrets PRIVATE _azure_BUILDI
- create_code_coverage(keyvault azure-security-keyvault-secrets azure-security-keyvault-secrets-test "tests?/*;samples?/*")
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-security-keyvault-secrets PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-security-keyvault-secrets ${AZ_LIBRARY_VERSION})
- if(BUILD_TESTING)
-
-diff --git a/sdk/storage/azure-storage-blobs/CMakeLists.txt b/sdk/storage/azure-storage-blobs/CMakeLists.txt
-index f87ceae..657ef33 100644
---- a/sdk/storage/azure-storage-blobs/CMakeLists.txt
-+++ b/sdk/storage/azure-storage-blobs/CMakeLists.txt
-@@ -96,6 +96,7 @@ target_link_libraries(azure-storage-blobs PUBLIC Azure::azure-storage-common)
- target_compile_definitions(azure-storage-blobs PRIVATE _azure_BUILDING_SDK)
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-storage-blobs PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-storage-blobs ${AZ_LIBRARY_VERSION})
-
- az_vcpkg_export(
-diff --git a/sdk/storage/azure-storage-common/CMakeLists.txt b/sdk/storage/azure-storage-common/CMakeLists.txt
-index 30f056d..ce90e8a 100644
---- a/sdk/storage/azure-storage-common/CMakeLists.txt
-+++ b/sdk/storage/azure-storage-common/CMakeLists.txt
-@@ -107,6 +107,7 @@ else()
- endif()
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-storage-common PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-storage-common ${AZ_LIBRARY_VERSION})
-
- az_vcpkg_export(
-diff --git a/sdk/storage/azure-storage-files-datalake/CMakeLists.txt b/sdk/storage/azure-storage-files-datalake/CMakeLists.txt
-index 71905c8..ac82507 100644
---- a/sdk/storage/azure-storage-files-datalake/CMakeLists.txt
-+++ b/sdk/storage/azure-storage-files-datalake/CMakeLists.txt
-@@ -92,6 +92,7 @@ target_include_directories(
- target_link_libraries(azure-storage-files-datalake PUBLIC Azure::azure-storage-blobs)
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-storage-files-datalake PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-storage-files-datalake ${AZ_LIBRARY_VERSION})
-
- az_vcpkg_export(
-diff --git a/sdk/storage/azure-storage-files-shares/CMakeLists.txt b/sdk/storage/azure-storage-files-shares/CMakeLists.txt
-index 891f954..cf6cd92 100644
---- a/sdk/storage/azure-storage-files-shares/CMakeLists.txt
-+++ b/sdk/storage/azure-storage-files-shares/CMakeLists.txt
-@@ -88,6 +88,7 @@ target_include_directories(
- target_link_libraries(azure-storage-files-shares PUBLIC Azure::azure-storage-common)
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-storage-files-shares PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-storage-files-shares ${AZ_LIBRARY_VERSION})
-
- az_vcpkg_export(
-diff --git a/sdk/storage/azure-storage-queues/CMakeLists.txt b/sdk/storage/azure-storage-queues/CMakeLists.txt
-index e567623..2e340d5 100644
---- a/sdk/storage/azure-storage-queues/CMakeLists.txt
-+++ b/sdk/storage/azure-storage-queues/CMakeLists.txt
-@@ -81,6 +81,7 @@ target_include_directories(
- target_link_libraries(azure-storage-queues PUBLIC Azure::azure-storage-common)
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-storage-queues PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-storage-queues ${AZ_LIBRARY_VERSION})
-
- az_vcpkg_export(
-diff --git a/sdk/tables/azure-data-tables/CMakeLists.txt b/sdk/tables/azure-data-tables/CMakeLists.txt
-index 038e267..d7e7976 100644
---- a/sdk/tables/azure-data-tables/CMakeLists.txt
-+++ b/sdk/tables/azure-data-tables/CMakeLists.txt
-@@ -106,6 +106,7 @@ target_include_directories(
- target_link_libraries(azure-data-tables PUBLIC Azure::azure-core)
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-data-tables PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-data-tables ${AZ_LIBRARY_VERSION})
-
- az_vcpkg_export(
-diff --git a/sdk/template/azure-template/CMakeLists.txt b/sdk/template/azure-template/CMakeLists.txt
-index 84e3d17..43f3320 100644
---- a/sdk/template/azure-template/CMakeLists.txt
-+++ b/sdk/template/azure-template/CMakeLists.txt
-@@ -78,6 +78,7 @@ add_library(Azure::azure-template ALIAS azure-template)
- create_code_coverage(template azure-template azure-template-test "tests?/*;samples?/*")
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-template PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-template ${AZ_LIBRARY_VERSION})
-
- az_vcpkg_export(
diff --git a/dev-cpp/azure-identity/Manifest b/dev-cpp/azure-identity/Manifest
index c41ab7e07c7a..e8902affed06 100644
--- a/dev-cpp/azure-identity/Manifest
+++ b/dev-cpp/azure-identity/Manifest
@@ -1,2 +1,2 @@
-DIST azure-sdk-for-cpp-4b913e073e50466e8b2d674e65234e7b66d7db49.tar.gz 3130918 BLAKE2B 09f85c1d984b74de2ecfe7de3953b5d4d9898dd087d5a507f4a9a26ab79782a03022adf0fe5cd27cf998fbe277279a3dc0b3cc1977a8599338229146263fffaa SHA512 d243465b248b671495cf94c6d6a53639f6976cfd888a7963e98ba7381ae2b659e39af0102be31e2ad6912b4d3c78bbfc8038318fb98cfb736f5aa99d38207d93
+DIST azure-sdk-for-cpp-de3cc64a55b2a67d672b7ca899a8675182d1c989.tar.gz 3359660 BLAKE2B eda2034cc789ad6d5e1d477bbb5a3619a53ee22b511707b8aec9471dc8b09814b4b6c199442532790f7b43c07e21bfa3f6534cf49e1f46d7f8a5e60f3e5eecce SHA512 b6004de0e1f312bdd55f91f597d2ee831be9d3d500a0c554a8258f52d054c288a6caff3ae86cc023b9ee1167df9fd898d65278f0b076ae23b2e65e9ab5791d36
DIST azure-sdk-for-cpp-e8d34efc671b7dff133bd32bd2fe65aab4737ef2.tar.gz 3330505 BLAKE2B 3693cc1d587ad3cba32f5dfdbbc650fbd077f05092f0bd44809d1b99b27a2e3e4a9eeb6fa725e5385f117cd76fb09101839e74c3fdc1e082b45d824cad059fb4 SHA512 ffa0ec9e10dfefd948607761dcc328d39bbb3ed56aa9d1df7c1e370fcfd61e91df6f207c85a97e84fb1bd5ad7f2ec848f2f5f1cb85181174c6c7850ade265eeb
diff --git a/dev-cpp/azure-identity/azure-identity-1.11.ebuild b/dev-cpp/azure-identity/azure-identity-1.11.ebuild
index a91721b4d614..d91609fc3ebe 100644
--- a/dev-cpp/azure-identity/azure-identity-1.11.ebuild
+++ b/dev-cpp/azure-identity/azure-identity-1.11.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Azure/azure-sdk-for-cpp/archive/${COMMIT}.tar.gz ->
S="${WORKDIR}/${MY_P}/sdk/identity/${PN}"
LICENSE="MIT"
SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
IUSE="doc"
RESTRICT="test" # Too many online tests.
diff --git a/dev-cpp/azure-identity/azure-identity-1.10.0.ebuild b/dev-cpp/azure-identity/azure-identity-1.12.0.ebuild
index ee92b0473c88..2b9179081259 100644
--- a/dev-cpp/azure-identity/azure-identity-1.10.0.ebuild
+++ b/dev-cpp/azure-identity/azure-identity-1.12.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="4b913e073e50466e8b2d674e65234e7b66d7db49"
+COMMIT="de3cc64a55b2a67d672b7ca899a8675182d1c989"
MY_P="azure-sdk-for-cpp-${COMMIT}"
DESCRIPTION="Azure SDK for C++"
HOMEPAGE="https://azure.github.io/azure-sdk-for-cpp/"
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Azure/azure-sdk-for-cpp/archive/${COMMIT}.tar.gz ->
S="${WORKDIR}/${MY_P}/sdk/identity/${PN}"
LICENSE="MIT"
SLOT="0/${PV}"
-KEYWORDS="amd64"
+KEYWORDS="~amd64"
IUSE="doc"
RESTRICT="test" # Too many online tests.
@@ -30,12 +30,6 @@ BDEPEND="
doc? ( app-text/doxygen )
"
-src_prepare() {
- cmake_src_prepare
- cd ../../.. || die
- eapply "${FILESDIR}"/azure-sdk-for-cpp-soversion.patch
-}
-
src_configure() {
local mycmakeargs=(
-DBUILD_DOCUMENTATION=$(usex doc)
diff --git a/dev-cpp/azure-identity/files/azure-sdk-for-cpp-soversion.patch b/dev-cpp/azure-identity/files/azure-sdk-for-cpp-soversion.patch
deleted file mode 100644
index 550f9f228478..000000000000
--- a/dev-cpp/azure-identity/files/azure-sdk-for-cpp-soversion.patch
+++ /dev/null
@@ -1,216 +0,0 @@
-diff --git a/sdk/attestation/azure-security-attestation/CMakeLists.txt b/sdk/attestation/azure-security-attestation/CMakeLists.txt
-index 8dec8cf..dff3461 100644
---- a/sdk/attestation/azure-security-attestation/CMakeLists.txt
-+++ b/sdk/attestation/azure-security-attestation/CMakeLists.txt
-@@ -86,6 +86,7 @@ create_code_coverage(attestation azure-security-attestation azure-security-attes
-
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-security-attestation PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-security-attestation ${AZ_LIBRARY_VERSION})
-
- az_vcpkg_export(
-diff --git a/sdk/core/azure-core-amqp/CMakeLists.txt b/sdk/core/azure-core-amqp/CMakeLists.txt
-index 3ef7bf8..e99d57f 100644
---- a/sdk/core/azure-core-amqp/CMakeLists.txt
-+++ b/sdk/core/azure-core-amqp/CMakeLists.txt
-@@ -177,6 +177,7 @@ target_link_libraries(azure-core-amqp PRIVATE
- PUBLIC Azure::azure-core)
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-core-amqp PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-core-amqp ${AZ_LIBRARY_VERSION})
-
- az_vcpkg_export(
-diff --git a/sdk/core/azure-core-tracing-opentelemetry/CMakeLists.txt b/sdk/core/azure-core-tracing-opentelemetry/CMakeLists.txt
-index 23cf7d1..3834d6c 100644
---- a/sdk/core/azure-core-tracing-opentelemetry/CMakeLists.txt
-+++ b/sdk/core/azure-core-tracing-opentelemetry/CMakeLists.txt
-@@ -80,6 +80,7 @@ if (BUILD_AZURE_CORE_TRACING_OPENTELEMETRY)
- endif()
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-core-tracing-opentelemetry PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-core-tracing-opentelemetry ${AZ_LIBRARY_VERSION})
-
- if(BUILD_AZURE_CORE_TRACING_OPENTELEMETRY)
-diff --git a/sdk/core/azure-core/CMakeLists.txt b/sdk/core/azure-core/CMakeLists.txt
-index 87c5cfd..9dbf5a0 100644
---- a/sdk/core/azure-core/CMakeLists.txt
-+++ b/sdk/core/azure-core/CMakeLists.txt
-@@ -192,6 +192,7 @@ if(BUILD_TRANSPORT_WINHTTP)
- endif()
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-core PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-core ${AZ_LIBRARY_VERSION})
-
- az_vcpkg_export(
-diff --git a/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/CMakeLists.txt b/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/CMakeLists.txt
-index 2152690..4af757c 100644
---- a/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/CMakeLists.txt
-+++ b/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/CMakeLists.txt
-@@ -91,6 +91,7 @@ target_link_libraries(azure-messaging-eventhubs-checkpointstore-blob
- create_code_coverage(eventhubs azure-messaging-eventhubs-checkpointstore-blob azure-messaging-eventhubs-blobcheckpointstore-test "tests?/*;samples?/*")
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-messaging-eventhubs-checkpointstore-blob PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- #generate_documentation(azure-messaging-eventhubs-checkpointstore-blob ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-messaging-eventhubs-checkpointstore-blob ${AZ_LIBRARY_VERSION})
-
-diff --git a/sdk/eventhubs/azure-messaging-eventhubs/CMakeLists.txt b/sdk/eventhubs/azure-messaging-eventhubs/CMakeLists.txt
-index 0ea0b8e..e0dbe51 100644
---- a/sdk/eventhubs/azure-messaging-eventhubs/CMakeLists.txt
-+++ b/sdk/eventhubs/azure-messaging-eventhubs/CMakeLists.txt
-@@ -116,6 +116,7 @@ target_compile_definitions(azure-messaging-eventhubs PRIVATE _azure_BUILDING_SDK
- create_code_coverage(eventhubs azure-messaging-eventhubs azure-messaging-eventhubs-test "tests?/*;samples?/*")
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-messaging-eventhubs PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-messaging-eventhubs ${AZ_LIBRARY_VERSION})
-
- add_subdirectory(test)
-diff --git a/sdk/identity/azure-identity/CMakeLists.txt b/sdk/identity/azure-identity/CMakeLists.txt
-index 57fe6bb..3c21177 100644
---- a/sdk/identity/azure-identity/CMakeLists.txt
-+++ b/sdk/identity/azure-identity/CMakeLists.txt
-@@ -117,6 +117,7 @@ else()
- endif()
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-identity PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-identity ${AZ_LIBRARY_VERSION})
-
- az_vcpkg_export(
-diff --git a/sdk/keyvault/azure-security-keyvault-administration/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-administration/CMakeLists.txt
-index 5f70eb3..b065d33 100644
---- a/sdk/keyvault/azure-security-keyvault-administration/CMakeLists.txt
-+++ b/sdk/keyvault/azure-security-keyvault-administration/CMakeLists.txt
-@@ -95,6 +95,7 @@ target_compile_definitions(azure-security-keyvault-administration PRIVATE _azure
- create_code_coverage(keyvault azure-security-keyvault-administration azure-security-keyvault-administration-test "tests?/*;samples?/*")
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-security-keyvault-administration PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-security-keyvault-administration ${AZ_LIBRARY_VERSION})
- if(BUILD_TESTING)
-
-diff --git a/sdk/keyvault/azure-security-keyvault-certificates/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-certificates/CMakeLists.txt
-index 0806e09..8014038 100644
---- a/sdk/keyvault/azure-security-keyvault-certificates/CMakeLists.txt
-+++ b/sdk/keyvault/azure-security-keyvault-certificates/CMakeLists.txt
-@@ -100,6 +100,7 @@ target_compile_definitions(azure-security-keyvault-certificates PRIVATE _azure_B
- create_code_coverage(keyvault azure-security-keyvault-certificates azure-security-keyvault-certificates-test "tests?/*;samples?/*")
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-security-keyvault-certificates PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-security-keyvault-certificates ${AZ_LIBRARY_VERSION})
-
- if(BUILD_TESTING)
-diff --git a/sdk/keyvault/azure-security-keyvault-keys/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-keys/CMakeLists.txt
-index 6217fd1..2de5e64 100644
---- a/sdk/keyvault/azure-security-keyvault-keys/CMakeLists.txt
-+++ b/sdk/keyvault/azure-security-keyvault-keys/CMakeLists.txt
-@@ -138,6 +138,7 @@ target_compile_definitions(azure-security-keyvault-keys PRIVATE _azure_BUILDING_
- create_code_coverage(keyvault azure-security-keyvault-keys azure-security-keyvault-keys-test "tests?/*;samples?/*")
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-security-keyvault-keys PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-security-keyvault-keys ${AZ_LIBRARY_VERSION})
-
- if(BUILD_TESTING)
-diff --git a/sdk/keyvault/azure-security-keyvault-secrets/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-secrets/CMakeLists.txt
-index 7cc62a8..3664d8c 100644
---- a/sdk/keyvault/azure-security-keyvault-secrets/CMakeLists.txt
-+++ b/sdk/keyvault/azure-security-keyvault-secrets/CMakeLists.txt
-@@ -115,6 +115,7 @@ target_compile_definitions(azure-security-keyvault-secrets PRIVATE _azure_BUILDI
- create_code_coverage(keyvault azure-security-keyvault-secrets azure-security-keyvault-secrets-test "tests?/*;samples?/*")
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-security-keyvault-secrets PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-security-keyvault-secrets ${AZ_LIBRARY_VERSION})
- if(BUILD_TESTING)
-
-diff --git a/sdk/storage/azure-storage-blobs/CMakeLists.txt b/sdk/storage/azure-storage-blobs/CMakeLists.txt
-index f87ceae..657ef33 100644
---- a/sdk/storage/azure-storage-blobs/CMakeLists.txt
-+++ b/sdk/storage/azure-storage-blobs/CMakeLists.txt
-@@ -96,6 +96,7 @@ target_link_libraries(azure-storage-blobs PUBLIC Azure::azure-storage-common)
- target_compile_definitions(azure-storage-blobs PRIVATE _azure_BUILDING_SDK)
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-storage-blobs PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-storage-blobs ${AZ_LIBRARY_VERSION})
-
- az_vcpkg_export(
-diff --git a/sdk/storage/azure-storage-common/CMakeLists.txt b/sdk/storage/azure-storage-common/CMakeLists.txt
-index 30f056d..ce90e8a 100644
---- a/sdk/storage/azure-storage-common/CMakeLists.txt
-+++ b/sdk/storage/azure-storage-common/CMakeLists.txt
-@@ -107,6 +107,7 @@ else()
- endif()
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-storage-common PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-storage-common ${AZ_LIBRARY_VERSION})
-
- az_vcpkg_export(
-diff --git a/sdk/storage/azure-storage-files-datalake/CMakeLists.txt b/sdk/storage/azure-storage-files-datalake/CMakeLists.txt
-index 71905c8..ac82507 100644
---- a/sdk/storage/azure-storage-files-datalake/CMakeLists.txt
-+++ b/sdk/storage/azure-storage-files-datalake/CMakeLists.txt
-@@ -92,6 +92,7 @@ target_include_directories(
- target_link_libraries(azure-storage-files-datalake PUBLIC Azure::azure-storage-blobs)
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-storage-files-datalake PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-storage-files-datalake ${AZ_LIBRARY_VERSION})
-
- az_vcpkg_export(
-diff --git a/sdk/storage/azure-storage-files-shares/CMakeLists.txt b/sdk/storage/azure-storage-files-shares/CMakeLists.txt
-index 891f954..cf6cd92 100644
---- a/sdk/storage/azure-storage-files-shares/CMakeLists.txt
-+++ b/sdk/storage/azure-storage-files-shares/CMakeLists.txt
-@@ -88,6 +88,7 @@ target_include_directories(
- target_link_libraries(azure-storage-files-shares PUBLIC Azure::azure-storage-common)
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-storage-files-shares PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-storage-files-shares ${AZ_LIBRARY_VERSION})
-
- az_vcpkg_export(
-diff --git a/sdk/storage/azure-storage-queues/CMakeLists.txt b/sdk/storage/azure-storage-queues/CMakeLists.txt
-index e567623..2e340d5 100644
---- a/sdk/storage/azure-storage-queues/CMakeLists.txt
-+++ b/sdk/storage/azure-storage-queues/CMakeLists.txt
-@@ -81,6 +81,7 @@ target_include_directories(
- target_link_libraries(azure-storage-queues PUBLIC Azure::azure-storage-common)
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-storage-queues PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-storage-queues ${AZ_LIBRARY_VERSION})
-
- az_vcpkg_export(
-diff --git a/sdk/tables/azure-data-tables/CMakeLists.txt b/sdk/tables/azure-data-tables/CMakeLists.txt
-index 038e267..d7e7976 100644
---- a/sdk/tables/azure-data-tables/CMakeLists.txt
-+++ b/sdk/tables/azure-data-tables/CMakeLists.txt
-@@ -106,6 +106,7 @@ target_include_directories(
- target_link_libraries(azure-data-tables PUBLIC Azure::azure-core)
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-data-tables PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-data-tables ${AZ_LIBRARY_VERSION})
-
- az_vcpkg_export(
-diff --git a/sdk/template/azure-template/CMakeLists.txt b/sdk/template/azure-template/CMakeLists.txt
-index 84e3d17..43f3320 100644
---- a/sdk/template/azure-template/CMakeLists.txt
-+++ b/sdk/template/azure-template/CMakeLists.txt
-@@ -78,6 +78,7 @@ add_library(Azure::azure-template ALIAS azure-template)
- create_code_coverage(template azure-template azure-template-test "tests?/*;samples?/*")
-
- get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
-+set_target_properties(azure-template PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
- generate_documentation(azure-template ${AZ_LIBRARY_VERSION})
-
- az_vcpkg_export(
diff --git a/dev-cpp/cpp-httplib/Manifest b/dev-cpp/cpp-httplib/Manifest
index 5cd4f7dbeb75..55a9c3aabfb9 100644
--- a/dev-cpp/cpp-httplib/Manifest
+++ b/dev-cpp/cpp-httplib/Manifest
@@ -1,2 +1,2 @@
-DIST cpp-httplib-0.21.0.tar.gz 1409132 BLAKE2B dae2de19a4728614fadef6a863cbf6852135bdc0a48f4dd5cf58d8b30d65c9a1a97316d00897cd3d2372916aa821a0e92050fc925f362c8be4253dd6d0ce4da9 SHA512 f0bcabab898afb4b1c8a272619c3435686551bd755613369771a31d39b9a73213dab2f5d97b7b1e726863cc4653debcd0930099ac212ac23eed453962f1fa223
DIST cpp-httplib-0.22.0.tar.gz 1411639 BLAKE2B fcc7be8366cd600037df08ab8030dc26ed78d99cbe69a0dc04717d5cfd58ffd6df96d473d0e0aaaf82ce0d068925f99291c240d646d1eb0dbed4843bb0571880 SHA512 c355ab3814efce40759a3328b4e1079dc372d3cce8a841c42d22adb4eb228351f0602b5e82135c0bf69321fd5138a0052882ab801908ad4c32fa963d655a11d9
+DIST cpp-httplib-0.23.0.tar.gz 1298242 BLAKE2B b17a14a14b07378d91c4aef5ce8fa27c54f1887442a64a2a9f3cc82cdc10ac642ff7f0cddd93beee086fb854d11f1ad69f13b45fa527911d41ba8d98a39b187f SHA512 ddc8af45cbc3a16432ad78995738aa534d912f98cdcac8762257e7f9237183655b931358b9746e3dcd146e74805df91d46350bdc0860554082e08851793d2760
diff --git a/dev-cpp/cpp-httplib/cpp-httplib-0.21.0.ebuild b/dev-cpp/cpp-httplib/cpp-httplib-0.23.0.ebuild
index 01d7ec6e8d8b..01d7ec6e8d8b 100644
--- a/dev-cpp/cpp-httplib/cpp-httplib-0.21.0.ebuild
+++ b/dev-cpp/cpp-httplib/cpp-httplib-0.23.0.ebuild