Gentoo Archives: gentoo-commits

From: "Romain Perier (mrpouet)" <mrpouet@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/hal: ChangeLog hal-0.5.12_rc1-r7.ebuild
Date: Tue, 29 Sep 2009 21:25:17
Message-Id: E1MskCB-0003ig-Mm@stork.gentoo.org
1 mrpouet 09/09/29 21:25:15
2
3 Modified: ChangeLog hal-0.5.12_rc1-r7.ebuild
4 Log:
5 Stable for amd64 per bug #284742
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.298 sys-apps/hal/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/ChangeLog?rev=1.298&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/ChangeLog?rev=1.298&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/ChangeLog?r1=1.297&r2=1.298
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v
18 retrieving revision 1.297
19 retrieving revision 1.298
20 diff -u -r1.297 -r1.298
21 --- ChangeLog 17 Aug 2009 22:25:45 -0000 1.297
22 +++ ChangeLog 29 Sep 2009 21:25:15 -0000 1.298
23 @@ -1,6 +1,10 @@
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.297 2009/08/17 22:25:45 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.298 2009/09/29 21:25:15 mrpouet Exp $
28 +
29 + 29 Sep 2009; Romain Perier <mrpouet@g.o>
30 + hal-0.5.12_rc1-r7.ebuild:
31 + Stable for amd64 per bug #284742.
32
33 17 Aug 2009; Mike Frysinger <vapier@g.o> files/0.5.10-hald.rc:
34 Add workaround for PATH truncation #267928.
35
36
37
38 1.2 sys-apps/hal/hal-0.5.12_rc1-r7.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.12_rc1-r7.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.12_rc1-r7.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.12_rc1-r7.ebuild?r1=1.1&r2=1.2
43
44 Index: hal-0.5.12_rc1-r7.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.12_rc1-r7.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- hal-0.5.12_rc1-r7.ebuild 19 Jul 2009 15:33:19 -0000 1.1
51 +++ hal-0.5.12_rc1-r7.ebuild 29 Sep 2009 21:25:15 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.12_rc1-r7.ebuild,v 1.1 2009/07/19 15:33:19 dang Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.12_rc1-r7.ebuild,v 1.2 2009/09/29 21:25:15 mrpouet Exp $
57
58 EAPI="2"
59
60 @@ -18,7 +18,7 @@
61
62 LICENSE="|| ( GPL-2 AFL-2.0 )"
63 SLOT="0"
64 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
65 +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
66
67 KERNEL_IUSE="kernel_linux kernel_FreeBSD"
68 IUSE="X acpi apm crypt consolekit debug dell disk-partition doc laptop policykit selinux ${KERNEL_IUSE}"
69 @@ -45,12 +45,12 @@
70 x86? ( >=sys-apps/dmidecode-2.7 )
71 selinux? ( sys-libs/libselinux sec-policy/selinux-hal )
72 consolekit? (
73 - sys-auth/consolekit[policykit=]
74 + sys-auth/consolekit[policykit=]
75 )
76 policykit? (
77 - sys-auth/consolekit[policykit]
78 + sys-auth/consolekit[policykit]
79 sys-auth/policykit[pam]
80 - )"
81 + )"
82 DEPEND="${RDEPEND}
83 dev-util/pkgconfig
84 >=dev-util/intltool-0.35