summaryrefslogtreecommitdiff
blob: 1985fab7ad583f08f87f2c3aed2d60184be1bdfb (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
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/synce/synce-0.9.0.ebuild,v 1.3 2005/01/01 15:48:02 eradicator Exp $

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

LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE="gnome kde"

DEPEND=">=app-pda/synce-libsynce-0.9.0
	>=app-pda/synce-librapi2-0.9.0
	>=app-pda/synce-dccm-0.9.0
	>=app-pda/synce-serial-0.9.0
	>=app-pda/orange-0.2
	>=app-arch/unshield-0.4
	gnome? ( >=app-pda/synce-gnomevfs-0.9.0
		>=app-pda/synce-trayicon-0.9.0
		>=app-pda/synce-software-manager-0.9.0 )
	kde? ( >=app-pda/synce-kde-0.8 )"

src_compile() {
	return
}