Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/hal: ChangeLog hal-0.5.11-r1.ebuild
Date: Sun, 28 Dec 2008 15:02:57
Message-Id: E1LGxAN-0000U0-7x@stork.gentoo.org
1 armin76 08/12/28 15:02:55
2
3 Modified: ChangeLog hal-0.5.11-r1.ebuild
4 Log:
5 Fix bug #252587
6 (Portage version: 2.1.4.5)
7
8 Revision Changes Path
9 1.260 sys-apps/hal/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/ChangeLog?rev=1.260&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/ChangeLog?rev=1.260&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/ChangeLog?r1=1.259&r2=1.260
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v
18 retrieving revision 1.259
19 retrieving revision 1.260
20 diff -u -r1.259 -r1.260
21 --- ChangeLog 24 Dec 2008 15:39:11 -0000 1.259
22 +++ ChangeLog 28 Dec 2008 15:02:55 -0000 1.260
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sys-apps/hal
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.259 2008/12/24 15:39:11 cardoe Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.260 2008/12/28 15:02:55 armin76 Exp $
28 +
29 + 28 Dec 2008; Raúl Porcel <armin76@g.o> hal-0.5.11-r1.ebuild:
30 + Fix bug #252587
31
32 24 Dec 2008; Doug Goldstein <cardoe@g.o> hal-0.5.11-r1.ebuild,
33 hal-0.5.11-r4.ebuild:
34
35
36
37 1.15 sys-apps/hal/hal-0.5.11-r1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.11-r1.ebuild?rev=1.15&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.11-r1.ebuild?rev=1.15&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.11-r1.ebuild?r1=1.14&r2=1.15
42
43 Index: hal-0.5.11-r1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.11-r1.ebuild,v
46 retrieving revision 1.14
47 retrieving revision 1.15
48 diff -u -r1.14 -r1.15
49 --- hal-0.5.11-r1.ebuild 24 Dec 2008 15:39:11 -0000 1.14
50 +++ hal-0.5.11-r1.ebuild 28 Dec 2008 15:02:55 -0000 1.15
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 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-r1.ebuild,v 1.14 2008/12/24 15:39:11 cardoe Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.11-r1.ebuild,v 1.15 2008/12/28 15:02:55 armin76 Exp $
56
57 inherit eutils linux-info autotools flag-o-matic
58
59 @@ -230,14 +230,14 @@
60
61 if use X ; then
62 # New Configuration Snippets
63 - dodoc "${WORKDIR}/${P}-config-examples/"*.fdi || \
64 + dodoc "${WORKDIR}/${PN}-config-examples/"*.fdi || \
65 die "dodoc X examples failed"
66 - dobin "${WORKDIR}/${P}-config-examples/migrate-xorg-to-fdi.py" || \
67 + dobin "${WORKDIR}/${PN}-config-examples/migrate-xorg-to-fdi.py" || \
68 die "dodoc X migration script failed"
69
70 # Automagic conversion!
71 elog "Migrating xorg.conf Core Keyboard configuration to HAL FDI file"
72 - "${WORKDIR}/${P}-config-examples/migrate-xorg-to-fdi.py" 2> /dev/null \
73 + "${WORKDIR}/${PN}-config-examples/migrate-xorg-to-fdi.py" 2> /dev/null \
74 > "${D}/etc/hal/fdi/policy/10-x11-input.fdi" || \
75 ewarn "Failed to migrate your keyboard configuration."
76 fi