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/gearmand: gearmand-0.33.ebuild ChangeLog
Date: Thu, 21 Jun 2012 14:43:44
Message-Id: 20120621144330.51E7C2004B@flycatcher.gentoo.org
1 flameeyes 12/06/21 14:43:30
2
3 Modified: gearmand-0.33.ebuild ChangeLog
4 Log:
5 Add patch to fix building with GCC 4.7 (fix bug #422553).
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-cluster/gearmand/gearmand-0.33.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/gearmand/gearmand-0.33.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/gearmand/gearmand-0.33.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/gearmand/gearmand-0.33.ebuild?r1=1.1&r2=1.2
15
16 Index: gearmand-0.33.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/gearmand-0.33.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gearmand-0.33.ebuild 4 Jun 2012 06:56:29 -0000 1.1
23 +++ gearmand-0.33.ebuild 21 Jun 2012 14:43:30 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/gearmand-0.33.ebuild,v 1.1 2012/06/04 06:56:29 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/gearmand-0.33.ebuild,v 1.2 2012/06/21 14:43:30 flameeyes Exp $
29
30 EAPI=4
31
32 @@ -30,6 +30,7 @@
33 }
34
35 src_prepare() {
36 + epatch "${FILESDIR}"/${P}+gcc-4.7.patch
37 elibtoolize
38 }
39
40
41
42
43 1.14 sys-cluster/gearmand/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/gearmand/ChangeLog?rev=1.14&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/gearmand/ChangeLog?rev=1.14&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/gearmand/ChangeLog?r1=1.13&r2=1.14
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/ChangeLog,v
52 retrieving revision 1.13
53 retrieving revision 1.14
54 diff -u -r1.13 -r1.14
55 --- ChangeLog 4 Jun 2012 06:56:29 -0000 1.13
56 +++ ChangeLog 21 Jun 2012 14:43:30 -0000 1.14
57 @@ -1,6 +1,10 @@
58 # ChangeLog for sys-cluster/gearmand
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/ChangeLog,v 1.13 2012/06/04 06:56:29 flameeyes Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/ChangeLog,v 1.14 2012/06/21 14:43:30 flameeyes Exp $
62 +
63 + 21 Jun 2012; Diego E. Pettenò <flameeyes@g.o>
64 + +files/gearmand-0.33+gcc-4.7.patch, gearmand-0.33.ebuild:
65 + Add patch to fix building with GCC 4.7 (fix bug #422553).
66
67 *gearmand-0.33 (04 Jun 2012)