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-hal: ChangeLog synce-hal-0.13.ebuild
Date: Wed, 21 Jan 2009 00:58:19
Message-Id: E1LPRQ8-0001b6-Ik@stork.gentoo.org
1 mescalinum 09/01/21 00:58:16
2
3 Modified: ChangeLog
4 Added: synce-hal-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.3 app-pda/synce-hal/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-hal/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 16 Nov 2008 15:57:55 -0000 1.2
23 +++ ChangeLog 21 Jan 2009 00:58:16 -0000 1.3
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-pda/synce-hal
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/ChangeLog,v 1.2 2008/11/16 15:57:55 mescalinum Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/ChangeLog,v 1.3 2009/01/21 00:58:16 mescalinum Exp $
30 +
31 +*synce-hal-0.13 (21 Jan 2009)
32 +
33 + 21 Jan 2009; Federico Ferri <mescalinum@g.o>
34 + +synce-hal-0.13.ebuild:
35 + version bump, bug #254886
36
37 16 Nov 2008; Federico Ferri <mescalinum@g.o> synce-hal-0.1.ebuild,
38 synce-hal-0.2.ebuild:
39
40
41
42 1.1 app-pda/synce-hal/synce-hal-0.13.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild?rev=1.1&content-type=text/plain
46
47 Index: synce-hal-0.13.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild,v 1.1 2009/01/21 00:58:16 mescalinum Exp $
52
53 DESCRIPTION="SynCE - hal connection manager"
54 HOMEPAGE="http://sourceforge.net/projects/synce/"
55 LICENSE="MIT"
56
57 SLOT="0"
58 KEYWORDS="~x86 ~amd64"
59 IUSE=""
60 DEPEND="sys-apps/hal
61 >=net-libs/gnet-2.0.0
62 !app-pda/synce-dccm
63 !app-pda/synce-vdccm
64 !app-pda/synce-odccm
65 ~app-pda/synce-libsynce-${PV}
66 ~app-pda/synce-librapi2-${PV}
67 ~app-pda/synce-librra-${PV}"
68 RDEPEND="${DEPEND}
69 ~app-pda/synce-sync-engine-${PV}
70 app-pda/synce-serial
71 net-misc/dhcp"
72
73 SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
74
75 src_install() {
76 make DESTDIR="${D}" install || die
77
78 # fix collision with app-pda/synce-serial, bug 246675
79 rm "${D}/usr/libexec/synce-serial-chat"
80
81 dodoc AUTHORS README ChangeLog
82 }