Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/elektra/, media-libs/oyranos/files/, profiles/, ...
Date: Sat, 15 May 2021 22:01:16
Message-Id: 1621115358.ddfc9955724025a1544e942bc146d70c7a0c971d.asturm@gentoo
1 commit: ddfc9955724025a1544e942bc146d70c7a0c971d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 15 20:45:01 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat May 15 21:49:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddfc9955
7
8 profiles: Cleanup last-rited packages
9
10 kde-misc/kolor-manager
11 app-admin/elektra
12 media-gfx/icc-examin
13 media-gfx/synnefo
14 media-libs/libXcm
15 media-libs/openicc
16 media-libs/oyranos
17
18 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
19
20 app-admin/elektra/Manifest | 1 -
21 app-admin/elektra/elektra-0.8.20-r1.ebuild | 114 -----------
22 app-admin/elektra/metadata.xml | 12 --
23 kde-misc/kolor-manager/Manifest | 1 -
24 .../files/kolor-manager-1.1.0-deps.patch | 32 ---
25 kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild | 30 ---
26 kde-misc/kolor-manager/metadata.xml | 8 -
27 media-gfx/icc-examin/Manifest | 1 -
28 .../icc-examin/files/icc-examin-0.56-fltk.patch | 27 ---
29 .../icc-examin/icc-examin-0.56_p20171007.ebuild | 53 -----
30 media-gfx/icc-examin/icc-examin-9999.ebuild | 52 -----
31 media-gfx/icc-examin/metadata.xml | 9 -
32 media-gfx/synnefo/Manifest | 1 -
33 media-gfx/synnefo/files/synnefo-1.1.0-cxx11.patch | 99 ---------
34 media-gfx/synnefo/metadata.xml | 11 -
35 media-gfx/synnefo/synnefo-1.1.0.ebuild | 35 ----
36 media-libs/libXcm/Manifest | 1 -
37 media-libs/libXcm/libXcm-0.5.4.ebuild | 49 -----
38 media-libs/libXcm/libXcm-9999.ebuild | 48 -----
39 media-libs/libXcm/metadata.xml | 9 -
40 media-libs/openicc/Manifest | 1 -
41 .../openicc/files/openicc-0.1.0-buildsystem.patch | 228 ---------------------
42 media-libs/openicc/metadata.xml | 11 -
43 media-libs/openicc/openicc-0.1.0.ebuild | 48 -----
44 media-libs/oyranos/Manifest | 2 -
45 .../oyranos/files/oyranos-0.9.6-mesa-18.3.1.patch | 24 ---
46 .../oyranos/files/oyranos-0.9.6-underlinking.patch | 16 --
47 media-libs/oyranos/metadata.xml | 8 -
48 media-libs/oyranos/oyranos-0.9.6-r1.ebuild | 101 ---------
49 media-libs/oyranos/oyranos-9999.ebuild | 102 ---------
50 profiles/package.mask | 16 --
51 31 files changed, 1150 deletions(-)
52
53 diff --git a/app-admin/elektra/Manifest b/app-admin/elektra/Manifest
54 deleted file mode 100644
55 index 98112946bd8..00000000000
56 --- a/app-admin/elektra/Manifest
57 +++ /dev/null
58 @@ -1 +0,0 @@
59 -DIST elektra-0.8.20.tar.gz 4740032 BLAKE2B e76ad93eadbbec9bb273da4f7bab5622d47deebdab6736c430543159c0754f3b96696954891962b60716d5b969e64bf5ef6886a6239abee8b98888aae09fcdd9 SHA512 11cc88329f84ad4d6337132d76479d26f2d9c12f7a939558a79ea96540129096ea0a26ffda3705c01a2c7c749453588bb1654a4c07cca3374e4076ce768c5848
60
61 diff --git a/app-admin/elektra/elektra-0.8.20-r1.ebuild b/app-admin/elektra/elektra-0.8.20-r1.ebuild
62 deleted file mode 100644
63 index ccb2065bb7c..00000000000
64 --- a/app-admin/elektra/elektra-0.8.20-r1.ebuild
65 +++ /dev/null
66 @@ -1,114 +0,0 @@
67 -# Copyright 1999-2018 Gentoo Authors
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=6
71 -
72 -inherit cmake-utils
73 -
74 -DESCRIPTION="Framework to store config parameters in hierarchical key-value pairs"
75 -HOMEPAGE="https://www.libelektra.org"
76 -SRC_URI="https://www.libelektra.org/ftp/elektra/releases/${P}.tar.gz"
77 -
78 -LICENSE="BSD"
79 -SLOT="0/${PV}"
80 -KEYWORDS="~amd64 ~x86"
81 -PLUGIN_IUSE="augeas iconv ini simpleini syslog systemd tcl +uname xml yajl";
82 -IUSE="dbus doc static-libs test ${PLUGIN_IUSE}"
83 -
84 -RDEPEND="
85 - dev-libs/libltdl:0
86 - >=dev-libs/libxml2-2.9.1-r4
87 - augeas? ( app-admin/augeas )
88 - dbus? ( >=sys-apps/dbus-1.6.18-r1 )
89 - iconv? ( >=virtual/libiconv-0-r1 )
90 - systemd? ( sys-apps/systemd )
91 - uname? ( sys-apps/coreutils )
92 - yajl? ( >=dev-libs/yajl-1.0.11-r1 )
93 -"
94 -# qt5? (
95 -# app-text/discount
96 -# dev-qt/qtdeclarative:5
97 -# dev-qt/qtgui:5
98 -# dev-qt/qttest:5
99 -# dev-qt/qtwidgets:5
100 -# )
101 -DEPEND="${RDEPEND}
102 - doc? ( app-doc/doxygen )
103 - test? ( >=dev-cpp/gtest-1.7.0 )
104 -"
105 -
106 -DOCS=( README.md doc/AUTHORS doc/CODING.md doc/todo/TODO )
107 -# tries to write to user's home directory (and doesn't respect HOME)
108 -RESTRICT="test"
109 -
110 -src_prepare() {
111 - cmake-utils_src_prepare
112 -
113 - einfo remove bundled libs
114 - # TODO: Remove bundled inih from src/plugins/ini (add to portage):
115 - # https://code.google.com/p/inih/
116 - rm -rf src/external || die
117 -
118 - # move doc files to correct location
119 - sed -e "s/elektra-api/${PF}/" -i cmake/ElektraCache.cmake || die
120 - sed -e "/^install.*LICENSE/s/^/#DONT /" -i CMakeLists.txt || die
121 -
122 - # avoid useless build time, nothing ends up installed
123 - cmake_comment_add_subdirectory benchmarks
124 - cmake_comment_add_subdirectory examples
125 -}
126 -
127 -src_configure() {
128 - # default storage and resolver requirements
129 - local my_plugins="NONE;dump;resolver;resolver_fm_hpu_b;sync;"
130 - # defaults chosen by availability in 0.8.16
131 - my_plugins+="ccode;conditionals;constants;enum;error;filecheck;fstab;glob;"
132 - my_plugins+="hexcode;hidden;hosts;iterate;keytometa;line;lineendings;list;"
133 - my_plugins+="logchange;mathcheck;network;ni;null;path;profile;regexstore;"
134 - my_plugins+="rename;semlock;shell;spec;struct;timeofday;tracer;type;validation;"
135 -
136 - use augeas && my_plugins+="augeas;"
137 - use dbus && my_plugins+="dbus;"
138 - use iconv && my_plugins+="iconv;"
139 - use ini && my_plugins+="ini;" # bundles inih
140 - use simpleini && my_plugins+="simpleini;"
141 - use syslog && my_plugins+="syslog;"
142 - use systemd && my_plugins+="journald;"
143 - use tcl && my_plugins+="tcl;"
144 - use uname && my_plugins+="uname;"
145 - use xml && my_plugins+="xmltool;"
146 - use yajl && my_plugins+="yajl;"
147 -
148 - # Disabling for good (?):
149 - # counter - Only useful for debugging the plugin framework
150 - # doc - Explaining basic makeup of a function //bug #514402
151 - # noresolver - Does not resolve, but can act as one
152 - # template - Template for new plugin written in C
153 - # wresolver - Resolver for non-POSIX, e.g. w32/w64 systems
154 - # my_plugins+=";-counter;-doc;-noresolver;-template;-wresolver"
155 -
156 - local my_tools="kdb"
157 -# use qt5 && my_tools+=";qt-gui"
158 -
159 - local mycmakeargs=(
160 - -DBUILD_PDF=OFF
161 - -DBUILD_SHARED=ON
162 - -DBUILD_STATIC=$(usex static-libs)
163 - -DBUILD_TESTING=$(usex test)
164 - -DENABLE_TESTING=$(usex test)
165 - -DPLUGINS=${my_plugins}
166 - -DTOOLS=${my_tools}
167 - -DBUILD_DOCUMENTATION=$(usex doc)
168 - -DTARGET_CMAKE_FOLDER=share/cmake/Modules
169 - )
170 -
171 - cmake-utils_src_configure
172 -}
173 -
174 -src_install() {
175 - cmake-utils_src_install
176 - einfo remove test_data
177 - rm -rvf "${ED%/}/usr/share/${PN}" || die "Failed to remove test_data"
178 - einfo remove tool_exec
179 - rm -rvf "${ED%/}/usr/$(get_libdir)/${PN}/tool_exec" || die "Failed to remove tool_exec"
180 -}
181
182 diff --git a/app-admin/elektra/metadata.xml b/app-admin/elektra/metadata.xml
183 deleted file mode 100644
184 index 6f5f3e3ebc0..00000000000
185 --- a/app-admin/elektra/metadata.xml
186 +++ /dev/null
187 @@ -1,12 +0,0 @@
188 -<?xml version="1.0" encoding="UTF-8"?>
189 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
190 -<pkgmetadata>
191 - <!-- maintainer-needed -->
192 - <use>
193 - <flag name="augeas">Enable plugin for reading and writing configuration files with help from Augeas</flag>
194 - <flag name="ini">Enable new, advanced ini support</flag>
195 - <flag name="simpleini">Enable simpleini support</flag>
196 - <flag name="uname">Enable uname information for the key database</flag>
197 - <flag name="yajl">Enable yajl support</flag>
198 - </use>
199 -</pkgmetadata>
200
201 diff --git a/kde-misc/kolor-manager/Manifest b/kde-misc/kolor-manager/Manifest
202 deleted file mode 100644
203 index cecb387191f..00000000000
204 --- a/kde-misc/kolor-manager/Manifest
205 +++ /dev/null
206 @@ -1 +0,0 @@
207 -DIST kolor-manager-1.1.0.tar.gz 37756 BLAKE2B 85aaad99c7c29e6cf58deea19d30aed4b4b09059e4f1681c005a08e6550d68cc171a1f43a775bbbab8f50476642c4956b67a8e600cb590035fedee03617f1249 SHA512 52bfc162d1162f8c75f627beed322d4a79a2fa6bf955ff669e5809975b160f5af3d8174a867fd629f8ae3c8d65a7ea8409b059786d062ff725cf5552348e1893
208
209 diff --git a/kde-misc/kolor-manager/files/kolor-manager-1.1.0-deps.patch b/kde-misc/kolor-manager/files/kolor-manager-1.1.0-deps.patch
210 deleted file mode 100644
211 index 2c2e9ad75fe..00000000000
212 --- a/kde-misc/kolor-manager/files/kolor-manager-1.1.0-deps.patch
213 +++ /dev/null
214 @@ -1,32 +0,0 @@
215 -commit 930dc70f4f4d815525067bbc098b82bbb223d965
216 -Author: Andreas Sturmlechner <andreas.sturmlechner@×××××.com>
217 -Date: Tue Nov 29 17:36:05 2016 +0100
218 -
219 - Add missing dep and feature_summary
220 -
221 - REVIEW: 129585
222 -
223 -diff --git a/CMakeLists.txt b/CMakeLists.txt
224 -index 96d982c..9cd3834 100644
225 ---- a/CMakeLists.txt
226 -+++ b/CMakeLists.txt
227 -@@ -24,11 +24,11 @@ INCLUDE(FeatureSummary)
228 - INCLUDE(GenerateExportHeader)
229 -
230 - FIND_PACKAGE(Qt5 REQUIRED COMPONENTS Core Widgets)
231 --FIND_PACKAGE(KF5 REQUIRED COMPONENTS I18n ConfigWidgets)
232 -+FIND_PACKAGE(KF5 REQUIRED COMPONENTS ConfigWidgets CoreAddons I18n)
233 -
234 - FIND_PACKAGE(Oyranos REQUIRED)
235 - FIND_PACKAGE(Synnefo REQUIRED)
236 --
237 -+
238 -
239 - INCLUDE_DIRECTORIES(${OYRANOS_INCLUDE_DIRS} ${XCM_INCLUDE_DIRS} ${SYNNEFO_INCLUDE_DIR})
240 - LINK_DIRECTORIES(
241 -@@ -77,3 +77,5 @@ ADD_CUSTOM_TARGET( debsrc
242 - COMMENT Make a ${PROJECT_NAME} DEB source package
243 - VERBATIM
244 - )
245 -+
246 -+feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES)
247
248 diff --git a/kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild b/kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild
249 deleted file mode 100644
250 index 3236f33d98a..00000000000
251 --- a/kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild
252 +++ /dev/null
253 @@ -1,30 +0,0 @@
254 -# Copyright 1999-2020 Gentoo Authors
255 -# Distributed under the terms of the GNU General Public License v2
256 -
257 -EAPI=7
258 -
259 -KFMIN=5.60.0
260 -QTMIN=5.12.3
261 -inherit ecm kde.org
262 -
263 -DESCRIPTION="KControl module for Oyranos CMS cross desktop settings"
264 -HOMEPAGE="https://www.oyranos.org/kolormanager"
265 -SRC_URI="https://github.com/KDE/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
266 -
267 -LICENSE="BSD-2"
268 -SLOT="5"
269 -KEYWORDS="~amd64 ~x86"
270 -
271 -DEPEND="
272 - >=dev-qt/qtwidgets-${QTMIN}:5
273 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5
274 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
275 - >=kde-frameworks/ki18n-${KFMIN}:5
276 - media-gfx/synnefo
277 - media-libs/libXcm
278 - >=media-libs/oyranos-0.9.6
279 - x11-libs/libXrandr
280 -"
281 -RDEPEND="${DEPEND}"
282 -
283 -PATCHES=( "${FILESDIR}/${P}"-deps.patch )
284
285 diff --git a/kde-misc/kolor-manager/metadata.xml b/kde-misc/kolor-manager/metadata.xml
286 deleted file mode 100644
287 index 2fdbf33d963..00000000000
288 --- a/kde-misc/kolor-manager/metadata.xml
289 +++ /dev/null
290 @@ -1,8 +0,0 @@
291 -<?xml version="1.0" encoding="UTF-8"?>
292 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
293 -<pkgmetadata>
294 - <maintainer type="project">
295 - <email>kde@g.o</email>
296 - <name>Gentoo KDE Project</name>
297 - </maintainer>
298 -</pkgmetadata>
299
300 diff --git a/media-gfx/icc-examin/Manifest b/media-gfx/icc-examin/Manifest
301 deleted file mode 100644
302 index f4c9bad7f7b..00000000000
303 --- a/media-gfx/icc-examin/Manifest
304 +++ /dev/null
305 @@ -1 +0,0 @@
306 -DIST icc-examin-0.56_p20171007.tar.gz 724698 BLAKE2B 291edcb81a931a9e7659ff0605d9e8c5c54e36a68dc51a6609cc2cd19e134c782158fcfb89dc10d2b8be953e0c0efff69d5187d5812f9cd5a3302061d1e79aa8 SHA512 79d4e42c0ae389128ee6514892d0019b0cec17466e8d8e47efbc0a5114c0d365732e26a9abb442a3bca3c2e83ede4dca407cad3bf250492a36832f8bdebeb2b6
307
308 diff --git a/media-gfx/icc-examin/files/icc-examin-0.56-fltk.patch b/media-gfx/icc-examin/files/icc-examin-0.56-fltk.patch
309 deleted file mode 100644
310 index 5e4645a8b0e..00000000000
311 --- a/media-gfx/icc-examin/files/icc-examin-0.56-fltk.patch
312 +++ /dev/null
313 @@ -1,27 +0,0 @@
314 -From 172889b358d0801da8d2c15196129cd911e3afc1 Mon Sep 17 00:00:00 2001
315 -From: Andreas Sturmlechner <andreas.sturmlechner@×××××.com>
316 -Date: Sat, 14 Oct 2017 18:59:20 +0200
317 -Subject: [PATCH] Fix FLTK include and libs
318 -
319 ----
320 - CMakeLists.txt | 4 ++--
321 - 1 file changed, 2 insertions(+), 2 deletions(-)
322 -
323 -diff --git a/CMakeLists.txt b/CMakeLists.txt
324 -index 60ee08a..41f7c61 100644
325 ---- a/CMakeLists.txt
326 -+++ b/CMakeLists.txt
327 -@@ -103,8 +103,8 @@ IF(FLTK_FOUND)
328 - SET( FLTK_ADD_LIBS "fltk_jpeg" )
329 - ENDIF( NOT JPEG_FOUND )
330 - ENDIF(FLTK_FOUND)
331 --INCLUDE_DIRECTORIES( ${FLTK_INCLUDE_DIRS} )
332 --LINK_DIRECTORIES( ${FLTK_LIBRARY_DIRS} )
333 -+INCLUDE_DIRECTORIES( ${FLTK_INCLUDE_DIR} )
334 -+LINK_DIRECTORIES( ${FLTK_LIBRARIES} )
335 -
336 - FIND_PACKAGE( OpenGL )
337 - IF(OPENGL_FOUND)
338 ---
339 -2.14.2
340 -
341
342 diff --git a/media-gfx/icc-examin/icc-examin-0.56_p20171007.ebuild b/media-gfx/icc-examin/icc-examin-0.56_p20171007.ebuild
343 deleted file mode 100644
344 index 065e372da87..00000000000
345 --- a/media-gfx/icc-examin/icc-examin-0.56_p20171007.ebuild
346 +++ /dev/null
347 @@ -1,53 +0,0 @@
348 -# Copyright 1999-2018 Gentoo Authors
349 -# Distributed under the terms of the GNU General Public License v2
350 -
351 -EAPI=6
352 -
353 -COMMIT=ee9e8cd013766b0df2c5e3b4416f985322b22966
354 -inherit cmake-utils flag-o-matic vcs-snapshot xdg-utils
355 -
356 -DESCRIPTION="Viewer for ICC and CGATS, argyll gamut vrml visualisations and GPU gamma tables"
357 -HOMEPAGE="https://www.oyranos.org/icc-examin/"
358 -SRC_URI="https://github.com/oyranos-cms/${PN}/tarball/${COMMIT} -> ${P}.tar.gz"
359 -
360 -LICENSE="GPL-2"
361 -SLOT="0"
362 -KEYWORDS="~amd64 ~x86"
363 -IUSE=""
364 -
365 -RDEPEND="
366 - app-admin/elektra
367 - media-libs/freetype
368 - media-libs/ftgl
369 - media-libs/libXcm[X]
370 - media-libs/oyranos
371 - media-libs/tiff:0
372 - virtual/jpeg:0
373 - virtual/opengl
374 - x11-libs/fltk[opengl]
375 - x11-libs/libX11
376 - x11-libs/libXinerama
377 - x11-libs/libXpm
378 - x11-libs/libXrandr
379 - x11-libs/libXxf86vm
380 -"
381 -DEPEND="${RDEPEND}
382 - sys-devel/gettext
383 - virtual/libintl
384 - virtual/pkgconfig
385 -"
386 -
387 -PATCHES=( "${FILESDIR}/${PN}-0.56-fltk.patch" )
388 -
389 -src_configure() {
390 - append-cxxflags -fpermissive
391 - cmake-utils_src_configure
392 -}
393 -
394 -pkg_postinst() {
395 - xdg_desktop_database_update
396 -}
397 -
398 -pkg_postrm() {
399 - xdg_desktop_database_update
400 -}
401
402 diff --git a/media-gfx/icc-examin/icc-examin-9999.ebuild b/media-gfx/icc-examin/icc-examin-9999.ebuild
403 deleted file mode 100644
404 index 4201a5e2c0e..00000000000
405 --- a/media-gfx/icc-examin/icc-examin-9999.ebuild
406 +++ /dev/null
407 @@ -1,52 +0,0 @@
408 -# Copyright 1999-2018 Gentoo Authors
409 -# Distributed under the terms of the GNU General Public License v2
410 -
411 -EAPI=6
412 -
413 -inherit cmake-utils flag-o-matic git-r3 xdg-utils
414 -
415 -DESCRIPTION="Viewer for ICC and CGATS, argyll gamut vrml visualisations and GPU gamma tables"
416 -HOMEPAGE="https://www.oyranos.org/icc-examin/"
417 -EGIT_REPO_URI="https://github.com/oyranos-cms/${PN}.git"
418 -
419 -LICENSE="GPL-2"
420 -SLOT="0"
421 -KEYWORDS=""
422 -IUSE=""
423 -
424 -RDEPEND="
425 - app-admin/elektra
426 - media-libs/freetype
427 - media-libs/ftgl
428 - media-libs/libXcm[X]
429 - media-libs/oyranos
430 - media-libs/tiff:0
431 - virtual/jpeg:0
432 - virtual/opengl
433 - x11-libs/fltk[opengl]
434 - x11-libs/libX11
435 - x11-libs/libXinerama
436 - x11-libs/libXpm
437 - x11-libs/libXrandr
438 - x11-libs/libXxf86vm
439 -"
440 -DEPEND="${RDEPEND}
441 - sys-devel/gettext
442 - virtual/libintl
443 - virtual/pkgconfig
444 -"
445 -
446 -PATCHES=( "${FILESDIR}/${PN}-0.56-fltk.patch" )
447 -
448 -src_configure() {
449 - append-cxxflags -fpermissive
450 - cmake-utils_src_configure
451 -}
452 -
453 -pkg_postinst() {
454 - xdg_desktop_database_update
455 -}
456 -
457 -pkg_postrm() {
458 - xdg_desktop_database_update
459 -}
460
461 diff --git a/media-gfx/icc-examin/metadata.xml b/media-gfx/icc-examin/metadata.xml
462 deleted file mode 100644
463 index 322fc08818e..00000000000
464 --- a/media-gfx/icc-examin/metadata.xml
465 +++ /dev/null
466 @@ -1,9 +0,0 @@
467 -<?xml version="1.0" encoding="UTF-8"?>
468 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
469 -<pkgmetadata>
470 - <!-- maintainer-needed -->
471 - <upstream>
472 - <remote-id type="github">oyranos-cms/icc-examin</remote-id>
473 - <remote-id type="sourceforge">oyranos</remote-id>
474 - </upstream>
475 -</pkgmetadata>
476
477 diff --git a/media-gfx/synnefo/Manifest b/media-gfx/synnefo/Manifest
478 deleted file mode 100644
479 index c733e97ceba..00000000000
480 --- a/media-gfx/synnefo/Manifest
481 +++ /dev/null
482 @@ -1 +0,0 @@
483 -DIST synnefo-1.1.0.tar.gz 161822 BLAKE2B 1d1981ae815e692cd9230690214bff039c2b523f78faab34d35ad8f25cefbc656ace2ba2ca240baa7d305417f17ea0c4d0cad5d300a638b15cc81d315fdf474c SHA512 f4c50e6e018b0dcf91715c379cd5b79452886fb7fda189ad47a22b9d5f47b3ca710b959b773a1e0a42564e881d09da088a88eef505719b1b1fbfbb5e21fb26ef
484
485 diff --git a/media-gfx/synnefo/files/synnefo-1.1.0-cxx11.patch b/media-gfx/synnefo/files/synnefo-1.1.0-cxx11.patch
486 deleted file mode 100644
487 index fdc438f09d2..00000000000
488 --- a/media-gfx/synnefo/files/synnefo-1.1.0-cxx11.patch
489 +++ /dev/null
490 @@ -1,99 +0,0 @@
491 -From 30691bdb98566482e1c29ee440cfc8531fac2616 Mon Sep 17 00:00:00 2001
492 -From: Kai-Uwe Behrmann <ku.b@×××.de>
493 -Date: Thu, 22 Dec 2016 13:02:05 +0100
494 -Subject: [PATCH] fix some compiler warnings about string macro usage
495 -
496 ----
497 - src/modules/devices/sy_devices.cpp | 12 ++++++------
498 - src/modules/information/sy_info.cpp | 4 ++--
499 - src/modules/settings/sy_settings.cpp | 2 +-
500 - 3 files changed, 9 insertions(+), 9 deletions(-)
501 -
502 -diff --git a/src/modules/devices/sy_devices.cpp b/src/modules/devices/sy_devices.cpp
503 -index b477fd7..f60c4a2 100644
504 ---- a/src/modules/devices/sy_devices.cpp
505 -+++ b/src/modules/devices/sy_devices.cpp
506 -@@ -146,10 +146,10 @@ int syDeviceGetProfile( oyConfig_s * device, uint32_t icc_profile_flags, oyProfi
507 - {
508 - oyOptions_s * options = 0;
509 - oyOptions_SetFromText( &options,
510 -- "//"OY_TYPE_STD"/config/command",
511 -+ "//" OY_TYPE_STD "/config/command",
512 - "list", OY_CREATE_NEW );
513 - oyOptions_SetFromText( &options,
514 -- "//"OY_TYPE_STD"/config/icc_profile.x_color_region_target",
515 -+ "//" OY_TYPE_STD "/config/icc_profile.x_color_region_target",
516 - "yes", OY_CREATE_NEW );
517 - oyOptions_SetFromInt( &options, "///icc_profile_flags", icc_profile_flags, 0, OY_CREATE_NEW );
518 - int error = oyDeviceAskProfile2( device, options, profile );
519 -@@ -595,7 +595,7 @@ int SyDevicesModule::installTaxiProfile(oyConfig_s * device)
520 - "//" OY_TYPE_STD "/icc_profile_flags",
521 - icc_profile_flags, 0, OY_CREATE_NEW );
522 - oyOptions_SetFromText( &options,
523 --+ "//"OY_TYPE_STD"/config/skip_ask_for_profile",
524 -++ "//" OY_TYPE_STD "/config/skip_ask_for_profile",
525 - "yes", OY_CREATE_NEW );
526 - error = oyDeviceSetup(device, options);
527 - oyOptions_Release( &options );
528 -@@ -803,7 +803,7 @@ void SyDevicesModule::populateDeviceListing()
529 - char ** texts = 0;
530 -
531 - // get all configuration filters
532 -- oyConfigDomainList( "//"OY_TYPE_STD"/device/config.icc_profile",
533 -+ oyConfigDomainList( "//" OY_TYPE_STD "/device/config.icc_profile",
534 - &texts, &count, &rank_list ,0 );
535 -
536 - for (i = 0; i < count; i++)
537 -@@ -960,7 +960,7 @@ oyConfig_s * SyDevicesModule::getCurrentDevice( void )
538 - oyOptions_SetFromText( &options, "//" OY_TYPE_STD "/config/command",
539 - "properties", OY_CREATE_NEW );
540 - oyOptions_SetFromText( &options,
541 -- "//"OY_TYPE_STD"/config/icc_profile.x_color_region_target",
542 -+ "//" OY_TYPE_STD "/config/icc_profile.x_color_region_target",
543 - "yes", OY_CREATE_NEW );
544 - if(current_device_class && current_device_name)
545 - error = oyDeviceGet( OY_TYPE_STD, current_device_class, current_device_name,
546 -@@ -1003,7 +1003,7 @@ void SyDevicesModule::assignProfile( QString profile_name, oySCOPE_e scope )
547 - "//" OY_TYPE_STD "/icc_profile_flags",
548 - icc_profile_flags, 0, OY_CREATE_NEW );
549 - oyOptions_SetFromText( &options,
550 --+ "//"OY_TYPE_STD"/config/skip_ask_for_profile",
551 -++ "//" OY_TYPE_STD "/config/skip_ask_for_profile",
552 - "yes", OY_CREATE_NEW );
553 - oyDeviceSetup( device, options ); /* reinitialise */
554 - oyOptions_Release( &options );
555 -diff --git a/src/modules/information/sy_info.cpp b/src/modules/information/sy_info.cpp
556 -index 9d194cf..3b4909c 100644
557 ---- a/src/modules/information/sy_info.cpp
558 -+++ b/src/modules/information/sy_info.cpp
559 -@@ -231,7 +231,7 @@ void SyInfoModule::populateDeviceProfiles( QTreeWidgetItem * deviceListTree )
560 - oyConfDomain_s * d = 0;
561 -
562 - // get all configuration filters
563 -- oyConfigDomainList( "//"OY_TYPE_STD"/device/config.icc_profile",
564 -+ oyConfigDomainList( "//" OY_TYPE_STD "/device/config.icc_profile",
565 - &texts, &count, &rank_list ,0 );
566 -
567 - for(i = count - 1; i >= 0; --i)
568 -@@ -266,7 +266,7 @@ void SyInfoModule::populateDeviceProfiles( QTreeWidgetItem * deviceListTree )
569 - oyConfig_s * device = oyConfigs_Get( devices, j );
570 - char * device_info = 0;
571 - oyOptions_s * options = 0;
572 -- oyOptions_SetFromText( &options, "//"OY_TYPE_STD"/config/icc_profile.x_color_region_target",
573 -+ oyOptions_SetFromText( &options, "//" OY_TYPE_STD "/config/icc_profile.x_color_region_target",
574 - "yes", OY_CREATE_NEW );
575 - oyOptions_SetFromInt( &options, "///icc_profile_flags", icc_profile_flags, 0, OY_CREATE_NEW );
576 -
577 -diff --git a/src/modules/settings/sy_settings.cpp b/src/modules/settings/sy_settings.cpp
578 -index a1c54ee..3f74c1d 100644
579 ---- a/src/modules/settings/sy_settings.cpp
580 -+++ b/src/modules/settings/sy_settings.cpp
581 -@@ -213,7 +213,7 @@ void SySendNativeUpdate(const char * func)
582 - {
583 - // e.g. send native (e.g. X11) reload event
584 - oyOptions_s * opts = oyOptions_New(NULL), * results = 0;
585 -- int error = oyOptions_Handle( "//"OY_TYPE_STD"/send_native_update_event",
586 -+ int error = oyOptions_Handle( "//" OY_TYPE_STD "/send_native_update_event",
587 - opts,"send_native_update_event",
588 - &results );
589 - oyOptions_Release( &opts );
590
591 diff --git a/media-gfx/synnefo/metadata.xml b/media-gfx/synnefo/metadata.xml
592 deleted file mode 100644
593 index d85e5ec3d7c..00000000000
594 --- a/media-gfx/synnefo/metadata.xml
595 +++ /dev/null
596 @@ -1,11 +0,0 @@
597 -<?xml version="1.0" encoding="UTF-8"?>
598 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
599 -<pkgmetadata>
600 - <maintainer type="project">
601 - <email>kde@g.o</email>
602 - <name>Gentoo KDE Project</name>
603 - </maintainer>
604 - <upstream>
605 - <remote-id type="github">oyranos-cms/Synnefo</remote-id>
606 - </upstream>
607 -</pkgmetadata>
608
609 diff --git a/media-gfx/synnefo/synnefo-1.1.0.ebuild b/media-gfx/synnefo/synnefo-1.1.0.ebuild
610 deleted file mode 100644
611 index 3ac8c9b7578..00000000000
612 --- a/media-gfx/synnefo/synnefo-1.1.0.ebuild
613 +++ /dev/null
614 @@ -1,35 +0,0 @@
615 -# Copyright 1999-2020 Gentoo Authors
616 -# Distributed under the terms of the GNU General Public License v2
617 -
618 -EAPI=7
619 -
620 -inherit cmake
621 -if [[ ${PV} == "9999" ]]; then
622 - EGIT_REPO_URI="https://github.com/oyranos-cms/Synnefo.git"
623 - inherit git-r3
624 -else
625 - SRC_URI="https://github.com/oyranos-cms/Synnefo/archive/${PV}.tar.gz -> ${P}.tar.gz"
626 - KEYWORDS="~amd64 ~x86"
627 - S="${WORKDIR}/Synnefo-${PV}"
628 -fi
629 -
630 -DESCRIPTION="Qt front end for the Oyranos Color Management System"
631 -HOMEPAGE="https://github.com/oyranos-cms/Synnefo"
632 -LICENSE="BSD-2"
633 -SLOT="0"
634 -IUSE=""
635 -
636 -DEPEND="
637 - dev-qt/qtcore:5
638 - dev-qt/qtdbus:5
639 - dev-qt/qtgui:5
640 - dev-qt/qtwidgets:5
641 - >=media-libs/oyranos-0.9.6
642 -"
643 -RDEPEND="${DEPEND}
644 - x11-misc/xcalib
645 -"
646 -
647 -DOCS=( AUTHORS.md README.md )
648 -
649 -PATCHES=( "${FILESDIR}/${P}-cxx11.patch" ) # bug 739982
650
651 diff --git a/media-libs/libXcm/Manifest b/media-libs/libXcm/Manifest
652 deleted file mode 100644
653 index d017fe4b630..00000000000
654 --- a/media-libs/libXcm/Manifest
655 +++ /dev/null
656 @@ -1 +0,0 @@
657 -DIST libXcm-0.5.4.tar.gz 397552 BLAKE2B 73fb9aa2e52f1b0a26108d6e07fc66afa9da6503aedd49a140692a467bf5665c4551ac34224f91305debb5e15384e29b93fd4a2ef9f233e0b4f5c6c0ab1bce27 SHA512 96d279aff907bbbe4e38d099b79ebbc3b3beaf242be296d10a16e36e721669086ae0b5252f5abc629cc1fd65e595e2eec70bb890ea6ca4bbd08e8ce91cb05b53
658
659 diff --git a/media-libs/libXcm/libXcm-0.5.4.ebuild b/media-libs/libXcm/libXcm-0.5.4.ebuild
660 deleted file mode 100644
661 index d1c34e4d3d1..00000000000
662 --- a/media-libs/libXcm/libXcm-0.5.4.ebuild
663 +++ /dev/null
664 @@ -1,49 +0,0 @@
665 -# Copyright 1999-2019 Gentoo Authors
666 -# Distributed under the terms of the GNU General Public License v2
667 -
668 -EAPI=6
669 -
670 -if [[ ${PV} = *9999 ]]; then
671 - GITECLASS="git-r3"
672 - EGIT_REPO_URI="https://github.com/oyranos-cms/libxcm.git"
673 -fi
674 -inherit autotools multilib-minimal ${GITECLASS}
675 -unset GITECLASS
676 -
677 -DESCRIPTION="Reference implementation of the X Color Management specification"
678 -HOMEPAGE="http://www.oyranos.org/libxcm/"
679 -[[ ${PV} != *9999 ]] && \
680 -SRC_URI="https://github.com/oyranos-cms/${PN,,}/archive/${PV}.tar.gz -> ${P}.tar.gz"
681 -
682 -LICENSE="MIT"
683 -SLOT="0"
684 -KEYWORDS="amd64 ppc x86"
685 -IUSE="static-libs X"
686 -
687 -RDEPEND="
688 - X? (
689 - x11-libs/libX11[${MULTILIB_USEDEP}]
690 - x11-libs/libXfixes[${MULTILIB_USEDEP}]
691 - x11-libs/libXmu[${MULTILIB_USEDEP}]
692 - )
693 -"
694 -DEPEND="${RDEPEND}
695 - x11-base/xorg-proto"
696 -
697 -[[ ${PV} != *9999 ]] && S="${WORKDIR}/${P,,}"
698 -
699 -src_prepare() {
700 - default
701 - eautoreconf
702 - multilib_copy_sources
703 -}
704 -
705 -multilib_src_configure() {
706 - econf \
707 - $(use_enable static-libs static) \
708 - $(use_with X x11)
709 -}
710 -
711 -multilib_src_install_all() {
712 - find "${D}" -name '*.la' -delete || die
713 -}
714
715 diff --git a/media-libs/libXcm/libXcm-9999.ebuild b/media-libs/libXcm/libXcm-9999.ebuild
716 deleted file mode 100644
717 index dff600917b0..00000000000
718 --- a/media-libs/libXcm/libXcm-9999.ebuild
719 +++ /dev/null
720 @@ -1,48 +0,0 @@
721 -# Copyright 1999-2019 Gentoo Authors
722 -# Distributed under the terms of the GNU General Public License v2
723 -
724 -EAPI=7
725 -
726 -inherit autotools
727 -
728 -if [[ ${PV} = *9999 ]]; then
729 - EGIT_REPO_URI="https://github.com/oyranos-cms/libxcm.git"
730 - inherit git-r3
731 -else
732 - SRC_URI="https://github.com/oyranos-cms/${PN,,}/archive/${PV}.tar.gz -> ${P}.tar.gz"
733 - KEYWORDS="~amd64 ~ppc ~x86"
734 - S="${WORKDIR}/${P,,}"
735 -fi
736 -
737 -DESCRIPTION="Reference implementation of the X Color Management specification"
738 -HOMEPAGE="https://www.oyranos.org/libxcm/"
739 -
740 -LICENSE="MIT"
741 -SLOT="0"
742 -IUSE="static-libs X"
743 -
744 -RDEPEND="
745 - X? (
746 - x11-libs/libX11
747 - x11-libs/libXfixes
748 - x11-libs/libXmu
749 - )
750 -"
751 -DEPEND="${RDEPEND}
752 - x11-base/xorg-proto"
753 -
754 -src_prepare() {
755 - default
756 - eautoreconf
757 -}
758 -
759 -src_configure() {
760 - econf \
761 - $(use_enable static-libs static) \
762 - $(use_with X x11)
763 -}
764 -
765 -src_install() {
766 - default
767 - find "${D}" -name '*.la' -type f -delete || die
768 -}
769
770 diff --git a/media-libs/libXcm/metadata.xml b/media-libs/libXcm/metadata.xml
771 deleted file mode 100644
772 index b6513109fac..00000000000
773 --- a/media-libs/libXcm/metadata.xml
774 +++ /dev/null
775 @@ -1,9 +0,0 @@
776 -<?xml version="1.0" encoding="UTF-8"?>
777 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
778 -<pkgmetadata>
779 - <!-- maintainer-needed -->
780 - <upstream>
781 - <remote-id type="github">oyranos-cms/libxcm</remote-id>
782 - <remote-id type="sourceforge">oyranos</remote-id>
783 - </upstream>
784 -</pkgmetadata>
785
786 diff --git a/media-libs/openicc/Manifest b/media-libs/openicc/Manifest
787 deleted file mode 100644
788 index 52bf76c97bf..00000000000
789 --- a/media-libs/openicc/Manifest
790 +++ /dev/null
791 @@ -1 +0,0 @@
792 -DIST openicc-0.1.0.tar.gz 193974 BLAKE2B c256d1aa6fe9ccff15650cd72ddc25392961da62a3621541e672b6e0942f24b7d7be032557038d789932530e185f340ec35414739c2402bae637bdd73af2b029 SHA512 81df4545694e920bea0b24535c1c8d06327f87dee465883c4e3209d7348ab2220f94b9e9785d9da68c5e023e9a59512d5e15b4ad8f82e256b63b7c28459fd029
793
794 diff --git a/media-libs/openicc/files/openicc-0.1.0-buildsystem.patch b/media-libs/openicc/files/openicc-0.1.0-buildsystem.patch
795 deleted file mode 100644
796 index d5a3467a71b..00000000000
797 --- a/media-libs/openicc/files/openicc-0.1.0-buildsystem.patch
798 +++ /dev/null
799 @@ -1,228 +0,0 @@
800 -diff --git a/CMakeLists.txt b/CMakeLists.txt
801 -index 9c3879e..a78b993 100644
802 ---- a/CMakeLists.txt
803 -+++ b/CMakeLists.txt
804 -@@ -1,4 +1,4 @@
805 --CMAKE_MINIMUM_REQUIRED (VERSION 2.6.2)
806 -+CMAKE_MINIMUM_REQUIRED (VERSION 2.8.5)
807 -
808 - PROJECT (OpenICC)
809 -
810 -@@ -35,6 +35,16 @@ SET( REVERSE_DOMAIN org.openicc )
811 -
812 - SET( ${PROJECT_NAME}_VERSION_MAJORMINOR "${${PROJECT_NAME}_MAJOR_VERSION}.${${PROJECT_NAME}_MINOR_VERSION}" )
813 -
814 -+include(GNUInstallDirs)
815 -+
816 -+option(ENABLE_TESTS "Build tests (requires static libs)" ON)
817 -+option(ENABLE_TOOLS "Build tools (currently openicc-device)" ON)
818 -+option(ENABLE_STATIC_LIBS "Build static libs" ON)
819 -+
820 -+IF( ENABLE_TESTS )
821 -+ SET(ENABLE_STATIC_LIBS ON)
822 -+ENDIF()
823 -+
824 - IF( ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
825 - SET(PLATFORM "OSX")
826 - ELSEIF( ${CMAKE_SYSTEM_NAME} MATCHES "Linux")
827 -diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
828 -index 950d3dc..0a89aea 100644
829 ---- a/cmake/CMakeLists.txt
830 -+++ b/cmake/CMakeLists.txt
831 -@@ -16,13 +16,13 @@ SET (TARGET_CMAKE_FOLDER
832 -
833 - SET (TARGET_PLUGIN_FOLDER "openicc"
834 - CACHE STRING
835 -- "Optional folder below system library folder where to install openicc plugins. LIB_SUFFIX is honored."
836 -+ "Optional folder below system library folder where to install openicc plugins."
837 - )
838 -
839 - SET (TARGET_PKGCONFIG_FOLDER
840 - "pkgconfig"
841 - CACHE STRING
842 -- "The folder below system library folder where to install pkgconfig files. LIB_SUFFIX is honored."
843 -+ "The folder below system library folder where to install pkgconfig files."
844 - )
845 -
846 - SET (TARGET_DOCUMENTATION_FOLDER
847 -@@ -36,10 +36,6 @@ SET (TARGET_DOCUMENTATION_FOLDER
848 - # Misc.
849 - #
850 -
851 --SET (LIB_SUFFIX ""
852 -- CACHE STRING
853 -- "Optional suffix to use on lib folders (e.g. 64 for lib64)"
854 -- )
855 - #cmake settings for use by find_package
856 - CONFIGURE_FILE (
857 - "${CMAKE_CURRENT_SOURCE_DIR}/OpenIccConfig.cmake.in"
858 -@@ -49,6 +45,6 @@ CONFIGURE_FILE (
859 -
860 - INSTALL ( FILES
861 - "${CMAKE_CURRENT_BINARY_DIR}/OpenIccConfig.cmake"
862 -- DESTINATION lib${LIB_SUFFIX}/cmake/openicc COMPONENT dev
863 -+ DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/openicc COMPONENT dev
864 - )
865 -
866 -diff --git a/cmake/OpenIccConfig.cmake.in b/cmake/OpenIccConfig.cmake.in
867 -index 46dc1ba..373190f 100644
868 ---- a/cmake/OpenIccConfig.cmake.in
869 -+++ b/cmake/OpenIccConfig.cmake.in
870 -@@ -16,7 +16,7 @@
871 - # Set path to the header file.
872 - FIND_PATH(OPENICC_INCLUDE_DIR
873 - NAMES openicc_version.h
874 -- PATHS @CMAKE_INSTALL_PREFIX@/include/@TARGET_INCLUDE_FOLDER@
875 -+ PATHS @CMAKE_INSTALL_FULL_INCLUDEDIR@/@TARGET_INCLUDE_FOLDER@
876 - NO_DEFAULT_PATH
877 - )
878 - MARK_AS_ADVANCED(OPENICC_INCLUDE_DIR)
879 -@@ -25,7 +25,7 @@ MARK_AS_ADVANCED(OPENICC_INCLUDE_DIR)
880 - # Set path to the library.
881 - FIND_LIBRARY(OPENICC_LIBRARY
882 - NAMES OpenICC openicc-static
883 -- PATHS @CMAKE_INSTALL_PREFIX@/lib@LIB_SUFFIX@
884 -+ PATHS @CMAKE_INSTALL_FULL_LIBDIR@
885 - NO_DEFAULT_PATH
886 - )
887 - MARK_AS_ADVANCED(OPENICC_LIBRARY)
888 -diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt
889 -index a60698a..57cf57f 100644
890 ---- a/docs/CMakeLists.txt
891 -+++ b/docs/CMakeLists.txt
892 -@@ -19,5 +19,5 @@ IF( DOXYGEN_FOUND )
893 - ADD_CUSTOM_TARGET( docu ALL
894 - DEPENDS html )
895 -
896 -- INSTALL( DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html DESTINATION share/doc/${PACKAGE_NAME} )
897 -+ INSTALL( DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html DESTINATION ${CMAKE_INSTALL_DOCDIR} )
898 - ENDIF()
899 -diff --git a/extras/CMakeLists.txt b/extras/CMakeLists.txt
900 -index ee939a5..8289b32 100644
901 ---- a/extras/CMakeLists.txt
902 -+++ b/extras/CMakeLists.txt
903 -@@ -13,6 +13,6 @@ CONFIGURE_FILE(
904 -
905 - INSTALL( FILES
906 - "${CMAKE_CURRENT_BINARY_DIR}/${PACKAGE_NAME}.pc"
907 -- DESTINATION lib${LIB_SUFFIX}/${TARGET_PKGCONFIG_FOLDER}
908 -+ DESTINATION ${CMAKE_INSTALL_LIBDIR}/${TARGET_PKGCONFIG_FOLDER}
909 - )
910 -
911 -diff --git a/extras/openicc.pc.in b/extras/openicc.pc.in
912 -index 8680344..826a3d0 100644
913 ---- a/extras/openicc.pc.in
914 -+++ b/extras/openicc.pc.in
915 -@@ -1,7 +1,7 @@
916 - prefix=@CMAKE_INSTALL_PREFIX@
917 --exec_prefix=${prefix}/bin
918 --libdir=${prefix}/lib@LIB_SUFFIX@
919 --includedir=${prefix}/include/@TARGET_INCLUDE_FOLDER@
920 -+exec_prefix=${prefix}/@CMAKE_INSTALL_BINDIR@
921 -+libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
922 -+includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/@TARGET_INCLUDE_FOLDER@
923 -
924 - Name: @PACKAGE_NAME@
925 - Description: @PACKAGE_DESCRIPTION@
926 -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
927 -index 09c6c05..d61f533 100644
928 ---- a/src/CMakeLists.txt
929 -+++ b/src/CMakeLists.txt
930 -@@ -94,7 +94,7 @@ FIND_PACKAGE( GetText )
931 - MESSAGE( "GetText: ${GETTEXT_FOUND}" )
932 - IF( GETTEXT_FOUND )
933 - SET( USE_GETTEXT TRUE )
934 -- SET( OI_LOCALEDIR "${CMAKE_INSTALL_PREFIX}/share/locale" )
935 -+ SET( OI_LOCALEDIR "${CMAKE_INSTALL_FULL_LOCALEDIR}" )
936 - ENDIF()
937 -
938 - # debug
939 -@@ -106,9 +106,13 @@ ADD_SUBDIRECTORY( include )
940 -
941 - ADD_SUBDIRECTORY( libopenicc )
942 -
943 --ADD_SUBDIRECTORY( tests )
944 -+IF( ENABLE_TESTS )
945 -+ ADD_SUBDIRECTORY( tests )
946 -+ENDIF()
947 -
948 --ADD_SUBDIRECTORY( tools )
949 -+IF( ENABLE_TOOLS )
950 -+ ADD_SUBDIRECTORY( tools )
951 -+ENDIF()
952 -
953 - ADD_SUBDIRECTORY( examples )
954 -
955 -diff --git a/src/include/CMakeLists.txt b/src/include/CMakeLists.txt
956 -index 082eaf8..c37d987 100644
957 ---- a/src/include/CMakeLists.txt
958 -+++ b/src/include/CMakeLists.txt
959 -@@ -16,4 +16,4 @@ SET( CHEADERS_OBJECT_CONFIG_PUBLIC
960 - INSTALL( FILES
961 - ${CHEADERS_OBJECT_CONFIG_PUBLIC}
962 - "${CMAKE_BINARY_DIR}/src/include/openicc_version.h"
963 -- DESTINATION include/${PROJECT_DOWN_NAME})
964 -+ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_DOWN_NAME})
965 -diff --git a/src/include/openicc_version.h.in b/src/include/openicc_version.h.in
966 -index 627bd3b..b0b9927 100644
967 ---- a/src/include/openicc_version.h.in
968 -+++ b/src/include/openicc_version.h.in
969 -@@ -8,10 +8,10 @@
970 - #define OPENICC_VERSION (OPENICC_VERSION_A * 10000 + OPENICC_VERSION_B * 100 + OPENICC_VERSION_C) /**< version variable */
971 -
972 - #define OPENICC_PREFIX "@CMAKE_INSTALL_PREFIX@" /**< install variable */
973 --#define OPENICC_BINDIR "@CMAKE_INSTALL_PREFIX@/bin" /**< install variable */
974 --#define OPENICC_DATADIR "@CMAKE_INSTALL_PREFIX@/share" /**< install variable */
975 --#define OPENICC_LIBDIR "@CMAKE_INSTALL_PREFIX@/lib@LIB_SUFFIX@" /**< install variable */
976 --#define OPENICC_DATADIR "@CMAKE_INSTALL_PREFIX@/share" /**< install variable */
977 -+#define OPENICC_BINDIR "@CMAKE_INSTALL_FULL_BINDIR@" /**< install variable */
978 -+#define OPENICC_DATADIR "@CMAKE_INSTALL_FULL_DATAROOTDIR@" /**< install variable */
979 -+#define OPENICC_LIBDIR "@CMAKE_INSTALL_FULL_LIBDIR@/" /**< install variable */
980 -+#define OPENICC_DATADIR "@CMAKE_INSTALL_FULL_DATAROOTDIR@" /**< install variable */
981 - #define OPENICC_SYSCOLORDIR OPENICC_DATADIR "/color" /**< install variable */
982 - #define OPENICC_LOCALEDIR "@OI_LOCALEDIR@"
983 - #define OPENICC_CMMSUBPATH "@OI_CMMSUBPATH@" /**< install variable */
984 -diff --git a/src/libopenicc/CMakeLists.txt b/src/libopenicc/CMakeLists.txt
985 -index 1db9b0e..b4e7994 100644
986 ---- a/src/libopenicc/CMakeLists.txt
987 -+++ b/src/libopenicc/CMakeLists.txt
988 -@@ -36,14 +36,20 @@ ADD_LIBRARY( OpenICC SHARED ${SOURCES} )
989 - TARGET_LINK_LIBRARIES (
990 - OpenICC
991 - ${EXTRA_LIBS} ${EXTRA_LIBS_CS} )
992 --ADD_LIBRARY( openicc-static STATIC ${SOURCES} )
993 --TARGET_LINK_LIBRARIES (
994 -- openicc-static
995 -- ${EXTRA_LIBS} ${EXTRA_LIBS_CS} )
996 -
997 --INSTALL( TARGETS OpenICC openicc-static
998 -- RUNTIME DESTINATION bin
999 -- LIBRARY DESTINATION lib${LIB_SUFFIX}
1000 -- ARCHIVE DESTINATION lib${LIB_SUFFIX} )
1001 -+INSTALL( TARGETS OpenICC
1002 -+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
1003 -+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
1004 -+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} )
1005 -
1006 -+IF(ENABLE_STATIC_LIBS)
1007 -+ ADD_LIBRARY( openicc-static STATIC ${SOURCES} )
1008 -+ TARGET_LINK_LIBRARIES (
1009 -+ openicc-static
1010 -+ ${EXTRA_LIBS} ${EXTRA_LIBS_CS} )
1011 -
1012 -+ INSTALL( TARGETS openicc-static
1013 -+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
1014 -+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
1015 -+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} )
1016 -+ENDIF()
1017 -diff --git a/src/tools/CMakeLists.txt b/src/tools/CMakeLists.txt
1018 -index 8792328..4bb1602 100644
1019 ---- a/src/tools/CMakeLists.txt
1020 -+++ b/src/tools/CMakeLists.txt
1021 -@@ -1,5 +1,5 @@
1022 - # Device listing
1023 - ADD_EXECUTABLE( openicc-device "${CMAKE_CURRENT_SOURCE_DIR}/openicc_device.c" )
1024 - TARGET_LINK_LIBRARIES( openicc-device OpenICC ${EXTRA_LIBS} )
1025 --INSTALL (TARGETS openicc-device DESTINATION bin)
1026 -+INSTALL (TARGETS openicc-device DESTINATION ${CMAKE_INSTALL_BINDIR})
1027 -
1028
1029 diff --git a/media-libs/openicc/metadata.xml b/media-libs/openicc/metadata.xml
1030 deleted file mode 100644
1031 index fb300516015..00000000000
1032 --- a/media-libs/openicc/metadata.xml
1033 +++ /dev/null
1034 @@ -1,11 +0,0 @@
1035 -<?xml version="1.0" encoding="UTF-8"?>
1036 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
1037 -<pkgmetadata>
1038 - <maintainer type="person">
1039 - <email>asturm@g.o</email>
1040 - <name>Andreas Sturmlechner</name>
1041 - </maintainer>
1042 - <upstream>
1043 - <remote-id type="github">OpenICC/config</remote-id>
1044 - </upstream>
1045 -</pkgmetadata>
1046
1047 diff --git a/media-libs/openicc/openicc-0.1.0.ebuild b/media-libs/openicc/openicc-0.1.0.ebuild
1048 deleted file mode 100644
1049 index e6f43adc307..00000000000
1050 --- a/media-libs/openicc/openicc-0.1.0.ebuild
1051 +++ /dev/null
1052 @@ -1,48 +0,0 @@
1053 -# Copyright 1999-2019 Gentoo Authors
1054 -# Distributed under the terms of the GNU General Public License v2
1055 -
1056 -EAPI=7
1057 -
1058 -CMAKE_ECLASS=cmake
1059 -inherit cmake-multilib
1060 -
1061 -DESCRIPTION="Config database to store, share and manipulate colour management informations"
1062 -HOMEPAGE="https://github.com/OpenICC/config"
1063 -SRC_URI="https://github.com/OpenICC/config/archive/${PV}.tar.gz -> ${P}.tar.gz"
1064 -
1065 -LICENSE="MIT"
1066 -SLOT="0"
1067 -KEYWORDS="~amd64 ~x86"
1068 -IUSE="doc static-libs test"
1069 -RESTRICT="!test? ( test )"
1070 -
1071 -BDEPEND="
1072 - sys-devel/gettext
1073 - doc? ( app-doc/doxygen )
1074 -"
1075 -DEPEND="
1076 - dev-libs/yajl[${MULTILIB_USEDEP}]
1077 -"
1078 -RDEPEND="${DEPEND}"
1079 -
1080 -REQUIRED_USE="test? ( static-libs )"
1081 -
1082 -PATCHES=( "${FILESDIR}/${P}"-buildsystem.patch )
1083 -
1084 -MULTILIB_WRAPPED_HEADERS=(
1085 - /usr/include/openicc/openicc_version.h
1086 -)
1087 -
1088 -S="${WORKDIR}/config-${PV}"
1089 -
1090 -multilib_src_configure() {
1091 - local mycmakeargs=(
1092 - -DENABLE_STATIC_LIBS=$(usex static-libs)
1093 - -DENABLE_TESTS=$(usex test)
1094 - $(multilib_is_native_abi || echo -DENABLE_TOOLS=OFF )
1095 - -DCMAKE_INSTALL_DOCDIR=share/doc/${PF}
1096 - -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=$(multilib_native_usex doc OFF ON)
1097 - )
1098 -
1099 - cmake_src_configure
1100 -}
1101
1102 diff --git a/media-libs/oyranos/Manifest b/media-libs/oyranos/Manifest
1103 deleted file mode 100644
1104 index 0423bce58e6..00000000000
1105 --- a/media-libs/oyranos/Manifest
1106 +++ /dev/null
1107 @@ -1,2 +0,0 @@
1108 -DIST oyranos-0.9.6-patches.tar.xz 11680 BLAKE2B 2e082ce2bd091dcb59a92662ec813504fbacf03d452f54260434c3abcd63523b1c718055bb0ea2576202b3f85b4af2b36975902163991e4fe82e8e52f714cf5a SHA512 3c99296188cac1dedbf597208ecf2a3e50a3717b305e0919894d633b2ee4ac7ad9c72daae54535c6f81f49f650db4f2367c4d810156a7a3c9d71f1ccfbfbe493
1109 -DIST oyranos-0.9.6.tar.gz 2247841 BLAKE2B b086104e2de949ec08a452fbab16c219daf36a69771f766fafeccffcdb45b74ff9b4d7754f45896c04d04f3fa78fb1faa1ae898b0594d172dd5e6355ca58af9b SHA512 593aa8ae24e4834fae8fceb72540a9334469c0ed977877da1c359613be7d77053d07fdbff3075380c8af425c8877171f126217b3a91ec511daaaac4ce4a3d111
1110
1111 diff --git a/media-libs/oyranos/files/oyranos-0.9.6-mesa-18.3.1.patch b/media-libs/oyranos/files/oyranos-0.9.6-mesa-18.3.1.patch
1112 deleted file mode 100644
1113 index 83ed82a5629..00000000000
1114 --- a/media-libs/oyranos/files/oyranos-0.9.6-mesa-18.3.1.patch
1115 +++ /dev/null
1116 @@ -1,24 +0,0 @@
1117 -From ac7bdc35ea376f938ad223b0156a04a2af6d2eff Mon Sep 17 00:00:00 2001
1118 -From: Kai-Uwe Behrmann <ku.b@×××.de>
1119 -Date: Fri, 28 Dec 2018 00:14:24 +0100
1120 -Subject: [PATCH] * [exmpl]: update GLee.h to Mesa-18.3.1
1121 -
1122 -the include guards of system files changed
1123 ----
1124 - src/examples/image_display/GLee.h | 2 ++
1125 - 1 file changed, 2 insertions(+)
1126 -
1127 -diff --git a/src/examples/image_display/GLee.h b/src/examples/image_display/GLee.h
1128 -index 2edca003..01b19c68 100644
1129 ---- a/src/examples/image_display/GLee.h
1130 -+++ b/src/examples/image_display/GLee.h
1131 -@@ -61,7 +61,9 @@
1132 - #include <OpenGL/gl.h>
1133 - #else // GLX
1134 - #define __glext_h_ /* prevent glext.h from being included */
1135 -+ #define __gl_glext_h_
1136 - #define __glxext_h_ /* prevent glxext.h from being included */
1137 -+ #define __glx_glxext_h_
1138 - #define GLX_GLXEXT_PROTOTYPES
1139 - #include <GL/gl.h>
1140 - #include <GL/glx.h>
1141
1142 diff --git a/media-libs/oyranos/files/oyranos-0.9.6-underlinking.patch b/media-libs/oyranos/files/oyranos-0.9.6-underlinking.patch
1143 deleted file mode 100644
1144 index b25a36cf79e..00000000000
1145 --- a/media-libs/oyranos/files/oyranos-0.9.6-underlinking.patch
1146 +++ /dev/null
1147 @@ -1,16 +0,0 @@
1148 -Index: oyranos-0.9.6/src/modules/color/modules/CMakeLists.txt
1149 -===================================================================
1150 ---- oyranos-0.9.6.orig/src/modules/color/modules/CMakeLists.txt
1151 -+++ oyranos-0.9.6/src/modules/color/modules/CMakeLists.txt
1152 -@@ -74,9 +74,9 @@ SET( OY_MODULE oydi )
1153 - SET( OY_MODULE_LIB ${PACKAGE_NAME}_${OY_MODULE}${OY_MODULE_NAME} )
1154 - ADD_LIBRARY( ${OY_MODULE_LIB}
1155 - SHARED ${PACKAGE_NAME}_cmm_${OY_MODULE}.c )
1156 --TARGET_LINK_LIBRARIES ( ${OY_MODULE_LIB} ${PROJECT_NAME} ${EXTRA_LIBS} ${XCM_LIBRARIES} ${XFIXES_LIBRARIES} )
1157 -+TARGET_LINK_LIBRARIES ( ${OY_MODULE_LIB} ${PROJECT_NAME} ${EXTRA_LIBS} ${XCM_LIBRARIES} ${XFIXES_LIBRARIES} ${X11_LIBRARIES} )
1158 - INSTALL (TARGETS ${OY_MODULE_LIB} DESTINATION ${CMAKE_INSTALL_LIBDIR}/${OY_CMMSUBPATH})
1159 --SET( OY_MODULE_LIBRARIES ${OY_MODULE_LIBRARIES} ${XCM_LIBRARIES} ${XFIXES_LIBRARIES} )
1160 -+SET( OY_MODULE_LIBRARIES ${OY_MODULE_LIBRARIES} ${XCM_LIBRARIES} ${XFIXES_LIBRARIES} ${X11_LIBRARIES} )
1161 -
1162 - SET( OY_MODULE oyra )
1163 - SET( OY_MODULE_LIB ${PACKAGE_NAME}_${OY_MODULE}${OY_MODULE_NAME} )
1164
1165 diff --git a/media-libs/oyranos/metadata.xml b/media-libs/oyranos/metadata.xml
1166 deleted file mode 100644
1167 index 785c991172d..00000000000
1168 --- a/media-libs/oyranos/metadata.xml
1169 +++ /dev/null
1170 @@ -1,8 +0,0 @@
1171 -<?xml version="1.0" encoding="UTF-8"?>
1172 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
1173 -<pkgmetadata>
1174 - <!-- maintainer-needed -->
1175 - <upstream>
1176 - <remote-id type="github">oyranos-cms/oyranos</remote-id>
1177 - </upstream>
1178 -</pkgmetadata>
1179
1180 diff --git a/media-libs/oyranos/oyranos-0.9.6-r1.ebuild b/media-libs/oyranos/oyranos-0.9.6-r1.ebuild
1181 deleted file mode 100644
1182 index 26ac4c25916..00000000000
1183 --- a/media-libs/oyranos/oyranos-0.9.6-r1.ebuild
1184 +++ /dev/null
1185 @@ -1,101 +0,0 @@
1186 -# Copyright 1999-2020 Gentoo Authors
1187 -# Distributed under the terms of the GNU General Public License v2
1188 -
1189 -EAPI=6
1190 -
1191 -if [[ ${PV} = *9999 ]]; then
1192 - EGIT_REPO_URI="https://github.com/${PN}-cms/${PN}.git"
1193 - inherit git-r3
1194 -else
1195 - SRC_URI="https://github.com/${PN}-cms/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
1196 - https://dev.gentoo.org/~asturm/${P}-patches.tar.xz"
1197 - KEYWORDS="~amd64 ~x86"
1198 -fi
1199 -CMAKE_REMOVE_MODULES_LIST="${CMAKE_REMOVE_MODULES_LIST} FindXcm FindCUPS"
1200 -inherit cmake-utils flag-o-matic xdg
1201 -
1202 -DESCRIPTION="Colour management system allowing to share settings across apps and services"
1203 -HOMEPAGE="https://www.oyranos.org/"
1204 -
1205 -LICENSE="BSD"
1206 -SLOT="0"
1207 -IUSE="cairo cups doc examples exif fltk jpeg raw scanner static-libs test tiff X"
1208 -
1209 -REQUIRED_USE="test? ( static-libs )"
1210 -
1211 -COMMON_DEPEND="
1212 - app-admin/elektra
1213 - dev-libs/libxml2
1214 - >=dev-libs/yajl-2.0.4-r1
1215 - media-libs/lcms:2
1216 - media-libs/libpng:0=
1217 - >=media-libs/libXcm-0.5.4
1218 - media-libs/openicc
1219 - cairo? ( x11-libs/cairo )
1220 - cups? ( net-print/cups )
1221 - exif? ( media-gfx/exiv2:= )
1222 - fltk? ( x11-libs/fltk:1 )
1223 - jpeg? ( virtual/jpeg:0 )
1224 - raw? ( media-libs/libraw )
1225 - scanner? ( media-gfx/sane-backends )
1226 - tiff? ( media-libs/tiff:0 )
1227 - X? (
1228 - x11-libs/libX11
1229 - x11-libs/libXfixes
1230 - x11-libs/libXinerama
1231 - x11-libs/libXmu
1232 - x11-libs/libXrandr
1233 - x11-libs/libXxf86vm
1234 - )
1235 -"
1236 -DEPEND="${COMMON_DEPEND}
1237 - doc? (
1238 - app-doc/doxygen
1239 - media-gfx/graphviz
1240 - )"
1241 -RDEPEND="${COMMON_DEPEND}
1242 - media-libs/icc-profiles-basiccolor-printing2009
1243 - media-libs/icc-profiles-openicc"
1244 -
1245 -DOCS=( {AUTHORS,ChangeLog,README}.md )
1246 -
1247 -RESTRICT="test"
1248 -
1249 -PATCHES=(
1250 - "${WORKDIR}/patches"
1251 - "${FILESDIR}/${P}-mesa-18.3.1.patch" # bug 671996
1252 - "${FILESDIR}/${P}-underlinking.patch"
1253 -)
1254 -
1255 -src_prepare() {
1256 - # remove bundled libs
1257 - rm -r libxcm openicc yajl || die
1258 - cmake-utils_src_prepare
1259 -}
1260 -
1261 -src_configure() {
1262 - local mycmakeargs=(
1263 - -DCMAKE_INSTALL_DOCDIR=share/doc/${PF}
1264 - -DUSE_SYSTEM_ELEKTRA=ON
1265 - -DUSE_SYSTEM_LIBXCM=ON
1266 - -DUSE_SYSTEM_OPENICC=ON
1267 - -DUSE_SYSTEM_YAJL=ON
1268 - -DCMAKE_DISABLE_FIND_PACKAGE_Qt4=ON
1269 - -DCMAKE_DISABLE_FIND_PACKAGE_Cairo=$(usex !cairo)
1270 - -DCMAKE_DISABLE_FIND_PACKAGE_Cups=$(usex !cups)
1271 - -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=$(usex !doc)
1272 - -DENABLE_EXAMPLES=$(usex examples)
1273 - -DCMAKE_DISABLE_FIND_PACKAGE_Exif2=$(usex !exif)
1274 - -DCMAKE_DISABLE_FIND_PACKAGE_FLTK=$(usex !fltk)
1275 - -DCMAKE_DISABLE_FIND_PACKAGE_JPEG=$(usex !jpeg)
1276 - -DCMAKE_DISABLE_FIND_PACKAGE_Qt5=ON
1277 - -DCMAKE_DISABLE_FIND_PACKAGE_LibRaw=$(usex !raw)
1278 - -DCMAKE_DISABLE_FIND_PACKAGE_Sane=$(usex !scanner)
1279 - -DENABLE_STATIC_LIBS=$(usex static-libs)
1280 - -DENABLE_TESTS=$(usex test)
1281 - -DCMAKE_DISABLE_FIND_PACKAGE_TIFF=$(usex !tiff)
1282 - -DCMAKE_DISABLE_FIND_PACKAGE_X11=$(usex !X)
1283 - )
1284 -
1285 - cmake-utils_src_configure
1286 -}
1287
1288 diff --git a/media-libs/oyranos/oyranos-9999.ebuild b/media-libs/oyranos/oyranos-9999.ebuild
1289 deleted file mode 100644
1290 index c074e905a4e..00000000000
1291 --- a/media-libs/oyranos/oyranos-9999.ebuild
1292 +++ /dev/null
1293 @@ -1,102 +0,0 @@
1294 -# Copyright 1999-2020 Gentoo Authors
1295 -# Distributed under the terms of the GNU General Public License v2
1296 -
1297 -EAPI=6
1298 -
1299 -if [[ ${PV} = *9999 ]]; then
1300 - EGIT_REPO_URI="https://github.com/${PN}-cms/${PN}.git"
1301 - inherit git-r3
1302 -else
1303 - SRC_URI="https://github.com/${PN}-cms/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
1304 - KEYWORDS="~amd64 ~x86"
1305 -fi
1306 -CMAKE_REMOVE_MODULES_LIST="${CMAKE_REMOVE_MODULES_LIST} FindXcm FindCUPS"
1307 -inherit cmake-utils flag-o-matic xdg
1308 -
1309 -DESCRIPTION="Colour management system allowing to share settings across apps and services"
1310 -HOMEPAGE="https://www.oyranos.org/"
1311 -
1312 -LICENSE="BSD"
1313 -SLOT="0"
1314 -IUSE="cairo cups doc examples exif fltk jpeg qt5 raw scanner static-libs test tiff X"
1315 -
1316 -REQUIRED_USE="qt5? ( X ) test? ( static-libs )"
1317 -
1318 -COMMON_DEPEND="
1319 - app-admin/elektra
1320 - dev-libs/libxml2
1321 - >=dev-libs/yajl-2.0.4-r1
1322 - media-libs/lcms:2
1323 - media-libs/libpng:0=
1324 - >=media-libs/libXcm-0.5.4
1325 - media-libs/openicc
1326 - cairo? ( x11-libs/cairo )
1327 - cups? ( net-print/cups )
1328 - exif? ( media-gfx/exiv2:= )
1329 - fltk? ( x11-libs/fltk:1 )
1330 - jpeg? ( virtual/jpeg:0 )
1331 - qt5? (
1332 - dev-qt/qtcore:5
1333 - dev-qt/qtgui:5
1334 - dev-qt/qtsvg:5
1335 - dev-qt/qtwidgets:5
1336 - dev-qt/qtx11extras:5
1337 - dev-qt/qtxml:5
1338 - )
1339 - raw? ( media-libs/libraw )
1340 - scanner? ( media-gfx/sane-backends )
1341 - tiff? ( media-libs/tiff:0 )
1342 - X? (
1343 - x11-libs/libX11
1344 - x11-libs/libXfixes
1345 - x11-libs/libXinerama
1346 - x11-libs/libXmu
1347 - x11-libs/libXrandr
1348 - x11-libs/libXxf86vm
1349 - )
1350 -"
1351 -DEPEND="${COMMON_DEPEND}
1352 - doc? (
1353 - app-doc/doxygen
1354 - media-gfx/graphviz
1355 - )"
1356 -RDEPEND="${COMMON_DEPEND}
1357 - media-libs/icc-profiles-basiccolor-printing2009
1358 - media-libs/icc-profiles-openicc"
1359 -
1360 -DOCS=( {AUTHORS,ChangeLog,README}.md )
1361 -
1362 -RESTRICT="test"
1363 -
1364 -src_prepare() {
1365 - # remove bundled libs
1366 - rm -r libxcm openicc || die
1367 - cmake-utils_src_prepare
1368 -}
1369 -
1370 -src_configure() {
1371 - local mycmakeargs=(
1372 - -DCMAKE_INSTALL_DOCDIR=share/doc/${PF}
1373 - -DUSE_SYSTEM_ELEKTRA=ON
1374 - -DUSE_SYSTEM_LIBXCM=ON
1375 - -DUSE_SYSTEM_OPENICC=ON
1376 - -DUSE_SYSTEM_YAJL=ON
1377 - -DCMAKE_DISABLE_FIND_PACKAGE_Qt4=ON
1378 - -DCMAKE_DISABLE_FIND_PACKAGE_Cairo=$(usex !cairo)
1379 - -DCMAKE_DISABLE_FIND_PACKAGE_Cups=$(usex !cups)
1380 - -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=$(usex !doc)
1381 - -DENABLE_EXAMPLES=$(usex examples)
1382 - -DCMAKE_DISABLE_FIND_PACKAGE_Exif2=$(usex !exif)
1383 - -DCMAKE_DISABLE_FIND_PACKAGE_FLTK=$(usex !fltk)
1384 - -DCMAKE_DISABLE_FIND_PACKAGE_JPEG=$(usex !jpeg)
1385 - -DCMAKE_DISABLE_FIND_PACKAGE_Qt5=$(usex !qt5)
1386 - -DCMAKE_DISABLE_FIND_PACKAGE_LibRaw=$(usex !raw)
1387 - -DCMAKE_DISABLE_FIND_PACKAGE_Sane=$(usex !scanner)
1388 - -DENABLE_STATIC_LIBS=$(usex static-libs)
1389 - -DENABLE_TESTS=$(usex test)
1390 - -DCMAKE_DISABLE_FIND_PACKAGE_TIFF=$(usex !tiff)
1391 - -DCMAKE_DISABLE_FIND_PACKAGE_X11=$(usex !X)
1392 - )
1393 -
1394 - cmake-utils_src_configure
1395 -}
1396
1397 diff --git a/profiles/package.mask b/profiles/package.mask
1398 index 0fe46c54822..af2c3fde683 100644
1399 --- a/profiles/package.mask
1400 +++ b/profiles/package.mask
1401 @@ -664,22 +664,6 @@ dev-python/pep8
1402 # Removal on 2021-05-17. Bug #783366.
1403 dev-python/pytest-pep8
1404
1405 -# Andreas Sturmlechner <asturm@g.o> (2021-04-16)
1406 -# Dubious usefulness in current Plasma 5, unmaintained upstream, depends on
1407 -# even less maintained and chronically broken libraries with many open bugs.
1408 -# media-gfx/icc-examin: Bug #740010
1409 -# media-libs/libXcm: Bugs #525326, #724808
1410 -# media-libs/oyranos: Bugs #702158, #705364, #780057
1411 -# app-admin/elektra: Bugs #601992, #656168
1412 -# Removal on 2021-05-16
1413 -kde-misc/kolor-manager
1414 -app-admin/elektra
1415 -media-gfx/icc-examin
1416 -media-gfx/synnefo
1417 -media-libs/libXcm
1418 -media-libs/openicc
1419 -media-libs/oyranos
1420 -
1421 # Bernard Cafarelli <voyageur@g.o> (2021-04-15)
1422 # Abandoned upstream, does not work with current API,
1423 # does not compile with current mpv