blob: e30df94af2b22677acc96a054d61ea39b04d4ddb (
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
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kitchensync/kitchensync-3.5.10-r1.ebuild,v 1.1 2008/09/13 23:58:45 carlo Exp $
KMNAME=kdepim
EAPI="1"
inherit kde-meta eutils
SRC_URI="${SRC_URI}
mirror://gentoo/kdepim-3.5-patchset-05.tar.bz2"
DESCRIPTION="Synchronize Data with KDE"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND=">=app-pda/libopensync-0.36
>=kde-base/kontact-${PV}:${SLOT}
>=kde-base/libkcal-${PV}:${SLOT}"
RDEPEND="${DEPEND}"
KMCOPYLIB="
libkcal libkcal
libkdepim libkdepim
libkpinterfaces kontact/interfaces"
KMEXTRACTONLY="
libkcal/
libkdepim/
libkdenetwork/
kontact/interfaces"
# Disabled by default in kontact/plugins/Makefile.am, so check before enabling - 3.4.0_beta1 -- danarmak
# Let's give it a try, as requested in bug #233491.
KMEXTRA="kontact/plugins/kitchensync"
# KMEXTRA="kontact/plugins/multisynk"
|