Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kgpg/
Date: Mon, 23 Jan 2017 17:54:05
Message-Id: 1485194005.30a9960c2927143fc3e43b89fd1a5e3e4a3f68fd.alonbl@gentoo
1 commit: 30a9960c2927143fc3e43b89fd1a5e3e4a3f68fd
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 23 17:27:08 2017 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 23 17:53:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30a9960c
7
8 kde-apps/kgpg: app-crypt/dirmngr retired
9
10 Bug: 596010
11 Bug: 606604
12
13 Package-Manager: portage-2.3.0
14
15 kde-apps/kgpg/kgpg-16.08.3.ebuild | 10 +---------
16 kde-apps/kgpg/kgpg-16.12.1.ebuild | 8 --------
17 2 files changed, 1 insertion(+), 17 deletions(-)
18
19 diff --git a/kde-apps/kgpg/kgpg-16.08.3.ebuild b/kde-apps/kgpg/kgpg-16.08.3.ebuild
20 index 34bc6ee..28e736a 100644
21 --- a/kde-apps/kgpg/kgpg-16.08.3.ebuild
22 +++ b/kde-apps/kgpg/kgpg-16.08.3.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2016 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 @@ -20,11 +20,3 @@ DEPEND="
30 RDEPEND="${DEPEND}
31 app-crypt/gnupg
32 "
33 -
34 -pkg_postinst() {
35 - kde4-base_pkg_postinst
36 -
37 - if ! has_version 'app-crypt/dirmngr' && ! has_version '>=app-crypt/gnupg-2.1'; then
38 - elog "For improved key search functionality, install app-crypt/dirmngr."
39 - fi
40 -}
41
42 diff --git a/kde-apps/kgpg/kgpg-16.12.1.ebuild b/kde-apps/kgpg/kgpg-16.12.1.ebuild
43 index a29e335..7de0abb 100644
44 --- a/kde-apps/kgpg/kgpg-16.12.1.ebuild
45 +++ b/kde-apps/kgpg/kgpg-16.12.1.ebuild
46 @@ -47,11 +47,3 @@ DEPEND="${COMMON_DEPEND}
47 RDEPEND="${COMMON_DEPEND}
48 app-crypt/gnupg
49 "
50 -
51 -pkg_postinst() {
52 - kde5_pkg_postinst
53 -
54 - if ! has_version 'app-crypt/dirmngr' && ! has_version '>=app-crypt/gnupg-2.1'; then
55 - elog "For improved key search functionality, install app-crypt/dirmngr."
56 - fi
57 -}