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-arcade/ri-li: ChangeLog ri-li-2.0.1.ebuild
Date: Wed, 30 Apr 2008 23:36:40
Message-Id: E1JrLqn-0004we-Uf@stork.gentoo.org
1 nyhm 08/04/30 23:36:37
2
3 Modified: ChangeLog ri-li-2.0.1.ebuild
4 Log:
5 Fix building with gcc-4.3
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.8 games-arcade/ri-li/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/ri-li/ChangeLog?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/ri-li/ChangeLog?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/ri-li/ChangeLog?r1=1.7&r2=1.8
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ChangeLog,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- ChangeLog 26 Mar 2008 21:39:04 -0000 1.7
22 +++ ChangeLog 30 Apr 2008 23:36:37 -0000 1.8
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-arcade/ri-li
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ChangeLog,v 1.7 2008/03/26 21:39:04 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ChangeLog,v 1.8 2008/04/30 23:36:37 nyhm Exp $
28 +
29 + 30 Apr 2008; Tristan Heaven <nyhm@g.o>
30 + +files/ri-li-2.0.1-gcc43.patch, ri-li-2.0.1.ebuild:
31 + Fix building with gcc-4.3
32
33 *ri-li-2.0.1 (26 Mar 2008)
34
35
36
37
38 1.2 games-arcade/ri-li/ri-li-2.0.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/ri-li/ri-li-2.0.1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/ri-li/ri-li-2.0.1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/ri-li/ri-li-2.0.1.ebuild?r1=1.1&r2=1.2
43
44 Index: ri-li-2.0.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ri-li-2.0.1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- ri-li-2.0.1.ebuild 26 Mar 2008 21:39:04 -0000 1.1
51 +++ ri-li-2.0.1.ebuild 30 Apr 2008 23:36:37 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ri-li-2.0.1.ebuild,v 1.1 2008/03/26 21:39:04 mr_bones_ Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ri-li-2.0.1.ebuild,v 1.2 2008/04/30 23:36:37 nyhm Exp $
57
58 inherit eutils games
59
60 @@ -18,6 +18,12 @@
61
62 S=${WORKDIR}/Ri-li-${PV}
63
64 +src_unpack() {
65 + unpack ${A}
66 + cd "${S}"
67 + epatch "${FILESDIR}"/${P}-gcc43.patch
68 +}
69 +
70 src_install() {
71 emake DESTDIR="${D}" install || die "emake install failed"
72 rm -f "${D}${GAMES_DATADIR}/Ri-li/"*ebuild
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list