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: ChangeLog hal-0.5.10.ebuild
Date: Sun, 20 Apr 2008 12:50:06
Message-Id: E1JnYzb-0003ZO-ET@stork.gentoo.org
1 vapier 08/04/20 12:50:03
2
3 Modified: ChangeLog hal-0.5.10.ebuild
4 Log:
5 Fix building with newer libtool #212772.
6 (Portage version: 2.2_pre5)
7
8 Revision Changes Path
9 1.231 sys-apps/hal/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/ChangeLog?rev=1.231&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/ChangeLog?rev=1.231&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/ChangeLog?r1=1.230&r2=1.231
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v
18 retrieving revision 1.230
19 retrieving revision 1.231
20 diff -u -r1.230 -r1.231
21 --- ChangeLog 14 Apr 2008 18:36:31 -0000 1.230
22 +++ ChangeLog 20 Apr 2008 12:50:02 -0000 1.231
23 @@ -1,6 +1,10 @@
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.230 2008/04/14 18:36:31 cardoe Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.231 2008/04/20 12:50:02 vapier Exp $
28 +
29 + 20 Apr 2008; Mike Frysinger <vapier@g.o>
30 + +files/hal-0.5.10-autotools.patch, hal-0.5.10.ebuild:
31 + Fix building with newer libtool #212772.
32
33 14 Apr 2008; Doug Goldstein <cardoe@g.o> hal-0.5.7.1-r5.ebuild,
34 hal-0.5.9-r1.ebuild, hal-0.5.9.1-r1.ebuild, hal-0.5.9.1-r2.ebuild,
35
36
37
38 1.15 sys-apps/hal/hal-0.5.10.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild?rev=1.15&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild?rev=1.15&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild?r1=1.14&r2=1.15
43
44 Index: hal-0.5.10.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild,v
47 retrieving revision 1.14
48 retrieving revision 1.15
49 diff -u -r1.14 -r1.15
50 --- hal-0.5.10.ebuild 14 Apr 2008 18:36:31 -0000 1.14
51 +++ hal-0.5.10.ebuild 20 Apr 2008 12:50:02 -0000 1.15
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 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.10.ebuild,v 1.14 2008/04/14 18:36:31 cardoe Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild,v 1.15 2008/04/20 12:50:02 vapier Exp $
57
58 inherit eutils linux-info autotools flag-o-matic
59
60 @@ -134,6 +134,8 @@
61 EPATCH_FORCE="yes" \
62 epatch
63
64 + epatch "${FILESDIR}"/${P}-autotools.patch #212772
65 +
66 # Hide recovery partitions
67 epatch "${FILESDIR}/hal-0.5.9-hide-recovery-partitions.patch"
68
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list