Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/hal: hal-0.5.12_rc1.ebuild ChangeLog
Date: Wed, 29 Apr 2009 22:33:57
Message-Id: E1LzILj-00085L-1q@stork.gentoo.org
1 vapier 09/04/29 22:33:55
2
3 Modified: hal-0.5.12_rc1.ebuild ChangeLog
4 Log:
5 Drop useless ||() construct since there is only one atom in it.
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sys-apps/hal/hal-0.5.12_rc1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.12_rc1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.12_rc1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.12_rc1.ebuild?r1=1.1&r2=1.2
14
15 Index: hal-0.5.12_rc1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.12_rc1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- hal-0.5.12_rc1.ebuild 8 Mar 2009 22:03:59 -0000 1.1
22 +++ hal-0.5.12_rc1.ebuild 29 Apr 2009 22:33:54 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.12_rc1.ebuild,v 1.1 2009/03/08 22:03:59 chainsaw Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.12_rc1.ebuild,v 1.2 2009/04/29 22:33:54 vapier Exp $
28
29 inherit eutils linux-info autotools flag-o-matic
30
31 @@ -50,8 +50,7 @@
32 dev-util/gtk-doc
33 app-text/docbook-sgml-utils
34 )"
35 -PDEPEND="|| (
36 - >=app-misc/hal-info-20081219 )
37 +PDEPEND=">=app-misc/hal-info-20081219
38 !gnome-extra/hal-device-manager
39 laptop? ( >=sys-power/pm-utils-0.99.3 )"
40
41
42
43
44 1.279 sys-apps/hal/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/ChangeLog?rev=1.279&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/ChangeLog?rev=1.279&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/ChangeLog?r1=1.278&r2=1.279
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v
53 retrieving revision 1.278
54 retrieving revision 1.279
55 diff -u -r1.278 -r1.279
56 --- ChangeLog 8 Mar 2009 22:03:59 -0000 1.278
57 +++ ChangeLog 29 Apr 2009 22:33:54 -0000 1.279
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sys-apps/hal
60 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.278 2009/03/08 22:03:59 chainsaw Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.279 2009/04/29 22:33:54 vapier Exp $
63 +
64 + 29 Apr 2009; Mike Frysinger <vapier@g.o> hal-0.5.12_rc1:
65 + Drop useless ||() construct since there is only one atom in it.
66
67 08 Mar 2009; Joseph Jezak <josejx@g.o> hal-0.5.11-r8.ebuild:
68 Marked ppc64 for bug #259080.