Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/pstoedit: ChangeLog pstoedit-3.45.ebuild
Date: Thu, 30 Apr 2009 18:23:01
Message-Id: E1LzauR-0008FM-JZ@stork.gentoo.org
1 aballier 09/04/30 18:22:59
2
3 Modified: ChangeLog pstoedit-3.45.ebuild
4 Log:
5 fix build with gcc 4.4, by Daniel J. <sleeperseven@×××××××.com>, bug #265044
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.55 media-gfx/pstoedit/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pstoedit/ChangeLog?rev=1.55&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pstoedit/ChangeLog?rev=1.55&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pstoedit/ChangeLog?r1=1.54&r2=1.55
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/ChangeLog,v
18 retrieving revision 1.54
19 retrieving revision 1.55
20 diff -u -r1.54 -r1.55
21 --- ChangeLog 1 Sep 2008 19:24:39 -0000 1.54
22 +++ ChangeLog 30 Apr 2009 18:22:59 -0000 1.55
23 @@ -1,6 +1,11 @@
24 # ChangeLog for media-gfx/pstoedit
25 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/ChangeLog,v 1.54 2008/09/01 19:24:39 armin76 Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/ChangeLog,v 1.55 2009/04/30 18:22:59 aballier Exp $
29 +
30 + 30 Apr 2009; Alexis Ballier <aballier@g.o> pstoedit-3.45.ebuild,
31 + +files/pstoedit-3.45-gcc-4.4.patch:
32 + fix build with gcc 4.4, by Daniel J. <sleeperseven@×××××××.com>, bug
33 + #265044
34
35 01 Sep 2008; Raúl Porcel <armin76@g.o> pstoedit-3.45.ebuild:
36 alpha/ia64 stable
37
38
39
40 1.13 media-gfx/pstoedit/pstoedit-3.45.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pstoedit/pstoedit-3.45.ebuild?rev=1.13&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pstoedit/pstoedit-3.45.ebuild?rev=1.13&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pstoedit/pstoedit-3.45.ebuild?r1=1.12&r2=1.13
45
46 Index: pstoedit-3.45.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/pstoedit-3.45.ebuild,v
49 retrieving revision 1.12
50 retrieving revision 1.13
51 diff -u -r1.12 -r1.13
52 --- pstoedit-3.45.ebuild 1 Sep 2008 19:24:39 -0000 1.12
53 +++ pstoedit-3.45.ebuild 30 Apr 2009 18:22:59 -0000 1.13
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2008 Gentoo Foundation
56 +# Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/pstoedit-3.45.ebuild,v 1.12 2008/09/01 19:24:39 armin76 Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/pstoedit-3.45.ebuild,v 1.13 2009/04/30 18:22:59 aballier Exp $
60
61 inherit base eutils
62
63 @@ -41,6 +41,7 @@
64 # 6.3.9.8).
65 sed -i -e "s/-pedantic //" configure
66 epatch "${FILESDIR}/${P}-gcc-4.3.patch"
67 + epatch "${FILESDIR}/${P}-gcc-4.4.patch"
68 }
69
70 src_compile() {