Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kwalletd/
Date: Wed, 23 Sep 2015 12:59:24
Message-Id: 1443013150.2336686a6756c6113a4e1b0bf91ec0bb6ee65cfd.kensington@gentoo
1 commit: 2336686a6756c6113a4e1b0bf91ec0bb6ee65cfd
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 12:58:40 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 12:59:10 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2336686a
7
8 kde-apps/kwalletd: remove old.
9
10 Package-Manager: portage-2.2.20.1
11
12 kde-apps/kwalletd/kwalletd-4.14.3-r1.ebuild | 35 -----------------------------
13 1 file changed, 35 deletions(-)
14
15 diff --git a/kde-apps/kwalletd/kwalletd-4.14.3-r1.ebuild b/kde-apps/kwalletd/kwalletd-4.14.3-r1.ebuild
16 deleted file mode 100644
17 index d7a1aee..0000000
18 --- a/kde-apps/kwalletd/kwalletd-4.14.3-r1.ebuild
19 +++ /dev/null
20 @@ -1,35 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -KMNAME="kde-runtime"
28 -inherit kde4-meta
29 -
30 -DESCRIPTION="KDE Password Server"
31 -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
32 -IUSE="debug gpg"
33 -
34 -DEPEND="
35 - dev-libs/libgcrypt:0=
36 - gpg? (
37 - app-crypt/gpgme
38 - $(add_kdebase_dep kdepimlibs)
39 - )
40 -"
41 -RDEPEND="${DEPEND}"
42 -
43 -RESTRICT="test"
44 -# testpamopen crashes with a buffer overflow (__fortify_fail)
45 -
46 -PATCHES=( "${FILESDIR}/${P}-CVE-2013-7252.patch" )
47 -
48 -src_configure() {
49 - local mycmakeargs=(
50 - $(cmake-utils_use_find_package gpg Gpgme)
51 - $(cmake-utils_use_find_package gpg QGpgme)
52 - )
53 -
54 - kde4-base_src_configure
55 -}