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/crack-attack: crack-attack-1.1.14-r1.ebuild ChangeLog
Date: Wed, 30 Apr 2008 21:54:43
Message-Id: E1JrKG8-0001bs-MV@stork.gentoo.org
1 nyhm 08/04/30 21:54:40
2
3 Modified: crack-attack-1.1.14-r1.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.5 games-arcade/crack-attack/crack-attack-1.1.14-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/crack-attack/crack-attack-1.1.14-r1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/crack-attack/crack-attack-1.1.14-r1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/crack-attack/crack-attack-1.1.14-r1.ebuild?r1=1.4&r2=1.5
14
15 Index: crack-attack-1.1.14-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/crack-attack/crack-attack-1.1.14-r1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- crack-attack-1.1.14-r1.ebuild 29 Feb 2008 18:56:30 -0000 1.4
22 +++ crack-attack-1.1.14-r1.ebuild 30 Apr 2008 21:54:40 -0000 1.5
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-arcade/crack-attack/crack-attack-1.1.14-r1.ebuild,v 1.4 2008/02/29 18:56:30 carlo Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/crack-attack/crack-attack-1.1.14-r1.ebuild,v 1.5 2008/04/30 21:54:40 nyhm Exp $
28
29 inherit eutils games
30
31 @@ -20,7 +20,9 @@
32 src_unpack() {
33 unpack ${A}
34 cd "${S}"
35 - epatch "${FILESDIR}"/${P}-glut.patch
36 + epatch \
37 + "${FILESDIR}"/${P}-glut.patch \
38 + "${FILESDIR}"/${P}-gcc43.patch
39 touch * */*
40 }
41
42 @@ -38,6 +40,6 @@
43 dodoc AUTHORS ChangeLog README
44 dohtml -A xpm doc/*
45 doicon data/crack-attack.xpm
46 - make_desktop_entry crack-attack Crack-attack crack-attack
47 + make_desktop_entry crack-attack Crack-attack
48 prepgamesdirs
49 }
50
51
52
53 1.23 games-arcade/crack-attack/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/crack-attack/ChangeLog?rev=1.23&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/crack-attack/ChangeLog?rev=1.23&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/crack-attack/ChangeLog?r1=1.22&r2=1.23
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/games-arcade/crack-attack/ChangeLog,v
62 retrieving revision 1.22
63 retrieving revision 1.23
64 diff -u -r1.22 -r1.23
65 --- ChangeLog 29 Feb 2008 18:56:30 -0000 1.22
66 +++ ChangeLog 30 Apr 2008 21:54:40 -0000 1.23
67 @@ -1,6 +1,10 @@
68 # ChangeLog for games-arcade/crack-attack
69 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/crack-attack/ChangeLog,v 1.22 2008/02/29 18:56:30 carlo Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/crack-attack/ChangeLog,v 1.23 2008/04/30 21:54:40 nyhm Exp $
72 +
73 + 30 Apr 2008; Tristan Heaven <nyhm@g.o>
74 + +files/crack-attack-1.1.14-gcc43.patch, crack-attack-1.1.14-r1.ebuild:
75 + Fix building with gcc-4.3
76
77 29 Feb 2008; Carsten Lohrke <carlo@g.o>
78 crack-attack-1.1.14-r1.ebuild:
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list