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/symboleditor/, media-gfx/symboleditor/files/
Date: Sun, 11 Aug 2019 21:17:31
Message-Id: 1565558236.03e1c76c208ef0d76c89ae6a62f841b9a73e1088.asturm@gentoo
1 commit: 03e1c76c208ef0d76c89ae6a62f841b9a73e1088
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 11 21:16:16 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 11 21:17:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e1c76c
7
8 media-gfx/symboleditor: Drop 2.0.0-r1
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-gfx/symboleditor/Manifest | 1 -
14 .../files/symboleditor-2.0.0-cmake.patch | 41 ------------------
15 .../files/symboleditor-2.0.0-doc-optional.patch | 28 -------------
16 .../symboleditor/symboleditor-2.0.0-r1.ebuild | 48 ----------------------
17 4 files changed, 118 deletions(-)
18
19 diff --git a/media-gfx/symboleditor/Manifest b/media-gfx/symboleditor/Manifest
20 index 25966c5aaef..f5666a5c1f6 100644
21 --- a/media-gfx/symboleditor/Manifest
22 +++ b/media-gfx/symboleditor/Manifest
23 @@ -1,2 +1 @@
24 -DIST SymbolEditor-2.0.0.tar.bz2 544789 BLAKE2B 2d0566d1e4b765e4cccec93def5fb184a27edbeb90bed8a76514e880e49a9c4139d4679f380c6c831c3f25a857af2df367d9ef96c56009189b2db9f964202e73 SHA512 8baee88fd8ff5f2b6334e80fe7c3fe8044ae521e5a8ffa2588f37dc4a8bf0495c902789bfaaed21a6eaf3c4f6380d18550aaed8046e84b396317104c8a49c993
25 DIST symboleditor-2.1.0.tar.xz 495416 BLAKE2B 5f5d5a60806ebf0dacce5dcff538ac0f2c4966b2f2bda79450f66515d8572dd61a67db5e4d0f91b548a62c14e4e14aea283b710dc2a7c84770eb35dd22e20699 SHA512 dc83f3f80b12d8217a230d8c951e90bcc6246c4460d987efb140c54c1e88a8f5d607ac7ebfe706399cd0917e22a2089df6742afadd28305d39ceeff0c55da535
26
27 diff --git a/media-gfx/symboleditor/files/symboleditor-2.0.0-cmake.patch b/media-gfx/symboleditor/files/symboleditor-2.0.0-cmake.patch
28 deleted file mode 100644
29 index ab0bd049bef..00000000000
30 --- a/media-gfx/symboleditor/files/symboleditor-2.0.0-cmake.patch
31 +++ /dev/null
32 @@ -1,41 +0,0 @@
33 -From 8739cd6f5fe0f2ed0cf9913170573c62ee246c63 Mon Sep 17 00:00:00 2001
34 -From: =?UTF-8?q?Burkhard=20L=C3=BCck?= <lueck@××××××××××.de>
35 -Date: Thu, 22 Sep 2016 21:17:07 +0200
36 -Subject: cleanup CMakeLists.txt
37 -
38 -remove qt5_wrap_ui wrong because the app uses xgettext and line 60 already has ki18n_wrap_ui
39 -remove add_definitions (-DTRANSLATION_DOMAIN=SymbolEditor), that is only for libraries
40 -and
41 -src/Main.cpp:84: KLocalizedString::setApplicationDomain(SymbolEditor);
42 -is used to load the translation catalog
43 -REVIEW:128126
44 ----
45 - CMakeLists.txt | 6 ------
46 - 1 file changed, 6 deletions(-)
47 -
48 -diff --git a/CMakeLists.txt b/CMakeLists.txt
49 -index d1016cb..d88174a 100644
50 ---- a/CMakeLists.txt
51 -+++ b/CMakeLists.txt
52 -@@ -64,10 +64,6 @@ add_subdirectory (doc)
53 -
54 - kconfig_add_kcfg_files (SymbolEditor_SRCS SymbolEditor.kcfgc)
55 -
56 --qt5_wrap_ui (SymbolEditor_SRCS
57 -- ui/EditorConfigPage.ui
58 --)
59 --
60 - ecm_install_icons (ICONS sc-apps-SymbolEditor.svgz DESTINATION ${ICON_INSTALL_DIR})
61 -
62 - add_executable (SymbolEditor ${SymbolEditor_SRCS})
63 -@@ -89,8 +85,6 @@ add_definitions (
64 - -DKDE_NO_COMPAT
65 - )
66 -
67 --add_definitions (-DTRANSLATION_DOMAIN="SymbolEditor")
68 --
69 - if (SILENCE_DEPRECATED)
70 - add_definitions( -Wno-deprecated-declarations )
71 - endif (SILENCE_DEPRECATED)
72 ---
73 -cgit v1.1
74
75 diff --git a/media-gfx/symboleditor/files/symboleditor-2.0.0-doc-optional.patch b/media-gfx/symboleditor/files/symboleditor-2.0.0-doc-optional.patch
76 deleted file mode 100644
77 index 3434e90c612..00000000000
78 --- a/media-gfx/symboleditor/files/symboleditor-2.0.0-doc-optional.patch
79 +++ /dev/null
80 @@ -1,28 +0,0 @@
81 -From 2b809c68d40a3d0af2da668bad3f4d9ced86f56e Mon Sep 17 00:00:00 2001
82 -From: Andreas Sturmlechner <andreas.sturmlechner@×××××.com>
83 -Date: Thu, 10 Mar 2016 20:26:57 +0100
84 -Subject: KF5DocTools is optional, so add doc subdir conditionally
85 -
86 -REVIEW: 127336
87 ----
88 - CMakeLists.txt | 5 ++++-
89 - 1 file changed, 4 insertions(+), 1 deletion(-)
90 -
91 -diff --git a/CMakeLists.txt b/CMakeLists.txt
92 -index d88174a..da7458f 100644
93 ---- a/CMakeLists.txt
94 -+++ b/CMakeLists.txt
95 -@@ -60,7 +60,10 @@ file (GLOB SymbolEditor_UI ${CMAKE_CURRENT_SOURCE_DIR}/ui/*.ui)
96 - ki18n_wrap_ui (SymbolEditor_SRCS ${SymbolEditor_UI})
97 -
98 - add_subdirectory (icons)
99 --add_subdirectory (doc)
100 -+
101 -+if (KF5DocTools_FOUND)
102 -+ add_subdirectory (doc)
103 -+endif (KF5DocTools_FOUND)
104 -
105 - kconfig_add_kcfg_files (SymbolEditor_SRCS SymbolEditor.kcfgc)
106 -
107 ---
108 -cgit v1.1
109
110 diff --git a/media-gfx/symboleditor/symboleditor-2.0.0-r1.ebuild b/media-gfx/symboleditor/symboleditor-2.0.0-r1.ebuild
111 deleted file mode 100644
112 index 3661330a67f..00000000000
113 --- a/media-gfx/symboleditor/symboleditor-2.0.0-r1.ebuild
114 +++ /dev/null
115 @@ -1,48 +0,0 @@
116 -# Copyright 1999-2019 Gentoo Authors
117 -# Distributed under the terms of the GNU General Public License v2
118 -
119 -EAPI=7
120 -
121 -KDE_HANDBOOK="optional"
122 -inherit kde5
123 -
124 -DESCRIPTION="Application to create libraries of QPainterPath objects with rendering hints"
125 -HOMEPAGE="https://userbase.kde.org/SymbolEditor"
126 -if [[ ${KDE_BUILD_TYPE} != live ]]; then
127 - MY_P=SymbolEditor-${PV}
128 - SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${MY_P}.tar.bz2"
129 - S="${WORKDIR}"/${MY_P}
130 -fi
131 -
132 -LICENSE="GPL-2"
133 -KEYWORDS="amd64"
134 -IUSE=""
135 -
136 -BDEPEND="
137 - sys-devel/gettext
138 -"
139 -DEPEND="
140 - $(add_frameworks_dep kconfig)
141 - $(add_frameworks_dep kconfigwidgets)
142 - $(add_frameworks_dep kcoreaddons)
143 - $(add_frameworks_dep ki18n)
144 - $(add_frameworks_dep kio)
145 - $(add_frameworks_dep kwidgetsaddons)
146 - $(add_frameworks_dep kxmlgui)
147 - $(add_qt_dep qtgui)
148 - $(add_qt_dep qtwidgets)
149 -"
150 -RDEPEND="${DEPEND}"
151 -
152 -PATCHES=(
153 - "${FILESDIR}/${P}-cmake.patch"
154 - "${FILESDIR}/${P}-doc-optional.patch"
155 -)
156 -
157 -src_configure() {
158 - local mycmakeargs=(
159 - -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON
160 - )
161 -
162 - kde5_src_configure
163 -}