summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-05-15 22:45:01 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-05-15 23:49:18 +0200
commitddfc9955724025a1544e942bc146d70c7a0c971d (patch)
tree08cced727bbdb679a501e99fa87bd47eb58f5584 /media-gfx
parentdev-ml/opam: Drop 1.3.1-r2, EAPI5-- (diff)
downloadgentoo-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>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/icc-examin/Manifest1
-rw-r--r--media-gfx/icc-examin/files/icc-examin-0.56-fltk.patch27
-rw-r--r--media-gfx/icc-examin/icc-examin-0.56_p20171007.ebuild53
-rw-r--r--media-gfx/icc-examin/icc-examin-9999.ebuild52
-rw-r--r--media-gfx/icc-examin/metadata.xml9
-rw-r--r--media-gfx/synnefo/Manifest1
-rw-r--r--media-gfx/synnefo/files/synnefo-1.1.0-cxx11.patch99
-rw-r--r--media-gfx/synnefo/metadata.xml11
-rw-r--r--media-gfx/synnefo/synnefo-1.1.0.ebuild35
9 files changed, 0 insertions, 288 deletions
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