Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/ganeti-htools: ganeti-htools-0.3.1.ebuild ChangeLog
Date: Wed, 26 Dec 2012 21:09:55
Message-Id: 20121226210943.DA3622171D@flycatcher.gentoo.org
1 slyfox 12/12/26 21:09:43
2
3 Modified: ganeti-htools-0.3.1.ebuild ChangeLog
4 Log:
5 Fix build failure against ghc-7.4 (bug #424299 by Diego Elio Pettenò and slightly tuned fix by Alexander Vershilov).
6
7 (Portage version: 2.2.0_alpha149_p11/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
8
9 Revision Changes Path
10 1.5 app-emulation/ganeti-htools/ganeti-htools-0.3.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti-htools/ganeti-htools-0.3.1.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti-htools/ganeti-htools-0.3.1.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti-htools/ganeti-htools-0.3.1.ebuild?r1=1.4&r2=1.5
15
16 Index: ganeti-htools-0.3.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/ganeti-htools/ganeti-htools-0.3.1.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ganeti-htools-0.3.1.ebuild 11 Aug 2012 12:42:36 -0000 1.4
23 +++ ganeti-htools-0.3.1.ebuild 26 Dec 2012 21:09:43 -0000 1.5
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/app-emulation/ganeti-htools/ganeti-htools-0.3.1.ebuild,v 1.4 2012/08/11 12:42:36 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-htools/ganeti-htools-0.3.1.ebuild,v 1.5 2012/12/26 21:09:43 slyfox Exp $
29
30 EAPI="2"
31
32 @@ -32,6 +32,7 @@
33 # Workaround to skip pandoc
34 sed -i -e "s:) man:):" Makefile
35 epatch "${FILESDIR}"/${PN}-0.2.8-use-QC-1.patch #316629
36 + epatch "${FILESDIR}"/${PN}-0.3.1-base-4.patch #424299
37 }
38
39 src_compile() {
40
41
42
43 1.13 app-emulation/ganeti-htools/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti-htools/ChangeLog?rev=1.13&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti-htools/ChangeLog?rev=1.13&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti-htools/ChangeLog?r1=1.12&r2=1.13
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-emulation/ganeti-htools/ChangeLog,v
52 retrieving revision 1.12
53 retrieving revision 1.13
54 diff -u -r1.12 -r1.13
55 --- ChangeLog 11 Aug 2012 12:42:36 -0000 1.12
56 +++ ChangeLog 26 Dec 2012 21:09:43 -0000 1.13
57 @@ -1,6 +1,11 @@
58 # ChangeLog for app-emulation/ganeti-htools
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-htools/ChangeLog,v 1.12 2012/08/11 12:42:36 maekke Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-htools/ChangeLog,v 1.13 2012/12/26 21:09:43 slyfox Exp $
62 +
63 + 26 Dec 2012; Sergei Trofimovich <slyfox@g.o>
64 + +files/ganeti-htools-0.3.1-base-4.patch, ganeti-htools-0.3.1.ebuild:
65 + Fix build failure against ghc-7.4 (bug #424299 by Diego Elio Pettenò and
66 + slightly tuned fix by Alexander Vershilov).
67
68 11 Aug 2012; Markus Meier <maekke@g.o> ganeti-htools-0.3.1.ebuild:
69 x86 stable, bug #418575