summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-25 17:47:06 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-25 17:47:06 +0100
commitd1bdcff7a8f4b69a133bbb3d30c449a12da998c6 (patch)
treec7010b0f2a36860d87e3588f00358a2bdff38641 /kde-misc/kio-stash
parentmedia-sound/audex: Port to ecm.eclass and kde.org.eclass (diff)
downloadgentoo-d1bdcff7a8f4b69a133bbb3d30c449a12da998c6.tar.gz
gentoo-d1bdcff7a8f4b69a133bbb3d30c449a12da998c6.tar.bz2
gentoo-d1bdcff7a8f4b69a133bbb3d30c449a12da998c6.zip
kde-misc/kio-stash: Port to ecm.eclass and kde.org.eclass
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc/kio-stash')
-rw-r--r--kde-misc/kio-stash/kio-stash-1.0-r1.ebuild16
1 files changed, 9 insertions, 7 deletions
diff --git a/kde-misc/kio-stash/kio-stash-1.0-r1.ebuild b/kde-misc/kio-stash/kio-stash-1.0-r1.ebuild
index c35c5f5aaee4..a79001b1e4ad 100644
--- a/kde-misc/kio-stash/kio-stash-1.0-r1.ebuild
+++ b/kde-misc/kio-stash/kio-stash-1.0-r1.ebuild
@@ -3,8 +3,10 @@
EAPI=7
-KDE_TEST="forceoptional"
-inherit kde5
+ECM_TEST="forceoptional"
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org
DESCRIPTION="KIO Slave and daemon to stash discontinuous file selections"
HOMEPAGE="https://arnavdhamija.com/2017/07/04/kio-stash-shipped/ https://cgit.kde.org/kio-stash.git"
@@ -18,11 +20,11 @@ IUSE=""
RESTRICT+=" test"
DEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_qt_dep qtdbus)
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
"
RDEPEND="${DEPEND}"