blob: 4e9a964d9faa60c6f36307b0355e04575a151e2b (
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-meta/kdepim-meta-4.1.2.ebuild,v 1.1 2008/10/02 08:08:34 jmbsvicetto Exp $
EAPI="2"
inherit kde4-functions
DESCRIPTION="kdepim - merge this to pull in all kdepim-derived packages"
HOMEPAGE="http://www.kde.org/"
LICENSE="GPL-2"
SLOT="4.1"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
>=kde-base/akonadi-${PV}:${SLOT}
>=kde-base/akregator-${PV}:${SLOT}
>=kde-base/kaddressbook-${PV}:${SLOT}
>=kde-base/kalarm-${PV}:${SLOT}
>=kde-base/kdemaildir-${PV}:${SLOT}
>=kde-base/kdepim-icons-${PV}:${SLOT}
>=kde-base/kdepim-kresources-${PV}:${SLOT}
>=kde-base/kdepim-strigi-analyzer-${PV}:${SLOT}
>=kde-base/kdepim-wizards-${PV}:${SLOT}
>=kde-base/kitchensync-${PV}:${SLOT}
>=kde-base/kjots-${PV}:${SLOT}
>=kde-base/kleopatra-${PV}:${SLOT}
>=kde-base/kmail-${PV}:${SLOT}
>=kde-base/kmailcvt-${PV}:${SLOT}
>=kde-base/knode-${PV}:${SLOT}
>=kde-base/knotes-${PV}:${SLOT}
>=kde-base/kode-${PV}:${SLOT}
>=kde-base/kontact-${PV}:${SLOT}
>=kde-base/kontactinterfaces-${PV}:${SLOT}
>=kde-base/korganizer-${PV}:${SLOT}
>=kde-base/ktimetracker-${PV}:${SLOT}
>=kde-base/ktnef-${PV}:${SLOT}
>=kde-base/libkdepim-${PV}:${SLOT}
>=kde-base/libkholidays-${PV}:${SLOT}
>=kde-base/libkleo-${PV}:${SLOT}
>=kde-base/libkpgp-${PV}:${SLOT}
>=kde-base/libksieve-${PV}:${SLOT}
>=kde-base/mimelib-${PV}:${SLOT}
"
# The following are disabled in CMakeLists.txt
# >=kde-base/kmobiletools-${PV}:${SLOT} not modified for a long time
# >=kde-base/korn-${PV}:${SLOT} fails to build
# >=kde-base/kpilot-${PV}:${SLOT} not modified for a long time
# >=kde-base/konsolekalendar-${PV}:${SLOT} where's libkcal?
# >=kde-base/kontact-specialdates-${PV}:${SLOT} no idea
# >=kde-base/kabc2mutt-${PV}:${SLOT} dont know
# >=kde-base/kabcclient-${PV}:${SLOT} not modified for a long time
|