Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-vault/
Date: Sat, 01 Jul 2017 20:48:15
Message-Id: 1498941943.ac315b45d741a57693f746297aadc030905e9881.asturm@gentoo
1 commit: ac315b45d741a57693f746297aadc030905e9881
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 20:45:43 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 20:45:43 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ac315b45
7
8 kde-plasma/plasma-vault: Drop 5.9.96
9
10 Moved to Gentoo main repository.
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.1
13
14 kde-plasma/plasma-vault/plasma-vault-5.9.96.ebuild | 36 ----------------------
15 1 file changed, 36 deletions(-)
16
17 diff --git a/kde-plasma/plasma-vault/plasma-vault-5.9.96.ebuild b/kde-plasma/plasma-vault/plasma-vault-5.9.96.ebuild
18 deleted file mode 100644
19 index cd600daafd..0000000000
20 --- a/kde-plasma/plasma-vault/plasma-vault-5.9.96.ebuild
21 +++ /dev/null
22 @@ -1,36 +0,0 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -inherit kde5
29 -
30 -DESCRIPTION="Plasma applet and services for creating encrypted vaults"
31 -HOMEPAGE+=" http://cukic.co/2017/02/03/vaults-encryption-in-plasma/"
32 -if [[ ${KDE_BUILD_TYPE} != live ]]; then
33 - SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz"
34 -fi
35 -
36 -LICENSE="LGPL-3"
37 -KEYWORDS="~amd64 ~x86"
38 -IUSE=""
39 -
40 -# TODO: CryFS not yet packaged
41 -DEPEND="
42 - $(add_frameworks_dep kcodecs)
43 - $(add_frameworks_dep kconfig)
44 - $(add_frameworks_dep kconfigwidgets)
45 - $(add_frameworks_dep kcoreaddons)
46 - $(add_frameworks_dep kdbusaddons)
47 - $(add_frameworks_dep ki18n)
48 - $(add_frameworks_dep kio)
49 - $(add_frameworks_dep plasma)
50 - $(add_frameworks_dep kwidgetsaddons)
51 - $(add_plasma_dep libksysguard)
52 - $(add_qt_dep qtdbus)
53 - $(add_qt_dep qtdeclarative)
54 - $(add_qt_dep qtwidgets)
55 -"
56 -RDEPEND="${DEPEND}
57 - sys-fs/encfs
58 -"