Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/chromium: chromium-0.9.12-r7.ebuild ChangeLog
Date: Mon, 09 Jun 2008 12:50:25
Message-Id: E1K5gpH-0007SF-54@stork.gentoo.org
1 loki_val 08/06/09 12:50:19
2
3 Modified: chromium-0.9.12-r7.ebuild ChangeLog
4 Log:
5 Gcc4.3 fix; bug 217710
6 (Portage version: 2.1.5.4)
7
8 Revision Changes Path
9 1.2 games-action/chromium/chromium-0.9.12-r7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/chromium/chromium-0.9.12-r7.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/chromium/chromium-0.9.12-r7.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/chromium/chromium-0.9.12-r7.ebuild?r1=1.1&r2=1.2
14
15 Index: chromium-0.9.12-r7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-action/chromium/chromium-0.9.12-r7.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- chromium-0.9.12-r7.ebuild 3 Aug 2007 17:47:52 -0000 1.1
22 +++ chromium-0.9.12-r7.ebuild 9 Jun 2008 12:50:18 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/chromium/chromium-0.9.12-r7.ebuild,v 1.1 2007/08/03 17:47:52 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/chromium/chromium-0.9.12-r7.ebuild,v 1.2 2008/06/09 12:50:18 loki_val Exp $
29
30 inherit eutils flag-o-matic qt3 toolchain-funcs versionator games
31
32 @@ -33,11 +33,11 @@
33 unpack ${A}
34 cd "${S}"
35 epatch \
36 - "${FILESDIR}"/${PV}-gcc3-gentoo.patch \
37 "${FILESDIR}"/${PV}-freealut.patch \
38 "${FILESDIR}"/${PV}-configure.patch \
39 "${FILESDIR}"/${PV}-qt3.patch \
40 - "${FILESDIR}"/${PV}-png.patch
41 + "${FILESDIR}"/${PV}-png.patch \
42 + "${FILESDIR}"/${PV}-gcc43.patch
43 append-flags -DPKGDATADIR="'\"${GAMES_DATADIR}/${PN}\"'"
44 append-flags -DPKGBINDIR="'\"${GAMES_BINDIR}\"'"
45 sed -i \
46
47
48
49 1.27 games-action/chromium/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/chromium/ChangeLog?rev=1.27&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/chromium/ChangeLog?rev=1.27&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/chromium/ChangeLog?r1=1.26&r2=1.27
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/games-action/chromium/ChangeLog,v
58 retrieving revision 1.26
59 retrieving revision 1.27
60 diff -u -r1.26 -r1.27
61 --- ChangeLog 9 May 2008 01:54:35 -0000 1.26
62 +++ ChangeLog 9 Jun 2008 12:50:18 -0000 1.27
63 @@ -1,6 +1,10 @@
64 # ChangeLog for games-action/chromium
65 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/games-action/chromium/ChangeLog,v 1.26 2008/05/09 01:54:35 mr_bones_ Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/games-action/chromium/ChangeLog,v 1.27 2008/06/09 12:50:18 loki_val Exp $
68 +
69 + 09 Jun 2008; Peter Alfredsen <loki_val@g.o>
70 + +files/0.9.12-gcc43.patch, chromium-0.9.12-r7.ebuild:
71 + Gcc4.3 fix; bug 217710
72
73 09 May 2008; Michael Sterrett <mr_bones_@g.o>
74 files/0.9.12-configure.patch:
75
76
77
78 --
79 gentoo-commits@l.g.o mailing list