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: Sat, 01 Sep 2018 19:32:01
Message-Id: 1535830305.a1f2a30c593f6d748720218a462bc5640f4a071b.asturm@gentoo
1 commit: a1f2a30c593f6d748720218a462bc5640f4a071b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 30 11:57:00 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 1 19:31:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1f2a30c
7
8 media-gfx/krita: Drop 3.3.3
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 media-gfx/krita/Manifest | 1 -
13 .../krita/files/krita-3.2.0-tests-optional.patch | 282 ---------------------
14 media-gfx/krita/krita-3.3.3.ebuild | 94 -------
15 3 files changed, 377 deletions(-)
16
17 diff --git a/media-gfx/krita/Manifest b/media-gfx/krita/Manifest
18 index 81392963b2a..2725ffd07b5 100644
19 --- a/media-gfx/krita/Manifest
20 +++ b/media-gfx/krita/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST krita-3.3.3.tar.gz 207582956 BLAKE2B 36fd2978956fbba870ff8d8c28c31db0731742385620d6b5fd0cc275d74bf6352635c4fd4a537a87b7994fa41d140ee05000593d5a95cd288fd07959e8ef1693 SHA512 b6dc30809e0d6c19fee4bbb240aa53c65e88361ebe273c73c2f24f43904c3cd51719dadb9c11fb7f691f17d75732374295ce904810d8893b7f95b45f859901e0
23 DIST krita-4.0.3.tar.gz 241332929 BLAKE2B 222a3425f64c98d964f421c84f48295d5cb72e622631e9b1cb5a2ac9980a6f59cbf12b0815df68a09daf138efc2d4e2e83cb46034c8e12ddd621cb49f1117b72 SHA512 13b3263a09dbb955dea435e97bf12b6f0670fce68c4c2c9e97e7b45b480301119f317e72fac63eec07caff295885b7d62ac7c6255545a139e1e5f4b1106989e8
24 DIST krita-4.0.4.tar.gz 241431012 BLAKE2B c8bb51132f089276761d5a6897fee416a23154267fef72ad525660125770d0fe4b6ab93f70b67ba11c8344f2b27f82bbadc96306d111ff77145b4056ec2c7601 SHA512 a1d82366f7b145c5db4c74ea8c31672a96a3dccd1b31fe2758606de50a4a8e5f8fd794e319127f98cc80f067d851edd4bc6e2f842eba76b807cc3a075a997f45
25
26 diff --git a/media-gfx/krita/files/krita-3.2.0-tests-optional.patch b/media-gfx/krita/files/krita-3.2.0-tests-optional.patch
27 deleted file mode 100644
28 index 0f143ff1cc5..00000000000
29 --- a/media-gfx/krita/files/krita-3.2.0-tests-optional.patch
30 +++ /dev/null
31 @@ -1,282 +0,0 @@
32 -Autogenerated by KDE_TEST=forceoptional-recursive and edited.
33 -
34 ---- a/plugins/paintops/libpaintop/CMakeLists.txt 2017-08-19 23:45:06.235796211 +0200
35 -+++ b/plugins/paintops/libpaintop/CMakeLists.txt 2017-08-19 23:45:06.241796045 +0200
36 -@@ -95,4 +95,6 @@
37 - install(TARGETS kritalibpaintop ${INSTALL_TARGETS_DEFAULT_ARGS})
38 -
39 -
40 -+if(BUILD_TESTING)
41 - add_subdirectory(tests)
42 -+endif()
43 ---- a/plugins/paintops/defaultpaintops/CMakeLists.txt 2017-08-19 23:45:06.250795797 +0200
44 -+++ b/plugins/paintops/defaultpaintops/CMakeLists.txt 2017-08-19 23:45:06.258795576 +0200
45 -@@ -1,4 +1,6 @@
46 -+if(BUILD_TESTING)
47 - add_subdirectory(brush/tests)
48 -+endif()
49 -
50 - include_directories(brush)
51 - include_directories(duplicate)
52 ---- a/plugins/impex/exr/CMakeLists.txt 2017-08-19 23:45:06.266795355 +0200
53 -+++ b/plugins/impex/exr/CMakeLists.txt 2017-08-19 23:45:06.274795134 +0200
54 -@@ -1,4 +1,6 @@
55 -+if(BUILD_TESTING)
56 - add_subdirectory(tests)
57 -+endif()
58 -
59 - include_directories(SYSTEM ${OPENEXR_INCLUDE_DIR} )
60 -
61 ---- a/plugins/impex/jpeg/CMakeLists.txt 2017-08-19 23:45:06.282794913 +0200
62 -+++ b/plugins/impex/jpeg/CMakeLists.txt 2017-08-19 23:45:06.289794720 +0200
63 -@@ -1,4 +1,6 @@
64 -+if(BUILD_TESTING)
65 - add_subdirectory(tests)
66 -+endif()
67 -
68 - set(ICCJPEG_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/lcms")
69 -
70 ---- a/plugins/impex/psd/CMakeLists.txt 2017-08-19 23:45:06.297794499 +0200
71 -+++ b/plugins/impex/psd/CMakeLists.txt 2017-08-19 23:45:06.304794306 +0200
72 -@@ -1,5 +1,7 @@
73 - if (NOT MSVC AND NOT APPLE)
74 -- add_subdirectory(tests)
75 -+ if(BUILD_TESTING)
76 -+ add_subdirectory(tests)
77 -+ endif()
78 - endif()
79 -
80 - configure_file(config_psd.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config_psd.h)
81 ---- a/plugins/impex/ppm/CMakeLists.txt 2017-08-19 23:45:06.313794058 +0200
82 -+++ b/plugins/impex/ppm/CMakeLists.txt 2017-08-19 23:45:06.319793892 +0200
83 -@@ -1,4 +1,6 @@
84 -+if(BUILD_TESTING)
85 - add_subdirectory(tests)
86 -+endif()
87 -
88 - include_directories( ${CMAKE_CURRENT_SOURCE_DIR} )
89 -
90 ---- a/plugins/impex/png/CMakeLists.txt 2017-08-19 23:45:06.327793672 +0200
91 -+++ b/plugins/impex/png/CMakeLists.txt 2017-08-19 23:45:06.334793478 +0200
92 -@@ -1,4 +1,6 @@
93 -+if(BUILD_TESTING)
94 - add_subdirectory(tests)
95 -+endif()
96 -
97 - set(kritapngimport_SOURCES
98 - kis_png_import.cc
99 ---- a/plugins/impex/csv/CMakeLists.txt 2017-08-19 23:45:06.343793230 +0200
100 -+++ b/plugins/impex/csv/CMakeLists.txt 2017-08-19 23:45:06.349793064 +0200
101 -@@ -1,4 +1,6 @@
102 -+if(BUILD_TESTING)
103 - add_subdirectory(tests)
104 -+endif()
105 -
106 - include_directories(SYSTEM
107 - ${Boost_INCLUDE_DIRS}
108 ---- a/plugins/impex/xcf/CMakeLists.txt 2017-08-19 23:45:06.357792843 +0200
109 -+++ b/plugins/impex/xcf/CMakeLists.txt 2017-08-19 23:45:06.364792650 +0200
110 -@@ -1,4 +1,6 @@
111 -+if(BUILD_TESTING)
112 - add_subdirectory(tests)
113 -+endif()
114 -
115 - set(XCFTOOLS_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/xcftools")
116 -
117 ---- a/plugins/impex/tiff/CMakeLists.txt 2017-08-19 23:45:06.372792429 +0200
118 -+++ b/plugins/impex/tiff/CMakeLists.txt 2017-08-19 23:45:06.379792236 +0200
119 -@@ -1,4 +1,6 @@
120 -+if(BUILD_TESTING)
121 - add_subdirectory(tests)
122 -+endif()
123 -
124 - set(libkritatiffconverter_LIB_SRCS
125 - kis_tiff_converter.cc
126 ---- a/plugins/extensions/qmic/CMakeLists.txt 2017-08-19 23:45:06.387792016 +0200
127 -+++ b/plugins/extensions/qmic/CMakeLists.txt 2017-08-19 23:45:06.393791850 +0200
128 -@@ -20,4 +20,6 @@
129 - target_link_libraries(kritaqmic kritaui)
130 - install(TARGETS kritaqmic DESTINATION ${KRITA_PLUGIN_INSTALL_DIR})
131 -
132 -+if(BUILD_TESTING)
133 - add_subdirectory(tests)
134 -+endif()
135 ---- a/plugins/filters/CMakeLists.txt 2017-08-19 23:45:06.401791629 +0200
136 -+++ b/plugins/filters/CMakeLists.txt 2017-08-19 23:45:06.408791436 +0200
137 -@@ -1,4 +1,6 @@
138 -+if(BUILD_TESTING)
139 - add_subdirectory( tests )
140 -+endif()
141 - add_subdirectory( blur )
142 - add_subdirectory( colors )
143 - add_subdirectory( colorsfilters )
144 ---- a/plugins/filters/unsharp/CMakeLists.txt 2017-08-19 23:45:06.416791215 +0200
145 -+++ b/plugins/filters/unsharp/CMakeLists.txt 2017-08-19 23:45:06.422791049 +0200
146 -@@ -1,4 +1,6 @@
147 -+if(BUILD_TESTING)
148 - add_subdirectory( tests )
149 -+endif()
150 -
151 - set(kritaunsharpfilter_SOURCES
152 - unsharp.cpp
153 ---- a/plugins/tools/basictools/CMakeLists.txt 2017-08-19 23:45:06.430790829 +0200
154 -+++ b/plugins/tools/basictools/CMakeLists.txt 2017-08-19 23:45:06.437790636 +0200
155 -@@ -1,5 +1,7 @@
156 - if (NOT APPLE)
157 -- add_subdirectory(tests)
158 -+ if(BUILD_TESTING)
159 -+ add_subdirectory(tests)
160 -+ endif()
161 - endif ()
162 -
163 - include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
164 ---- a/plugins/tools/tool_transform2/CMakeLists.txt 2017-08-19 23:45:06.446790387 +0200
165 -+++ b/plugins/tools/tool_transform2/CMakeLists.txt 2017-08-19 23:45:06.453790194 +0200
166 -@@ -1,5 +1,7 @@
167 - if (NOT WIN32 AND NOT APPLE)
168 -- add_subdirectory(tests)
169 -+ if(BUILD_TESTING)
170 -+ add_subdirectory(tests)
171 -+ endif()
172 - endif()
173 -
174 - include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
175 ---- a/plugins/color/lcms2engine/CMakeLists.txt 2017-08-19 23:45:06.461789973 +0200
176 -+++ b/plugins/color/lcms2engine/CMakeLists.txt 2017-08-19 23:45:06.468789780 +0200
177 -@@ -1,6 +1,8 @@
178 - project( lcmsengine )
179 -
180 -+if(BUILD_TESTING)
181 - add_subdirectory(tests)
182 -+endif()
183 -
184 - include_directories(SYSTEM
185 - ${LCMS2_INCLUDE_DIR}
186 ---- a/plugins/dockers/defaultdockers/CMakeLists.txt 2017-08-19 23:45:06.476789559 +0200
187 -+++ b/plugins/dockers/defaultdockers/CMakeLists.txt 2017-08-19 23:45:06.483789366 +0200
188 -@@ -1,4 +1,6 @@
189 -+if(BUILD_TESTING)
190 - add_subdirectory( tests )
191 -+endif()
192 -
193 - set(kritadefaultdockers_SOURCES
194 - kis_layer_box.cpp
195 ---- a/plugins/dockers/animation/CMakeLists.txt 2017-08-19 23:45:06.491789145 +0200
196 -+++ b/plugins/dockers/animation/CMakeLists.txt 2017-08-19 23:45:06.497788980 +0200
197 -@@ -1,5 +1,7 @@
198 - if (NOT WIN32 AND NOT APPLE)
199 -- add_subdirectory(tests)
200 -+ if(BUILD_TESTING)
201 -+ add_subdirectory(tests)
202 -+ endif()
203 - endif()
204 -
205 - include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
206 ---- a/plugins/dockers/lut/CMakeLists.txt 2017-08-19 23:45:06.506788731 +0200
207 -+++ b/plugins/dockers/lut/CMakeLists.txt 2017-08-19 23:45:06.512788565 +0200
208 -@@ -1,5 +1,7 @@
209 - if (NOT WIN32 AND NOT APPLE)
210 -- add_subdirectory(tests)
211 -+ if(BUILD_TESTING)
212 -+ add_subdirectory(tests)
213 -+ endif()
214 - endif()
215 -
216 - include_directories(SYSTEM
217 ---- a/libs/store/CMakeLists.txt 2017-08-19 23:45:06.520788345 +0200
218 -+++ b/libs/store/CMakeLists.txt 2017-08-19 23:45:06.527788151 +0200
219 -@@ -1,4 +1,6 @@
220 -+if(BUILD_TESTING)
221 - add_subdirectory(tests)
222 -+endif()
223 -
224 - set(kritastore_LIB_SRCS
225 - KoDirectoryStore.cpp
226 ---- a/libs/flake/CMakeLists.txt 2017-08-19 23:45:06.536787903 +0200
227 -+++ b/libs/flake/CMakeLists.txt 2017-08-19 23:45:06.542787737 +0200
228 -@@ -8,7 +8,9 @@
229 - )
230 -
231 - add_subdirectory(styles)
232 -+if(BUILD_TESTING)
233 - add_subdirectory(tests)
234 -+endif()
235 -
236 - set(kritaflake_SRCS
237 - KoGradientHelper.cpp
238 ---- a/libs/widgetutils/CMakeLists.txt 2017-08-19 23:45:06.550787517 +0200
239 -+++ b/libs/widgetutils/CMakeLists.txt 2017-08-19 23:45:06.557787323 +0200
240 -@@ -1,4 +1,6 @@
241 -+if(BUILD_TESTING)
242 - add_subdirectory(tests)
243 -+endif()
244 -
245 - configure_file(xmlgui/config-xmlgui.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-xmlgui.h )
246 -
247 ---- a/libs/odf/CMakeLists.txt 2017-08-19 23:45:06.565787103 +0200
248 -+++ b/libs/odf/CMakeLists.txt 2017-08-19 23:45:06.572786910 +0200
249 -@@ -1,4 +1,6 @@
250 -+if(BUILD_TESTING)
251 - add_subdirectory( tests )
252 -+endif()
253 -
254 - set(kritaodf_LIB_SRCS
255 - KoOdf.cpp
256 ---- a/libs/pigment/CMakeLists.txt 2017-08-19 23:45:06.580786689 +0200
257 -+++ b/libs/pigment/CMakeLists.txt 2017-08-19 23:45:06.587786495 +0200
258 -@@ -34,7 +34,9 @@
259 - message(${__per_arch_factory_objs})
260 - endif()
261 -
262 -+if(BUILD_TESTING)
263 - add_subdirectory(tests)
264 -+endif()
265 - add_subdirectory(benchmarks)
266 -
267 - set(kritapigment_SRCS
268 ---- a/libs/widgets/CMakeLists.txt 2017-08-19 23:45:06.595786275 +0200
269 -+++ b/libs/widgets/CMakeLists.txt 2017-08-19 23:45:06.601786109 +0200
270 -@@ -1,4 +1,6 @@
271 -+if(BUILD_TESTING)
272 - add_subdirectory( tests )
273 -+endif()
274 -
275 - include_directories(${CMAKE_CURRENT_BINARY_DIR})
276 -
277 ---- a/libs/ui/CMakeLists.txt 2017-08-19 23:45:06.610785861 +0200
278 -+++ b/libs/ui/CMakeLists.txt 2017-08-19 23:45:06.617785667 +0200
279 -@@ -9,7 +9,9 @@
280 - ${Boost_INCLUDE_DIRS}
281 - )
282 -
283 -+if(BUILD_TESTING)
284 - add_subdirectory( tests )
285 -+endif()
286 -
287 - if (APPLE)
288 - find_library(FOUNDATION_LIBRARY Foundation)
289 ---- a/libs/image/CMakeLists.txt 2017-08-19 23:45:06.626785419 +0200
290 -+++ b/libs/image/CMakeLists.txt 2017-08-19 23:45:06.632785254 +0200
291 -@@ -1,4 +1,6 @@
292 -+if(BUILD_TESTING)
293 - add_subdirectory( tests )
294 -+endif()
295 -
296 - add_subdirectory( tiles3 )
297 -
298 ---- a/libs/image/tiles3/CMakeLists.txt 2017-08-19 23:45:06.641785005 +0200
299 -+++ b/libs/image/tiles3/CMakeLists.txt 2017-08-19 23:45:06.647784839 +0200
300 -@@ -1,2 +1,4 @@
301 - include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
302 -+if(BUILD_TESTING)
303 - add_subdirectory(tests)
304 -+endif()
305 ---- a/libs/brush/CMakeLists.txt 2017-08-19 23:45:06.658784536 +0200
306 -+++ b/libs/brush/CMakeLists.txt 2017-08-19 23:45:06.665784343 +0200
307 -@@ -1,4 +1,6 @@
308 -+if(BUILD_TESTING)
309 - add_subdirectory( tests )
310 -+endif()
311 -
312 - include_directories(SYSTEM
313 - ${EIGEN3_INCLUDE_DIR}
314
315 diff --git a/media-gfx/krita/krita-3.3.3.ebuild b/media-gfx/krita/krita-3.3.3.ebuild
316 deleted file mode 100644
317 index b99c804b692..00000000000
318 --- a/media-gfx/krita/krita-3.3.3.ebuild
319 +++ /dev/null
320 @@ -1,94 +0,0 @@
321 -# Copyright 1999-2018 Gentoo Foundation
322 -# Distributed under the terms of the GNU General Public License v2
323 -
324 -EAPI=6
325 -
326 -KDE_TEST="forceoptional"
327 -VIRTUALX_REQUIRED="test"
328 -inherit kde5
329 -
330 -DESCRIPTION="Free digital painting application. Digital Painting, Creative Freedom!"
331 -HOMEPAGE="https://www.kde.org/applications/graphics/krita/ https://krita.org/"
332 -SRC_URI="mirror://kde/stable/${PN}/${PV%.1}/${P}.tar.gz"
333 -
334 -LICENSE="GPL-3"
335 -KEYWORDS="amd64 ~x86"
336 -IUSE="color-management fftw +gsl +jpeg openexr pdf qtmedia +raw tiff vc"
337 -
338 -COMMON_DEPEND="
339 - $(add_frameworks_dep karchive)
340 - $(add_frameworks_dep kcompletion)
341 - $(add_frameworks_dep kconfig)
342 - $(add_frameworks_dep kcoreaddons)
343 - $(add_frameworks_dep kcrash)
344 - $(add_frameworks_dep kguiaddons)
345 - $(add_frameworks_dep ki18n)
346 - $(add_frameworks_dep kiconthemes)
347 - $(add_frameworks_dep kio)
348 - $(add_frameworks_dep kitemmodels)
349 - $(add_frameworks_dep kitemviews)
350 - $(add_frameworks_dep kwidgetsaddons)
351 - $(add_frameworks_dep kwindowsystem)
352 - $(add_frameworks_dep kxmlgui)
353 - $(add_qt_dep qtconcurrent)
354 - $(add_qt_dep qtdbus)
355 - $(add_qt_dep qtgui '-gles2')
356 - $(add_qt_dep qtnetwork)
357 - $(add_qt_dep qtprintsupport)
358 - $(add_qt_dep qtsvg)
359 - $(add_qt_dep qtwidgets)
360 - $(add_qt_dep qtx11extras)
361 - $(add_qt_dep qtxml)
362 - dev-libs/boost:=
363 - media-gfx/exiv2:=
364 - media-libs/lcms
365 - media-libs/libpng:0=
366 - sys-libs/zlib
367 - virtual/opengl
368 - x11-libs/libX11
369 - x11-libs/libxcb
370 - x11-libs/libXi
371 - color-management? ( media-libs/opencolorio )
372 - fftw? ( sci-libs/fftw:3.0= )
373 - gsl? ( sci-libs/gsl:= )
374 - jpeg? ( virtual/jpeg:0 )
375 - openexr? (
376 - media-libs/ilmbase:=
377 - media-libs/openexr
378 - )
379 - pdf? ( app-text/poppler[qt5] )
380 - qtmedia? ( $(add_qt_dep qtmultimedia) )
381 - raw? ( <media-libs/libraw-0.19:= )
382 - tiff? ( media-libs/tiff:0 )
383 -"
384 -DEPEND="${COMMON_DEPEND}
385 - dev-cpp/eigen:3
386 - dev-lang/perl
387 - sys-devel/gettext
388 - vc? ( >=dev-libs/vc-1.1.0 )
389 -"
390 -RDEPEND="${COMMON_DEPEND}
391 - !app-office/calligra:4[calligra_features_krita]
392 - !app-office/calligra-l10n:4[calligra_features_krita(+)]
393 -"
394 -
395 -RESTRICT+=" test"
396 -
397 -PATCHES=( "${FILESDIR}"/${PN}-3.2.0-tests-optional.patch )
398 -
399 -src_configure() {
400 - local mycmakeargs=(
401 - $(cmake-utils_use_find_package color-management OCIO)
402 - $(cmake-utils_use_find_package fftw FFTW3)
403 - $(cmake-utils_use_find_package gsl GSL)
404 - $(cmake-utils_use_find_package jpeg JPEG)
405 - $(cmake-utils_use_find_package openexr OpenEXR)
406 - $(cmake-utils_use_find_package pdf Poppler)
407 - $(cmake-utils_use_find_package qtmedia Qt5Multimedia)
408 - $(cmake-utils_use_find_package raw LibRaw)
409 - $(cmake-utils_use_find_package tiff TIFF)
410 - $(cmake-utils_use_find_package vc Vc)
411 - )
412 -
413 - kde5_src_configure
414 -}