diff options
| author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-08-20 00:36:43 +0200 |
|---|---|---|
| committer | Michael Palimaka <kensington@gentoo.org> | 2016-08-22 06:22:46 +1000 |
| commit | 534fa63f20ca055afb5c9aa43f64fe020d08aec0 (patch) | |
| tree | 94ba80f29b57710ff88e32fc919a88337772350d | |
| parent | 55b88daeabd49d56f0eee8d5e19057e79cde5fb9 (diff) | |
| download | kde-534fa63f20ca055afb5c9aa43f64fe020d08aec0.tar.gz kde-534fa63f20ca055afb5c9aa43f64fe020d08aec0.tar.bz2 kde-534fa63f20ca055afb5c9aa43f64fe020d08aec0.zip | |
kde-misc/kio-stash: New package
Package-Manager: portage-2.2.28
| -rw-r--r-- | kde-misc/kio-stash/kio-stash-9999.ebuild | 24 | ||||
| -rw-r--r-- | kde-misc/kio-stash/metadata.xml | 8 |
2 files changed, 32 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}" 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>kde@gentoo.org</email> + <name>Gentoo KDE Project</name> + </maintainer> +</pkgmetadata> |
