From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5784413832F for ; Sun, 21 Aug 2016 20:22:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8010E21C0B0; Sun, 21 Aug 2016 20:22:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05EC221C0B0 for ; Sun, 21 Aug 2016 20:22:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D6E534068A for ; Sun, 21 Aug 2016 20:22:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8306B2462 for ; Sun, 21 Aug 2016 20:22:55 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1471810966.534fa63f20ca055afb5c9aa43f64fe020d08aec0.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kio-stash/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kio-stash/kio-stash-9999.ebuild kde-misc/kio-stash/metadata.xml X-VCS-Directories: kde-misc/kio-stash/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 534fa63f20ca055afb5c9aa43f64fe020d08aec0 X-VCS-Branch: master Date: Sun, 21 Aug 2016 20:22:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ad7b65d9-9346-4f17-b7b4-1b443fbc7733 X-Archives-Hash: 8d423f55feac9387b3dd5d09f8ecca22 commit: 534fa63f20ca055afb5c9aa43f64fe020d08aec0 Author: Andreas Sturmlechner gmail com> AuthorDate: Fri Aug 19 22:36:43 2016 +0000 Commit: Michael Palimaka gentoo 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 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + +