Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/alienwave: alienwave-0.3.0.ebuild ChangeLog
Date: Thu, 29 Jan 2009 01:41:44
Message-Id: E1LSLuY-0006uv-2b@stork.gentoo.org
1 mr_bones_ 09/01/29 01:41:42
2
3 Modified: alienwave-0.3.0.ebuild ChangeLog
4 Log:
5 EAPI=2; respect CC
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
7
8 Revision Changes Path
9 1.10 games-arcade/alienwave/alienwave-0.3.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/alienwave/alienwave-0.3.0.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/alienwave/alienwave-0.3.0.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/alienwave/alienwave-0.3.0.ebuild?r1=1.9&r2=1.10
14
15 Index: alienwave-0.3.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/alienwave/alienwave-0.3.0.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- alienwave-0.3.0.ebuild 9 Apr 2007 21:42:22 -0000 1.9
22 +++ alienwave-0.3.0.ebuild 29 Jan 2009 01:41:41 -0000 1.10
23 @@ -1,7 +1,8 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/alienwave/alienwave-0.3.0.ebuild,v 1.9 2007/04/09 21:42:22 welp Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/alienwave/alienwave-0.3.0.ebuild,v 1.10 2009/01/29 01:41:41 mr_bones_ Exp $
29
30 +EAPI=2
31 inherit games
32
33 DESCRIPTION="An ncurses-based Xenon clone"
34 @@ -17,12 +18,11 @@
35
36 S=${WORKDIR}/${PN}
37
38 -src_unpack() {
39 - unpack ${A}
40 - cd "${S}"
41 +src_prepare() {
42 sed -i \
43 -e "s/-O2/${CFLAGS}/" \
44 -e '/strip/d' \
45 + -e '/^CC/d' \
46 Makefile || die "sed failed"
47 }
48
49
50
51
52 1.9 games-arcade/alienwave/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/alienwave/ChangeLog?rev=1.9&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/alienwave/ChangeLog?rev=1.9&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/alienwave/ChangeLog?r1=1.8&r2=1.9
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/games-arcade/alienwave/ChangeLog,v
61 retrieving revision 1.8
62 retrieving revision 1.9
63 diff -u -r1.8 -r1.9
64 --- ChangeLog 9 Apr 2007 21:42:22 -0000 1.8
65 +++ ChangeLog 29 Jan 2009 01:41:41 -0000 1.9
66 @@ -1,6 +1,10 @@
67 # ChangeLog for games-arcade/alienwave
68 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/alienwave/ChangeLog,v 1.8 2007/04/09 21:42:22 welp Exp $
70 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/alienwave/ChangeLog,v 1.9 2009/01/29 01:41:41 mr_bones_ Exp $
72 +
73 + 29 Jan 2009; Michael Sterrett <mr_bones_@g.o>
74 + alienwave-0.3.0.ebuild:
75 + EAPI=2; respect CC
76
77 09 Apr 2007; Peter Weller <welp@g.o> alienwave-0.3.0.ebuild:
78 Keyworded ~x86-fbsd wrt bug 173405