Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/kmymoney: kmymoney-4.6.2-r2.ebuild ChangeLog
Date: Mon, 09 Jul 2012 17:14:55
Message-Id: 20120709171435.95ACF20066@flycatcher.gentoo.org
1 kensington 12/07/09 17:14:35
2
3 Modified: kmymoney-4.6.2-r2.ebuild ChangeLog
4 Log:
5 Backport fix from upstream to fix build with GCC 4.7, wrt bug #425366.
6
7 (Portage version: 2.1.11.5/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-office/kmymoney/kmymoney-4.6.2-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/kmymoney/kmymoney-4.6.2-r2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/kmymoney/kmymoney-4.6.2-r2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/kmymoney/kmymoney-4.6.2-r2.ebuild?r1=1.1&r2=1.2
15
16 Index: kmymoney-4.6.2-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/kmymoney/kmymoney-4.6.2-r2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- kmymoney-4.6.2-r2.ebuild 15 May 2012 22:34:38 -0000 1.1
23 +++ kmymoney-4.6.2-r2.ebuild 9 Jul 2012 17:14:35 -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/app-office/kmymoney/kmymoney-4.6.2-r2.ebuild,v 1.1 2012/05/15 22:34:38 johu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney/kmymoney-4.6.2-r2.ebuild,v 1.2 2012/07/09 17:14:35 kensington Exp $
29
30 EAPI=4
31
32 @@ -56,6 +56,7 @@
33 PATCHES=(
34 "${FILESDIR}/${PN}-4.6.1-qt48.patch"
35 "${FILESDIR}/${P}-fix-parallel-build.patch"
36 + "${FILESDIR}/${P}-gcc-4.7.patch"
37 "${FILESDIR}/${P}-sqlite-crash.patch"
38 )
39
40
41
42
43 1.35 app-office/kmymoney/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/kmymoney/ChangeLog?rev=1.35&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/kmymoney/ChangeLog?rev=1.35&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/kmymoney/ChangeLog?r1=1.34&r2=1.35
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-office/kmymoney/ChangeLog,v
52 retrieving revision 1.34
53 retrieving revision 1.35
54 diff -u -r1.34 -r1.35
55 --- ChangeLog 15 May 2012 22:34:38 -0000 1.34
56 +++ ChangeLog 9 Jul 2012 17:14:35 -0000 1.35
57 @@ -1,6 +1,10 @@
58 # ChangeLog for app-office/kmymoney
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney/ChangeLog,v 1.34 2012/05/15 22:34:38 johu Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney/ChangeLog,v 1.35 2012/07/09 17:14:35 kensington Exp $
62 +
63 + 09 Jul 2012; Michael Palimaka <kensington@g.o>
64 + +files/kmymoney-4.6.2-gcc-4.7.patch, kmymoney-4.6.2-r2.ebuild:
65 + Backport fix from upstream to fix build with GCC 4.7, wrt bug #425366.
66
67 *kmymoney-4.6.2-r2 (15 May 2012)
68
69 @@ -160,4 +164,3 @@
70 08 Jan 2010; Samuli Suominen <ssuominen@g.o>
71 +kmymoney-3.95.0.ebuild:
72 Initial commit wrt #294010, thanks to Elias Probst, Soren Harward, Matija Suklje and others.
73 -