commit:     729c57ca97dfc67d7962e99ad9a9c2d04a6d6048
Author:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  9 17:11:28 2025 +0000
Commit:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
CommitDate: Tue Dec  9 17:11:28 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=729c57ca

dev-libs/simdjson: remove unused patches

Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org>

 .../files/simdjson-3.10.0-dont-bundle-cxxopts.patch  | 20 --------------------
 .../files/simdjson-3.7.1-data-optional.patch         | 17 -----------------
 2 files changed, 37 deletions(-)

diff --git a/dev-libs/simdjson/files/simdjson-3.10.0-dont-bundle-cxxopts.patch 
b/dev-libs/simdjson/files/simdjson-3.10.0-dont-bundle-cxxopts.patch
deleted file mode 100644
index cd735888b232..000000000000
--- a/dev-libs/simdjson/files/simdjson-3.10.0-dont-bundle-cxxopts.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/dependencies/CMakeLists.txt b/dependencies/CMakeLists.txt
-index b9802392..056a0635 100644
---- a/dependencies/CMakeLists.txt
-+++ b/dependencies/CMakeLists.txt
-@@ -146,15 +146,3 @@ endfunction()
- if(SIMDJSON_COMPETITION)
-   competition_scope_()
- endif()
--
--cmake_dependent_option(SIMDJSON_CXXOPTS "Download cxxopts (necessary for 
tools)" ON
--        SIMDJSON_ALLOW_DOWNLOADS OFF)
--
--if(SIMDJSON_CXXOPTS)
--  set_off(CXXOPTS_BUILD_EXAMPLES)
--  set_off(CXXOPTS_BUILD_TESTS)
--  set_off(CXXOPTS_ENABLE_INSTALL)
--
--  import_dependency(cxxopts jarro2783/cxxopts 5965670)
--  add_dependency(cxxopts)
--endif()

diff --git a/dev-libs/simdjson/files/simdjson-3.7.1-data-optional.patch 
b/dev-libs/simdjson/files/simdjson-3.7.1-data-optional.patch
deleted file mode 100644
index f7192d74042c..000000000000
--- a/dev-libs/simdjson/files/simdjson-3.7.1-data-optional.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/dependencies/CMakeLists.txt b/dependencies/CMakeLists.txt
-index 1d98e6f7..ad903481 100644
---- a/dependencies/CMakeLists.txt
-+++ b/dependencies/CMakeLists.txt
-@@ -20,8 +20,10 @@ if(SIMDJSON_GOOGLE_BENCHMARKS)
- endif()
- 
- # The bulk of our benchmarking and testing data has been moved 
simdjson/simdjson-data
--import_dependency(simdjson-data simdjson/simdjson-data 
a5b13babe65c1bba7186b41b43d4cbdc20a5c470)
--add_dependency(simdjson-data)
-+if(SIMDJSON_TESTS)
-+      import_dependency(simdjson-data simdjson/simdjson-data 
a5b13babe65c1bba7186b41b43d4cbdc20a5c470)
-+      add_dependency(simdjson-data)
-+endif()
- option(SIMDJSON_USE_BOOST_JSON "Try to include BOOST_JSON, this may break 
your binaries under some systems." OFF)
- # This prevents variables declared with set() from unnecessarily escaping and
- # should not be called more than once

Reply via email to