blob: 0ad664d1aa90784711a08735ac6e80f62dfcb351 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/korn/korn-3.5.10.ebuild,v 1.7 2009/07/12 13:04:03 armin76 Exp $
KMNAME=kdepim
EAPI="1"
inherit kde-meta eutils
DESCRIPTION="KDE mailbox checker"
KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
DEPEND=">=kde-base/mimelib-${PV}:${SLOT}
>=kde-base/libkmime-${PV}:${SLOT}"
RDEPEND="${DEPEND}
|| ( >=kde-base/kdebase-kioslaves-${PV}:${SLOT} >=kde-base/kdebase-${PV}:${SLOT} )
>=kde-base/kdepim-kioslaves-${PV}:${SLOT}"
KMCOPYLIB="libmimelib mimelib
libkmime libkmime"
# libkcal is installed because a lot of headers are needed, but it doesn't have to be compiled
KMEXTRACTONLY="
mimelib/
libkmime/
libkdenetwork/"
|