summaryrefslogtreecommitdiff
blob: f7ac3ec56fc58572fe64a61db04aa316c4dd7e1a (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-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/synce/synce-0.14.ebuild,v 1.1 2009/08/06 12:38:56 mescalinum Exp $

inherit versionator

DESCRIPTION="Synchronize Windows CE devices with Linux."
HOMEPAGE="http://sourceforge.net/projects/synce/"
SRC_URI=""

synce_PV=$(get_version_component_range 1-2)

LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="gnome hal kde serial"
DEPEND=""
RDEPEND="=app-pda/synce-sync-engine-${synce_PV}*
		hal? (
			=app-pda/synce-hal-${synce_PV}*
		)
		kde? (
			=app-pda/synce-kpm-${synce_PV}*
		)
		gnome? (
			~app-pda/synce-gvfs-0.3
			=app-pda/synce-trayicon-${synce_PV}*
		)
		!app-pda/synce-gnomevfs
		!app-pda/synce-odccm"

src_compile() {
	return
}