commit:     615ffa4925a3e3fe8c83e5a96524c9d9dd2612c5
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  4 13:00:24 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jul  4 13:01:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=615ffa49

kde-misc/kio-stash: new package

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 kde-misc/kio-stash/Manifest             |  1 +
 kde-misc/kio-stash/kio-stash-1.0.ebuild | 28 ++++++++++++++++++++++++++++
 kde-misc/kio-stash/metadata.xml         |  8 ++++++++
 3 files changed, 37 insertions(+)

diff --git a/kde-misc/kio-stash/Manifest b/kde-misc/kio-stash/Manifest
new file mode 100644
index 00000000000..ed77e763bbc
--- /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 00000000000..88a528d43df
--- /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 00000000000..2fdbf33d963
--- /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>k...@gentoo.org</email>
+               <name>Gentoo KDE Project</name>
+       </maintainer>
+</pkgmetadata>

Reply via email to