Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwallet/
Date: Mon, 05 Jun 2017 08:26:51
Message-Id: 1496651191.4a232314f4969854ed2539cd122fffef04137507.asturm@gentoo
1 commit: 4a232314f4969854ed2539cd122fffef04137507
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 5 08:24:34 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 5 08:26:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a232314
7
8 kde-frameworks/kwallet: Drop 5.34.0 (r0)
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 kde-frameworks/kwallet/kwallet-5.34.0.ebuild | 50 ----------------------------
13 1 file changed, 50 deletions(-)
14
15 diff --git a/kde-frameworks/kwallet/kwallet-5.34.0.ebuild b/kde-frameworks/kwallet/kwallet-5.34.0.ebuild
16 deleted file mode 100644
17 index a3af3d32491..00000000000
18 --- a/kde-frameworks/kwallet/kwallet-5.34.0.ebuild
19 +++ /dev/null
20 @@ -1,50 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -inherit kde5
27 -
28 -DESCRIPTION="Framework providing desktop-wide storage for passwords"
29 -LICENSE="LGPL-2+"
30 -KEYWORDS="~amd64 ~arm ~x86"
31 -IUSE="gpg +man"
32 -
33 -RDEPEND="
34 - $(add_frameworks_dep kconfig)
35 - $(add_frameworks_dep kconfigwidgets)
36 - $(add_frameworks_dep kcoreaddons)
37 - $(add_frameworks_dep kdbusaddons)
38 - $(add_frameworks_dep ki18n)
39 - $(add_frameworks_dep kiconthemes)
40 - $(add_frameworks_dep knotifications)
41 - $(add_frameworks_dep kservice)
42 - $(add_frameworks_dep kwidgetsaddons)
43 - $(add_frameworks_dep kwindowsystem)
44 - $(add_qt_dep qtdbus)
45 - $(add_qt_dep qtgui)
46 - $(add_qt_dep qtwidgets)
47 - dev-libs/libgcrypt:0=
48 - gpg? ( >=app-crypt/gpgme-1.7.1[cxx,qt5] )
49 -"
50 -DEPEND="${RDEPEND}
51 - man? ( $(add_frameworks_dep kdoctools) )
52 -"
53 -
54 -src_configure() {
55 - local mycmakeargs=(
56 - $(cmake-utils_use_find_package gpg Gpgmepp)
57 - $(cmake-utils_use_find_package man KF5DocTools)
58 - )
59 -
60 - kde5_src_configure
61 -}
62 -
63 -pkg_postinst() {
64 - if ! has_version "kde-plasma/kwallet-pam" || ! has_version "kde-apps/kwalletmanager:5" ; then
65 - elog
66 - elog "Install kde-plasma/kwallet-pam for auto-unlocking after account login."
67 - elog "Install kde-apps/kwalletmanager:5 to manage your kwallet."
68 - elog
69 - fi
70 -}