Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-engines/exult: exult-1.2.ebuild ChangeLog
Date: Thu, 01 May 2008 10:15:47
Message-Id: E1JrVpI-0000e3-5u@stork.gentoo.org
1 nyhm 08/05/01 10:15:44
2
3 Modified: exult-1.2.ebuild ChangeLog
4 Log:
5 Fix building with gcc-4.3
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.13 games-engines/exult/exult-1.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/exult/exult-1.2.ebuild?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/exult/exult-1.2.ebuild?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/exult/exult-1.2.ebuild?r1=1.12&r2=1.13
14
15 Index: exult-1.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-engines/exult/exult-1.2.ebuild,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- exult-1.2.ebuild 29 Jan 2008 10:08:03 -0000 1.12
22 +++ exult-1.2.ebuild 1 May 2008 10:15:43 -0000 1.13
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/games-engines/exult/exult-1.2.ebuild,v 1.12 2008/01/29 10:08:03 nyhm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-engines/exult/exult-1.2.ebuild,v 1.13 2008/05/01 10:15:43 nyhm Exp $
28
29 inherit eutils autotools games
30
31 @@ -38,7 +38,8 @@
32 epatch \
33 "${FILESDIR}"/${P}-gcc41.patch \
34 "${FILESDIR}"/${P}-64bits.patch \
35 - "${FILESDIR}"/${P}-x11link.patch
36 + "${FILESDIR}"/${P}-x11link.patch \
37 + "${FILESDIR}"/${P}-gcc43.patch
38 sed -i \
39 -e "s/u7siinstrics.data/u7siintrinsics.data/" \
40 usecode/ucxt/data/Makefile.am \
41
42
43
44 1.20 games-engines/exult/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/exult/ChangeLog?rev=1.20&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/exult/ChangeLog?rev=1.20&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/exult/ChangeLog?r1=1.19&r2=1.20
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/games-engines/exult/ChangeLog,v
53 retrieving revision 1.19
54 retrieving revision 1.20
55 diff -u -r1.19 -r1.20
56 --- ChangeLog 29 Jan 2008 10:08:03 -0000 1.19
57 +++ ChangeLog 1 May 2008 10:15:43 -0000 1.20
58 @@ -1,6 +1,10 @@
59 # ChangeLog for games-engines/exult
60 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/games-engines/exult/ChangeLog,v 1.19 2008/01/29 10:08:03 nyhm Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/games-engines/exult/ChangeLog,v 1.20 2008/05/01 10:15:43 nyhm Exp $
63 +
64 + 01 May 2008; Tristan Heaven <nyhm@g.o>
65 + +files/exult-1.2-gcc43.patch, exult-1.2.ebuild:
66 + Fix building with gcc-4.3
67
68 29 Jan 2008; Tristan Heaven <nyhm@g.o> exult-1.2.ebuild:
69 Don't specify compression type in doc elog, bug #169772
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list