diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-05-15 22:45:01 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-05-15 23:49:18 +0200 |
commit | ddfc9955724025a1544e942bc146d70c7a0c971d (patch) | |
tree | 08cced727bbdb679a501e99fa87bd47eb58f5584 | |
parent | dev-ml/opam: Drop 1.3.1-r2, EAPI5-- (diff) | |
download | gentoo-ddfc9955724025a1544e942bc146d70c7a0c971d.tar.gz gentoo-ddfc9955724025a1544e942bc146d70c7a0c971d.tar.bz2 gentoo-ddfc9955724025a1544e942bc146d70c7a0c971d.zip |
profiles: Cleanup last-rited packages
kde-misc/kolor-manager
app-admin/elektra
media-gfx/icc-examin
media-gfx/synnefo
media-libs/libXcm
media-libs/openicc
media-libs/oyranos
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
31 files changed, 0 insertions, 1150 deletions
diff --git a/app-admin/elektra/Manifest b/app-admin/elektra/Manifest deleted file mode 100644 index 98112946bd87..000000000000 --- a/app-admin/elektra/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST elektra-0.8.20.tar.gz 4740032 BLAKE2B e76ad93eadbbec9bb273da4f7bab5622d47deebdab6736c430543159c0754f3b96696954891962b60716d5b969e64bf5ef6886a6239abee8b98888aae09fcdd9 SHA512 11cc88329f84ad4d6337132d76479d26f2d9c12f7a939558a79ea96540129096ea0a26ffda3705c01a2c7c749453588bb1654a4c07cca3374e4076ce768c5848 diff --git a/app-admin/elektra/elektra-0.8.20-r1.ebuild b/app-admin/elektra/elektra-0.8.20-r1.ebuild deleted file mode 100644 index ccb2065bb7c2..000000000000 --- a/app-admin/elektra/elektra-0.8.20-r1.ebuild +++ /dev/null @@ -1,114 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="Framework to store config parameters in hierarchical key-value pairs" -HOMEPAGE="https://www.libelektra.org" -SRC_URI="https://www.libelektra.org/ftp/elektra/releases/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -PLUGIN_IUSE="augeas iconv ini simpleini syslog systemd tcl +uname xml yajl"; -IUSE="dbus doc static-libs test ${PLUGIN_IUSE}" - -RDEPEND=" - dev-libs/libltdl:0 - >=dev-libs/libxml2-2.9.1-r4 - augeas? ( app-admin/augeas ) - dbus? ( >=sys-apps/dbus-1.6.18-r1 ) - iconv? ( >=virtual/libiconv-0-r1 ) - systemd? ( sys-apps/systemd ) - uname? ( sys-apps/coreutils ) - yajl? ( >=dev-libs/yajl-1.0.11-r1 ) -" -# qt5? ( -# app-text/discount -# dev-qt/qtdeclarative:5 -# dev-qt/qtgui:5 -# dev-qt/qttest:5 -# dev-qt/qtwidgets:5 -# ) -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen ) - test? ( >=dev-cpp/gtest-1.7.0 ) -" - -DOCS=( README.md doc/AUTHORS doc/CODING.md doc/todo/TODO ) -# tries to write to user's home directory (and doesn't respect HOME) -RESTRICT="test" - -src_prepare() { - cmake-utils_src_prepare - - einfo remove bundled libs - # TODO: Remove bundled inih from src/plugins/ini (add to portage): - # https://code.google.com/p/inih/ - rm -rf src/external || die - - # move doc files to correct location - sed -e "s/elektra-api/${PF}/" -i cmake/ElektraCache.cmake || die - sed -e "/^install.*LICENSE/s/^/#DONT /" -i CMakeLists.txt || die - - # avoid useless build time, nothing ends up installed - cmake_comment_add_subdirectory benchmarks - cmake_comment_add_subdirectory examples -} - -src_configure() { - # default storage and resolver requirements - local my_plugins="NONE;dump;resolver;resolver_fm_hpu_b;sync;" - # defaults chosen by availability in 0.8.16 - my_plugins+="ccode;conditionals;constants;enum;error;filecheck;fstab;glob;" - my_plugins+="hexcode;hidden;hosts;iterate;keytometa;line;lineendings;list;" - my_plugins+="logchange;mathcheck;network;ni;null;path;profile;regexstore;" - my_plugins+="rename;semlock;shell;spec;struct;timeofday;tracer;type;validation;" - - use augeas && my_plugins+="augeas;" - use dbus && my_plugins+="dbus;" - use iconv && my_plugins+="iconv;" - use ini && my_plugins+="ini;" # bundles inih - use simpleini && my_plugins+="simpleini;" - use syslog && my_plugins+="syslog;" - use systemd && my_plugins+="journald;" - use tcl && my_plugins+="tcl;" - use uname && my_plugins+="uname;" - use xml && my_plugins+="xmltool;" - use yajl && my_plugins+="yajl;" - - # Disabling for good (?): - # counter - Only useful for debugging the plugin framework - # doc - Explaining basic makeup of a function //bug #514402 - # noresolver - Does not resolve, but can act as one - # template - Template for new plugin written in C - # wresolver - Resolver for non-POSIX, e.g. w32/w64 systems - # my_plugins+=";-counter;-doc;-noresolver;-template;-wresolver" - - local my_tools="kdb" -# use qt5 && my_tools+=";qt-gui" - - local mycmakeargs=( - -DBUILD_PDF=OFF - -DBUILD_SHARED=ON - -DBUILD_STATIC=$(usex static-libs) - -DBUILD_TESTING=$(usex test) - -DENABLE_TESTING=$(usex test) - -DPLUGINS=${my_plugins} - -DTOOLS=${my_tools} - -DBUILD_DOCUMENTATION=$(usex doc) - -DTARGET_CMAKE_FOLDER=share/cmake/Modules - ) - - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - einfo remove test_data - rm -rvf "${ED%/}/usr/share/${PN}" || die "Failed to remove test_data" - einfo remove tool_exec - rm -rvf "${ED%/}/usr/$(get_libdir)/${PN}/tool_exec" || die "Failed to remove tool_exec" -} diff --git a/app-admin/elektra/metadata.xml b/app-admin/elektra/metadata.xml deleted file mode 100644 index 6f5f3e3ebc04..000000000000 --- a/app-admin/elektra/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <use> - <flag name="augeas">Enable plugin for reading and writing configuration files with help from Augeas</flag> - <flag name="ini">Enable new, advanced ini support</flag> - <flag name="simpleini">Enable simpleini support</flag> - <flag name="uname">Enable uname information for the key database</flag> - <flag name="yajl">Enable yajl support</flag> - </use> -</pkgmetadata> diff --git a/kde-misc/kolor-manager/Manifest b/kde-misc/kolor-manager/Manifest deleted file mode 100644 index cecb387191fe..000000000000 --- a/kde-misc/kolor-manager/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kolor-manager-1.1.0.tar.gz 37756 BLAKE2B 85aaad99c7c29e6cf58deea19d30aed4b4b09059e4f1681c005a08e6550d68cc171a1f43a775bbbab8f50476642c4956b67a8e600cb590035fedee03617f1249 SHA512 52bfc162d1162f8c75f627beed322d4a79a2fa6bf955ff669e5809975b160f5af3d8174a867fd629f8ae3c8d65a7ea8409b059786d062ff725cf5552348e1893 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 deleted file mode 100644 index 2c2e9ad75fec..000000000000 --- a/kde-misc/kolor-manager/files/kolor-manager-1.1.0-deps.patch +++ /dev/null @@ -1,32 +0,0 @@ -commit 930dc70f4f4d815525067bbc098b82bbb223d965 -Author: Andreas Sturmlechner <andreas.sturmlechner@gmail.com> -Date: Tue Nov 29 17:36:05 2016 +0100 - - Add missing dep and feature_summary - - REVIEW: 129585 - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 96d982c..9cd3834 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -24,11 +24,11 @@ INCLUDE(FeatureSummary) - INCLUDE(GenerateExportHeader) - - FIND_PACKAGE(Qt5 REQUIRED COMPONENTS Core Widgets) --FIND_PACKAGE(KF5 REQUIRED COMPONENTS I18n ConfigWidgets) -+FIND_PACKAGE(KF5 REQUIRED COMPONENTS ConfigWidgets CoreAddons I18n) - - FIND_PACKAGE(Oyranos REQUIRED) - FIND_PACKAGE(Synnefo REQUIRED) -- -+ - - INCLUDE_DIRECTORIES(${OYRANOS_INCLUDE_DIRS} ${XCM_INCLUDE_DIRS} ${SYNNEFO_INCLUDE_DIR}) - LINK_DIRECTORIES( -@@ -77,3 +77,5 @@ ADD_CUSTOM_TARGET( debsrc - COMMENT Make a ${PROJECT_NAME} DEB source package - VERBATIM - ) -+ -+feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES) diff --git a/kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild b/kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild deleted file mode 100644 index 3236f33d98ad..000000000000 --- a/kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KFMIN=5.60.0 -QTMIN=5.12.3 -inherit ecm kde.org - -DESCRIPTION="KControl module for Oyranos CMS cross desktop settings" -HOMEPAGE="https://www.oyranos.org/kolormanager" -SRC_URI="https://github.com/KDE/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="5" -KEYWORDS="~amd64 ~x86" - -DEPEND=" - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - media-gfx/synnefo - media-libs/libXcm - >=media-libs/oyranos-0.9.6 - x11-libs/libXrandr -" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${P}"-deps.patch ) diff --git a/kde-misc/kolor-manager/metadata.xml b/kde-misc/kolor-manager/metadata.xml deleted file mode 100644 index 2fdbf33d963d..000000000000 --- a/kde-misc/kolor-manager/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>kde@gentoo.org</email> - <name>Gentoo KDE Project</name> - </maintainer> -</pkgmetadata> diff --git a/media-gfx/icc-examin/Manifest b/media-gfx/icc-examin/Manifest deleted file mode 100644 index f4c9bad7f7b4..000000000000 --- a/media-gfx/icc-examin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST icc-examin-0.56_p20171007.tar.gz 724698 BLAKE2B 291edcb81a931a9e7659ff0605d9e8c5c54e36a68dc51a6609cc2cd19e134c782158fcfb89dc10d2b8be953e0c0efff69d5187d5812f9cd5a3302061d1e79aa8 SHA512 79d4e42c0ae389128ee6514892d0019b0cec17466e8d8e47efbc0a5114c0d365732e26a9abb442a3bca3c2e83ede4dca407cad3bf250492a36832f8bdebeb2b6 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 deleted file mode 100644 index 5e4645a8b0ef..000000000000 --- a/media-gfx/icc-examin/files/icc-examin-0.56-fltk.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 172889b358d0801da8d2c15196129cd911e3afc1 Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner <andreas.sturmlechner@gmail.com> -Date: Sat, 14 Oct 2017 18:59:20 +0200 -Subject: [PATCH] Fix FLTK include and libs - ---- - CMakeLists.txt | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 60ee08a..41f7c61 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -103,8 +103,8 @@ IF(FLTK_FOUND) - SET( FLTK_ADD_LIBS "fltk_jpeg" ) - ENDIF( NOT JPEG_FOUND ) - ENDIF(FLTK_FOUND) --INCLUDE_DIRECTORIES( ${FLTK_INCLUDE_DIRS} ) --LINK_DIRECTORIES( ${FLTK_LIBRARY_DIRS} ) -+INCLUDE_DIRECTORIES( ${FLTK_INCLUDE_DIR} ) -+LINK_DIRECTORIES( ${FLTK_LIBRARIES} ) - - FIND_PACKAGE( OpenGL ) - IF(OPENGL_FOUND) --- -2.14.2 - diff --git a/media-gfx/icc-examin/icc-examin-0.56_p20171007.ebuild b/media-gfx/icc-examin/icc-examin-0.56_p20171007.ebuild deleted file mode 100644 index 065e372da875..000000000000 --- a/media-gfx/icc-examin/icc-examin-0.56_p20171007.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -COMMIT=ee9e8cd013766b0df2c5e3b4416f985322b22966 -inherit cmake-utils flag-o-matic vcs-snapshot xdg-utils - -DESCRIPTION="Viewer for ICC and CGATS, argyll gamut vrml visualisations and GPU gamma tables" -HOMEPAGE="https://www.oyranos.org/icc-examin/" -SRC_URI="https://github.com/oyranos-cms/${PN}/tarball/${COMMIT} -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - app-admin/elektra - media-libs/freetype - media-libs/ftgl - media-libs/libXcm[X] - media-libs/oyranos - media-libs/tiff:0 - virtual/jpeg:0 - virtual/opengl - x11-libs/fltk[opengl] - x11-libs/libX11 - x11-libs/libXinerama - x11-libs/libXpm - x11-libs/libXrandr - x11-libs/libXxf86vm -" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/libintl - virtual/pkgconfig -" - -PATCHES=( "${FILESDIR}/${PN}-0.56-fltk.patch" ) - -src_configure() { - append-cxxflags -fpermissive - cmake-utils_src_configure -} - -pkg_postinst() { - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -} diff --git a/media-gfx/icc-examin/icc-examin-9999.ebuild b/media-gfx/icc-examin/icc-examin-9999.ebuild deleted file mode 100644 index 4201a5e2c0e3..000000000000 --- a/media-gfx/icc-examin/icc-examin-9999.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils flag-o-matic git-r3 xdg-utils - -DESCRIPTION="Viewer for ICC and CGATS, argyll gamut vrml visualisations and GPU gamma tables" -HOMEPAGE="https://www.oyranos.org/icc-examin/" -EGIT_REPO_URI="https://github.com/oyranos-cms/${PN}.git" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -RDEPEND=" - app-admin/elektra - media-libs/freetype - media-libs/ftgl - media-libs/libXcm[X] - media-libs/oyranos - media-libs/tiff:0 - virtual/jpeg:0 - virtual/opengl - x11-libs/fltk[opengl] - x11-libs/libX11 - x11-libs/libXinerama - x11-libs/libXpm - x11-libs/libXrandr - x11-libs/libXxf86vm -" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/libintl - virtual/pkgconfig -" - -PATCHES=( "${FILESDIR}/${PN}-0.56-fltk.patch" ) - -src_configure() { - append-cxxflags -fpermissive - cmake-utils_src_configure -} - -pkg_postinst() { - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -} diff --git a/media-gfx/icc-examin/metadata.xml b/media-gfx/icc-examin/metadata.xml deleted file mode 100644 index 322fc08818ee..000000000000 --- a/media-gfx/icc-examin/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">oyranos-cms/icc-examin</remote-id> - <remote-id type="sourceforge">oyranos</remote-id> - </upstream> -</pkgmetadata> diff --git a/media-gfx/synnefo/Manifest b/media-gfx/synnefo/Manifest deleted file mode 100644 index c733e97ceba9..000000000000 --- a/media-gfx/synnefo/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST synnefo-1.1.0.tar.gz 161822 BLAKE2B 1d1981ae815e692cd9230690214bff039c2b523f78faab34d35ad8f25cefbc656ace2ba2ca240baa7d305417f17ea0c4d0cad5d300a638b15cc81d315fdf474c SHA512 f4c50e6e018b0dcf91715c379cd5b79452886fb7fda189ad47a22b9d5f47b3ca710b959b773a1e0a42564e881d09da088a88eef505719b1b1fbfbb5e21fb26ef diff --git a/media-gfx/synnefo/files/synnefo-1.1.0-cxx11.patch b/media-gfx/synnefo/files/synnefo-1.1.0-cxx11.patch deleted file mode 100644 index fdc438f09d26..000000000000 --- a/media-gfx/synnefo/files/synnefo-1.1.0-cxx11.patch +++ /dev/null @@ -1,99 +0,0 @@ -From 30691bdb98566482e1c29ee440cfc8531fac2616 Mon Sep 17 00:00:00 2001 -From: Kai-Uwe Behrmann <ku.b@gmx.de> -Date: Thu, 22 Dec 2016 13:02:05 +0100 -Subject: [PATCH] fix some compiler warnings about string macro usage - ---- - src/modules/devices/sy_devices.cpp | 12 ++++++------ - src/modules/information/sy_info.cpp | 4 ++-- - src/modules/settings/sy_settings.cpp | 2 +- - 3 files changed, 9 insertions(+), 9 deletions(-) - -diff --git a/src/modules/devices/sy_devices.cpp b/src/modules/devices/sy_devices.cpp -index b477fd7..f60c4a2 100644 ---- a/src/modules/devices/sy_devices.cpp -+++ b/src/modules/devices/sy_devices.cpp -@@ -146,10 +146,10 @@ int syDeviceGetProfile( oyConfig_s * device, uint32_t icc_profile_flags, oyProfi - { - oyOptions_s * options = 0; - oyOptions_SetFromText( &options, -- "//"OY_TYPE_STD"/config/command", -+ "//" OY_TYPE_STD "/config/command", - "list", OY_CREATE_NEW ); - oyOptions_SetFromText( &options, -- "//"OY_TYPE_STD"/config/icc_profile.x_color_region_target", -+ "//" OY_TYPE_STD "/config/icc_profile.x_color_region_target", - "yes", OY_CREATE_NEW ); - oyOptions_SetFromInt( &options, "///icc_profile_flags", icc_profile_flags, 0, OY_CREATE_NEW ); - int error = oyDeviceAskProfile2( device, options, profile ); -@@ -595,7 +595,7 @@ int SyDevicesModule::installTaxiProfile(oyConfig_s * device) - "//" OY_TYPE_STD "/icc_profile_flags", - icc_profile_flags, 0, OY_CREATE_NEW ); - oyOptions_SetFromText( &options, --+ "//"OY_TYPE_STD"/config/skip_ask_for_profile", -++ "//" OY_TYPE_STD "/config/skip_ask_for_profile", - "yes", OY_CREATE_NEW ); - error = oyDeviceSetup(device, options); - oyOptions_Release( &options ); -@@ -803,7 +803,7 @@ void SyDevicesModule::populateDeviceListing() - char ** texts = 0; - - // get all configuration filters -- oyConfigDomainList( "//"OY_TYPE_STD"/device/config.icc_profile", -+ oyConfigDomainList( "//" OY_TYPE_STD "/device/config.icc_profile", - &texts, &count, &rank_list ,0 ); - - for (i = 0; i < count; i++) -@@ -960,7 +960,7 @@ oyConfig_s * SyDevicesModule::getCurrentDevice( void ) - oyOptions_SetFromText( &options, "//" OY_TYPE_STD "/config/command", - "properties", OY_CREATE_NEW ); - oyOptions_SetFromText( &options, -- "//"OY_TYPE_STD"/config/icc_profile.x_color_region_target", -+ "//" OY_TYPE_STD "/config/icc_profile.x_color_region_target", - "yes", OY_CREATE_NEW ); - if(current_device_class && current_device_name) - error = oyDeviceGet( OY_TYPE_STD, current_device_class, current_device_name, -@@ -1003,7 +1003,7 @@ void SyDevicesModule::assignProfile( QString profile_name, oySCOPE_e scope ) - "//" OY_TYPE_STD "/icc_profile_flags", - icc_profile_flags, 0, OY_CREATE_NEW ); - oyOptions_SetFromText( &options, --+ "//"OY_TYPE_STD"/config/skip_ask_for_profile", -++ "//" OY_TYPE_STD "/config/skip_ask_for_profile", - "yes", OY_CREATE_NEW ); - oyDeviceSetup( device, options ); /* reinitialise */ - oyOptions_Release( &options ); -diff --git a/src/modules/information/sy_info.cpp b/src/modules/information/sy_info.cpp -index 9d194cf..3b4909c 100644 ---- a/src/modules/information/sy_info.cpp -+++ b/src/modules/information/sy_info.cpp -@@ -231,7 +231,7 @@ void SyInfoModule::populateDeviceProfiles( QTreeWidgetItem * deviceListTree ) - oyConfDomain_s * d = 0; - - // get all configuration filters -- oyConfigDomainList( "//"OY_TYPE_STD"/device/config.icc_profile", -+ oyConfigDomainList( "//" OY_TYPE_STD "/device/config.icc_profile", - &texts, &count, &rank_list ,0 ); - - for(i = count - 1; i >= 0; --i) -@@ -266,7 +266,7 @@ void SyInfoModule::populateDeviceProfiles( QTreeWidgetItem * deviceListTree ) - oyConfig_s * device = oyConfigs_Get( devices, j ); - char * device_info = 0; - oyOptions_s * options = 0; -- oyOptions_SetFromText( &options, "//"OY_TYPE_STD"/config/icc_profile.x_color_region_target", -+ oyOptions_SetFromText( &options, "//" OY_TYPE_STD "/config/icc_profile.x_color_region_target", - "yes", OY_CREATE_NEW ); - oyOptions_SetFromInt( &options, "///icc_profile_flags", icc_profile_flags, 0, OY_CREATE_NEW ); - -diff --git a/src/modules/settings/sy_settings.cpp b/src/modules/settings/sy_settings.cpp -index a1c54ee..3f74c1d 100644 ---- a/src/modules/settings/sy_settings.cpp -+++ b/src/modules/settings/sy_settings.cpp -@@ -213,7 +213,7 @@ void SySendNativeUpdate(const char * func) - { - // e.g. send native (e.g. X11) reload event - oyOptions_s * opts = oyOptions_New(NULL), * results = 0; -- int error = oyOptions_Handle( "//"OY_TYPE_STD"/send_native_update_event", -+ int error = oyOptions_Handle( "//" OY_TYPE_STD "/send_native_update_event", - opts,"send_native_update_event", - &results ); - oyOptions_Release( &opts ); diff --git a/media-gfx/synnefo/metadata.xml b/media-gfx/synnefo/metadata.xml deleted file mode 100644 index d85e5ec3d7c1..000000000000 --- a/media-gfx/synnefo/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>kde@gentoo.org</email> - <name>Gentoo KDE Project</name> - </maintainer> - <upstream> - <remote-id type="github">oyranos-cms/Synnefo</remote-id> - </upstream> -</pkgmetadata> diff --git a/media-gfx/synnefo/synnefo-1.1.0.ebuild b/media-gfx/synnefo/synnefo-1.1.0.ebuild deleted file mode 100644 index 3ac8c9b7578d..000000000000 --- a/media-gfx/synnefo/synnefo-1.1.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake -if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="https://github.com/oyranos-cms/Synnefo.git" - inherit git-r3 -else - SRC_URI="https://github.com/oyranos-cms/Synnefo/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/Synnefo-${PV}" -fi - -DESCRIPTION="Qt front end for the Oyranos Color Management System" -HOMEPAGE="https://github.com/oyranos-cms/Synnefo" -LICENSE="BSD-2" -SLOT="0" -IUSE="" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - >=media-libs/oyranos-0.9.6 -" -RDEPEND="${DEPEND} - x11-misc/xcalib -" - -DOCS=( AUTHORS.md README.md ) - -PATCHES=( "${FILESDIR}/${P}-cxx11.patch" ) # bug 739982 diff --git a/media-libs/libXcm/Manifest b/media-libs/libXcm/Manifest deleted file mode 100644 index d017fe4b6305..000000000000 --- a/media-libs/libXcm/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libXcm-0.5.4.tar.gz 397552 BLAKE2B 73fb9aa2e52f1b0a26108d6e07fc66afa9da6503aedd49a140692a467bf5665c4551ac34224f91305debb5e15384e29b93fd4a2ef9f233e0b4f5c6c0ab1bce27 SHA512 96d279aff907bbbe4e38d099b79ebbc3b3beaf242be296d10a16e36e721669086ae0b5252f5abc629cc1fd65e595e2eec70bb890ea6ca4bbd08e8ce91cb05b53 diff --git a/media-libs/libXcm/libXcm-0.5.4.ebuild b/media-libs/libXcm/libXcm-0.5.4.ebuild deleted file mode 100644 index d1c34e4d3d15..000000000000 --- a/media-libs/libXcm/libXcm-0.5.4.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -if [[ ${PV} = *9999 ]]; then - GITECLASS="git-r3" - EGIT_REPO_URI="https://github.com/oyranos-cms/libxcm.git" -fi -inherit autotools multilib-minimal ${GITECLASS} -unset GITECLASS - -DESCRIPTION="Reference implementation of the X Color Management specification" -HOMEPAGE="http://www.oyranos.org/libxcm/" -[[ ${PV} != *9999 ]] && \ -SRC_URI="https://github.com/oyranos-cms/${PN,,}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="static-libs X" - -RDEPEND=" - X? ( - x11-libs/libX11[${MULTILIB_USEDEP}] - x11-libs/libXfixes[${MULTILIB_USEDEP}] - x11-libs/libXmu[${MULTILIB_USEDEP}] - ) -" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -[[ ${PV} != *9999 ]] && S="${WORKDIR}/${P,,}" - -src_prepare() { - default - eautoreconf - multilib_copy_sources -} - -multilib_src_configure() { - econf \ - $(use_enable static-libs static) \ - $(use_with X x11) -} - -multilib_src_install_all() { - find "${D}" -name '*.la' -delete || die -} diff --git a/media-libs/libXcm/libXcm-9999.ebuild b/media-libs/libXcm/libXcm-9999.ebuild deleted file mode 100644 index dff600917b05..000000000000 --- a/media-libs/libXcm/libXcm-9999.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -if [[ ${PV} = *9999 ]]; then - EGIT_REPO_URI="https://github.com/oyranos-cms/libxcm.git" - inherit git-r3 -else - SRC_URI="https://github.com/oyranos-cms/${PN,,}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~ppc ~x86" - S="${WORKDIR}/${P,,}" -fi - -DESCRIPTION="Reference implementation of the X Color Management specification" -HOMEPAGE="https://www.oyranos.org/libxcm/" - -LICENSE="MIT" -SLOT="0" -IUSE="static-libs X" - -RDEPEND=" - X? ( - x11-libs/libX11 - x11-libs/libXfixes - x11-libs/libXmu - ) -" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - $(use_enable static-libs static) \ - $(use_with X x11) -} - -src_install() { - default - find "${D}" -name '*.la' -type f -delete || die -} diff --git a/media-libs/libXcm/metadata.xml b/media-libs/libXcm/metadata.xml deleted file mode 100644 index b6513109fac8..000000000000 --- a/media-libs/libXcm/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">oyranos-cms/libxcm</remote-id> - <remote-id type="sourceforge">oyranos</remote-id> - </upstream> -</pkgmetadata> diff --git a/media-libs/openicc/Manifest b/media-libs/openicc/Manifest deleted file mode 100644 index 52bf76c97bf4..000000000000 --- a/media-libs/openicc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST openicc-0.1.0.tar.gz 193974 BLAKE2B c256d1aa6fe9ccff15650cd72ddc25392961da62a3621541e672b6e0942f24b7d7be032557038d789932530e185f340ec35414739c2402bae637bdd73af2b029 SHA512 81df4545694e920bea0b24535c1c8d06327f87dee465883c4e3209d7348ab2220f94b9e9785d9da68c5e023e9a59512d5e15b4ad8f82e256b63b7c28459fd029 diff --git a/media-libs/openicc/files/openicc-0.1.0-buildsystem.patch b/media-libs/openicc/files/openicc-0.1.0-buildsystem.patch deleted file mode 100644 index d5a3467a71bd..000000000000 --- a/media-libs/openicc/files/openicc-0.1.0-buildsystem.patch +++ /dev/null @@ -1,228 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 9c3879e..a78b993 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -1,4 +1,4 @@ --CMAKE_MINIMUM_REQUIRED (VERSION 2.6.2) -+CMAKE_MINIMUM_REQUIRED (VERSION 2.8.5) - - PROJECT (OpenICC) - -@@ -35,6 +35,16 @@ SET( REVERSE_DOMAIN org.openicc ) - - SET( ${PROJECT_NAME}_VERSION_MAJORMINOR "${${PROJECT_NAME}_MAJOR_VERSION}.${${PROJECT_NAME}_MINOR_VERSION}" ) - -+include(GNUInstallDirs) -+ -+option(ENABLE_TESTS "Build tests (requires static libs)" ON) -+option(ENABLE_TOOLS "Build tools (currently openicc-device)" ON) -+option(ENABLE_STATIC_LIBS "Build static libs" ON) -+ -+IF( ENABLE_TESTS ) -+ SET(ENABLE_STATIC_LIBS ON) -+ENDIF() -+ - IF( ${CMAKE_SYSTEM_NAME} MATCHES "Darwin") - SET(PLATFORM "OSX") - ELSEIF( ${CMAKE_SYSTEM_NAME} MATCHES "Linux") -diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt -index 950d3dc..0a89aea 100644 ---- a/cmake/CMakeLists.txt -+++ b/cmake/CMakeLists.txt -@@ -16,13 +16,13 @@ SET (TARGET_CMAKE_FOLDER - - SET (TARGET_PLUGIN_FOLDER "openicc" - CACHE STRING -- "Optional folder below system library folder where to install openicc plugins. LIB_SUFFIX is honored." -+ "Optional folder below system library folder where to install openicc plugins." - ) - - SET (TARGET_PKGCONFIG_FOLDER - "pkgconfig" - CACHE STRING -- "The folder below system library folder where to install pkgconfig files. LIB_SUFFIX is honored." -+ "The folder below system library folder where to install pkgconfig files." - ) - - SET (TARGET_DOCUMENTATION_FOLDER -@@ -36,10 +36,6 @@ SET (TARGET_DOCUMENTATION_FOLDER - # Misc. - # - --SET (LIB_SUFFIX "" -- CACHE STRING -- "Optional suffix to use on lib folders (e.g. 64 for lib64)" -- ) - #cmake settings for use by find_package - CONFIGURE_FILE ( - "${CMAKE_CURRENT_SOURCE_DIR}/OpenIccConfig.cmake.in" -@@ -49,6 +45,6 @@ CONFIGURE_FILE ( - - INSTALL ( FILES - "${CMAKE_CURRENT_BINARY_DIR}/OpenIccConfig.cmake" -- DESTINATION lib${LIB_SUFFIX}/cmake/openicc COMPONENT dev -+ DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/openicc COMPONENT dev - ) - -diff --git a/cmake/OpenIccConfig.cmake.in b/cmake/OpenIccConfig.cmake.in -index 46dc1ba..373190f 100644 ---- a/cmake/OpenIccConfig.cmake.in -+++ b/cmake/OpenIccConfig.cmake.in -@@ -16,7 +16,7 @@ - # Set path to the header file. - FIND_PATH(OPENICC_INCLUDE_DIR - NAMES openicc_version.h -- PATHS @CMAKE_INSTALL_PREFIX@/include/@TARGET_INCLUDE_FOLDER@ -+ PATHS @CMAKE_INSTALL_FULL_INCLUDEDIR@/@TARGET_INCLUDE_FOLDER@ - NO_DEFAULT_PATH - ) - MARK_AS_ADVANCED(OPENICC_INCLUDE_DIR) -@@ -25,7 +25,7 @@ MARK_AS_ADVANCED(OPENICC_INCLUDE_DIR) - # Set path to the library. - FIND_LIBRARY(OPENICC_LIBRARY - NAMES OpenICC openicc-static -- PATHS @CMAKE_INSTALL_PREFIX@/lib@LIB_SUFFIX@ -+ PATHS @CMAKE_INSTALL_FULL_LIBDIR@ - NO_DEFAULT_PATH - ) - MARK_AS_ADVANCED(OPENICC_LIBRARY) -diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt -index a60698a..57cf57f 100644 ---- a/docs/CMakeLists.txt -+++ b/docs/CMakeLists.txt -@@ -19,5 +19,5 @@ IF( DOXYGEN_FOUND ) - ADD_CUSTOM_TARGET( docu ALL - DEPENDS html ) - -- INSTALL( DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html DESTINATION share/doc/${PACKAGE_NAME} ) -+ INSTALL( DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html DESTINATION ${CMAKE_INSTALL_DOCDIR} ) - ENDIF() -diff --git a/extras/CMakeLists.txt b/extras/CMakeLists.txt -index ee939a5..8289b32 100644 ---- a/extras/CMakeLists.txt -+++ b/extras/CMakeLists.txt -@@ -13,6 +13,6 @@ CONFIGURE_FILE( - - INSTALL( FILES - "${CMAKE_CURRENT_BINARY_DIR}/${PACKAGE_NAME}.pc" -- DESTINATION lib${LIB_SUFFIX}/${TARGET_PKGCONFIG_FOLDER} -+ DESTINATION ${CMAKE_INSTALL_LIBDIR}/${TARGET_PKGCONFIG_FOLDER} - ) - -diff --git a/extras/openicc.pc.in b/extras/openicc.pc.in -index 8680344..826a3d0 100644 ---- a/extras/openicc.pc.in -+++ b/extras/openicc.pc.in -@@ -1,7 +1,7 @@ - prefix=@CMAKE_INSTALL_PREFIX@ --exec_prefix=${prefix}/bin --libdir=${prefix}/lib@LIB_SUFFIX@ --includedir=${prefix}/include/@TARGET_INCLUDE_FOLDER@ -+exec_prefix=${prefix}/@CMAKE_INSTALL_BINDIR@ -+libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@ -+includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/@TARGET_INCLUDE_FOLDER@ - - Name: @PACKAGE_NAME@ - Description: @PACKAGE_DESCRIPTION@ -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 09c6c05..d61f533 100644 ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -94,7 +94,7 @@ FIND_PACKAGE( GetText ) - MESSAGE( "GetText: ${GETTEXT_FOUND}" ) - IF( GETTEXT_FOUND ) - SET( USE_GETTEXT TRUE ) -- SET( OI_LOCALEDIR "${CMAKE_INSTALL_PREFIX}/share/locale" ) -+ SET( OI_LOCALEDIR "${CMAKE_INSTALL_FULL_LOCALEDIR}" ) - ENDIF() - - # debug -@@ -106,9 +106,13 @@ ADD_SUBDIRECTORY( include ) - - ADD_SUBDIRECTORY( libopenicc ) - --ADD_SUBDIRECTORY( tests ) -+IF( ENABLE_TESTS ) -+ ADD_SUBDIRECTORY( tests ) -+ENDIF() - --ADD_SUBDIRECTORY( tools ) -+IF( ENABLE_TOOLS ) -+ ADD_SUBDIRECTORY( tools ) -+ENDIF() - - ADD_SUBDIRECTORY( examples ) - -diff --git a/src/include/CMakeLists.txt b/src/include/CMakeLists.txt -index 082eaf8..c37d987 100644 ---- a/src/include/CMakeLists.txt -+++ b/src/include/CMakeLists.txt -@@ -16,4 +16,4 @@ SET( CHEADERS_OBJECT_CONFIG_PUBLIC - INSTALL( FILES - ${CHEADERS_OBJECT_CONFIG_PUBLIC} - "${CMAKE_BINARY_DIR}/src/include/openicc_version.h" -- DESTINATION include/${PROJECT_DOWN_NAME}) -+ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_DOWN_NAME}) -diff --git a/src/include/openicc_version.h.in b/src/include/openicc_version.h.in -index 627bd3b..b0b9927 100644 ---- a/src/include/openicc_version.h.in -+++ b/src/include/openicc_version.h.in -@@ -8,10 +8,10 @@ - #define OPENICC_VERSION (OPENICC_VERSION_A * 10000 + OPENICC_VERSION_B * 100 + OPENICC_VERSION_C) /**< version variable */ - - #define OPENICC_PREFIX "@CMAKE_INSTALL_PREFIX@" /**< install variable */ --#define OPENICC_BINDIR "@CMAKE_INSTALL_PREFIX@/bin" /**< install variable */ --#define OPENICC_DATADIR "@CMAKE_INSTALL_PREFIX@/share" /**< install variable */ --#define OPENICC_LIBDIR "@CMAKE_INSTALL_PREFIX@/lib@LIB_SUFFIX@" /**< install variable */ --#define OPENICC_DATADIR "@CMAKE_INSTALL_PREFIX@/share" /**< install variable */ -+#define OPENICC_BINDIR "@CMAKE_INSTALL_FULL_BINDIR@" /**< install variable */ -+#define OPENICC_DATADIR "@CMAKE_INSTALL_FULL_DATAROOTDIR@" /**< install variable */ -+#define OPENICC_LIBDIR "@CMAKE_INSTALL_FULL_LIBDIR@/" /**< install variable */ -+#define OPENICC_DATADIR "@CMAKE_INSTALL_FULL_DATAROOTDIR@" /**< install variable */ - #define OPENICC_SYSCOLORDIR OPENICC_DATADIR "/color" /**< install variable */ - #define OPENICC_LOCALEDIR "@OI_LOCALEDIR@" - #define OPENICC_CMMSUBPATH "@OI_CMMSUBPATH@" /**< install variable */ -diff --git a/src/libopenicc/CMakeLists.txt b/src/libopenicc/CMakeLists.txt -index 1db9b0e..b4e7994 100644 ---- a/src/libopenicc/CMakeLists.txt -+++ b/src/libopenicc/CMakeLists.txt -@@ -36,14 +36,20 @@ ADD_LIBRARY( OpenICC SHARED ${SOURCES} ) - TARGET_LINK_LIBRARIES ( - OpenICC - ${EXTRA_LIBS} ${EXTRA_LIBS_CS} ) --ADD_LIBRARY( openicc-static STATIC ${SOURCES} ) --TARGET_LINK_LIBRARIES ( -- openicc-static -- ${EXTRA_LIBS} ${EXTRA_LIBS_CS} ) - --INSTALL( TARGETS OpenICC openicc-static -- RUNTIME DESTINATION bin -- LIBRARY DESTINATION lib${LIB_SUFFIX} -- ARCHIVE DESTINATION lib${LIB_SUFFIX} ) -+INSTALL( TARGETS OpenICC -+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} -+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} -+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} ) - -+IF(ENABLE_STATIC_LIBS) -+ ADD_LIBRARY( openicc-static STATIC ${SOURCES} ) -+ TARGET_LINK_LIBRARIES ( -+ openicc-static -+ ${EXTRA_LIBS} ${EXTRA_LIBS_CS} ) - -+ INSTALL( TARGETS openicc-static -+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} -+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} -+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} ) -+ENDIF() -diff --git a/src/tools/CMakeLists.txt b/src/tools/CMakeLists.txt -index 8792328..4bb1602 100644 ---- a/src/tools/CMakeLists.txt -+++ b/src/tools/CMakeLists.txt -@@ -1,5 +1,5 @@ - # Device listing - ADD_EXECUTABLE( openicc-device "${CMAKE_CURRENT_SOURCE_DIR}/openicc_device.c" ) - TARGET_LINK_LIBRARIES( openicc-device OpenICC ${EXTRA_LIBS} ) --INSTALL (TARGETS openicc-device DESTINATION bin) -+INSTALL (TARGETS openicc-device DESTINATION ${CMAKE_INSTALL_BINDIR}) - diff --git a/media-libs/openicc/metadata.xml b/media-libs/openicc/metadata.xml deleted file mode 100644 index fb3005160158..000000000000 --- a/media-libs/openicc/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>asturm@gentoo.org</email> - <name>Andreas Sturmlechner</name> - </maintainer> - <upstream> - <remote-id type="github">OpenICC/config</remote-id> - </upstream> -</pkgmetadata> diff --git a/media-libs/openicc/openicc-0.1.0.ebuild b/media-libs/openicc/openicc-0.1.0.ebuild deleted file mode 100644 index e6f43adc3073..000000000000 --- a/media-libs/openicc/openicc-0.1.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -CMAKE_ECLASS=cmake -inherit cmake-multilib - -DESCRIPTION="Config database to store, share and manipulate colour management informations" -HOMEPAGE="https://github.com/OpenICC/config" -SRC_URI="https://github.com/OpenICC/config/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc static-libs test" -RESTRICT="!test? ( test )" - -BDEPEND=" - sys-devel/gettext - doc? ( app-doc/doxygen ) -" -DEPEND=" - dev-libs/yajl[${MULTILIB_USEDEP}] -" -RDEPEND="${DEPEND}" - -REQUIRED_USE="test? ( static-libs )" - -PATCHES=( "${FILESDIR}/${P}"-buildsystem.patch ) - -MULTILIB_WRAPPED_HEADERS=( - /usr/include/openicc/openicc_version.h -) - -S="${WORKDIR}/config-${PV}" - -multilib_src_configure() { - local mycmakeargs=( - -DENABLE_STATIC_LIBS=$(usex static-libs) - -DENABLE_TESTS=$(usex test) - $(multilib_is_native_abi || echo -DENABLE_TOOLS=OFF ) - -DCMAKE_INSTALL_DOCDIR=share/doc/${PF} - -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=$(multilib_native_usex doc OFF ON) - ) - - cmake_src_configure -} diff --git a/media-libs/oyranos/Manifest b/media-libs/oyranos/Manifest deleted file mode 100644 index 0423bce58e68..000000000000 --- a/media-libs/oyranos/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST oyranos-0.9.6-patches.tar.xz 11680 BLAKE2B 2e082ce2bd091dcb59a92662ec813504fbacf03d452f54260434c3abcd63523b1c718055bb0ea2576202b3f85b4af2b36975902163991e4fe82e8e52f714cf5a SHA512 3c99296188cac1dedbf597208ecf2a3e50a3717b305e0919894d633b2ee4ac7ad9c72daae54535c6f81f49f650db4f2367c4d810156a7a3c9d71f1ccfbfbe493 -DIST oyranos-0.9.6.tar.gz 2247841 BLAKE2B b086104e2de949ec08a452fbab16c219daf36a69771f766fafeccffcdb45b74ff9b4d7754f45896c04d04f3fa78fb1faa1ae898b0594d172dd5e6355ca58af9b SHA512 593aa8ae24e4834fae8fceb72540a9334469c0ed977877da1c359613be7d77053d07fdbff3075380c8af425c8877171f126217b3a91ec511daaaac4ce4a3d111 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 deleted file mode 100644 index 83ed82a5629a..000000000000 --- a/media-libs/oyranos/files/oyranos-0.9.6-mesa-18.3.1.patch +++ /dev/null @@ -1,24 +0,0 @@ -From ac7bdc35ea376f938ad223b0156a04a2af6d2eff Mon Sep 17 00:00:00 2001 -From: Kai-Uwe Behrmann <ku.b@gmx.de> -Date: Fri, 28 Dec 2018 00:14:24 +0100 -Subject: [PATCH] * [exmpl]: update GLee.h to Mesa-18.3.1 - -the include guards of system files changed ---- - src/examples/image_display/GLee.h | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/src/examples/image_display/GLee.h b/src/examples/image_display/GLee.h -index 2edca003..01b19c68 100644 ---- a/src/examples/image_display/GLee.h -+++ b/src/examples/image_display/GLee.h -@@ -61,7 +61,9 @@ - #include <OpenGL/gl.h> - #else // GLX - #define __glext_h_ /* prevent glext.h from being included */ -+ #define __gl_glext_h_ - #define __glxext_h_ /* prevent glxext.h from being included */ -+ #define __glx_glxext_h_ - #define GLX_GLXEXT_PROTOTYPES - #include <GL/gl.h> - #include <GL/glx.h> diff --git a/media-libs/oyranos/files/oyranos-0.9.6-underlinking.patch b/media-libs/oyranos/files/oyranos-0.9.6-underlinking.patch deleted file mode 100644 index b25a36cf79e9..000000000000 --- a/media-libs/oyranos/files/oyranos-0.9.6-underlinking.patch +++ /dev/null @@ -1,16 +0,0 @@ -Index: oyranos-0.9.6/src/modules/color/modules/CMakeLists.txt -=================================================================== ---- oyranos-0.9.6.orig/src/modules/color/modules/CMakeLists.txt -+++ oyranos-0.9.6/src/modules/color/modules/CMakeLists.txt -@@ -74,9 +74,9 @@ SET( OY_MODULE oydi ) - SET( OY_MODULE_LIB ${PACKAGE_NAME}_${OY_MODULE}${OY_MODULE_NAME} ) - ADD_LIBRARY( ${OY_MODULE_LIB} - SHARED ${PACKAGE_NAME}_cmm_${OY_MODULE}.c ) --TARGET_LINK_LIBRARIES ( ${OY_MODULE_LIB} ${PROJECT_NAME} ${EXTRA_LIBS} ${XCM_LIBRARIES} ${XFIXES_LIBRARIES} ) -+TARGET_LINK_LIBRARIES ( ${OY_MODULE_LIB} ${PROJECT_NAME} ${EXTRA_LIBS} ${XCM_LIBRARIES} ${XFIXES_LIBRARIES} ${X11_LIBRARIES} ) - INSTALL (TARGETS ${OY_MODULE_LIB} DESTINATION ${CMAKE_INSTALL_LIBDIR}/${OY_CMMSUBPATH}) --SET( OY_MODULE_LIBRARIES ${OY_MODULE_LIBRARIES} ${XCM_LIBRARIES} ${XFIXES_LIBRARIES} ) -+SET( OY_MODULE_LIBRARIES ${OY_MODULE_LIBRARIES} ${XCM_LIBRARIES} ${XFIXES_LIBRARIES} ${X11_LIBRARIES} ) - - SET( OY_MODULE oyra ) - SET( OY_MODULE_LIB ${PACKAGE_NAME}_${OY_MODULE}${OY_MODULE_NAME} ) diff --git a/media-libs/oyranos/metadata.xml b/media-libs/oyranos/metadata.xml deleted file mode 100644 index 785c991172d5..000000000000 --- a/media-libs/oyranos/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">oyranos-cms/oyranos</remote-id> - </upstream> -</pkgmetadata> diff --git a/media-libs/oyranos/oyranos-0.9.6-r1.ebuild b/media-libs/oyranos/oyranos-0.9.6-r1.ebuild deleted file mode 100644 index 26ac4c259163..000000000000 --- a/media-libs/oyranos/oyranos-0.9.6-r1.ebuild +++ /dev/null @@ -1,101 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -if [[ ${PV} = *9999 ]]; then - EGIT_REPO_URI="https://github.com/${PN}-cms/${PN}.git" - inherit git-r3 -else - SRC_URI="https://github.com/${PN}-cms/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz - https://dev.gentoo.org/~asturm/${P}-patches.tar.xz" - KEYWORDS="~amd64 ~x86" -fi -CMAKE_REMOVE_MODULES_LIST="${CMAKE_REMOVE_MODULES_LIST} FindXcm FindCUPS" -inherit cmake-utils flag-o-matic xdg - -DESCRIPTION="Colour management system allowing to share settings across apps and services" -HOMEPAGE="https://www.oyranos.org/" - -LICENSE="BSD" -SLOT="0" -IUSE="cairo cups doc examples exif fltk jpeg raw scanner static-libs test tiff X" - -REQUIRED_USE="test? ( static-libs )" - -COMMON_DEPEND=" - app-admin/elektra - dev-libs/libxml2 - >=dev-libs/yajl-2.0.4-r1 - media-libs/lcms:2 - media-libs/libpng:0= - >=media-libs/libXcm-0.5.4 - media-libs/openicc - cairo? ( x11-libs/cairo ) - cups? ( net-print/cups ) - exif? ( media-gfx/exiv2:= ) - fltk? ( x11-libs/fltk:1 ) - jpeg? ( virtual/jpeg:0 ) - raw? ( media-libs/libraw ) - scanner? ( media-gfx/sane-backends ) - tiff? ( media-libs/tiff:0 ) - X? ( - x11-libs/libX11 - x11-libs/libXfixes - x11-libs/libXinerama - x11-libs/libXmu - x11-libs/libXrandr - x11-libs/libXxf86vm - ) -" -DEPEND="${COMMON_DEPEND} - doc? ( - app-doc/doxygen - media-gfx/graphviz - )" -RDEPEND="${COMMON_DEPEND} - media-libs/icc-profiles-basiccolor-printing2009 - media-libs/icc-profiles-openicc" - -DOCS=( {AUTHORS,ChangeLog,README}.md ) - -RESTRICT="test" - -PATCHES=( - "${WORKDIR}/patches" - "${FILESDIR}/${P}-mesa-18.3.1.patch" # bug 671996 - "${FILESDIR}/${P}-underlinking.patch" -) - -src_prepare() { - # remove bundled libs - rm -r libxcm openicc yajl || die - cmake-utils_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DCMAKE_INSTALL_DOCDIR=share/doc/${PF} - -DUSE_SYSTEM_ELEKTRA=ON - -DUSE_SYSTEM_LIBXCM=ON - -DUSE_SYSTEM_OPENICC=ON - -DUSE_SYSTEM_YAJL=ON - -DCMAKE_DISABLE_FIND_PACKAGE_Qt4=ON - -DCMAKE_DISABLE_FIND_PACKAGE_Cairo=$(usex !cairo) - -DCMAKE_DISABLE_FIND_PACKAGE_Cups=$(usex !cups) - -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=$(usex !doc) - -DENABLE_EXAMPLES=$(usex examples) - -DCMAKE_DISABLE_FIND_PACKAGE_Exif2=$(usex !exif) - -DCMAKE_DISABLE_FIND_PACKAGE_FLTK=$(usex !fltk) - -DCMAKE_DISABLE_FIND_PACKAGE_JPEG=$(usex !jpeg) - -DCMAKE_DISABLE_FIND_PACKAGE_Qt5=ON - -DCMAKE_DISABLE_FIND_PACKAGE_LibRaw=$(usex !raw) - -DCMAKE_DISABLE_FIND_PACKAGE_Sane=$(usex !scanner) - -DENABLE_STATIC_LIBS=$(usex static-libs) - -DENABLE_TESTS=$(usex test) - -DCMAKE_DISABLE_FIND_PACKAGE_TIFF=$(usex !tiff) - -DCMAKE_DISABLE_FIND_PACKAGE_X11=$(usex !X) - ) - - cmake-utils_src_configure -} diff --git a/media-libs/oyranos/oyranos-9999.ebuild b/media-libs/oyranos/oyranos-9999.ebuild deleted file mode 100644 index c074e905a4e1..000000000000 --- a/media-libs/oyranos/oyranos-9999.ebuild +++ /dev/null @@ -1,102 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -if [[ ${PV} = *9999 ]]; then - EGIT_REPO_URI="https://github.com/${PN}-cms/${PN}.git" - inherit git-r3 -else - SRC_URI="https://github.com/${PN}-cms/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi -CMAKE_REMOVE_MODULES_LIST="${CMAKE_REMOVE_MODULES_LIST} FindXcm FindCUPS" -inherit cmake-utils flag-o-matic xdg - -DESCRIPTION="Colour management system allowing to share settings across apps and services" -HOMEPAGE="https://www.oyranos.org/" - -LICENSE="BSD" -SLOT="0" -IUSE="cairo cups doc examples exif fltk jpeg qt5 raw scanner static-libs test tiff X" - -REQUIRED_USE="qt5? ( X ) test? ( static-libs )" - -COMMON_DEPEND=" - app-admin/elektra - dev-libs/libxml2 - >=dev-libs/yajl-2.0.4-r1 - media-libs/lcms:2 - media-libs/libpng:0= - >=media-libs/libXcm-0.5.4 - media-libs/openicc - cairo? ( x11-libs/cairo ) - cups? ( net-print/cups ) - exif? ( media-gfx/exiv2:= ) - fltk? ( x11-libs/fltk:1 ) - jpeg? ( virtual/jpeg:0 ) - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - dev-qt/qtxml:5 - ) - raw? ( media-libs/libraw ) - scanner? ( media-gfx/sane-backends ) - tiff? ( media-libs/tiff:0 ) - X? ( - x11-libs/libX11 - x11-libs/libXfixes - x11-libs/libXinerama - x11-libs/libXmu - x11-libs/libXrandr - x11-libs/libXxf86vm - ) -" -DEPEND="${COMMON_DEPEND} - doc? ( - app-doc/doxygen - media-gfx/graphviz - )" -RDEPEND="${COMMON_DEPEND} - media-libs/icc-profiles-basiccolor-printing2009 - media-libs/icc-profiles-openicc" - -DOCS=( {AUTHORS,ChangeLog,README}.md ) - -RESTRICT="test" - -src_prepare() { - # remove bundled libs - rm -r libxcm openicc || die - cmake-utils_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DCMAKE_INSTALL_DOCDIR=share/doc/${PF} - -DUSE_SYSTEM_ELEKTRA=ON - -DUSE_SYSTEM_LIBXCM=ON - -DUSE_SYSTEM_OPENICC=ON - -DUSE_SYSTEM_YAJL=ON - -DCMAKE_DISABLE_FIND_PACKAGE_Qt4=ON - -DCMAKE_DISABLE_FIND_PACKAGE_Cairo=$(usex !cairo) - -DCMAKE_DISABLE_FIND_PACKAGE_Cups=$(usex !cups) - -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=$(usex !doc) - -DENABLE_EXAMPLES=$(usex examples) - -DCMAKE_DISABLE_FIND_PACKAGE_Exif2=$(usex !exif) - -DCMAKE_DISABLE_FIND_PACKAGE_FLTK=$(usex !fltk) - -DCMAKE_DISABLE_FIND_PACKAGE_JPEG=$(usex !jpeg) - -DCMAKE_DISABLE_FIND_PACKAGE_Qt5=$(usex !qt5) - -DCMAKE_DISABLE_FIND_PACKAGE_LibRaw=$(usex !raw) - -DCMAKE_DISABLE_FIND_PACKAGE_Sane=$(usex !scanner) - -DENABLE_STATIC_LIBS=$(usex static-libs) - -DENABLE_TESTS=$(usex test) - -DCMAKE_DISABLE_FIND_PACKAGE_TIFF=$(usex !tiff) - -DCMAKE_DISABLE_FIND_PACKAGE_X11=$(usex !X) - ) - - cmake-utils_src_configure -} diff --git a/profiles/package.mask b/profiles/package.mask index 0fe46c548228..af2c3fde6835 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -664,22 +664,6 @@ dev-python/pep8 # Removal on 2021-05-17. Bug #783366. dev-python/pytest-pep8 -# Andreas Sturmlechner <asturm@gentoo.org> (2021-04-16) -# Dubious usefulness in current Plasma 5, unmaintained upstream, depends on -# even less maintained and chronically broken libraries with many open bugs. -# media-gfx/icc-examin: Bug #740010 -# media-libs/libXcm: Bugs #525326, #724808 -# media-libs/oyranos: Bugs #702158, #705364, #780057 -# app-admin/elektra: Bugs #601992, #656168 -# Removal on 2021-05-16 -kde-misc/kolor-manager -app-admin/elektra -media-gfx/icc-examin -media-gfx/synnefo -media-libs/libXcm -media-libs/openicc -media-libs/oyranos - # Bernard Cafarelli <voyageur@gentoo.org> (2021-04-15) # Abandoned upstream, does not work with current API, # does not compile with current mpv |