aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-07-01 14:48:41 +0200
committerJohannes Huber <johu@gentoo.org>2012-07-01 14:48:41 +0200
commit38a6734c7cf51a5a2db531583d8ff1eccc858bac (patch)
treed17fca10c21dd747a11dccddadb33c50a7868eb8 /kde-base/kleopatra/kleopatra-4.8.90.ebuild
parent[kde-base/kdepim-meta] Add nls use flag to pull in translations. (diff)
downloadkde-38a6734c7cf51a5a2db531583d8ff1eccc858bac.tar.gz
kde-38a6734c7cf51a5a2db531583d8ff1eccc858bac.tar.bz2
kde-38a6734c7cf51a5a2db531583d8ff1eccc858bac.zip
[kde-base] Remove KDE SC 4.9 beta2 (4.8.90)
(Portage version: 2.2.0_alpha114/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)
Diffstat (limited to 'kde-base/kleopatra/kleopatra-4.8.90.ebuild')
-rw-r--r--kde-base/kleopatra/kleopatra-4.8.90.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/kde-base/kleopatra/kleopatra-4.8.90.ebuild b/kde-base/kleopatra/kleopatra-4.8.90.ebuild
deleted file mode 100644
index 439c68c187..0000000000
--- a/kde-base/kleopatra/kleopatra-4.8.90.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_HANDBOOK="optional"
-KMNAME="kdepim"
-KDE_SCM="git"
-inherit kde4-meta
-
-DESCRIPTION="Kleopatra - KDE X.509 key manager"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-DEPEND="
- app-crypt/gpgme
- dev-libs/boost
- dev-libs/libassuan
- dev-libs/libgpg-error
- $(add_kdebase_dep kdepimlibs)
- $(add_kdebase_dep kdepim-common-libs)
-"
-RDEPEND="${DEPEND}
- app-crypt/gnupg
-"
-
-KMEXTRACTONLY="
- libkleo/
-"
-
-src_unpack() {
- if use handbook; then
- KMEXTRA="
- doc/kwatchgnupg
- "
- fi
-
- kde4-meta_src_unpack
-}