diff options
-rw-r--r-- | kde-misc/kio-stash/Manifest | 1 | ||||
-rw-r--r-- | kde-misc/kio-stash/kio-stash-1.0.ebuild | 28 | ||||
-rw-r--r-- | kde-misc/kio-stash/metadata.xml | 8 |
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> |