Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/kformula: kformula-1.6.2.ebuild ChangeLog
Date: Mon, 09 Jun 2008 05:42:14
Message-Id: E1K5a8t-00034C-QJ@stork.gentoo.org
1 dirtyepic 08/06/09 05:42:07
2
3 Modified: kformula-1.6.2.ebuild ChangeLog
4 Log:
5 Add patch to fix build w/ GCC 4.3.
6 (Portage version: 2.2_pre7-r1/cvs/Linux 2.6.25-gentoo-r3 Intel(R) Core(TM)2 Duo CPU T9300 @ 2.50GHz)
7
8 Revision Changes Path
9 1.14 app-office/kformula/kformula-1.6.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/kformula/kformula-1.6.2.ebuild?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/kformula/kformula-1.6.2.ebuild?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/kformula/kformula-1.6.2.ebuild?r1=1.13&r2=1.14
14
15 Index: kformula-1.6.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-office/kformula/kformula-1.6.2.ebuild,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- kformula-1.6.2.ebuild 19 Feb 2008 01:32:00 -0000 1.13
22 +++ kformula-1.6.2.ebuild 9 Jun 2008 05:42:07 -0000 1.14
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/kformula-1.6.2.ebuild,v 1.13 2008/02/19 01:32:00 ingmar Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/kformula-1.6.2.ebuild,v 1.14 2008/06/09 05:42:07 dirtyepic Exp $
28
29 MAXKOFFICEVER=1.6.3
30 KMNAME=koffice
31 @@ -41,4 +41,6 @@
32
33 # Fixing desktop files, cf. bug 190006
34 sed -i -e "s:x-kformula$:x-kformula;:g" "${S}"/kformula/kformula.desktop
35 +
36 + epatch "${FILESDIR}"/${P}-gcc-4.3.patch # 214365
37 }
38
39
40
41 1.83 app-office/kformula/ChangeLog
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/kformula/ChangeLog?rev=1.83&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/kformula/ChangeLog?rev=1.83&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/kformula/ChangeLog?r1=1.82&r2=1.83
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/app-office/kformula/ChangeLog,v
50 retrieving revision 1.82
51 retrieving revision 1.83
52 diff -u -r1.82 -r1.83
53 --- ChangeLog 19 Feb 2008 01:32:00 -0000 1.82
54 +++ ChangeLog 9 Jun 2008 05:42:07 -0000 1.83
55 @@ -1,6 +1,10 @@
56 # ChangeLog for app-office/kformula
57 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/ChangeLog,v 1.82 2008/02/19 01:32:00 ingmar Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/ChangeLog,v 1.83 2008/06/09 05:42:07 dirtyepic Exp $
60 +
61 + 09 Jun 2008; Ryan Hill <dirtyepic@g.o>
62 + +files/kformula-1.6.2-gcc-4.3.patch, kformula-1.6.2.ebuild:
63 + Add patch to fix build w/ GCC 4.3.
64
65 19 Feb 2008; Ingmar Vanhassel <ingmar@g.o> kformula-1.6.2.ebuild:
66 Update kde-base/* dependencies so that KDE 4 doesn't satisfy it. bug 206528.
67
68
69
70 --
71 gentoo-commits@l.g.o mailing list