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/gav: gav-0.9.0.ebuild ChangeLog
Date: Wed, 30 Apr 2008 22:01:10
Message-Id: E1JrKMN-0001p4-0l@stork.gentoo.org
1 nyhm 08/04/30 22:01:07
2
3 Modified: gav-0.9.0.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.3 games-arcade/gav/gav-0.9.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/gav/gav-0.9.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/gav/gav-0.9.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/gav/gav-0.9.0.ebuild?r1=1.2&r2=1.3
14
15 Index: gav-0.9.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/gav/gav-0.9.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- gav-0.9.0.ebuild 24 Apr 2007 14:40:37 -0000 1.2
22 +++ gav-0.9.0.ebuild 30 Apr 2008 22:01:06 -0000 1.3
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-arcade/gav/gav-0.9.0.ebuild,v 1.2 2007/04/24 14:40:37 drizzt Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/gav/gav-0.9.0.ebuild,v 1.3 2008/04/30 22:01:06 nyhm Exp $
29
30 inherit eutils games
31
32 @@ -35,6 +35,7 @@
33 cp ${d}/Makefile.Linux ${d}/Makefile || die "cp ${d}/Makefile failed"
34 done
35
36 + epatch "${FILESDIR}"/${P}-gcc43.patch
37 sed -i \
38 -e "s:/usr/bin:${GAMES_BINDIR}:" \
39 -e "/strip/d" \
40 @@ -65,8 +66,9 @@
41
42 src_install() {
43 dodir "${GAMES_BINDIR}"
44 - make ROOT="${D}" install || die "make install failed"
45 - cp -r sounds/ "${D}${GAMES_DATADIR}/${PN}" || die "cp failed"
46 + emake ROOT="${D}" install || die "emake install failed"
47 + insinto "${GAMES_DATADIR}"/${PN}
48 + doins -r sounds || die "doins failed"
49 dodoc CHANGELOG README
50 prepgamesdirs
51 }
52
53
54
55 1.14 games-arcade/gav/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/gav/ChangeLog?rev=1.14&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/gav/ChangeLog?rev=1.14&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/gav/ChangeLog?r1=1.13&r2=1.14
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/games-arcade/gav/ChangeLog,v
64 retrieving revision 1.13
65 retrieving revision 1.14
66 diff -u -r1.13 -r1.14
67 --- ChangeLog 24 Apr 2007 14:40:37 -0000 1.13
68 +++ ChangeLog 30 Apr 2008 22:01:06 -0000 1.14
69 @@ -1,6 +1,10 @@
70 # ChangeLog for games-arcade/gav
71 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/gav/ChangeLog,v 1.13 2007/04/24 14:40:37 drizzt Exp $
73 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
74 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/gav/ChangeLog,v 1.14 2008/04/30 22:01:06 nyhm Exp $
75 +
76 + 30 Apr 2008; Tristan Heaven <nyhm@g.o>
77 + +files/gav-0.9.0-gcc43.patch, gav-0.9.0.ebuild:
78 + Fix building with gcc-4.3
79
80 24 Apr 2007; Timothy Redaelli <drizzt@g.o> gav-0.9.0.ebuild:
81 Add ~x86-fbsd keyword.
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list