Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/quiterss/, media-gfx/krita/files/, media-gfx/krita/
Date: Tue, 13 Oct 2020 15:02:27
Message-Id: 1602601300.4b12e0d8469d2deebe23d05daa465082a1f36ca5.asturm@gentoo
1 commit: 4b12e0d8469d2deebe23d05daa465082a1f36ca5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 13 14:22:52 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 13 15:01:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b12e0d8
7
8 media-gfx/krita: Drop 4.2.9
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-gfx/krita/Manifest | 1 -
14 .../krita/files/krita-4.2.4-tests-optional.patch | 399 ---------------------
15 media-gfx/krita/krita-4.2.9.ebuild | 122 -------
16 net-news/quiterss/Manifest | 1 -
17 net-news/quiterss/quiterss-0.19.3.ebuild | 58 ---
18 5 files changed, 581 deletions(-)
19
20 diff --git a/media-gfx/krita/Manifest b/media-gfx/krita/Manifest
21 index 65b1492d8b1..bb2ae2c5f9f 100644
22 --- a/media-gfx/krita/Manifest
23 +++ b/media-gfx/krita/Manifest
24 @@ -1,3 +1,2 @@
25 DIST krita-4.2.9-patchset.tar.xz 7928 BLAKE2B 57256884edafd528cfca529e020a226613a37682df445ece24d434e816f218d822c03d668a13806f775d02757bafd9627ed8073406e5506023767d06c78c30de SHA512 36ec902afec082fcf18c0e523a83a08aa54d54bd5393691b0f17dcab0969e69973d8e842fac44fcf66232f369b36f97937f67b5c0b0bdcff019cc1d323b3bf59
26 -DIST krita-4.2.9.tar.xz 170082028 BLAKE2B dafe300a1ef56a743272ce5936a0640949b7cfd37322e30e8a7ef17c4e51bf9dc8175d1443f9943836a229933ecb9a5d28249b8c90155165f3f0ee800e3cfa66 SHA512 66eef3d1b5647e62551276662ef4332f15abc022f1032f27a2ad695a8d2dc5fa758146492a9da2b8cbd4a52e47c576473029d2aa9728dea3bec869b8173f08c0
27 DIST krita-4.3.0.tar.xz 166246720 BLAKE2B 74a6e02968a2abdeb59ca2702f0a4a7be23473657667b14592ad08b81d25d9e4815fb5d206a23f33a82268974e9369450525c53b43fef46831ad4c501c34546c SHA512 5633a6ccacc140b119082f14fe792b1219b8065304fccc55a84a2373a46cb036ad40f718beb8719e1f664e35d679b18e86f5f3db8685166a187d8cf3a77722f4
28
29 diff --git a/media-gfx/krita/files/krita-4.2.4-tests-optional.patch b/media-gfx/krita/files/krita-4.2.4-tests-optional.patch
30 deleted file mode 100644
31 index 2f13c999b67..00000000000
32 --- a/media-gfx/krita/files/krita-4.2.4-tests-optional.patch
33 +++ /dev/null
34 @@ -1,399 +0,0 @@
35 ---- a/plugins/filters/CMakeLists.txt 2019-07-31 11:22:19.572862843 +0200
36 -+++ b/plugins/filters/CMakeLists.txt 2019-07-31 11:22:19.576862870 +0200
37 -@@ -1,4 +1,6 @@
38 -+if(BUILD_TESTING)
39 - add_subdirectory( tests )
40 -+endif()
41 - add_subdirectory( blur )
42 - add_subdirectory( colors )
43 - add_subdirectory( colorsfilters )
44 ---- a/plugins/filters/unsharp/CMakeLists.txt 2019-07-31 11:22:19.582862912 +0200
45 -+++ b/plugins/filters/unsharp/CMakeLists.txt 2019-07-31 11:22:19.587862947 +0200
46 -@@ -1,4 +1,6 @@
47 -+if(BUILD_TESTING)
48 - add_subdirectory( tests )
49 -+endif()
50 -
51 - set(kritaunsharpfilter_SOURCES
52 - unsharp.cpp
53 ---- a/plugins/paintops/defaultpaintops/CMakeLists.txt 2019-07-31 11:22:19.592862983 +0200
54 -+++ b/plugins/paintops/defaultpaintops/CMakeLists.txt 2019-07-31 11:22:19.595863003 +0200
55 -@@ -1,4 +1,6 @@
56 -+if(BUILD_TESTING)
57 - add_subdirectory(brush/tests)
58 -+endif()
59 -
60 - include_directories(brush
61 - duplicate
62 ---- a/plugins/paintops/libpaintop/CMakeLists.txt 2019-07-31 11:22:19.600863038 +0200
63 -+++ b/plugins/paintops/libpaintop/CMakeLists.txt 2019-07-31 11:22:19.603863060 +0200
64 -@@ -104,4 +104,6 @@
65 - install(TARGETS kritalibpaintop ${INSTALL_TARGETS_DEFAULT_ARGS})
66 -
67 -
68 -+if(BUILD_TESTING)
69 - add_subdirectory(tests)
70 -+endif()
71 ---- a/plugins/dockers/lut/CMakeLists.txt 2019-07-31 11:22:19.608863094 +0200
72 -+++ b/plugins/dockers/lut/CMakeLists.txt 2019-07-31 11:22:19.613863129 +0200
73 -@@ -1,4 +1,6 @@
74 -+if(BUILD_TESTING)
75 - add_subdirectory(tests)
76 -+endif()
77 -
78 - include_directories(SYSTEM
79 - ${OCIO_INCLUDE_DIR}
80 ---- a/plugins/dockers/animation/CMakeLists.txt 2019-07-31 11:22:19.619863171 +0200
81 -+++ b/plugins/dockers/animation/CMakeLists.txt 2019-07-31 11:22:19.624863206 +0200
82 -@@ -1,5 +1,7 @@
83 - if (NOT WIN32 AND NOT APPLE)
84 -- add_subdirectory(tests)
85 -+ if(BUILD_TESTING)
86 -+add_subdirectory(tests)
87 -+endif()
88 - endif()
89 -
90 - set(KRITA_ANIMATIONDOCKER_SOURCES
91 ---- a/plugins/extensions/qmic/CMakeLists.txt 2019-07-31 11:22:19.630863248 +0200
92 -+++ b/plugins/extensions/qmic/CMakeLists.txt 2019-07-31 11:22:19.635863283 +0200
93 -@@ -20,4 +20,6 @@
94 - target_link_libraries(kritaqmic kritaui)
95 - install(TARGETS kritaqmic DESTINATION ${KRITA_PLUGIN_INSTALL_DIR})
96 -
97 -+if(BUILD_TESTING)
98 - add_subdirectory(tests)
99 -+endif()
100 ---- a/plugins/tools/basictools/CMakeLists.txt 2019-07-31 11:22:19.641863325 +0200
101 -+++ b/plugins/tools/basictools/CMakeLists.txt 2019-07-31 11:22:19.645863353 +0200
102 -@@ -1,5 +1,7 @@
103 - if (NOT APPLE)
104 -- add_subdirectory(tests)
105 -+ if(BUILD_TESTING)
106 -+add_subdirectory(tests)
107 -+endif()
108 - endif ()
109 -
110 - set(kritadefaulttools_SOURCES
111 ---- a/plugins/tools/tool_transform2/CMakeLists.txt 2019-07-31 11:22:19.650863388 +0200
112 -+++ b/plugins/tools/tool_transform2/CMakeLists.txt 2019-07-31 11:22:19.653863409 +0200
113 -@@ -1,5 +1,7 @@
114 - if (NOT WIN32 AND NOT APPLE)
115 -- add_subdirectory(tests)
116 -+ if(BUILD_TESTING)
117 -+add_subdirectory(tests)
118 -+endif()
119 - endif()
120 -
121 - set(kritatooltransform_SOURCES
122 ---- a/plugins/impex/svg/CMakeLists.txt 2019-07-31 11:22:19.658863444 +0200
123 -+++ b/plugins/impex/svg/CMakeLists.txt 2019-07-31 11:22:19.662863472 +0200
124 -@@ -1,4 +1,6 @@
125 -+if(BUILD_TESTING)
126 - add_subdirectory(tests)
127 -+endif()
128 -
129 - set(kritasvgimport_SOURCES
130 - kis_svg_import.cc
131 ---- a/plugins/impex/brush/CMakeLists.txt 2019-07-31 11:22:19.668863514 +0200
132 -+++ b/plugins/impex/brush/CMakeLists.txt 2019-07-31 11:22:19.672863542 +0200
133 -@@ -1,4 +1,6 @@
134 -+if(BUILD_TESTING)
135 - add_subdirectory(tests)
136 -+endif()
137 -
138 - set(kritabrushexport_PART_SRCS
139 - kis_brush_export.cpp
140 ---- a/plugins/impex/psd/CMakeLists.txt 2019-07-31 11:22:19.678863584 +0200
141 -+++ b/plugins/impex/psd/CMakeLists.txt 2019-07-31 11:22:19.684863626 +0200
142 -@@ -1,5 +1,7 @@
143 - if (NOT MSVC AND NOT APPLE)
144 -- add_subdirectory(tests)
145 -+ if(BUILD_TESTING)
146 -+add_subdirectory(tests)
147 -+endif()
148 - endif()
149 -
150 - configure_file(config_psd.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config_psd.h)
151 ---- a/plugins/impex/tga/CMakeLists.txt 2019-07-31 11:22:19.690863668 +0200
152 -+++ b/plugins/impex/tga/CMakeLists.txt 2019-07-31 11:22:19.695863703 +0200
153 -@@ -1,4 +1,6 @@
154 -+if(BUILD_TESTING)
155 - add_subdirectory(tests)
156 -+endif()
157 -
158 - set(kritatgaexport_SOURCES
159 - kis_tga_export.cpp
160 ---- a/plugins/impex/libkra/CMakeLists.txt 2019-07-31 11:22:19.700863738 +0200
161 -+++ b/plugins/impex/libkra/CMakeLists.txt 2019-07-31 11:22:19.704863766 +0200
162 -@@ -1,4 +1,6 @@
163 -+if(BUILD_TESTING)
164 - add_subdirectory(tests)
165 -+endif()
166 -
167 - set(kritalibkra_LIB_SRCS
168 - kis_colorize_dom_utils.cpp
169 ---- a/plugins/impex/jpeg/CMakeLists.txt 2019-07-31 11:22:19.709863801 +0200
170 -+++ b/plugins/impex/jpeg/CMakeLists.txt 2019-07-31 11:22:19.713863829 +0200
171 -@@ -1,4 +1,6 @@
172 -+if(BUILD_TESTING)
173 - add_subdirectory(tests)
174 -+endif()
175 -
176 - set(ICCJPEG_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/lcms")
177 -
178 ---- a/plugins/impex/gif/CMakeLists.txt 2019-07-31 11:22:19.720863878 +0200
179 -+++ b/plugins/impex/gif/CMakeLists.txt 2019-07-31 11:22:19.726863920 +0200
180 -@@ -1,4 +1,6 @@
181 -+if(BUILD_TESTING)
182 - add_subdirectory(tests)
183 -+endif()
184 -
185 - set(kritagifexport_SOURCES
186 - kis_gif_export.cpp
187 ---- a/plugins/impex/exr/CMakeLists.txt 2019-07-31 11:22:19.732863962 +0200
188 -+++ b/plugins/impex/exr/CMakeLists.txt 2019-07-31 11:22:19.736863990 +0200
189 -@@ -1,4 +1,6 @@
190 -+if(BUILD_TESTING)
191 - add_subdirectory(tests)
192 -+endif()
193 -
194 - include_directories(SYSTEM ${OPENEXR_INCLUDE_DIR} )
195 -
196 ---- a/plugins/impex/xcf/CMakeLists.txt 2019-07-31 11:22:19.740864018 +0200
197 -+++ b/plugins/impex/xcf/CMakeLists.txt 2019-07-31 11:22:19.744864046 +0200
198 -@@ -1,4 +1,6 @@
199 -+if(BUILD_TESTING)
200 - add_subdirectory(tests)
201 -+endif()
202 -
203 - set(XCFTOOLS_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/xcftools")
204 -
205 ---- a/plugins/impex/tiff/CMakeLists.txt 2019-07-31 11:22:19.750864088 +0200
206 -+++ b/plugins/impex/tiff/CMakeLists.txt 2019-07-31 11:22:19.755864123 +0200
207 -@@ -1,4 +1,6 @@
208 -+if(BUILD_TESTING)
209 - add_subdirectory(tests)
210 -+endif()
211 -
212 - set(libkritatiffconverter_LIB_SRCS
213 - kis_tiff_converter.cc
214 ---- a/plugins/impex/ora/CMakeLists.txt 2019-07-31 11:22:19.762864172 +0200
215 -+++ b/plugins/impex/ora/CMakeLists.txt 2019-07-31 11:22:19.767864207 +0200
216 -@@ -1,4 +1,6 @@
217 -+if(BUILD_TESTING)
218 - add_subdirectory(tests)
219 -+endif()
220 -
221 - set(libkritaconverter_LIB_SRCS
222 - ora_converter.cpp
223 ---- a/plugins/impex/heif/CMakeLists.txt 2019-07-31 11:22:19.774864256 +0200
224 -+++ b/plugins/impex/heif/CMakeLists.txt 2019-07-31 11:22:19.778864284 +0200
225 -@@ -1,4 +1,6 @@
226 -+if(BUILD_TESTING)
227 - add_subdirectory(tests)
228 -+endif()
229 -
230 - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${HEIF_CFLAGS}")
231 - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${HEIF_CFLAGS}")
232 ---- a/plugins/impex/pdf/CMakeLists.txt 2019-07-31 11:22:19.783864319 +0200
233 -+++ b/plugins/impex/pdf/CMakeLists.txt 2019-07-31 11:22:19.788864354 +0200
234 -@@ -1,4 +1,6 @@
235 -+if(BUILD_TESTING)
236 - add_subdirectory(tests)
237 -+endif()
238 -
239 - set(kritapdfimport_SOURCES kis_pdf_import.cpp kis_pdf_import_widget.cpp )
240 -
241 ---- a/plugins/impex/csv/CMakeLists.txt 2019-07-31 11:22:19.796864410 +0200
242 -+++ b/plugins/impex/csv/CMakeLists.txt 2019-07-31 11:22:19.803864459 +0200
243 -@@ -1,4 +1,6 @@
244 -+if(BUILD_TESTING)
245 - add_subdirectory(tests)
246 -+endif()
247 -
248 - # import
249 -
250 ---- a/plugins/impex/heightmap/CMakeLists.txt 2019-07-31 11:22:19.810864508 +0200
251 -+++ b/plugins/impex/heightmap/CMakeLists.txt 2019-07-31 11:22:19.819864571 +0200
252 -@@ -1,4 +1,6 @@
253 -+if(BUILD_TESTING)
254 - add_subdirectory(tests)
255 -+endif()
256 -
257 - include_directories( ${CMAKE_CURRENT_SOURCE_DIR} )
258 -
259 ---- a/plugins/impex/raw/CMakeLists.txt 2019-07-31 11:22:19.826864620 +0200
260 -+++ b/plugins/impex/raw/CMakeLists.txt 2019-07-31 11:22:19.830864648 +0200
261 -@@ -1,4 +1,6 @@
262 -+if(BUILD_TESTING)
263 - add_subdirectory(tests)
264 -+endif()
265 -
266 - if(OPENEXR_FOUND)
267 - include_directories(${OPENEXR_INCLUDE_DIR})
268 ---- a/plugins/impex/qimageio/CMakeLists.txt 2019-07-31 11:22:19.837864697 +0200
269 -+++ b/plugins/impex/qimageio/CMakeLists.txt 2019-07-31 11:22:19.844864746 +0200
270 -@@ -1,4 +1,6 @@
271 -+if(BUILD_TESTING)
272 - add_subdirectory(tests)
273 -+endif()
274 -
275 - set(kritaqimageioexport_SOURCES
276 - kis_qimageio_export.cpp
277 ---- a/plugins/impex/qml/CMakeLists.txt 2019-07-31 11:22:19.851864795 +0200
278 -+++ b/plugins/impex/qml/CMakeLists.txt 2019-07-31 11:22:19.856864830 +0200
279 -@@ -1,4 +1,6 @@
280 -+if(BUILD_TESTING)
281 - add_subdirectory(tests)
282 -+endif()
283 -
284 - set(kritaqmlexport_SOURCES
285 - qml_converter.cc
286 ---- a/plugins/impex/png/CMakeLists.txt 2019-07-31 11:22:19.862864872 +0200
287 -+++ b/plugins/impex/png/CMakeLists.txt 2019-07-31 11:22:19.867864907 +0200
288 -@@ -1,4 +1,6 @@
289 -+if(BUILD_TESTING)
290 - add_subdirectory(tests)
291 -+endif()
292 -
293 - set(kritapngimport_SOURCES
294 - kis_png_import.cc
295 ---- a/plugins/color/lcms2engine/CMakeLists.txt 2019-07-31 11:22:19.872864942 +0200
296 -+++ b/plugins/color/lcms2engine/CMakeLists.txt 2019-07-31 11:22:19.876864969 +0200
297 -@@ -1,6 +1,8 @@
298 - project( lcmsengine )
299 -
300 -+if(BUILD_TESTING)
301 - add_subdirectory(tests)
302 -+endif()
303 -
304 - include_directories(SYSTEM
305 - ${LCMS2_INCLUDE_DIR}
306 ---- a/libs/brush/CMakeLists.txt 2019-07-31 11:22:19.881865005 +0200
307 -+++ b/libs/brush/CMakeLists.txt 2019-07-31 11:22:19.885865033 +0200
308 -@@ -1,4 +1,6 @@
309 -+if(BUILD_TESTING)
310 - add_subdirectory( tests )
311 -+endif()
312 -
313 - include_directories(SYSTEM
314 - ${EIGEN3_INCLUDE_DIR}
315 ---- a/libs/global/CMakeLists.txt 2019-07-31 11:22:19.890865068 +0200
316 -+++ b/libs/global/CMakeLists.txt 2019-07-31 11:22:19.896865110 +0200
317 -@@ -1,4 +1,6 @@
318 -+if(BUILD_TESTING)
319 - add_subdirectory( tests )
320 -+endif()
321 -
322 - include(CheckFunctionExists)
323 - check_function_exists(backtrace HAVE_BACKTRACE)
324 ---- a/libs/image/CMakeLists.txt 2019-07-31 11:22:19.902865151 +0200
325 -+++ b/libs/image/CMakeLists.txt 2019-07-31 11:22:19.908865194 +0200
326 -@@ -1,4 +1,6 @@
327 -+if(BUILD_TESTING)
328 - add_subdirectory( tests )
329 -+endif()
330 -
331 - add_subdirectory( tiles3 )
332 -
333 ---- a/libs/image/tiles3/CMakeLists.txt 2019-07-31 11:22:19.913865228 +0200
334 -+++ b/libs/image/tiles3/CMakeLists.txt 2019-07-31 11:22:19.917865256 +0200
335 -@@ -1 +1,3 @@
336 -+if(BUILD_TESTING)
337 - add_subdirectory(tests)
338 -+endif()
339 ---- a/libs/odf/CMakeLists.txt 2019-07-31 11:22:19.922865291 +0200
340 -+++ b/libs/odf/CMakeLists.txt 2019-07-31 11:22:19.926865319 +0200
341 -@@ -1,4 +1,6 @@
342 -+if(BUILD_TESTING)
343 - add_subdirectory( tests )
344 -+endif()
345 -
346 - set(kritaodf_LIB_SRCS
347 - KoOdf.cpp
348 ---- a/libs/metadata/CMakeLists.txt 2019-07-31 11:22:19.930865347 +0200
349 -+++ b/libs/metadata/CMakeLists.txt 2019-07-31 11:22:19.934865376 +0200
350 -@@ -29,4 +29,6 @@
351 -
352 - install(TARGETS kritametadata ${INSTALL_TARGETS_DEFAULT_ARGS})
353 -
354 -+if(BUILD_TESTING)
355 - add_subdirectory(tests)
356 -+endif()
357 ---- a/libs/store/CMakeLists.txt 2019-07-31 11:22:19.940865418 +0200
358 -+++ b/libs/store/CMakeLists.txt 2019-07-31 11:22:19.944865445 +0200
359 -@@ -1,6 +1,8 @@
360 - include_directories(${QUAZIP_INCLUDE_DIRS})
361 -
362 -+if(BUILD_TESTING)
363 - add_subdirectory(tests)
364 -+endif()
365 -
366 - set(kritastore_LIB_SRCS
367 - KoDirectoryStore.cpp
368 ---- a/libs/libkis/CMakeLists.txt 2019-07-31 11:22:19.951865495 +0200
369 -+++ b/libs/libkis/CMakeLists.txt 2019-07-31 11:22:19.958865544 +0200
370 -@@ -47,4 +47,6 @@
371 - install(TARGETS kritalibkis ${INSTALL_TARGETS_DEFAULT_ARGS})
372 -
373 -
374 -+if(BUILD_TESTING)
375 - add_subdirectory(tests)
376 -+endif()
377 ---- a/libs/widgetutils/CMakeLists.txt 2019-07-31 11:22:19.968865614 +0200
378 -+++ b/libs/widgetutils/CMakeLists.txt 2019-07-31 11:22:19.981865705 +0200
379 -@@ -1,4 +1,6 @@
380 -+if(BUILD_TESTING)
381 - add_subdirectory(tests)
382 -+endif()
383 -
384 - configure_file(xmlgui/config-xmlgui.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-xmlgui.h )
385 -
386 ---- a/libs/widgets/CMakeLists.txt 2019-07-31 11:22:19.992865782 +0200
387 -+++ b/libs/widgets/CMakeLists.txt 2019-07-31 11:22:20.000865837 +0200
388 -@@ -1,4 +1,6 @@
389 -+if(BUILD_TESTING)
390 - add_subdirectory( tests )
391 -+endif()
392 -
393 - include_directories(${CMAKE_CURRENT_BINARY_DIR})
394 -
395 ---- a/libs/flake/CMakeLists.txt 2019-07-31 11:22:20.010865908 +0200
396 -+++ b/libs/flake/CMakeLists.txt 2019-07-31 11:22:20.017865956 +0200
397 -@@ -9,8 +9,12 @@
398 - )
399 -
400 - add_subdirectory(styles)
401 -+if(BUILD_TESTING)
402 - add_subdirectory(tests)
403 -+endif()
404 -+if(BUILD_TESTING)
405 - add_subdirectory(resources/tests)
406 -+endif()
407 -
408 - set(kritaflake_SRCS
409 - KoGradientHelper.cpp
410 ---- a/libs/ui/CMakeLists.txt 2019-07-31 11:22:20.029866040 +0200
411 -+++ b/libs/ui/CMakeLists.txt 2019-07-31 11:22:20.039866111 +0200
412 -@@ -7,7 +7,9 @@
413 - ${OCIO_INCLUDE_DIR}
414 - )
415 -
416 -+if(BUILD_TESTING)
417 - add_subdirectory( tests )
418 -+endif()
419 -
420 - if (APPLE)
421 - find_library(FOUNDATION_LIBRARY Foundation)
422 ---- a/libs/pigment/CMakeLists.txt 2019-07-31 11:22:20.050866188 +0200
423 -+++ b/libs/pigment/CMakeLists.txt 2019-07-31 11:22:20.057866236 +0200
424 -@@ -31,7 +31,9 @@
425 - message("${__per_arch_factory_objs}")
426 - endif()
427 -
428 -+if(BUILD_TESTING)
429 - add_subdirectory(tests)
430 -+endif()
431 - add_subdirectory(benchmarks)
432 -
433 - set(kritapigment_SRCS
434
435 diff --git a/media-gfx/krita/krita-4.2.9.ebuild b/media-gfx/krita/krita-4.2.9.ebuild
436 deleted file mode 100644
437 index 150df39c706..00000000000
438 --- a/media-gfx/krita/krita-4.2.9.ebuild
439 +++ /dev/null
440 @@ -1,122 +0,0 @@
441 -# Copyright 1999-2020 Gentoo Authors
442 -# Distributed under the terms of the GNU General Public License v2
443 -
444 -EAPI=7
445 -
446 -ECM_TEST="forceoptional"
447 -PYTHON_COMPAT=( python3_{6,7,8,9} )
448 -KFMIN=5.60.0
449 -QTMIN=5.12.3
450 -VIRTUALX_REQUIRED="test"
451 -inherit ecm kde.org python-single-r1
452 -
453 -if [[ ${KDE_BUILD_TYPE} = release ]]; then
454 - SRC_URI="mirror://kde/stable/${PN}/$(ver_cut 1-3)/${P}.tar.xz
455 - https://dev.gentoo.org/~asturm/distfiles/${P}-patchset.tar.xz"
456 - KEYWORDS="amd64 ~ppc64 ~x86"
457 -fi
458 -
459 -DESCRIPTION="Free digital painting application. Digital Painting, Creative Freedom!"
460 -HOMEPAGE="https://kde.org/applications/graphics/org.kde.krita https://krita.org/en/"
461 -
462 -LICENSE="GPL-3"
463 -SLOT="5"
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 -RDEPEND="${PYTHON_DEPS}
473 - dev-libs/boost:=
474 - dev-libs/quazip
475 - $(python_gen_cond_dep '
476 - dev-python/PyQt5[${PYTHON_MULTI_USEDEP}]
477 - dev-python/sip[${PYTHON_MULTI_USEDEP}]
478 - ')
479 - >=dev-qt/qtconcurrent-${QTMIN}:5
480 - >=dev-qt/qtdbus-${QTMIN}:5
481 - >=dev-qt/qtdeclarative-${QTMIN}:5
482 - >=dev-qt/qtgui-${QTMIN}:5=[-gles2-only]
483 - >=dev-qt/qtnetwork-${QTMIN}:5
484 - >=dev-qt/qtprintsupport-${QTMIN}:5
485 - >=dev-qt/qtsvg-${QTMIN}:5
486 - >=dev-qt/qtwidgets-${QTMIN}:5
487 - >=dev-qt/qtx11extras-${QTMIN}:5
488 - >=dev-qt/qtxml-${QTMIN}:5
489 - >=kde-frameworks/karchive-${KFMIN}:5
490 - >=kde-frameworks/kcompletion-${KFMIN}:5
491 - >=kde-frameworks/kconfig-${KFMIN}:5
492 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
493 - >=kde-frameworks/kcrash-${KFMIN}:5
494 - >=kde-frameworks/kguiaddons-${KFMIN}:5
495 - >=kde-frameworks/ki18n-${KFMIN}:5
496 - >=kde-frameworks/kiconthemes-${KFMIN}:5
497 - >=kde-frameworks/kitemmodels-${KFMIN}:5
498 - >=kde-frameworks/kitemviews-${KFMIN}:5
499 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
500 - >=kde-frameworks/kwindowsystem-${KFMIN}:5
501 - >=kde-frameworks/kxmlgui-${KFMIN}:5
502 - media-gfx/exiv2:=
503 - media-libs/lcms
504 - media-libs/libpng:0=
505 - sys-libs/zlib
506 - virtual/opengl
507 - x11-libs/libX11
508 - x11-libs/libXi
509 - color-management? ( media-libs/opencolorio )
510 - fftw? ( sci-libs/fftw:3.0= )
511 - gif? ( media-libs/giflib )
512 - gsl? ( sci-libs/gsl:= )
513 - jpeg? ( virtual/jpeg:0 )
514 - heif? ( media-libs/libheif:= )
515 - openexr? (
516 - media-libs/ilmbase:=
517 - media-libs/openexr
518 - )
519 - pdf? ( app-text/poppler[qt5] )
520 - qtmedia? ( >=dev-qt/qtmultimedia-${QTMIN}:5 )
521 - raw? ( media-libs/libraw:= )
522 - tiff? ( media-libs/tiff:0 )
523 -"
524 -DEPEND="${RDEPEND}
525 - vc? ( >=dev-libs/vc-1.1.0 )
526 -"
527 -
528 -# bug 630508
529 -RESTRICT+=" test"
530 -
531 -PATCHES=(
532 - "${FILESDIR}"/${PN}-4.2.4-tests-optional.patch
533 - "${WORKDIR}"/${P}-patchset
534 -)
535 -
536 -pkg_setup() {
537 - python-single-r1_pkg_setup
538 - ecm_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_use_find_package color-management OCIO)
548 - $(cmake_use_find_package fftw FFTW3)
549 - $(cmake_use_find_package gif GIF)
550 - $(cmake_use_find_package gsl GSL)
551 - $(cmake_use_find_package heif HEIF)
552 - $(cmake_use_find_package jpeg JPEG)
553 - $(cmake_use_find_package openexr OpenEXR)
554 - $(cmake_use_find_package pdf Poppler)
555 - $(cmake_use_find_package qtmedia Qt5Multimedia)
556 - $(cmake_use_find_package raw LibRaw)
557 - $(cmake_use_find_package tiff TIFF)
558 - $(cmake_use_find_package vc Vc)
559 - )
560 -
561 - ecm_src_configure
562 -}
563
564 diff --git a/net-news/quiterss/Manifest b/net-news/quiterss/Manifest
565 index f598be8c1fd..82e93830fa5 100644
566 --- a/net-news/quiterss/Manifest
567 +++ b/net-news/quiterss/Manifest
568 @@ -1,2 +1 @@
569 -DIST quiterss-0.19.3.tar.gz 3765681 BLAKE2B 81d5fc78fc75328040a862306b4a3c76ff76f99953072e14e143d8283126c43410a5bb2b9c98a2c2c95959c1883b2a50d2e647cbb2cee2614f6ae3d15e25ac90 SHA512 8f8a7a25e53bb08a2b4f8f462aa2b74127eaeae7babc0ef448eff1d448de05bac6f59942a578d16cf24a5e554a004a5a2bfc7508b875c7eb54e3c4ebaa3ac51e
570 DIST quiterss-0.19.4.tar.gz 3771775 BLAKE2B d1515a13b4b26a9bfae1760d25e1ab28b1ca797806dc49f2826631764755ad61f5ed887a1c17f6728f45b0fd33271f06157acb1a529a628e0a0f5acb436bee23 SHA512 117a83f7ef61907b8625b0da1fbe069974fa06a434040e54c9c90d8ca572dc60aa96c1081dbe3d7110d0c9304fe47dafe1faeedcc45e32bbf638b793eede96da
571
572 diff --git a/net-news/quiterss/quiterss-0.19.3.ebuild b/net-news/quiterss/quiterss-0.19.3.ebuild
573 deleted file mode 100644
574 index 4b160b25c63..00000000000
575 --- a/net-news/quiterss/quiterss-0.19.3.ebuild
576 +++ /dev/null
577 @@ -1,58 +0,0 @@
578 -# Copyright 1999-2020 Gentoo Authors
579 -# Distributed under the terms of the GNU General Public License v2
580 -
581 -EAPI=7
582 -
583 -inherit qmake-utils xdg
584 -
585 -DESCRIPTION="A Qt-based RSS/Atom feed reader"
586 -HOMEPAGE="https://quiterss.org"
587 -
588 -if [[ ${PV} == *9999* ]]; then
589 - EGIT_REPO_URI="https://github.com/QuiteRSS/quiterss.git"
590 - inherit git-r3
591 -else
592 - SRC_URI="https://github.com/QuiteRSS/quiterss/archive/${PV}.tar.gz -> ${P}.tar.gz"
593 - KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
594 -fi
595 -
596 -LICENSE="GPL-3"
597 -SLOT="0"
598 -IUSE=""
599 -
600 -BDEPEND="
601 - dev-qt/linguist-tools:5
602 - virtual/pkgconfig
603 -"
604 -DEPEND="
605 - >=dev-db/sqlite-3.11.1:3
606 - dev-qt/qtcore:5
607 - dev-qt/qtgui:5
608 - dev-qt/qtmultimedia:5
609 - dev-qt/qtnetwork:5[ssl]
610 - dev-qt/qtprintsupport:5
611 - dev-qt/qtsingleapplication[X,qt5(+)]
612 - dev-qt/qtsql:5[sqlite]
613 - dev-qt/qtwebkit:5
614 - dev-qt/qtwidgets:5
615 - dev-qt/qtxml:5
616 -"
617 -RDEPEND="${DEPEND}"
618 -
619 -src_prepare() {
620 - default
621 - sed -e "s/exists(.git)/0/" -i QuiteRSS.pro || die
622 -}
623 -
624 -src_configure() {
625 - local myqmakeargs=(
626 - PREFIX="${EPREFIX}/usr"
627 - SYSTEMQTSA=1
628 - )
629 - eqmake5 "${myqmakeargs[@]}"
630 -}
631 -
632 -src_install() {
633 - emake INSTALL_ROOT="${D}" install
634 - einstalldocs
635 -}