summaryrefslogtreecommitdiff
path: root/kde-misc/kio-stash/kio-stash-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/kio-stash/kio-stash-9999.ebuild')
-rw-r--r--kde-misc/kio-stash/kio-stash-9999.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/kde-misc/kio-stash/kio-stash-9999.ebuild b/kde-misc/kio-stash/kio-stash-9999.ebuild
new file mode 100644
index 00000000000..8be02afec13
--- /dev/null
+++ b/kde-misc/kio-stash/kio-stash-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_TEST="forceoptional"
+inherit kde5
+
+DESCRIPTION="KIO Slave and daemon to stash discontinuous file selections"
+HOMEPAGE="https://quickgit.kde.org/?p=kio-stash.git"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_qt_dep qtdbus)
+"
+RDEPEND="${DEPEND}"