diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-01-12 22:49:17 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-01-12 23:25:03 +0100 |
commit | a8454e24d244dfa70ecfb5e91b7b17aec3804099 (patch) | |
tree | dd5f497610c19f23f7610cd5f5f55f84f87fd4f1 /kde-apps/kgpg/kgpg-15.12.0.ebuild | |
parent | kde-apps: Applications 15.12.1 version bump (diff) | |
download | kde-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.ebuild | 30 |
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 -} |