kde-misc/kolor-manager: Port to ecm.eclass and kde.org.eclass
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 12 Jan 2020 11:09:28 +0000 (12:09 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 12 Jan 2020 11:45:37 +0000 (12:45 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild

index 0403154bd51018c70957af4d21486b0a08da3c29..3236f33d98ad35981f3fb578699ae68263abc438 100644 (file)
@@ -1,23 +1,25 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit kde5
+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"
-IUSE=""
 
 DEPEND="
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep ki18n)
-       $(add_qt_dep qtwidgets)
+       >=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