Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/gnome-pilot: gnome-pilot-2.32.0.ebuild ChangeLog
Date: Mon, 21 Feb 2011 17:52:45
Message-Id: 20110221175235.D4B7620054@flycatcher.gentoo.org
1 pacho 11/02/21 17:52:35
2
3 Modified: gnome-pilot-2.32.0.ebuild ChangeLog
4 Log:
5 configure enabled HAL support if --enable-usb --enable-network OR --enable-pilotlinktest are forced, dropping them as it will result in them being enabled (as wanted) without breaking HAL support configure handling (bug #355859 by Markos Chandras).
6
7 (Portage version: 2.1.9.40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild?r1=1.2&r2=1.3
15
16 Index: gnome-pilot-2.32.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- gnome-pilot-2.32.0.ebuild 8 Dec 2010 16:38:33 -0000 1.2
23 +++ gnome-pilot-2.32.0.ebuild 21 Feb 2011 17:52:35 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild,v 1.2 2010/12/08 16:38:33 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild,v 1.3 2011/02/21 17:52:35 pacho Exp $
30
31 EAPI="3"
32 G2CONF_DEBUG="no"
33 @@ -36,9 +36,6 @@
34 pkg_setup() {
35 DOCS="AUTHORS COPYING* ChangeLog README NEWS"
36 G2CONF="${G2CONF}
37 - --enable-usb
38 - --enable-network
39 - --enable-pilotlinktest
40 --disable-static
41 $(use_enable eds eds-conduits)
42 $(use_with hal)"
43
44
45
46 1.65 app-pda/gnome-pilot/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.65&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.65&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/ChangeLog?r1=1.64&r2=1.65
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v
55 retrieving revision 1.64
56 retrieving revision 1.65
57 diff -u -r1.64 -r1.65
58 --- ChangeLog 8 Dec 2010 16:38:33 -0000 1.64
59 +++ ChangeLog 21 Feb 2011 17:52:35 -0000 1.65
60 @@ -1,6 +1,12 @@
61 # ChangeLog for app-pda/gnome-pilot
62 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.64 2010/12/08 16:38:33 pacho Exp $
64 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.65 2011/02/21 17:52:35 pacho Exp $
66 +
67 + 21 Feb 2011; Pacho Ramos <pacho@g.o> gnome-pilot-2.32.0.ebuild:
68 + configure enabled HAL support if --enable-usb --enable-network OR
69 + --enable-pilotlinktest are forced, dropping them as it will result in them
70 + being enabled (as wanted) without breaking HAL support configure handling
71 + (bug #355859 by Markos Chandras).
72
73 08 Dec 2010; Pacho Ramos <pacho@g.o> gnome-pilot-2.32.0.ebuild:
74 Needs gnome-panel with bonobo support.