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-plasma/kwallet-pam/
Date: Mon, 07 May 2018 17:01:53
Message-Id: 1525712494.6087f8347b5df6cf69ce7b51780787737f2ad4ee.asturm@gentoo
1 commit: 6087f8347b5df6cf69ce7b51780787737f2ad4ee
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 7 17:01:34 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon May 7 17:01:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6087f834
7
8 kde-plasma/kwallet-pam: Cleanup vulnerable
9
10 Bug: https://bugs.gentoo.org/654746
11 Package-Manager: Portage-2.3.36, Repoman-2.3.9
12
13 kde-plasma/kwallet-pam/kwallet-pam-5.11.5.ebuild | 33 ------------------------
14 kde-plasma/kwallet-pam/kwallet-pam-5.12.5.ebuild | 33 ------------------------
15 2 files changed, 66 deletions(-)
16
17 diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.11.5.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.11.5.ebuild
18 deleted file mode 100644
19 index 1e17a756b33..00000000000
20 --- a/kde-plasma/kwallet-pam/kwallet-pam-5.11.5.ebuild
21 +++ /dev/null
22 @@ -1,33 +0,0 @@
23 -# Copyright 1999-2018 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="KWallet PAM module to not enter password again"
31 -LICENSE="LGPL-2.1"
32 -KEYWORDS="amd64 ~arm x86"
33 -IUSE=""
34 -
35 -DEPEND="
36 - dev-libs/libgcrypt:0=
37 - virtual/pam
38 -"
39 -RDEPEND="${DEPEND}
40 - net-misc/socat
41 -"
42 -
43 -src_configure() {
44 - local mycmakeargs=(
45 - -DCMAKE_INSTALL_LIBDIR="/$(get_libdir)"
46 - -DKWALLET4=0
47 - )
48 - kde5_src_configure
49 -}
50 -
51 -pkg_postinst() {
52 - kde5_pkg_postinst
53 - elog "This package enables auto-unlocking of kde-frameworks/kwallet:5."
54 - elog "See also: https://wiki.gentoo.org/wiki/KDE#KWallet_auto-unlocking"
55 -}
56
57 diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.12.5.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.12.5.ebuild
58 deleted file mode 100644
59 index 8c9a7437fc0..00000000000
60 --- a/kde-plasma/kwallet-pam/kwallet-pam-5.12.5.ebuild
61 +++ /dev/null
62 @@ -1,33 +0,0 @@
63 -# Copyright 1999-2018 Gentoo Foundation
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=6
67 -
68 -inherit kde5
69 -
70 -DESCRIPTION="KWallet PAM module to not enter password again"
71 -LICENSE="LGPL-2.1"
72 -KEYWORDS="~amd64 ~arm ~x86"
73 -IUSE=""
74 -
75 -DEPEND="
76 - dev-libs/libgcrypt:0=
77 - virtual/pam
78 -"
79 -RDEPEND="${DEPEND}
80 - net-misc/socat
81 -"
82 -
83 -src_configure() {
84 - local mycmakeargs=(
85 - -DCMAKE_INSTALL_LIBDIR="/$(get_libdir)"
86 - -DKWALLET4=0
87 - )
88 - kde5_src_configure
89 -}
90 -
91 -pkg_postinst() {
92 - kde5_pkg_postinst
93 - elog "This package enables auto-unlocking of kde-frameworks/kwallet:5."
94 - elog "See also: https://wiki.gentoo.org/wiki/KDE#KWallet_auto-unlocking"
95 -}