summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-03-01 12:59:32 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-03-02 12:58:29 +0100
commitf9e316dfb37a31fbfadaf48cc50156199f4deab7 (patch)
tree23fc4c01aed5f1962086a73c8e54d3edd6ea98ef /kde-misc/colord-kde
parentkde-apps/thumbnailers: drop 22.12.2 (diff)
downloadgentoo-f9e316dfb37a31fbfadaf48cc50156199f4deab7.tar.gz
gentoo-f9e316dfb37a31fbfadaf48cc50156199f4deab7.tar.bz2
gentoo-f9e316dfb37a31fbfadaf48cc50156199f4deab7.zip
kde-misc/colord-kde: drop 22.12.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc/colord-kde')
-rw-r--r--kde-misc/colord-kde/Manifest1
-rw-r--r--kde-misc/colord-kde/colord-kde-22.12.2.ebuild58
2 files changed, 0 insertions, 59 deletions
diff --git a/kde-misc/colord-kde/Manifest b/kde-misc/colord-kde/Manifest
index 5a6ff1228cf9..88c721e92d27 100644
--- a/kde-misc/colord-kde/Manifest
+++ b/kde-misc/colord-kde/Manifest
@@ -1,2 +1 @@
-DIST colord-kde-22.12.2.tar.xz 111560 BLAKE2B f57772f747b257fe296a022f913b4da3dc850c6cf46a535699362812f86c360585d22e59d5086e3c9e71ef11d7248cf11d97543dc82f25bad93c69b39a273fc1 SHA512 b2d634bc30d9654e0bcdd275ac243879b39030dd5e20491e4a0ef950c38db4304514b2977ee2eec3bbd29aa0633dbeda4dd0fc148624deef7c9fb415b2e95ae0
DIST colord-kde-22.12.3.tar.xz 112620 BLAKE2B 68fcabb74f1d30bbd20d5edba3fbc8bfec83426e12433a4329c9e6a1cad8fd44c1b35521b8563eb11aaaab6adec53abe69d7cc5d9d1d768d5507cb7c585f1abe SHA512 04308e5ddd2ff8a5e73accb8a5e4f621f95b503c513f5ed0bf60e7db127729fef521ac3281c476418e42e23373ca2aa06cd194fb241dcbc965dac51c0243d89a
diff --git a/kde-misc/colord-kde/colord-kde-22.12.2.ebuild b/kde-misc/colord-kde/colord-kde-22.12.2.ebuild
deleted file mode 100644
index c8e00880aa51..000000000000
--- a/kde-misc/colord-kde/colord-kde-22.12.2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY=graphics
-KFMIN=5.101.0
-QTMIN=5.15.5
-inherit ecm gear.kde.org
-
-DESCRIPTION="Provides interfaces and session daemon to colord"
-HOMEPAGE="https://invent.kde.org/graphics/colord-kde"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-COMMON_DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kcmutils-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- media-libs/lcms:2
- X? (
- >=dev-qt/qtx11extras-${QTMIN}:5
- x11-libs/libX11
- x11-libs/libxcb
- )
-"
-DEPEND="${COMMON_DEPEND}
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
-"
-RDEPEND="${COMMON_DEPEND}
- kde-plasma/kde-cli-tools:5
- x11-misc/colord
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
- ecm_src_configure
-}
-
-pkg_postinst() {
- ecm_pkg_postinst
- if ! has_version "gnome-extra/gnome-color-manager"; then
- elog "You may want to install gnome-extra/gnome-color-manager to add support for"
- elog "colorhug calibration devices."
- fi
-}