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 75999139694 for ; Tue, 30 May 2017 18:28:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46C9BE0DBB; Tue, 30 May 2017 18:28:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 27263E0DBB for ; Tue, 30 May 2017 18:28:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A36E3416DD for ; Tue, 30 May 2017 18:28:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B09697468 for ; Tue, 30 May 2017 18:28:48 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1496168850.0b8981e8ddb7b63cab76a268051fa8f4c8f2bb17.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-vault/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-vault/plasma-vault-5.9.96.ebuild X-VCS-Directories: kde-plasma/plasma-vault/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0b8981e8ddb7b63cab76a268051fa8f4c8f2bb17 X-VCS-Branch: master Date: Tue, 30 May 2017 18:28:48 +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: 62084905-117a-4665-9412-d09522e2bcb3 X-Archives-Hash: f1cf46c16eec16c81369513e9068f5c0 commit: 0b8981e8ddb7b63cab76a268051fa8f4c8f2bb17 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue May 30 18:27:30 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue May 30 18:27:30 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0b8981e8 kde-plasma/plasma-vault: 5.9.96 version bump Package-Manager: Portage-2.3.5, Repoman-2.3.1 kde-plasma/plasma-vault/plasma-vault-5.9.96.ebuild | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/kde-plasma/plasma-vault/plasma-vault-5.9.96.ebuild b/kde-plasma/plasma-vault/plasma-vault-5.9.96.ebuild new file mode 100644 index 0000000000..cd600daafd --- /dev/null +++ b/kde-plasma/plasma-vault/plasma-vault-5.9.96.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="Plasma applet and services for creating encrypted vaults" +HOMEPAGE+=" http://cukic.co/2017/02/03/vaults-encryption-in-plasma/" +if [[ ${KDE_BUILD_TYPE} != live ]]; then + SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz" +fi + +LICENSE="LGPL-3" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# TODO: CryFS not yet packaged +DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep plasma) + $(add_frameworks_dep kwidgetsaddons) + $(add_plasma_dep libksysguard) + $(add_qt_dep qtdbus) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + sys-fs/encfs +"