Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/rapidjson/files/
Date: Sun, 30 Oct 2022 11:13:16
Message-Id: 1667128363.0fd9dc449c6e0f8a7224ee6e1a67b94e23e59b79.soap@gentoo
1 commit: 0fd9dc449c6e0f8a7224ee6e1a67b94e23e59b79
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 11:12:43 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 11:12:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fd9dc44
7
8 dev-libs/rapidjson/files: [QA] use git-format-patch style patches
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 dev-libs/rapidjson/files/rapidjson-1.1.0-system_gtest.patch | 8 ++++----
13 dev-libs/rapidjson/files/rapidjson-1.1.0-valgrind_optional.patch | 4 ++--
14 dev-libs/rapidjson/files/rapidjson-1.1.1-valgrind_optional.patch | 4 ++--
15 3 files changed, 8 insertions(+), 8 deletions(-)
16
17 diff --git a/dev-libs/rapidjson/files/rapidjson-1.1.0-system_gtest.patch b/dev-libs/rapidjson/files/rapidjson-1.1.0-system_gtest.patch
18 index bdc720e8cf86..a952a076dc47 100644
19 --- a/dev-libs/rapidjson/files/rapidjson-1.1.0-system_gtest.patch
20 +++ b/dev-libs/rapidjson/files/rapidjson-1.1.0-system_gtest.patch
21 @@ -1,5 +1,5 @@
22 ---- /CMakeModules/FindGTestSrc.cmake
23 -+++ /CMakeModules/FindGTestSrc.cmake
24 +--- a/CMakeModules/FindGTestSrc.cmake
25 ++++ b/CMakeModules/FindGTestSrc.cmake
26 @@ -1,30 +1,9 @@
27 -
28 -SET(GTEST_SEARCH_PATH
29 @@ -32,8 +32,8 @@
30 find_package_handle_standard_args(GTestSrc DEFAULT_MSG
31 - GTEST_SOURCE_DIR
32 GTEST_INCLUDE_DIR)
33 ---- /test/CMakeLists.txt
34 -+++ /test/CMakeLists.txt
35 +--- a/test/CMakeLists.txt
36 ++++ b/test/CMakeLists.txt
37 @@ -8,7 +8,6 @@
38 set(gtest_force_shared_crt ON)
39 endif()
40
41 diff --git a/dev-libs/rapidjson/files/rapidjson-1.1.0-valgrind_optional.patch b/dev-libs/rapidjson/files/rapidjson-1.1.0-valgrind_optional.patch
42 index 071a3d2392df..772eabe8c6df 100644
43 --- a/dev-libs/rapidjson/files/rapidjson-1.1.0-valgrind_optional.patch
44 +++ b/dev-libs/rapidjson/files/rapidjson-1.1.0-valgrind_optional.patch
45 @@ -1,7 +1,7 @@
46 https://github.com/Tencent/rapidjson/issues/1808
47
48 ---- /test/unittest/CMakeLists.txt
49 -+++ /test/unittest/CMakeLists.txt
50 +--- a/test/unittest/CMakeLists.txt
51 ++++ b/test/unittest/CMakeLists.txt
52 @@ -77,12 +77,15 @@
53 COMMAND ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/unittest
54 WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/bin)
55
56 diff --git a/dev-libs/rapidjson/files/rapidjson-1.1.1-valgrind_optional.patch b/dev-libs/rapidjson/files/rapidjson-1.1.1-valgrind_optional.patch
57 index b40a39fb13db..e05c28000875 100644
58 --- a/dev-libs/rapidjson/files/rapidjson-1.1.1-valgrind_optional.patch
59 +++ b/dev-libs/rapidjson/files/rapidjson-1.1.1-valgrind_optional.patch
60 @@ -1,7 +1,7 @@
61 https://github.com/Tencent/rapidjson/issues/1808
62
63 ---- /test/unittest/CMakeLists.txt
64 -+++ /test/unittest/CMakeLists.txt
65 +--- a/test/unittest/CMakeLists.txt
66 ++++ b/test/unittest/CMakeLists.txt
67 @@ -78,12 +78,15 @@
68 COMMAND ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/unittest
69 WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/bin)