kde-apps/kgpg: app-crypt/dirmngr retired
authorAlon Bar-Lev <alonbl@gentoo.org>
Mon, 23 Jan 2017 17:27:08 +0000 (19:27 +0200)
committerAlon Bar-Lev <alonbl@gentoo.org>
Mon, 23 Jan 2017 17:53:25 +0000 (19:53 +0200)
Bug: 596010
Bug: 606604

Package-Manager: portage-2.3.0

kde-apps/kgpg/kgpg-16.08.3.ebuild
kde-apps/kgpg/kgpg-16.12.1.ebuild

index 34bc6eedada51c8f712ebfefc95582e92c031262..28e736ac87d86d2771712f2d0e552af638c0841b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,11 +20,3 @@ DEPEND="
 RDEPEND="${DEPEND}
        app-crypt/gnupg
 "
-
-pkg_postinst() {
-       kde4-base_pkg_postinst
-
-       if ! has_version 'app-crypt/dirmngr' && ! has_version '>=app-crypt/gnupg-2.1'; then
-               elog "For improved key search functionality, install app-crypt/dirmngr."
-       fi
-}
index a29e3358dc04aa7b47294b684903ea9567b7a881..7de0abbc4acc4255f52ce342bfbea3c0ea1cb2df 100644 (file)
@@ -47,11 +47,3 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
        app-crypt/gnupg
 "
-
-pkg_postinst() {
-       kde5_pkg_postinst
-
-       if ! has_version 'app-crypt/dirmngr' && ! has_version '>=app-crypt/gnupg-2.1'; then
-               elog "For improved key search functionality, install app-crypt/dirmngr."
-       fi
-}