commit: 0b8981e8ddb7b63cab76a268051fa8f4c8f2bb17 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue May 30 18:27:30 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 +"
