Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/enblend: ChangeLog enblend-3.0.ebuild enblend-2.3.ebuild enblend-2.5.ebuild
Date: Fri, 02 May 2008 11:43:39
Message-Id: E1Jrtfs-0002FL-8B@stork.gentoo.org
1 maekke 08/05/02 11:43:36
2
3 Modified: ChangeLog enblend-3.0.ebuild
4 Removed: enblend-2.3.ebuild enblend-2.5.ebuild
5 Log:
6 fix building with gcc-4.3 by Peter Alfredsen in bug #219779; remove old
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.22 media-gfx/enblend/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/enblend/ChangeLog?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/enblend/ChangeLog?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/enblend/ChangeLog?r1=1.21&r2=1.22
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/enblend/ChangeLog,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- ChangeLog 22 Dec 2007 15:47:27 -0000 1.21
23 +++ ChangeLog 2 May 2008 11:43:35 -0000 1.22
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-gfx/enblend
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/enblend/ChangeLog,v 1.21 2007/12/22 15:47:27 dertobi123 Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/enblend/ChangeLog,v 1.22 2008/05/02 11:43:35 maekke Exp $
30 +
31 + 02 May 2008; Markus Meier <maekke@g.o>
32 + +files/enblend-3.0-gcc43.patch, -enblend-2.3.ebuild, -enblend-2.5.ebuild,
33 + enblend-3.0.ebuild:
34 + fix building with gcc-4.3 by Peter Alfredsen in bug #219779; remove old
35
36 22 Dec 2007; Tobias Scherbaum <dertobi123@g.o> enblend-3.0.ebuild:
37 ppc stable, bug #202095
38
39
40
41 1.8 media-gfx/enblend/enblend-3.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/enblend/enblend-3.0.ebuild?rev=1.8&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/enblend/enblend-3.0.ebuild?rev=1.8&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/enblend/enblend-3.0.ebuild?r1=1.7&r2=1.8
46
47 Index: enblend-3.0.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-gfx/enblend/enblend-3.0.ebuild,v
50 retrieving revision 1.7
51 retrieving revision 1.8
52 diff -u -r1.7 -r1.8
53 --- enblend-3.0.ebuild 22 Dec 2007 15:47:27 -0000 1.7
54 +++ enblend-3.0.ebuild 2 May 2008 11:43:35 -0000 1.8
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2007 Gentoo Foundation
57 +# Copyright 1999-2008 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/enblend/enblend-3.0.ebuild,v 1.7 2007/12/22 15:47:27 dertobi123 Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/enblend/enblend-3.0.ebuild,v 1.8 2008/05/02 11:43:35 maekke Exp $
61
62 inherit eutils
63
64 @@ -46,6 +46,7 @@
65 # Fixes compilation on AMD64
66 epatch "${FILESDIR}"/${P}-amd64_compilation.patch
67
68 + epatch "${FILESDIR}"/${P}-gcc43.patch
69 sed -i '/CXXFLAGS/s: -g -O3 : :' src/Makefile.in
70 }
71
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list