commit: 534fa63f20ca055afb5c9aa43f64fe020d08aec0 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com> AuthorDate: Fri Aug 19 22:36:43 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sun Aug 21 20:22:46 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=534fa63f
kde-misc/kio-stash: New package Package-Manager: portage-2.2.28 kde-misc/kio-stash/kio-stash-9999.ebuild | 24 ++++++++++++++++++++++++ kde-misc/kio-stash/metadata.xml | 8 ++++++++ 2 files changed, 32 insertions(+) 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 0000000..8be02af --- /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}" diff --git a/kde-misc/kio-stash/metadata.xml b/kde-misc/kio-stash/metadata.xml new file mode 100644 index 0000000..2fdbf33 --- /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>[email protected]</email> + <name>Gentoo KDE Project</name> + </maintainer> +</pkgmetadata>
