blob: 0f64825aea1f5bf851193f525c7c17f7538f70a8 (
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
26
27
28
29
30
31
32
33
34
35
36
37
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="3"
if [[ ${PV} = *9999* ]]; then
KMNAME="kdepim"
KMMODULE="runtime"
inherit kde4-meta
else
inherit kde4-base
fi
DESCRIPTION="KDE PIM runtime plugin collection"
KEYWORDS=""
IUSE="debug"
RESTRICT="test"
# Would need test programs _testrunner and akonaditest from kdepimlibs
DEPEND="
app-misc/strigi
>=app-office/akonadi-server-1.3.1
dev-libs/boost
dev-libs/libxml2:2
dev-libs/libxslt
$(add_kdebase_dep kdelibs 'semantic-desktop')
$(add_kdebase_dep kdepimlibs 'semantic-desktop')
$(add_kdebase_dep libkdepim)
x11-misc/shared-mime-info
"
RDEPEND="${DEPEND}
$(add_kdebase_dep kdepim-icons)
"
add_blocker akonadi '<4.3.90'
|