aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-01-12 22:49:17 +0100
committerManuel Rüger <mrueg@gentoo.org>2016-01-12 23:25:03 +0100
commita8454e24d244dfa70ecfb5e91b7b17aec3804099 (patch)
treedd5f497610c19f23f7610cd5f5f55f84f87fd4f1 /kde-apps/kgpg/kgpg-15.12.0.ebuild
parentkde-apps: Applications 15.12.1 version bump (diff)
downloadkde-a8454e24d244dfa70ecfb5e91b7b17aec3804099.tar.gz
kde-a8454e24d244dfa70ecfb5e91b7b17aec3804099.tar.bz2
kde-a8454e24d244dfa70ecfb5e91b7b17aec3804099.zip
kde-apps: Drop Applications 15.12.0
Package-Manager: portage-2.2.26
Diffstat (limited to 'kde-apps/kgpg/kgpg-15.12.0.ebuild')
-rw-r--r--kde-apps/kgpg/kgpg-15.12.0.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/kde-apps/kgpg/kgpg-15.12.0.ebuild b/kde-apps/kgpg/kgpg-15.12.0.ebuild
deleted file mode 100644
index 975a182146..0000000000
--- a/kde-apps/kgpg/kgpg-15.12.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-KDE_SELINUX_MODULE="gpg"
-inherit kde4-base
-
-DESCRIPTION="KDE gpg keyring manager"
-HOMEPAGE="https://www.kde.org/applications/utilities/kgpg
-https://utils.kde.org/projects/kgpg"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="
- $(add_kdeapps_dep kdepimlibs)
-"
-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
-}