Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/kgraphviewer/files/
Date: Sun, 06 Jan 2019 12:06:41
Message-Id: 1546776382.4c81af93946db03f12a74eb122062a1c22c4852a.asturm@gentoo
1 commit: 4c81af93946db03f12a74eb122062a1c22c4852a
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jan 6 10:33:52 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 6 12:06:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c81af93
7
8 media-gfx/kgraphviewer: remove unused patch(es)
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../kgraphviewer-2.4.2-unused-dependency.patch | 38 ----------------------
14 1 file changed, 38 deletions(-)
15
16 diff --git a/media-gfx/kgraphviewer/files/kgraphviewer-2.4.2-unused-dependency.patch b/media-gfx/kgraphviewer/files/kgraphviewer-2.4.2-unused-dependency.patch
17 deleted file mode 100644
18 index 32dc4a084c8..00000000000
19 --- a/media-gfx/kgraphviewer/files/kgraphviewer-2.4.2-unused-dependency.patch
20 +++ /dev/null
21 @@ -1,38 +0,0 @@
22 -From aa8937f6774846112a0dfa980d77d91398056c99 Mon Sep 17 00:00:00 2001
23 -From: Michael Palimaka <kensington@g.o>
24 -Date: Mon, 12 Mar 2018 15:57:49 +1100
25 -Subject: [PATCH] Remove unused dependency.
26 -
27 ----
28 - CMakeLists.txt | 1 -
29 - src/part/CMakeLists.txt | 2 +-
30 - 2 files changed, 1 insertion(+), 2 deletions(-)
31 -
32 -diff --git a/CMakeLists.txt b/CMakeLists.txt
33 -index e1a23cb..f6fb447 100644
34 ---- a/CMakeLists.txt
35 -+++ b/CMakeLists.txt
36 -@@ -26,7 +26,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
37 - CoreAddons
38 - DocTools
39 - Parts
40 -- KIO
41 - WidgetsAddons
42 - IconThemes
43 - )
44 -diff --git a/src/part/CMakeLists.txt b/src/part/CMakeLists.txt
45 -index 65a31e7..0e70be8 100644
46 ---- a/src/part/CMakeLists.txt
47 -+++ b/src/part/CMakeLists.txt
48 -@@ -64,7 +64,7 @@ ki18n_wrap_ui(kgraphviewerlib_LIB_SRCS ${kgraphviewerprinting_UI} )
49 -
50 - add_library(kgraphviewerlib ${kgraphviewerlib_LIB_SRCS})
51 -
52 --target_link_libraries(kgraphviewerlib Qt5::Core Qt5::Svg Qt5::PrintSupport Qt5::Svg KF5::KIOWidgets KF5::WidgetsAddons KF5::IconThemes KF5::XmlGui KF5::I18n KF5::Parts ${graphviz_LIBRARIES})
53 -+target_link_libraries(kgraphviewerlib Qt5::Core Qt5::Svg Qt5::PrintSupport Qt5::Svg KF5::WidgetsAddons KF5::IconThemes KF5::XmlGui KF5::I18n KF5::Parts ${graphviz_LIBRARIES})
54 -
55 - set_target_properties(kgraphviewerlib PROPERTIES VERSION ${PROJECT_VERSION} SOVERSION ${KGRAPHVIEWER_SOVERSION} OUTPUT_NAME kgraphviewer )
56 -
57 ---
58 -2.16.1
59 -