summaryrefslogtreecommitdiff
blob: 99a444d721a294ed2df176875faae2a7abe9cb82 (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
# 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.2 2009/08/07 01:48:27 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-arch/unshield-0.6
		!app-pda/synce-gnomevfs
		!app-pda/synce-odccm"

src_compile() {
	return
}