Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/hal: ChangeLog hal-0.5.11-r7.ebuild
Date: Wed, 04 Feb 2009 15:12:21
Message-Id: E1LUijJ-0007wx-WC@stork.gentoo.org
1 chainsaw 09/02/04 14:27:53
2
3 Modified: ChangeLog hal-0.5.11-r7.ebuild
4 Log:
5 Do not break the dependency tree by being silly about hal-info.
6 (Portage version: 2.1.6.7/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.269 sys-apps/hal/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/ChangeLog?rev=1.269&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/ChangeLog?rev=1.269&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/ChangeLog?r1=1.268&r2=1.269
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v
18 retrieving revision 1.268
19 retrieving revision 1.269
20 diff -u -r1.268 -r1.269
21 --- ChangeLog 4 Feb 2009 12:47:14 -0000 1.268
22 +++ ChangeLog 4 Feb 2009 14:27:53 -0000 1.269
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sys-apps/hal
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.268 2009/02/04 12:47:14 chainsaw Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.269 2009/02/04 14:27:53 chainsaw Exp $
28 +
29 + 04 Feb 2009; <chainsaw@g.o> hal-0.5.11-r7.ebuild:
30 + Do not break the dependency tree by being silly about hal-info.
31
32 *hal-0.5.11-r7 (04 Feb 2009)
33
34
35
36
37 1.2 sys-apps/hal/hal-0.5.11-r7.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.11-r7.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.11-r7.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.11-r7.ebuild?r1=1.1&r2=1.2
42
43 Index: hal-0.5.11-r7.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.11-r7.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- hal-0.5.11-r7.ebuild 4 Feb 2009 12:47:14 -0000 1.1
50 +++ hal-0.5.11-r7.ebuild 4 Feb 2009 14:27:53 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.11-r7.ebuild,v 1.1 2009/02/04 12:47:14 chainsaw Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.11-r7.ebuild,v 1.2 2009/02/04 14:27:53 chainsaw Exp $
56
57 inherit eutils linux-info autotools flag-o-matic
58
59 @@ -49,9 +49,7 @@
60 app-text/docbook-sgml-utils
61 )"
62 PDEPEND="|| (
63 - =app-misc/hal-info-20080310
64 - =app-misc/hal-info-20080508
65 - =app-misc/hal-info-20081219 )
66 + >=app-misc/hal-info-20081219 )
67 !gnome-extra/hal-device-manager
68 laptop? ( >=sys-power/pm-utils-0.99.3 )"