blob: 4380236cb34c6de9193fdb058aa71485863b7ce9 (
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
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kitchensync/kitchensync-3.5.7.ebuild,v 1.4 2007/08/07 21:12:24 josejx Exp $
KMNAME=kdepim
MAXKDEVER=$PV
KM_DEPRANGE="$PV $MAXKDEVER"
inherit kde-meta eutils
DESCRIPTION="Synchronize Data with KDE"
KEYWORDS="~alpha ~amd64 ~ia64 ppc ~ppc64 sparc ~x86"
IUSE=""
DEPEND="app-pda/libopensync
$(deprange $PV $MAXKDEVER kde-base/kontact)
$(deprange $PV $MAXKDEVER kde-base/libkcal)"
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
# KMEXTRA="kontact/plugins/kitchensync"
KMEXTRA="kontact/plugins/multisynk"
#src_unpack() {
# kde-meta_src_unpack
# disabling tests, see bug #164097
# sed -e "s:SUBDIRS = . plugins test:SUBDIRS = . plugins:" \
# -i kitchensync/libkonnector2/Makefile.am || die "sed failed"
# sed -e "s:SUBDIRS = . tests test:SUBDIRS = .:" \
# -i kitchensync/libksync/Makefile.am || die "sed failed"
#}
|