summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-07-04 23:00:24 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-07-04 23:01:40 +1000
commit615ffa4925a3e3fe8c83e5a96524c9d9dd2612c5 (patch)
tree069a0496d5be902d6a95f03847c7a750106918b4 /kde-misc
parentkde-plasma/kwin: version bump 5.10.3.1 (diff)
downloadgentoo-615ffa4925a3e3fe8c83e5a96524c9d9dd2612c5.tar.gz
gentoo-615ffa4925a3e3fe8c83e5a96524c9d9dd2612c5.tar.bz2
gentoo-615ffa4925a3e3fe8c83e5a96524c9d9dd2612c5.zip
kde-misc/kio-stash: new package
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/kio-stash/Manifest1
-rw-r--r--kde-misc/kio-stash/kio-stash-1.0.ebuild28
-rw-r--r--kde-misc/kio-stash/metadata.xml8
3 files changed, 37 insertions, 0 deletions
diff --git a/kde-misc/kio-stash/Manifest b/kde-misc/kio-stash/Manifest
new file mode 100644
index 000000000000..ed77e763bbca
--- /dev/null
+++ b/kde-misc/kio-stash/Manifest
@@ -0,0 +1 @@
+DIST kio-stash-1.0.tar.xz 25308 SHA256 d8ef422924e24317122524fb1d1e439d45ff9281a502a6258a782cfe0d8c8eaa SHA512 ca345a2cd2d8df72ad1f8de366ba290a21f0f3a98ac098d0393d66ec43334258e1e7222a19f89de9a53f152fe4c63aab1221dc045efee94385299fc63e65a931 WHIRLPOOL 418c43f8447abe1740f25129637e3571a66a7fb371db53a86b7a6fe70c56b44f047310c76bd9858f41dd8bee5d39169832a87517fe2535a12bff19cc83d73e43
diff --git a/kde-misc/kio-stash/kio-stash-1.0.ebuild b/kde-misc/kio-stash/kio-stash-1.0.ebuild
new file mode 100644
index 000000000000..88a528d43dfd
--- /dev/null
+++ b/kde-misc/kio-stash/kio-stash-1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="forceoptional"
+inherit kde5
+
+DESCRIPTION="KIO Slave and daemon to stash discontinuous file selections"
+HOMEPAGE="http://arnavdhamija.com/blog/kio-stash-release.html https://quickgit.kde.org/?p=kio-stash.git"
+SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RESTRICT+=" test"
+
+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}"
diff --git a/kde-misc/kio-stash/metadata.xml b/kde-misc/kio-stash/metadata.xml
new file mode 100644
index 000000000000..2fdbf33d963d
--- /dev/null
+++ b/kde-misc/kio-stash/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
+</pkgmetadata>