Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/grpc/files/
Date: Mon, 11 Oct 2021 02:47:36
Message-Id: 1633920443.a2efeea0674c9b9a0591b2fc5872c5627cb84a2c.gyakovlev@gentoo
1 commit: a2efeea0674c9b9a0591b2fc5872c5627cb84a2c
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sun Oct 10 18:18:03 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 11 02:47:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2efeea0
7
8 net-libs/grpc: remove unused patch(es)
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/22548
13 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
14
15 .../grpc/files/grpc-1.41.0-link-system-gtest.patch | 22 ----------------------
16 1 file changed, 22 deletions(-)
17
18 diff --git a/net-libs/grpc/files/grpc-1.41.0-link-system-gtest.patch b/net-libs/grpc/files/grpc-1.41.0-link-system-gtest.patch
19 deleted file mode 100644
20 index 4901678bfd6..00000000000
21 --- a/net-libs/grpc/files/grpc-1.41.0-link-system-gtest.patch
22 +++ /dev/null
23 @@ -1,22 +0,0 @@
24 -diff --git a/CMakeLists.txt b/CMakeLists.txt
25 -index 0e8fbdee8b..3662aabdfe 100644
26 ---- a/CMakeLists.txt
27 -+++ b/CMakeLists.txt
28 -@@ -2309,6 +2309,7 @@ target_include_directories(grpc_test_util
29 - ${_gRPC_ZLIB_INCLUDE_DIR}
30 - )
31 - target_link_libraries(grpc_test_util
32 -+ PRIVATE
33 - ${_gRPC_ALLTARGETS_LIBRARIES}
34 - absl::failure_signal_handler
35 - absl::stacktrace
36 -@@ -2322,7 +2323,8 @@ endif()
37 -
38 - endif()
39 - if(gRPC_BUILD_TESTS)
40 --
41 -+find_package(GTest REQUIRED)
42 -+target_link_libraries(grpc_test_util PUBLIC GTest::gtest GTest::gmock)
43 - add_library(grpc_test_util_unsecure
44 - test/core/util/cmdline.cc
45 - test/core/util/fuzzer_util.cc