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.13.ebuild
Date: Wed, 21 Jan 2009 01:08:38
Message-Id: E1LPRa7-0001sj-Fz@stork.gentoo.org
1 mescalinum 09/01/21 01:08:35
2
3 Modified: ChangeLog
4 Added: synce-0.13.ebuild
5 Log:
6 version bump, bug #254886
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.12 app-pda/synce/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-pda/synce/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 13 Nov 2008 16:45:21 -0000 1.11
23 +++ ChangeLog 21 Jan 2009 01:08:35 -0000 1.12
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-pda/synce
26 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce/ChangeLog,v 1.11 2008/11/13 16:45:21 mescalinum Exp $
28 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce/ChangeLog,v 1.12 2009/01/21 01:08:35 mescalinum Exp $
30 +
31 +*synce-0.13 (21 Jan 2009)
32 +
33 + 21 Jan 2009; Federico Ferri <mescalinum@g.o> +synce-0.13.ebuild:
34 + version bump, bug #254886
35
36 *synce-0.12 (13 Nov 2008)
37 *synce-0.11.1 (13 Nov 2008)
38
39
40
41 1.1 app-pda/synce/synce-0.13.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce/synce-0.13.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce/synce-0.13.ebuild?rev=1.1&content-type=text/plain
45
46 Index: synce-0.13.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-pda/synce/synce-0.13.ebuild,v 1.1 2009/01/21 01:08:35 mescalinum Exp $
51
52 DESCRIPTION="Synchronize Windows CE devices with Linux."
53 HOMEPAGE="http://sourceforge.net/projects/synce/"
54 SRC_URI=""
55
56 LICENSE="MIT"
57 SLOT="0"
58 KEYWORDS="~x86 ~amd64"
59 IUSE="gnome hal kde serial"
60 DEPEND=""
61 RDEPEND="~app-pda/synce-sync-engine-${PV}
62 hal? (
63 >=app-pda/synce-hal-${PV}
64 )
65 !hal? (
66 ~app-pda/synce-odccm-${PV}
67 )
68 kde? (
69 ~app-pda/synce-kpm-${PV}
70 )
71 gnome? (
72 ~app-pda/synce-gvfs-0.2.1
73 ~app-pda/synce-trayicon-${PV}
74 )"
75
76 src_compile() {
77 return
78 }