Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/nextcloud-client/files/
Date: Mon, 24 Sep 2018 10:13:18
Message-Id: 1537783980.39141d982bd90ffa282159d38dd6492b7ced9ab6.voyageur@gentoo
1 commit: 39141d982bd90ffa282159d38dd6492b7ced9ab6
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Sep 23 17:20:37 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 24 10:13:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39141d98
7
8 net-misc/nextcloud-client: remove unused patch(es)
9
10 Closes: https://github.com/gentoo/gentoo/pull/9958
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12
13 .../nextcloud-client-2.5.0_beta1-fix_cmake.patch | 24 ----------------------
14 1 file changed, 24 deletions(-)
15
16 diff --git a/net-misc/nextcloud-client/files/nextcloud-client-2.5.0_beta1-fix_cmake.patch b/net-misc/nextcloud-client/files/nextcloud-client-2.5.0_beta1-fix_cmake.patch
17 deleted file mode 100644
18 index e160d514088..00000000000
19 --- a/net-misc/nextcloud-client/files/nextcloud-client-2.5.0_beta1-fix_cmake.patch
20 +++ /dev/null
21 @@ -1,24 +0,0 @@
22 -From 2b825a1748b2ecd624a38976d1bd6601bdb198c9 Mon Sep 17 00:00:00 2001
23 -From: Ronny Kunze <Shinji.Ikari_de@×××.de>
24 -Date: Sat, 4 Aug 2018 16:53:06 +0200
25 -Subject: [PATCH] rearange CMake find_package OpenSSL
26 -
27 -the command seems to be malformed . The keyword VERSION is not valid .
28 -And the version should follow direct after the packagename.
29 ----
30 - CMakeLists.txt | 2 +-
31 - 1 file changed, 1 insertion(+), 1 deletion(-)
32 -
33 -diff --git a/CMakeLists.txt b/CMakeLists.txt
34 -index f8b8330f2..f1d07eea2 100644
35 ---- a/CMakeLists.txt
36 -+++ b/CMakeLists.txt
37 -@@ -183,7 +183,7 @@ if(BUILD_CLIENT)
38 - endif()
39 - find_package(Sphinx)
40 - find_package(PdfLatex)
41 -- find_package(OpenSSL REQUIRED VERSION 1.1)
42 -+ find_package(OpenSSL 1.1 REQUIRED )
43 -
44 - find_package(ZLIB REQUIRED)
45 - find_package(GLib2)