blob: b0affe2443da951e6249ed5bdc10d77428db0c49 (
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
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kitchensync/kitchensync-4.1.4.ebuild,v 1.1 2009/01/13 22:09:51 alexxy Exp $
EAPI="2"
KMNAME=kdepim
inherit kde4-meta
DESCRIPTION="KDE Synchronisation Framework"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="debug htmlhandbook"
DEPEND=">=app-pda/libopensync-0.30
dev-libs/glib:2
>=kde-base/libkdepim-${PV}:${SLOT}"
RDEPEND="${DEPEND}"
# xml targets from kmail are being uncommented by kde4-meta.eclass
KMEXTRACTONLY="libkdepim"
KMLOADLIBS="libkdepim"
pkg_postinst() {
kde4-meta_pkg_postinst
echo
elog "kitchensync uses libopensync plugins to sync resources."
elog "Install at least one of these to install with those resources."
echo
elog ">=app-pda/libopensync-plugin-evolution2-0.30"
elog ">=app-pda/libopensync-plugin-file-0.30"
elog ">=app-pda/libopensync-plugin-gnokii-0.30"
elog ">=app-pda/libopensync-plugin-google-calendar-0.30"
elog ">=app-pda/libopensync-plugin-gpe-0.30"
elog ">=app-pda/libopensync-plugin-irmc-0.30"
elog ">=app-pda/libopensync-plugin-kdepim-0.30"
elog ">=app-pda/libopensync-plugin-palm-0.30"
elog ">=app-pda/libopensync-plugin-python-0.30"
elog ">=app-pda/libopensync-plugin-syncml-0.30"
elog ">=app-pda/libopensync-plugin-vformat-0.30"
echo
}
|