Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/qtvba: ChangeLog qtvba-0.2.ebuild
Date: Mon, 19 Jan 2009 21:18:45
Message-Id: E1LP1W6-0001bu-3i@stork.gentoo.org
1 tupone 09/01/19 21:18:42
2
3 Modified: ChangeLog qtvba-0.2.ebuild
4 Log:
5 Fix gcc-4.3 build bug #251130
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r3 i686)
7
8 Revision Changes Path
9 1.7 games-emulation/qtvba/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/qtvba/ChangeLog?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/qtvba/ChangeLog?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/qtvba/ChangeLog?r1=1.6&r2=1.7
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-emulation/qtvba/ChangeLog,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- ChangeLog 27 Jul 2008 21:15:46 -0000 1.6
22 +++ ChangeLog 19 Jan 2009 21:18:42 -0000 1.7
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-emulation/qtvba
25 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/qtvba/ChangeLog,v 1.6 2008/07/27 21:15:46 carlo Exp $
27 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/qtvba/ChangeLog,v 1.7 2009/01/19 21:18:42 tupone Exp $
29 +
30 + 19 Jan 2009; Tupone Alfredo <tupone@g.o>
31 + +files/qtvba-0.2-gcc43.patch, qtvba-0.2.ebuild:
32 + Fix gcc-4.3 build bug #251130 by flameeyes@g.o
33
34 27 Jul 2008; Carsten Lohrke <carlo@g.o> qtvba-0.2.ebuild:
35 QA: Get rid of deprecated qt_min_version().
36
37
38
39 1.8 games-emulation/qtvba/qtvba-0.2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/qtvba/qtvba-0.2.ebuild?rev=1.8&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/qtvba/qtvba-0.2.ebuild?rev=1.8&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/qtvba/qtvba-0.2.ebuild?r1=1.7&r2=1.8
44
45 Index: qtvba-0.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-emulation/qtvba/qtvba-0.2.ebuild,v
48 retrieving revision 1.7
49 retrieving revision 1.8
50 diff -u -r1.7 -r1.8
51 --- qtvba-0.2.ebuild 27 Jul 2008 21:15:46 -0000 1.7
52 +++ qtvba-0.2.ebuild 19 Jan 2009 21:18:42 -0000 1.8
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/qtvba/qtvba-0.2.ebuild,v 1.7 2008/07/27 21:15:46 carlo Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/qtvba/qtvba-0.2.ebuild,v 1.8 2009/01/19 21:18:42 tupone Exp $
59
60 EAPI=1
61
62 @@ -22,7 +22,8 @@
63 src_unpack() {
64 unpack ${A}
65 cd "${S}"
66 - epatch "${FILESDIR}/${PV}-Makefilefix.patch"
67 + epatch "${FILESDIR}/${PV}-Makefilefix.patch" \
68 + "${FILESDIR}"/${P}-gcc43.patch
69 }
70
71 src_install() {