| 1 |
dilfridge |
1.1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
|
|
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
|
|
# $Header: /var/cvsroot/gentoo-x86/kde-base/libkleo/libkleo-4.4.11.1.ebuild,v 1.5 2011/06/01 19:45:00 ranger Exp $
|
| 4 |
|
|
|
| 5 |
|
|
EAPI=4
|
| 6 |
|
|
|
| 7 |
|
|
KMNAME="kdepim"
|
| 8 |
|
|
inherit kde4-meta
|
| 9 |
|
|
|
| 10 |
|
|
DESCRIPTION="KDE library for encryption handling."
|
| 11 |
|
|
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
|
| 12 |
|
|
IUSE="debug"
|
| 13 |
|
|
|
| 14 |
|
|
DEPEND="
|
| 15 |
|
|
app-crypt/gpgme
|
| 16 |
|
|
$(add_kdebase_dep kdepimlibs '' 4.6)
|
| 17 |
|
|
"
|
| 18 |
|
|
RDEPEND="${DEPEND}
|
| 19 |
|
|
app-crypt/gnupg
|
| 20 |
|
|
"
|
| 21 |
|
|
|
| 22 |
|
|
PATCHES=( "${FILESDIR}/${P}-gcc47.patch" )
|
| 23 |
|
|
|
| 24 |
|
|
KMSAVELIBS="true"
|
| 25 |
|
|
KMEXTRACTONLY="kleopatra/"
|