blob: c7d671bb304dd264bdfd000e7bd7060ee817ee34 (
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-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-kpm/synce-kpm-0.14.ebuild,v 1.1 2009/08/06 12:35:01 mescalinum Exp $
EAPI="2"
inherit distutils versionator
DESCRIPTION="The KDE (and Gnome) PDA Manager is an application to manage WM5/WM6 PDA devices from Linux."
HOMEPAGE="http://www.guidodiepen.nl/category/synce/"
LICENSE="GPL-2"
synce_PV=$(get_version_component_range 1-2)
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
# note: some of these could possibly go... not really tested yet.
# note: could use odccm instead of synce-hal, but would require some tweaking.
RDEPEND="dev-python/pygobject
dev-python/dbus-python
dev-libs/libxml2
dev-libs/libxslt
dev-python/pyxml
=app-pda/synce-hal-${synce_PV}*
=app-pda/synce-librra-${synce_PV}*
~app-pda/synce-librtfcomp-1.1
dev-python/PyQt4[X]"
DEPEND="${RDEPEND}
dev-python/setuptools"
SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
pkg_postinst() {
elog "If you want SynCE-KPM to manage partnerships, please emerge synce-sync-engine"
elog "now. You can start synce-sync-engine before or after starting SynCE-KPM."
}
|