summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-02-17 02:09:06 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-02-17 02:09:06 +0000
commit78074f7bc4928675fa935cab82ac06ec64a0739a (patch)
tree0e474bae93850841dbe721a4d194fee180152ed1 /kde-base/kgpg/kgpg-3.5.7.ebuild
parentSpring cleaning. (diff)
downloadgentoo-2-78074f7bc4928675fa935cab82ac06ec64a0739a.tar.gz
gentoo-2-78074f7bc4928675fa935cab82ac06ec64a0739a.tar.bz2
gentoo-2-78074f7bc4928675fa935cab82ac06ec64a0739a.zip
Spring cleaning.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kgpg/kgpg-3.5.7.ebuild')
-rw-r--r--kde-base/kgpg/kgpg-3.5.7.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/kde-base/kgpg/kgpg-3.5.7.ebuild b/kde-base/kgpg/kgpg-3.5.7.ebuild
deleted file mode 100644
index 8921c9df3e9b..000000000000
--- a/kde-base/kgpg/kgpg-3.5.7.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kgpg/kgpg-3.5.7.ebuild,v 1.8 2008/01/06 19:41:29 philantrop Exp $
-
-KMNAME=kdeutils
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-DESCRIPTION="KDE gpg keyring manager"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="kdehiddenvisibility"
-
-RDEPEND="${RDEPEND}
- app-crypt/gnupg
- app-crypt/pinentry"
-
-pkg_setup() {
- if ! built_with_use app-crypt/pinentry gtk && ! built_with_use app-crypt/pinentry qt3 ; then
- eerror "${PN} needs app-crypt/pinentry built with either the gtk or qt3 USE flag."
- eerror "Please enable either USE flag and re-install app-crypt/pinentry."
- die "app-crypt/pinentry needs to be rebuilt with gtk or qt3 support."
- fi
-
- kde_pkg_setup
-}