summaryrefslogtreecommitdiff
path: root/dev-cpp/rapidyaml/files/rapidyaml-0.3.0-no-download.patch
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-03-14 07:05:29 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-03-14 07:42:06 -0400
commitd335082b3d4e411336ee21c318753edd228aeddb (patch)
tree510deb0d483f2aa4bf83f39a5081b7601701120e /dev-cpp/rapidyaml/files/rapidyaml-0.3.0-no-download.patch
parentd23a302e1a053a427cb1e9e4f6ba75a5784a74bc (diff)
downloadgentoo-d335082b3d4e411336ee21c318753edd228aeddb.tar.gz
gentoo-d335082b3d4e411336ee21c318753edd228aeddb.tar.bz2
gentoo-d335082b3d4e411336ee21c318753edd228aeddb.zip
dev-cpp/rapidyaml: drop 0.3.0, 0.4.0
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-cpp/rapidyaml/files/rapidyaml-0.3.0-no-download.patch')
-rw-r--r--dev-cpp/rapidyaml/files/rapidyaml-0.3.0-no-download.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-cpp/rapidyaml/files/rapidyaml-0.3.0-no-download.patch b/dev-cpp/rapidyaml/files/rapidyaml-0.3.0-no-download.patch
deleted file mode 100644
index 97c4926cd9d2..000000000000
--- a/dev-cpp/rapidyaml/files/rapidyaml-0.3.0-no-download.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/ext/testbm.cmake
-+++ b/ext/testbm.cmake
-@@ -1,4 +1,2 @@
- # these are used both for testing and benchmarking
--c4_require_subproject(c4fs REMOTE
-- GIT_REPOSITORY https://github.com/biojppm/c4fs
-- GIT_TAG master)
-+c4_require_subproject(c4fs SUBDIRECTORY ext/c4fs)
---- a/test/CMakeLists.txt
-+++ b/test/CMakeLists.txt
-@@ -103,10 +103,5 @@
-
-- c4_require_subproject(c4log REMOTE
-- GIT_REPOSITORY https://github.com/biojppm/c4log
-- GIT_TAG master)
-+ c4_require_subproject(c4log SUBDIRECTORY ../ext/c4log)
-
-- set(tsdir ${ed}/yaml-test-suite)
-- c4_download_remote_proj(yaml-test-suite tsdir
-- GIT_REPOSITORY https://github.com/yaml/yaml-test-suite
-- GIT_TAG bcd49a2d4919c1b1ac3b9d6e5ebe6b140b5089e3)
-+ set(tsdir ${CMAKE_SOURCE_DIR}/ext/yaml-test-suite)
- set(suite_dir ${tsdir}/src)