Gentoo Archives: gentoo-commits

From: "Federico Ferri (mescalinum)" <mescalinum@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/synce: ChangeLog synce-0.14.ebuild
Date: Thu, 06 Aug 2009 12:38:58
Message-Id: E1MZ2FE-00031w-Ps@stork.gentoo.org
1 mescalinum 09/08/06 12:38:56
2
3 Modified: ChangeLog
4 Added: synce-0.14.ebuild
5 Log:
6 adding synce-0.14 packages
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.17 app-pda/synce/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-pda/synce/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 5 Aug 2009 12:43:52 -0000 1.16
23 +++ ChangeLog 6 Aug 2009 12:38:56 -0000 1.17
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-pda/synce
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce/ChangeLog,v 1.16 2009/08/05 12:43:52 mescalinum Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce/ChangeLog,v 1.17 2009/08/06 12:38:56 mescalinum Exp $
29 +
30 +*synce-0.14 (06 Aug 2009)
31 +
32 + 06 Aug 2009; Federico Ferri <mescalinum@g.o> +synce-0.14.ebuild:
33 + adding synce-0.14 packages
34
35 05 Aug 2009; Federico Ferri <mescalinum@g.o> -synce-0.8.9.ebuild,
36 -synce-0.9.2.ebuild, -synce-0.11.1.ebuild, -synce-0.12.ebuild:
37
38
39
40 1.1 app-pda/synce/synce-0.14.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce/synce-0.14.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce/synce-0.14.ebuild?rev=1.1&content-type=text/plain
44
45 Index: synce-0.14.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-pda/synce/synce-0.14.ebuild,v 1.1 2009/08/06 12:38:56 mescalinum Exp $
50
51 inherit versionator
52
53 DESCRIPTION="Synchronize Windows CE devices with Linux."
54 HOMEPAGE="http://sourceforge.net/projects/synce/"
55 SRC_URI=""
56
57 synce_PV=$(get_version_component_range 1-2)
58
59 LICENSE="MIT"
60 SLOT="0"
61 KEYWORDS="~x86 ~amd64"
62 IUSE="gnome hal kde serial"
63 DEPEND=""
64 RDEPEND="=app-pda/synce-sync-engine-${synce_PV}*
65 hal? (
66 =app-pda/synce-hal-${synce_PV}*
67 )
68 kde? (
69 =app-pda/synce-kpm-${synce_PV}*
70 )
71 gnome? (
72 ~app-pda/synce-gvfs-0.3
73 =app-pda/synce-trayicon-${synce_PV}*
74 )
75 !app-pda/synce-gnomevfs
76 !app-pda/synce-odccm"
77
78 src_compile() {
79 return
80 }