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/krita/, media-gfx/krita/files/
Date: Wed, 31 Jul 2019 09:45:40
Message-Id: 1564566323.7c5b52a734a337fa6afe2e4ab1e5780aacdc8f25.asturm@gentoo
1 commit: 7c5b52a734a337fa6afe2e4ab1e5780aacdc8f25
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 31 09:25:46 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 31 09:45:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5b52a7
7
8 media-gfx/krita: Drop 4.2.3
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-gfx/krita/Manifest | 1 -
14 .../krita/files/krita-4.2.2-tests-optional.patch | 405 ---------------------
15 media-gfx/krita/krita-4.2.3.ebuild | 118 ------
16 3 files changed, 524 deletions(-)
17
18 diff --git a/media-gfx/krita/Manifest b/media-gfx/krita/Manifest
19 index 8865613c448..a81da4ec9a4 100644
20 --- a/media-gfx/krita/Manifest
21 +++ b/media-gfx/krita/Manifest
22 @@ -1,3 +1,2 @@
23 DIST krita-4.1.8.tar.gz 244065767 BLAKE2B ba2cbb6d1575cec189e8f10461b720a081f185e1e078fc1e8194c9e6d455dade45f35f1ae5a891717918b3c03863a2a7f3f819753a106ede5695003cfa260157 SHA512 d027444415bffbd6abd29ca69598fdb1e6a652fd4f1944092ff12016a57ff2ee3bab209c93e065905ec9bfea395e50f833915bb924b97a2c119d101057cba6c9
24 -DIST krita-4.2.3.tar.gz 246136588 BLAKE2B 1d7a371f7aeb8cf3747adcd4ab681b0ecf849e64ace16b456e9c2b8ed5fd958be895fd64c623931e47ae81bdf35b3e54161ecb204501f48c97b35ac2dcb8ac59 SHA512 6493740183b360a939d85cc7bc646cb173dc923a3dc63966d0f178bf308675ffead01d3bfefeeffb376f5efd7d90ee7f271b3ff412787123113dd125cc022ab5
25 DIST krita-4.2.4.tar.gz 246227960 BLAKE2B 94513a835526ee79c0747ed8c6004666b549d7070c02ad82800555282f319e5aa4dc1f35dafc6b4179284b244c8c80367b453548f5c8cd585154259a0512222a SHA512 c778653f8e72724d16322405fffdff5b82418c5a19021ccbada6a15389afd58f9d9017bc562eb5d91b0d4e10587bca1e616fc7ecc9ec7dbf82fae5247b81ea5e
26
27 diff --git a/media-gfx/krita/files/krita-4.2.2-tests-optional.patch b/media-gfx/krita/files/krita-4.2.2-tests-optional.patch
28 deleted file mode 100644
29 index 2df715be04f..00000000000
30 --- a/media-gfx/krita/files/krita-4.2.2-tests-optional.patch
31 +++ /dev/null
32 @@ -1,405 +0,0 @@
33 ---- a/plugins/filters/CMakeLists.txt 2019-06-27 18:48:55.049823682 +0200
34 -+++ b/plugins/filters/CMakeLists.txt 2019-06-27 18:48:55.056823729 +0200
35 -@@ -1,4 +1,6 @@
36 -+if(BUILD_TESTING)
37 - add_subdirectory( tests )
38 -+endif()
39 - add_subdirectory( blur )
40 - add_subdirectory( colors )
41 - add_subdirectory( colorsfilters )
42 ---- a/plugins/filters/unsharp/CMakeLists.txt 2019-06-27 18:48:55.063823776 +0200
43 -+++ b/plugins/filters/unsharp/CMakeLists.txt 2019-06-27 18:48:55.069823817 +0200
44 -@@ -1,4 +1,6 @@
45 -+if(BUILD_TESTING)
46 - add_subdirectory( tests )
47 -+endif()
48 -
49 - set(kritaunsharpfilter_SOURCES
50 - unsharp.cpp
51 ---- a/plugins/paintops/defaultpaintops/CMakeLists.txt 2019-06-27 18:48:55.077823871 +0200
52 -+++ b/plugins/paintops/defaultpaintops/CMakeLists.txt 2019-06-27 18:48:55.084823918 +0200
53 -@@ -1,4 +1,6 @@
54 -+if(BUILD_TESTING)
55 - add_subdirectory(brush/tests)
56 -+endif()
57 -
58 - include_directories(brush
59 - duplicate
60 ---- a/plugins/paintops/libpaintop/CMakeLists.txt 2019-06-27 18:48:55.092823972 +0200
61 -+++ b/plugins/paintops/libpaintop/CMakeLists.txt 2019-06-27 18:48:55.098824013 +0200
62 -@@ -104,4 +104,6 @@
63 - install(TARGETS kritalibpaintop ${INSTALL_TARGETS_DEFAULT_ARGS})
64 -
65 -
66 -+if(BUILD_TESTING)
67 - add_subdirectory(tests)
68 -+endif()
69 ---- a/plugins/dockers/lut/CMakeLists.txt 2019-06-27 18:48:55.105824060 +0200
70 -+++ b/plugins/dockers/lut/CMakeLists.txt 2019-06-27 18:48:55.112824107 +0200
71 -@@ -1,4 +1,6 @@
72 -+if(BUILD_TESTING)
73 - add_subdirectory(tests)
74 -+endif()
75 -
76 - include_directories(SYSTEM
77 - ${OCIO_INCLUDE_DIR}
78 ---- a/plugins/dockers/animation/CMakeLists.txt 2019-06-27 18:48:55.120824161 +0200
79 -+++ b/plugins/dockers/animation/CMakeLists.txt 2019-06-27 18:48:55.124824188 +0200
80 -@@ -1,5 +1,7 @@
81 - if (NOT WIN32 AND NOT APPLE)
82 -- add_subdirectory(tests)
83 -+ if(BUILD_TESTING)
84 -+add_subdirectory(tests)
85 -+endif()
86 - endif()
87 -
88 - set(KRITA_ANIMATIONDOCKER_SOURCES
89 ---- a/plugins/extensions/qmic/CMakeLists.txt 2019-06-27 18:48:55.132824242 +0200
90 -+++ b/plugins/extensions/qmic/CMakeLists.txt 2019-06-27 18:48:55.136824270 +0200
91 -@@ -20,4 +20,6 @@
92 - target_link_libraries(kritaqmic kritaui)
93 - install(TARGETS kritaqmic DESTINATION ${KRITA_PLUGIN_INSTALL_DIR})
94 -
95 -+if(BUILD_TESTING)
96 - add_subdirectory(tests)
97 -+endif()
98 ---- a/plugins/tools/basictools/CMakeLists.txt 2019-06-27 18:48:55.141824303 +0200
99 -+++ b/plugins/tools/basictools/CMakeLists.txt 2019-06-27 18:48:55.146824337 +0200
100 -@@ -1,5 +1,7 @@
101 - if (NOT APPLE)
102 -- add_subdirectory(tests)
103 -+ if(BUILD_TESTING)
104 -+add_subdirectory(tests)
105 -+endif()
106 - endif ()
107 -
108 - set(kritadefaulttools_SOURCES
109 ---- a/plugins/tools/tool_transform2/CMakeLists.txt 2019-06-27 18:48:55.151824371 +0200
110 -+++ b/plugins/tools/tool_transform2/CMakeLists.txt 2019-06-27 18:48:55.155824398 +0200
111 -@@ -1,5 +1,7 @@
112 - if (NOT WIN32 AND NOT APPLE)
113 -- add_subdirectory(tests)
114 -+ if(BUILD_TESTING)
115 -+add_subdirectory(tests)
116 -+endif()
117 - endif()
118 -
119 - set(kritatooltransform_SOURCES
120 ---- a/plugins/impex/ppm/CMakeLists.txt 2019-06-27 18:48:55.163824452 +0200
121 -+++ b/plugins/impex/ppm/CMakeLists.txt 2019-06-27 18:48:55.169824492 +0200
122 -@@ -1,4 +1,6 @@
123 -+if(BUILD_TESTING)
124 - add_subdirectory(tests)
125 -+endif()
126 -
127 - include_directories( ${CMAKE_CURRENT_SOURCE_DIR} )
128 -
129 ---- a/plugins/impex/svg/CMakeLists.txt 2019-06-27 18:48:55.175824533 +0200
130 -+++ b/plugins/impex/svg/CMakeLists.txt 2019-06-27 18:48:55.180824567 +0200
131 -@@ -1,4 +1,6 @@
132 -+if(BUILD_TESTING)
133 - add_subdirectory(tests)
134 -+endif()
135 -
136 - set(kritasvgimport_SOURCES
137 - kis_svg_import.cc
138 ---- a/plugins/impex/brush/CMakeLists.txt 2019-06-27 18:48:55.186824607 +0200
139 -+++ b/plugins/impex/brush/CMakeLists.txt 2019-06-27 18:48:55.190824634 +0200
140 -@@ -1,4 +1,6 @@
141 -+if(BUILD_TESTING)
142 - add_subdirectory(tests)
143 -+endif()
144 -
145 - set(kritabrushexport_PART_SRCS
146 - kis_brush_export.cpp
147 ---- a/plugins/impex/psd/CMakeLists.txt 2019-06-27 18:48:55.195824668 +0200
148 -+++ b/plugins/impex/psd/CMakeLists.txt 2019-06-27 18:48:55.199824695 +0200
149 -@@ -1,5 +1,7 @@
150 - if (NOT MSVC AND NOT APPLE)
151 -- add_subdirectory(tests)
152 -+ if(BUILD_TESTING)
153 -+add_subdirectory(tests)
154 -+endif()
155 - endif()
156 -
157 - configure_file(config_psd.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config_psd.h)
158 ---- a/plugins/impex/tga/CMakeLists.txt 2019-06-27 18:48:55.206824742 +0200
159 -+++ b/plugins/impex/tga/CMakeLists.txt 2019-06-27 18:48:55.210824769 +0200
160 -@@ -1,4 +1,6 @@
161 -+if(BUILD_TESTING)
162 - add_subdirectory(tests)
163 -+endif()
164 -
165 - set(kritatgaexport_SOURCES
166 - kis_tga_export.cpp
167 ---- a/plugins/impex/libkra/CMakeLists.txt 2019-06-27 18:48:55.216824810 +0200
168 -+++ b/plugins/impex/libkra/CMakeLists.txt 2019-06-27 18:48:55.221824844 +0200
169 -@@ -1,4 +1,6 @@
170 -+if(BUILD_TESTING)
171 - add_subdirectory(tests)
172 -+endif()
173 -
174 - set(kritalibkra_LIB_SRCS
175 - kis_colorize_dom_utils.cpp
176 ---- a/plugins/impex/jpeg/CMakeLists.txt 2019-06-27 18:48:55.228824891 +0200
177 -+++ b/plugins/impex/jpeg/CMakeLists.txt 2019-06-27 18:48:55.233824924 +0200
178 -@@ -1,4 +1,6 @@
179 -+if(BUILD_TESTING)
180 - add_subdirectory(tests)
181 -+endif()
182 -
183 - set(ICCJPEG_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/lcms")
184 -
185 ---- a/plugins/impex/gif/CMakeLists.txt 2019-06-27 18:48:55.239824965 +0200
186 -+++ b/plugins/impex/gif/CMakeLists.txt 2019-06-27 18:48:55.243824992 +0200
187 -@@ -1,4 +1,6 @@
188 -+if(BUILD_TESTING)
189 - add_subdirectory(tests)
190 -+endif()
191 -
192 - set(kritagifexport_SOURCES
193 - kis_gif_export.cpp
194 ---- a/plugins/impex/exr/CMakeLists.txt 2019-06-27 18:48:55.248825026 +0200
195 -+++ b/plugins/impex/exr/CMakeLists.txt 2019-06-27 18:48:55.253825060 +0200
196 -@@ -1,4 +1,6 @@
197 -+if(BUILD_TESTING)
198 - add_subdirectory(tests)
199 -+endif()
200 -
201 - include_directories(SYSTEM ${OPENEXR_INCLUDE_DIR} )
202 -
203 ---- a/plugins/impex/xcf/CMakeLists.txt 2019-06-27 18:48:55.260825107 +0200
204 -+++ b/plugins/impex/xcf/CMakeLists.txt 2019-06-27 18:48:55.268825160 +0200
205 -@@ -1,4 +1,6 @@
206 -+if(BUILD_TESTING)
207 - add_subdirectory(tests)
208 -+endif()
209 -
210 - set(XCFTOOLS_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/xcftools")
211 -
212 ---- a/plugins/impex/tiff/CMakeLists.txt 2019-06-27 18:48:55.277825221 +0200
213 -+++ b/plugins/impex/tiff/CMakeLists.txt 2019-06-27 18:48:55.283825262 +0200
214 -@@ -1,4 +1,6 @@
215 -+if(BUILD_TESTING)
216 - add_subdirectory(tests)
217 -+endif()
218 -
219 - set(libkritatiffconverter_LIB_SRCS
220 - kis_tiff_converter.cc
221 ---- a/plugins/impex/ora/CMakeLists.txt 2019-06-27 18:48:55.290825310 +0200
222 -+++ b/plugins/impex/ora/CMakeLists.txt 2019-06-27 18:48:55.295825343 +0200
223 -@@ -1,4 +1,6 @@
224 -+if(BUILD_TESTING)
225 - add_subdirectory(tests)
226 -+endif()
227 -
228 - set(libkritaconverter_LIB_SRCS
229 - ora_converter.cpp
230 ---- a/plugins/impex/heif/CMakeLists.txt 2019-06-27 18:48:55.302825391 +0200
231 -+++ b/plugins/impex/heif/CMakeLists.txt 2019-06-27 18:48:55.309825438 +0200
232 -@@ -1,4 +1,6 @@
233 -+if(BUILD_TESTING)
234 - add_subdirectory(tests)
235 -+endif()
236 -
237 - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${HEIF_CFLAGS}")
238 - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${HEIF_CFLAGS}")
239 ---- a/plugins/impex/pdf/CMakeLists.txt 2019-06-27 18:48:55.317825492 +0200
240 -+++ b/plugins/impex/pdf/CMakeLists.txt 2019-06-27 18:48:55.322825526 +0200
241 -@@ -1,4 +1,6 @@
242 -+if(BUILD_TESTING)
243 - add_subdirectory(tests)
244 -+endif()
245 -
246 - set(kritapdfimport_SOURCES kis_pdf_import.cpp kis_pdf_import_widget.cpp )
247 -
248 ---- a/plugins/impex/csv/CMakeLists.txt 2019-06-27 18:48:55.332825593 +0200
249 -+++ b/plugins/impex/csv/CMakeLists.txt 2019-06-27 18:48:55.339825640 +0200
250 -@@ -1,4 +1,6 @@
251 -+if(BUILD_TESTING)
252 - add_subdirectory(tests)
253 -+endif()
254 -
255 - # import
256 -
257 ---- a/plugins/impex/heightmap/CMakeLists.txt 2019-06-27 18:48:55.347825694 +0200
258 -+++ b/plugins/impex/heightmap/CMakeLists.txt 2019-06-27 18:48:55.352825728 +0200
259 -@@ -1,4 +1,6 @@
260 -+if(BUILD_TESTING)
261 - add_subdirectory(tests)
262 -+endif()
263 -
264 - include_directories( ${CMAKE_CURRENT_SOURCE_DIR} )
265 -
266 ---- a/plugins/impex/raw/CMakeLists.txt 2019-06-27 18:48:55.359825775 +0200
267 -+++ b/plugins/impex/raw/CMakeLists.txt 2019-06-27 18:48:55.365825816 +0200
268 -@@ -1,4 +1,6 @@
269 -+if(BUILD_TESTING)
270 - add_subdirectory(tests)
271 -+endif()
272 -
273 - if(OPENEXR_FOUND)
274 - include_directories(${OPENEXR_INCLUDE_DIR})
275 ---- a/plugins/impex/qimageio/CMakeLists.txt 2019-06-27 18:48:55.371825857 +0200
276 -+++ b/plugins/impex/qimageio/CMakeLists.txt 2019-06-27 18:48:55.376825890 +0200
277 -@@ -1,4 +1,6 @@
278 -+if(BUILD_TESTING)
279 - add_subdirectory(tests)
280 -+endif()
281 -
282 - set(kritaqimageioexport_SOURCES
283 - kis_qimageio_export.cpp
284 ---- a/plugins/impex/qml/CMakeLists.txt 2019-06-27 18:48:55.383825938 +0200
285 -+++ b/plugins/impex/qml/CMakeLists.txt 2019-06-27 18:48:55.389825978 +0200
286 -@@ -1,4 +1,6 @@
287 -+if(BUILD_TESTING)
288 - add_subdirectory(tests)
289 -+endif()
290 -
291 - set(kritaqmlexport_SOURCES
292 - qml_converter.cc
293 ---- a/plugins/impex/png/CMakeLists.txt 2019-06-27 18:48:55.396826025 +0200
294 -+++ b/plugins/impex/png/CMakeLists.txt 2019-06-27 18:48:55.401826059 +0200
295 -@@ -1,4 +1,6 @@
296 -+if(BUILD_TESTING)
297 - add_subdirectory(tests)
298 -+endif()
299 -
300 - set(kritapngimport_SOURCES
301 - kis_png_import.cc
302 ---- a/plugins/color/lcms2engine/CMakeLists.txt 2019-06-27 18:48:55.408826106 +0200
303 -+++ b/plugins/color/lcms2engine/CMakeLists.txt 2019-06-27 18:48:55.412826133 +0200
304 -@@ -1,6 +1,8 @@
305 - project( lcmsengine )
306 -
307 -+if(BUILD_TESTING)
308 - add_subdirectory(tests)
309 -+endif()
310 -
311 - include_directories(SYSTEM
312 - ${LCMS2_INCLUDE_DIR}
313 ---- a/libs/brush/CMakeLists.txt 2019-06-27 18:48:55.417826167 +0200
314 -+++ b/libs/brush/CMakeLists.txt 2019-06-27 18:48:55.421826194 +0200
315 -@@ -1,4 +1,6 @@
316 -+if(BUILD_TESTING)
317 - add_subdirectory( tests )
318 -+endif()
319 -
320 - include_directories(SYSTEM
321 - ${EIGEN3_INCLUDE_DIR}
322 ---- a/libs/global/CMakeLists.txt 2019-06-27 18:48:55.426826228 +0200
323 -+++ b/libs/global/CMakeLists.txt 2019-06-27 18:48:55.430826255 +0200
324 -@@ -1,4 +1,6 @@
325 -+if(BUILD_TESTING)
326 - add_subdirectory( tests )
327 -+endif()
328 -
329 - include(CheckFunctionExists)
330 - check_function_exists(backtrace HAVE_BACKTRACE)
331 ---- a/libs/image/CMakeLists.txt 2019-06-27 18:48:55.435826289 +0200
332 -+++ b/libs/image/CMakeLists.txt 2019-06-27 18:48:55.438826309 +0200
333 -@@ -1,4 +1,6 @@
334 -+if(BUILD_TESTING)
335 - add_subdirectory( tests )
336 -+endif()
337 -
338 - add_subdirectory( tiles3 )
339 -
340 ---- a/libs/image/tiles3/CMakeLists.txt 2019-06-27 18:48:55.444826350 +0200
341 -+++ b/libs/image/tiles3/CMakeLists.txt 2019-06-27 18:48:55.447826370 +0200
342 -@@ -1 +1,3 @@
343 -+if(BUILD_TESTING)
344 - add_subdirectory(tests)
345 -+endif()
346 ---- a/libs/odf/CMakeLists.txt 2019-06-27 18:48:55.452826404 +0200
347 -+++ b/libs/odf/CMakeLists.txt 2019-06-27 18:48:55.456826430 +0200
348 -@@ -1,4 +1,6 @@
349 -+if(BUILD_TESTING)
350 - add_subdirectory( tests )
351 -+endif()
352 -
353 - set(kritaodf_LIB_SRCS
354 - KoOdf.cpp
355 ---- a/libs/metadata/CMakeLists.txt 2019-06-27 18:48:55.461826464 +0200
356 -+++ b/libs/metadata/CMakeLists.txt 2019-06-27 18:48:55.465826491 +0200
357 -@@ -29,4 +29,6 @@
358 -
359 - install(TARGETS kritametadata ${INSTALL_TARGETS_DEFAULT_ARGS})
360 -
361 -+if(BUILD_TESTING)
362 - add_subdirectory(tests)
363 -+endif()
364 ---- a/libs/store/CMakeLists.txt 2019-06-27 18:48:55.470826525 +0200
365 -+++ b/libs/store/CMakeLists.txt 2019-06-27 18:48:55.473826545 +0200
366 -@@ -1,6 +1,8 @@
367 - include_directories(${QUAZIP_INCLUDE_DIRS})
368 -
369 -+if(BUILD_TESTING)
370 - add_subdirectory(tests)
371 -+endif()
372 -
373 - set(kritastore_LIB_SRCS
374 - KoDirectoryStore.cpp
375 ---- a/libs/libkis/CMakeLists.txt 2019-06-27 18:48:55.478826579 +0200
376 -+++ b/libs/libkis/CMakeLists.txt 2019-06-27 18:48:55.482826605 +0200
377 -@@ -47,4 +47,6 @@
378 - install(TARGETS kritalibkis ${INSTALL_TARGETS_DEFAULT_ARGS})
379 -
380 -
381 -+if(BUILD_TESTING)
382 - add_subdirectory(tests)
383 -+endif()
384 ---- a/libs/widgetutils/CMakeLists.txt 2019-06-27 18:48:55.487826640 +0200
385 -+++ b/libs/widgetutils/CMakeLists.txt 2019-06-27 18:48:55.491826667 +0200
386 -@@ -1,4 +1,6 @@
387 -+if(BUILD_TESTING)
388 - add_subdirectory(tests)
389 -+endif()
390 -
391 - configure_file(xmlgui/config-xmlgui.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-xmlgui.h )
392 -
393 ---- a/libs/widgets/CMakeLists.txt 2019-06-27 18:48:55.496826701 +0200
394 -+++ b/libs/widgets/CMakeLists.txt 2019-06-27 18:48:55.500826727 +0200
395 -@@ -1,4 +1,6 @@
396 -+if(BUILD_TESTING)
397 - add_subdirectory( tests )
398 -+endif()
399 -
400 - include_directories(${CMAKE_CURRENT_BINARY_DIR})
401 -
402 ---- a/libs/flake/CMakeLists.txt 2019-06-27 18:48:55.505826761 +0200
403 -+++ b/libs/flake/CMakeLists.txt 2019-06-27 18:48:55.510826795 +0200
404 -@@ -9,7 +9,9 @@
405 - )
406 -
407 - add_subdirectory(styles)
408 -+if(BUILD_TESTING)
409 - add_subdirectory(tests)
410 -+endif()
411 -
412 - set(kritaflake_SRCS
413 - KoGradientHelper.cpp
414 ---- a/libs/ui/CMakeLists.txt 2019-06-27 18:48:55.516826836 +0200
415 -+++ b/libs/ui/CMakeLists.txt 2019-06-27 18:48:55.520826863 +0200
416 -@@ -7,7 +7,9 @@
417 - ${OCIO_INCLUDE_DIR}
418 - )
419 -
420 -+if(BUILD_TESTING)
421 - add_subdirectory( tests )
422 -+endif()
423 -
424 - if (APPLE)
425 - find_library(FOUNDATION_LIBRARY Foundation)
426 ---- a/libs/pigment/CMakeLists.txt 2019-06-27 18:48:55.526826903 +0200
427 -+++ b/libs/pigment/CMakeLists.txt 2019-06-27 18:48:55.530826930 +0200
428 -@@ -31,7 +31,9 @@
429 - message("${__per_arch_factory_objs}")
430 - endif()
431 -
432 -+if(BUILD_TESTING)
433 - add_subdirectory(tests)
434 -+endif()
435 - add_subdirectory(benchmarks)
436 -
437 - set(kritapigment_SRCS
438
439 diff --git a/media-gfx/krita/krita-4.2.3.ebuild b/media-gfx/krita/krita-4.2.3.ebuild
440 deleted file mode 100644
441 index b1daa80676c..00000000000
442 --- a/media-gfx/krita/krita-4.2.3.ebuild
443 +++ /dev/null
444 @@ -1,118 +0,0 @@
445 -# Copyright 1999-2019 Gentoo Authors
446 -# Distributed under the terms of the GNU General Public License v2
447 -
448 -EAPI=7
449 -
450 -KDE_TEST="forceoptional"
451 -QT_MINIMAL="5.12.3"
452 -VIRTUALX_REQUIRED="test"
453 -PYTHON_COMPAT=( python3_{5,6,7} )
454 -inherit kde5 python-single-r1
455 -
456 -if [[ ${KDE_BUILD_TYPE} = release ]]; then
457 - SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.gz"
458 - KEYWORDS="~amd64 ~x86"
459 -fi
460 -
461 -DESCRIPTION="Free digital painting application. Digital Painting, Creative Freedom!"
462 -HOMEPAGE="https://kde.org/applications/graphics/krita/ https://krita.org/"
463 -LICENSE="GPL-3"
464 -IUSE="color-management fftw gif +gsl heif +jpeg openexr pdf qtmedia +raw tiff vc"
465 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
466 -
467 -BDEPEND="
468 - dev-cpp/eigen:3
469 - dev-lang/perl
470 - sys-devel/gettext
471 -"
472 -COMMON_DEPEND="${PYTHON_DEPS}
473 - $(add_frameworks_dep karchive)
474 - $(add_frameworks_dep kcompletion)
475 - $(add_frameworks_dep kconfig)
476 - $(add_frameworks_dep kcoreaddons)
477 - $(add_frameworks_dep kcrash)
478 - $(add_frameworks_dep kguiaddons)
479 - $(add_frameworks_dep ki18n)
480 - $(add_frameworks_dep kiconthemes)
481 - $(add_frameworks_dep kitemmodels)
482 - $(add_frameworks_dep kitemviews)
483 - $(add_frameworks_dep kwidgetsaddons)
484 - $(add_frameworks_dep kwindowsystem)
485 - $(add_frameworks_dep kxmlgui)
486 - $(add_qt_dep qtconcurrent)
487 - $(add_qt_dep qtdbus)
488 - $(add_qt_dep qtdeclarative)
489 - $(add_qt_dep qtgui '-gles2' '' '5=')
490 - $(add_qt_dep qtnetwork)
491 - $(add_qt_dep qtprintsupport)
492 - $(add_qt_dep qtsvg)
493 - $(add_qt_dep qtwidgets)
494 - $(add_qt_dep qtx11extras)
495 - $(add_qt_dep qtxml)
496 - dev-libs/boost:=
497 - dev-libs/quazip
498 - dev-python/PyQt5[${PYTHON_USEDEP}]
499 - dev-python/sip[${PYTHON_USEDEP}]
500 - media-gfx/exiv2:=
501 - media-libs/lcms
502 - media-libs/libpng:0=
503 - sys-libs/zlib
504 - virtual/opengl
505 - x11-libs/libX11
506 - x11-libs/libxcb
507 - x11-libs/libXi
508 - color-management? ( media-libs/opencolorio )
509 - fftw? ( sci-libs/fftw:3.0= )
510 - gif? ( media-libs/giflib )
511 - gsl? ( sci-libs/gsl:= )
512 - jpeg? ( virtual/jpeg:0 )
513 - heif? ( media-libs/libheif:= )
514 - openexr? (
515 - media-libs/ilmbase:=
516 - media-libs/openexr
517 - )
518 - pdf? ( app-text/poppler[qt5] )
519 - qtmedia? ( $(add_qt_dep qtmultimedia) )
520 - raw? ( media-libs/libraw:= )
521 - tiff? ( media-libs/tiff:0 )
522 -"
523 -DEPEND="${COMMON_DEPEND}
524 - vc? ( >=dev-libs/vc-1.1.0 )
525 -"
526 -RDEPEND="${COMMON_DEPEND}
527 - !app-office/calligra:4[calligra_features_krita]
528 - !app-office/calligra-l10n:4[calligra_features_krita(+)]
529 -"
530 -
531 -# bug 630508
532 -RESTRICT+=" test"
533 -
534 -PATCHES=( "${FILESDIR}"/${PN}-4.2.2-tests-optional.patch )
535 -
536 -pkg_setup() {
537 - python-single-r1_pkg_setup
538 - kde5_pkg_setup
539 -}
540 -
541 -src_configure() {
542 - # Prevent sandbox violation from FindPyQt5.py module
543 - # See Gentoo-bug 655918
544 - addpredict /dev/dri
545 -
546 - local mycmakeargs=(
547 - $(cmake-utils_use_find_package color-management OCIO)
548 - $(cmake-utils_use_find_package fftw FFTW3)
549 - $(cmake-utils_use_find_package gif GIF)
550 - $(cmake-utils_use_find_package gsl GSL)
551 - $(cmake-utils_use_find_package heif HEIF)
552 - $(cmake-utils_use_find_package jpeg JPEG)
553 - $(cmake-utils_use_find_package openexr OpenEXR)
554 - $(cmake-utils_use_find_package pdf Poppler)
555 - $(cmake-utils_use_find_package qtmedia Qt5Multimedia)
556 - $(cmake-utils_use_find_package raw LibRaw)
557 - $(cmake-utils_use_find_package tiff TIFF)
558 - $(cmake-utils_use_find_package vc Vc)
559 - )
560 -
561 - kde5_src_configure
562 -}