Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/heartbeat: ChangeLog heartbeat-2.0.8.ebuild
Date: Tue, 02 Jun 2009 13:55:40
Message-Id: E1MBUSn-0007q5-KF@stork.gentoo.org
1 flameeyes 09/06/02 13:55:37
2
3 Modified: ChangeLog heartbeat-2.0.8.ebuild
4 Log:
5 Disable fatal warnings, patch by iluxa in bug #198257.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.78 sys-cluster/heartbeat/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/heartbeat/ChangeLog?rev=1.78&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/heartbeat/ChangeLog?rev=1.78&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/heartbeat/ChangeLog?r1=1.77&r2=1.78
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/ChangeLog,v
18 retrieving revision 1.77
19 retrieving revision 1.78
20 diff -u -r1.77 -r1.78
21 --- ChangeLog 28 Jul 2008 20:05:31 -0000 1.77
22 +++ ChangeLog 2 Jun 2009 13:55:37 -0000 1.78
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-cluster/heartbeat
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/ChangeLog,v 1.77 2008/07/28 20:05:31 pchrist Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/ChangeLog,v 1.78 2009/06/02 13:55:37 flameeyes Exp $
29 +
30 + 02 Jun 2009; Diego E. Pettenò <flameeyes@g.o>
31 + heartbeat-2.0.8.ebuild:
32 + Disable fatal warnings, patch by iluxa in bug #198257.
33
34 28 Jul 2008; Panagiotis Christopoulos <pchrist@g.o> metadata.xml:
35 Update metadata.xml to include USE flag descriptions. Entries taken from
36
37
38
39 1.14 sys-cluster/heartbeat/heartbeat-2.0.8.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/heartbeat/heartbeat-2.0.8.ebuild?rev=1.14&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/heartbeat/heartbeat-2.0.8.ebuild?rev=1.14&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/heartbeat/heartbeat-2.0.8.ebuild?r1=1.13&r2=1.14
44
45 Index: heartbeat-2.0.8.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/heartbeat-2.0.8.ebuild,v
48 retrieving revision 1.13
49 retrieving revision 1.14
50 diff -u -r1.13 -r1.14
51 --- heartbeat-2.0.8.ebuild 15 May 2008 00:59:16 -0000 1.13
52 +++ heartbeat-2.0.8.ebuild 2 Jun 2009 13:55:37 -0000 1.14
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/heartbeat-2.0.8.ebuild,v 1.13 2008/05/15 00:59:16 flameeyes Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/heartbeat-2.0.8.ebuild,v 1.14 2009/06/02 13:55:37 flameeyes Exp $
59
60 inherit flag-o-matic eutils
61
62 @@ -66,6 +66,7 @@
63 --enable-checkpointd \
64 --enable-crm \
65 --enable-lrm \
66 + --disable-fatal-warnings \
67 $(use_enable management mgmt) \
68 || die
69 emake -j 1 || die "compile problem"