Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/symboleditor/files/
Date: Wed, 04 Jan 2017 10:15:57
Message-Id: 1483524867.ba28339260647c81f615166a7c21a159300b036d.soap@gentoo
1 commit: ba28339260647c81f615166a7c21a159300b036d
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Dec 29 19:03:17 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 4 10:14:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba283392
7
8 media-gfx/symboleditor: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3277
11
12 .../files/symboleditor-1.5.0-cflags.patch | 25 ----------------------
13 1 file changed, 25 deletions(-)
14
15 diff --git a/media-gfx/symboleditor/files/symboleditor-1.5.0-cflags.patch b/media-gfx/symboleditor/files/symboleditor-1.5.0-cflags.patch
16 deleted file mode 100644
17 index 177fd18..00000000
18 --- a/media-gfx/symboleditor/files/symboleditor-1.5.0-cflags.patch
19 +++ /dev/null
20 @@ -1,25 +0,0 @@
21 -From a495671be994a32f4b52840f7e5c358916a378dc Mon Sep 17 00:00:00 2001
22 -From: Michael Palimaka <kensington@g.o>
23 -Date: Tue, 26 Aug 2014 20:17:22 +1000
24 -Subject: [PATCH] Respect user-defined CFLAGS.
25 -
26 ----
27 - CMakeLists.txt | 2 +-
28 - 1 file changed, 1 insertion(+), 1 deletion(-)
29 -
30 -diff --git a/CMakeLists.txt b/CMakeLists.txt
31 -index 3166676..50786be 100644
32 ---- a/CMakeLists.txt
33 -+++ b/CMakeLists.txt
34 -@@ -43,7 +43,7 @@ kde4_add_executable (SymbolEditor ${SymbolEditor_SRCS})
35 -
36 - target_link_libraries (SymbolEditor ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS})
37 -
38 --set (CMAKE_CXX_FLAGS "-DQT_NO_COMPAT -DKDE_NO_COMPAT")
39 -+set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fexceptions -DQT_NO_COMPAT -DKDE_NO_COMPAT")
40 -
41 - install (TARGETS SymbolEditor DESTINATION ${BIN_INSTALL_DIR})
42 - install (FILES SymbolEditorui.rc DESTINATION ${DATA_INSTALL_DIR}/SymbolEditor)
43 ---
44 -1.8.5.5
45 -