Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdepim-runtime/files/, kde-apps/kldap/files/, ...
Date: Sat, 29 Apr 2017 18:12:20
Message-Id: 1493489525.aff6177c63d673521e08b7e359d908256ffd1cac.asturm@gentoo
1 commit: aff6177c63d673521e08b7e359d908256ffd1cac
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 29 17:48:43 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 29 18:12:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aff6177c
7
8 kde-apps: Drop unused patches
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 .../files/akonadi-16.12.0-mysql56-crash.patch | 39 -----------
13 .../files/akonadi-16.12.1-rename-header.patch | 77 ----------------------
14 .../files/akonadi-16.12.1-revert-abs-path.patch | 70 --------------------
15 .../akonadi/files/akonadi-16.12.3-akonadixml.patch | 22 -------
16 .../files/kdepim-apps-libs-16.12.3-include.patch | 28 --------
17 .../files/kdepim-runtime-16.12.3-include.patch | 24 -------
18 .../kldap/files/kldap-16.11.90-unused-dep.patch | 31 ---------
19 7 files changed, 291 deletions(-)
20
21 diff --git a/kde-apps/akonadi/files/akonadi-16.12.0-mysql56-crash.patch b/kde-apps/akonadi/files/akonadi-16.12.0-mysql56-crash.patch
22 deleted file mode 100644
23 index 8f33abb246d..00000000000
24 --- a/kde-apps/akonadi/files/akonadi-16.12.0-mysql56-crash.patch
25 +++ /dev/null
26 @@ -1,39 +0,0 @@
27 -Gentoo-bug: 530012
28 -
29 -diff --git a/src/server/storage/dbconfigmysql.cpp b/src/server/storage/dbconfigmysql.cpp
30 -index 5cfaa33..1d1ea02 100644
31 ---- a/src/server/storage/dbconfigmysql.cpp
32 -+++ b/src/server/storage/dbconfigmysql.cpp
33 -@@ -81,6 +81,7 @@ bool DbConfigMysql::init(QSettings &settings)
34 - << QStringLiteral("/usr/local/sbin")
35 - << QStringLiteral("/usr/local/libexec")
36 - << QStringLiteral("/usr/libexec")
37 -+ << QStringLiteral("/usr/share/mysql/scripts")
38 - << QStringLiteral("/opt/mysql/libexec")
39 - << QStringLiteral("/opt/local/lib/mysql5/bin")
40 - << QStringLiteral("/opt/mysql/sbin");
41 -@@ -512,7 +513,7 @@ bool DbConfigMysql::initializeMariaDBDatabase(const QString &confFile, const QSt
42 - return 0 == execute(mMysqlInstallDbPath,
43 - { QStringLiteral("--defaults-file=%1").arg(confFile),
44 - QStringLiteral("--force"),
45 -- QStringLiteral("--basedir=%1").arg(baseDir),
46 -+ QStringLiteral("--basedir=/usr"),
47 - QStringLiteral("--datadir=%1/").arg(dataDir) });
48 - }
49 -
50 -@@ -525,6 +526,7 @@ bool DbConfigMysql::initializeMySQL5_7_6Database(const QString &confFile, const
51 - return 0 == execute(mMysqldPath,
52 - { QStringLiteral("--defaults-file=%1").arg(confFile),
53 - QStringLiteral("--initialize"),
54 -+ QStringLiteral("--basedir=/usr"),
55 - QStringLiteral("--datadir=%1/").arg(dataDir) });
56 - }
57 -
58 -@@ -538,6 +540,6 @@ bool DbConfigMysql::initializeMySQLDatabase(const QString &confFile, const QStri
59 - // Don't use --force, it has been removed in MySQL 5.7.5
60 - return 0 == execute(mMysqlInstallDbPath,
61 - { QStringLiteral("--defaults-file=%1").arg(confFile),
62 -- QStringLiteral("--basedir=%1").arg(baseDir),
63 -+ QStringLiteral("--basedir=/usr"),
64 - QStringLiteral("--datadir=%1/").arg(dataDir) });
65 - }
66
67 diff --git a/kde-apps/akonadi/files/akonadi-16.12.1-rename-header.patch b/kde-apps/akonadi/files/akonadi-16.12.1-rename-header.patch
68 deleted file mode 100644
69 index 73347f04b3c..00000000000
70 --- a/kde-apps/akonadi/files/akonadi-16.12.1-rename-header.patch
71 +++ /dev/null
72 @@ -1,77 +0,0 @@
73 -commit 248671e8200ff0883877b6d0e56700ef99ff3b51
74 -Author: Andreas Sturmlechner <andreas.sturmlechner@×××××.com>
75 -Date: Sat Jan 7 14:38:17 2017 +0100
76 -
77 - Rename exception.h to exceptionbase.h
78 -
79 - REVIEW: 129788
80 -
81 -diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
82 -index 6ac851e..fa996b9 100644
83 ---- a/src/core/CMakeLists.txt
84 -+++ b/src/core/CMakeLists.txt
85 -@@ -95,7 +95,7 @@ ecm_generate_headers(AkonadiCore_base_HEADERS
86 - EntityDeletedAttribute
87 - EntityDisplayAttribute
88 - EntityHiddenAttribute
89 -- Exception
90 -+ ExceptionBase
91 - GidExtractorInterface
92 - IndexPolicyAttribute
93 - Item
94 -diff --git a/src/core/exception.cpp b/src/core/exception.cpp
95 -index f229c1a..14f7330 100644
96 ---- a/src/core/exception.cpp
97 -+++ b/src/core/exception.cpp
98 -@@ -17,7 +17,7 @@
99 - 02110-1301, USA.
100 - */
101 -
102 --#include "exception.h"
103 -+#include "exceptionbase.h"
104 -
105 - #include <QString>
106 -
107 -diff --git a/src/core/exception.h b/src/core/exceptionbase.h
108 -similarity index 100%
109 -rename from src/core/exception.h
110 -rename to src/core/exceptionbase.h
111 -diff --git a/src/core/item.h b/src/core/item.h
112 -index de71cad..5ec62c8 100644
113 ---- a/src/core/item.h
114 -+++ b/src/core/item.h
115 -@@ -23,7 +23,7 @@
116 -
117 - #include "akonadicore_export.h"
118 - #include "attribute.h"
119 --#include "exception.h"
120 -+#include "exceptionbase.h"
121 - #include "tag.h"
122 - #include "collection.h"
123 - #include "relation.h"
124 -diff --git a/src/core/itempayloadinternals_p.h b/src/core/itempayloadinternals_p.h
125 -index 0a4de3c..1626f10 100644
126 ---- a/src/core/itempayloadinternals_p.h
127 -+++ b/src/core/itempayloadinternals_p.h
128 -@@ -32,7 +32,7 @@
129 -
130 - #include <boost/shared_ptr.hpp>
131 -
132 --#include "exception.h"
133 -+#include "exceptionbase.h"
134 -
135 - //@cond PRIVATE Doxygen 1.7.1 hangs processing this file. so skip it.
136 - //for more info, see https://bugzilla.gnome.org/show_bug.cgi?id=531637
137 -diff --git a/src/core/protocolhelper.cpp b/src/core/protocolhelper.cpp
138 -index f740e9d..c218f0c 100644
139 ---- a/src/core/protocolhelper.cpp
140 -+++ b/src/core/protocolhelper.cpp
141 -@@ -23,7 +23,7 @@
142 - #include "collectionstatistics.h"
143 - #include "item_p.h"
144 - #include "collection_p.h"
145 --#include "exception.h"
146 -+#include "exceptionbase.h"
147 - #include "itemserializer_p.h"
148 - #include "itemserializerplugin.h"
149 - #include "servermanager.h"
150
151 diff --git a/kde-apps/akonadi/files/akonadi-16.12.1-revert-abs-path.patch b/kde-apps/akonadi/files/akonadi-16.12.1-revert-abs-path.patch
152 deleted file mode 100644
153 index 3b48253d46d..00000000000
154 --- a/kde-apps/akonadi/files/akonadi-16.12.1-revert-abs-path.patch
155 +++ /dev/null
156 @@ -1,70 +0,0 @@
157 -commit d98e29a07f4acc3bf01f06f25b3eef5522397e2e
158 -Author: Andreas Sturmlechner <andreas.sturmlechner@×××××.com>
159 -Date: Thu Jan 5 22:41:02 2017 +0100
160 -
161 - Revert "Workaround an include loop on case-insensitive systems"
162 -
163 - Do not hardcode absolute patchs to GCC headers.
164 -
165 - This reverts commit 59b9d6b79425c9ec1e5df059a2593580048c4adf.
166 -
167 - REVIEW: 129788
168 -
169 -diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
170 -index 72589cd..6ac851e 100644
171 ---- a/src/core/CMakeLists.txt
172 -+++ b/src/core/CMakeLists.txt
173 -@@ -257,21 +257,6 @@ ecm_generate_headers(AkonadiCore_jobs_HEADERS
174 - RELATIVE jobs
175 - )
176 -
177 --# This is a workaround for conflict between our "Exception" fancy header and
178 --# C++ stdlib's "exception" header which occurs in case-insensitive systems.
179 --# For that reason we generate std_exception.h file, which contains an absolute
180 --# path to the stdlib's exception header file, which resolves the ambiguity
181 --# when including <exception> from within Akonadi.
182 --include(FindStdlibInclude)
183 --findStdlibInclude("exception" std_exception_file)
184 --if (NOT "${std_exception_file}" STREQUAL "")
185 -- configure_file(${CMAKE_CURRENT_SOURCE_DIR}/std_exception.h.in
186 -- ${CMAKE_CURRENT_BINARY_DIR}/std_exception.h
187 -- )
188 --else()
189 -- message(FATAL_ERROR "stdlib <exception> include absolute path not found")
190 --endif()
191 --
192 - set(akonadicore_dbus_xml ${Akonadi_SOURCE_DIR}/src/interfaces/org.freedesktop.Akonadi.NotificationManager.xml)
193 - qt5_add_dbus_interface(akonadicore_dbus_SRCS ${akonadicore_dbus_xml} notificationmanagerinterface)
194 -
195 -@@ -338,7 +323,6 @@ install(TARGETS
196 -
197 - install(FILES
198 - ${CMAKE_CURRENT_BINARY_DIR}/akonadicore_export.h
199 -- ${CMAKE_CURRENT_BINARY_DIR}/std_exception.h
200 - ${AkonadiCore_base_HEADERS}
201 - ${AkonadiCore_models_HEADERS}
202 - ${AkonadiCore_jobs_HEADERS}
203 -diff --git a/src/core/exception.h b/src/core/exception.h
204 -index d07ca71..2a376df 100644
205 ---- a/src/core/exception.h
206 -+++ b/src/core/exception.h
207 -@@ -20,16 +20,11 @@
208 - #ifndef AKONADI_EXCEPTION_H
209 - #define AKONADI_EXCEPTION_H
210 -
211 --// The std_exception.h file is generated at build-time and #includes C++ stdlib
212 --// header "exception" by aboslute path. This is to workaround an include loop on
213 --// case-insensitive systems, where #include <exception> includes our "Exception"
214 --// fancy header instead of stdlib's exception, causing an endless loop of
215 --// includes between "Exception" and "exception.h".
216 --#include "std_exception.h"
217 --
218 - #include "akonadicore_export.h"
219 -+#include <QObject>
220 -+#include <QByteArray>
221 -+#include <exception>
222 -
223 --class QByteArray;
224 - class QString;
225 -
226 - namespace Akonadi
227
228 diff --git a/kde-apps/akonadi/files/akonadi-16.12.3-akonadixml.patch b/kde-apps/akonadi/files/akonadi-16.12.3-akonadixml.patch
229 deleted file mode 100644
230 index 6acd5b86dc8..00000000000
231 --- a/kde-apps/akonadi/files/akonadi-16.12.3-akonadixml.patch
232 +++ /dev/null
233 @@ -1,22 +0,0 @@
234 -commit 2fe8bf8b73b9f5f5d19c87099b71a71f2595e70f
235 -Author: Andreas Sturmlechner <andreas.sturmlechner@×××××.com>
236 -Date: Sat Feb 11 21:29:05 2017 +0100
237 -
238 - Build akonadixml unconditionally
239 -
240 - It makes more sense now that akonadiconsole depends on it.
241 -
242 - REVIEW: 129941
243 -
244 -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
245 -index 4141947..4e79dc0 100644
246 ---- a/src/CMakeLists.txt
247 -+++ b/src/CMakeLists.txt
248 -@@ -16,6 +16,4 @@ add_subdirectory(core)
249 - add_subdirectory(agentbase)
250 - add_subdirectory(widgets)
251 - add_subdirectory(selftest)
252 --if(BUILD_TOOLS)
253 -- add_subdirectory(xml)
254 --endif()
255 -+add_subdirectory(xml)
256
257 diff --git a/kde-apps/kdepim-apps-libs/files/kdepim-apps-libs-16.12.3-include.patch b/kde-apps/kdepim-apps-libs/files/kdepim-apps-libs-16.12.3-include.patch
258 deleted file mode 100644
259 index 2289d348726..00000000000
260 --- a/kde-apps/kdepim-apps-libs/files/kdepim-apps-libs-16.12.3-include.patch
261 +++ /dev/null
262 @@ -1,28 +0,0 @@
263 -From 1238688143cc435ec626f3aac7f718ce323b6433 Mon Sep 17 00:00:00 2001
264 -From: Milian Wolff <mail@×××××××.de>
265 -Date: Tue, 31 Jan 2017 17:16:29 +0100
266 -Subject: [PATCH] Fix compile: add missing QImage include
267 -MIME-Version: 1.0
268 -Content-Type: text/plain; charset=UTF-8
269 -Content-Transfer-Encoding: 8bit
270 -
271 -/home/milian/projects/kf5/src/kde/pim/kdepim-apps-libs/kaddressbookgrantlee/src/printing/contactgrantleeprintobject.cpp:257:74: error: invalid use of incomplete type ‘class QImage’
272 ----
273 - kaddressbookgrantlee/src/printing/contactgrantleeprintobject.cpp | 1 +
274 - 1 file changed, 1 insertion(+)
275 -
276 -diff --git a/kaddressbookgrantlee/src/printing/contactgrantleeprintobject.cpp b/kaddressbookgrantlee/src/printing/contactgrantleeprintobject.cpp
277 -index 9e6f757..baf4294 100644
278 ---- a/kaddressbookgrantlee/src/printing/contactgrantleeprintobject.cpp
279 -+++ b/kaddressbookgrantlee/src/printing/contactgrantleeprintobject.cpp
280 -@@ -32,6 +32,7 @@
281 - #include <QVariant>
282 - #include <grantlee/metatype.h>
283 - #include <QLocale>
284 -+#include <QImage>
285 -
286 - using namespace KAddressBookGrantlee;
287 -
288 ---
289 -2.10.2
290 -
291
292 diff --git a/kde-apps/kdepim-runtime/files/kdepim-runtime-16.12.3-include.patch b/kde-apps/kdepim-runtime/files/kdepim-runtime-16.12.3-include.patch
293 deleted file mode 100644
294 index abde97f9f61..00000000000
295 --- a/kde-apps/kdepim-runtime/files/kdepim-runtime-16.12.3-include.patch
296 +++ /dev/null
297 @@ -1,24 +0,0 @@
298 -From bccc569b2c049e6eb1c43b45ba0e25bb39868913 Mon Sep 17 00:00:00 2001
299 -From: =?UTF-8?q?Sandro=20Knau=C3=9F?= <sknauss@×××.org>
300 -Date: Wed, 25 Jan 2017 23:35:22 +0100
301 -Subject: [PATCH] import QImage directly instead of usage via KContacts
302 -
303 ----
304 - resources/openxchange/oxa/contactutils.cpp | 1 +
305 - 1 file changed, 1 insertion(+)
306 -
307 -diff --git a/resources/openxchange/oxa/contactutils.cpp b/resources/openxchange/oxa/contactutils.cpp
308 -index dea8188..06bb34b 100644
309 ---- a/resources/openxchange/oxa/contactutils.cpp
310 -+++ b/resources/openxchange/oxa/contactutils.cpp
311 -@@ -28,6 +28,7 @@
312 - #include <Akonadi/Contact/ContactGroupExpandJob>
313 -
314 - #include <QtCore/QBuffer>
315 -+#include <QtGui/QImage>
316 - #include <QtXml/QDomElement>
317 -
318 - using namespace OXA;
319 ---
320 -2.10.2
321 -
322
323 diff --git a/kde-apps/kldap/files/kldap-16.11.90-unused-dep.patch b/kde-apps/kldap/files/kldap-16.11.90-unused-dep.patch
324 deleted file mode 100644
325 index 874a3279594..00000000000
326 --- a/kde-apps/kldap/files/kldap-16.11.90-unused-dep.patch
327 +++ /dev/null
328 @@ -1,31 +0,0 @@
329 -commit 30142edcebfd8d294fae205b2fc919d9586a003d
330 -Author: David Faure <faure@×××.org>
331 -Date: Sat Nov 26 20:31:53 2016 +0100
332 -
333 - Nothing in here requires kmbox, remove dependency.
334 -
335 -diff --git a/CMakeLists.txt b/CMakeLists.txt
336 -index 6cde803..c8ea9a5 100644
337 ---- a/CMakeLists.txt
338 -+++ b/CMakeLists.txt
339 -@@ -26,7 +26,6 @@ include(ECMQtDeclareLoggingCategory)
340 - find_package(KF5KIO ${KF5_VERSION} CONFIG REQUIRED)
341 - find_package(KF5I18n ${KF5_VERSION} CONFIG REQUIRED)
342 - find_package(KF5DocTools ${KF5_VERSION} CONFIG REQUIRED)
343 --find_package(KF5Mbox ${MBOXLIB_VERSION} CONFIG REQUIRED)
344 - add_definitions("-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII")
345 -
346 -
347 -diff --git a/kioslave/src/ldap/CMakeLists.txt b/kioslave/src/ldap/CMakeLists.txt
348 -index 43c32bb..be686a9 100644
349 ---- a/kioslave/src/ldap/CMakeLists.txt
350 -+++ b/kioslave/src/ldap/CMakeLists.txt
351 -@@ -4,7 +4,7 @@ ecm_qt_declare_logging_category(kio_ldap_PART_SRCS HEADER kldap_debug.h IDENTIFI
352 -
353 - add_library(kio_ldap MODULE ${kio_ldap_PART_SRCS})
354 -
355 --target_link_libraries(kio_ldap KF5::KIOCore KF5::I18n KF5::Ldap KF5::Mbox)
356 -+target_link_libraries(kio_ldap KF5::KIOCore KF5::I18n KF5::Ldap)
357 - set_target_properties(kio_ldap PROPERTIES OUTPUT_NAME "ldap")
358 - install(TARGETS kio_ldap DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf5/kio)
359 -