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-puzzle/galaxis: galaxis-1.7.ebuild ChangeLog
Date: Thu, 29 Jan 2009 02:10:25
Message-Id: E1LSMMG-0007nt-Iq@stork.gentoo.org
1 mr_bones_ 09/01/29 02:10:20
2
3 Modified: galaxis-1.7.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-puzzle/galaxis/galaxis-1.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/galaxis/galaxis-1.7.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/galaxis/galaxis-1.7.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/galaxis/galaxis-1.7.ebuild?r1=1.9&r2=1.10
14
15 Index: galaxis-1.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/galaxis-1.7.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- galaxis-1.7.ebuild 6 Dec 2006 17:24:33 -0000 1.9
22 +++ galaxis-1.7.ebuild 29 Jan 2009 02:10:20 -0000 1.10
23 @@ -1,7 +1,8 @@
24 -# Copyright 1999-2006 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-puzzle/galaxis/galaxis-1.7.ebuild,v 1.9 2006/12/06 17:24:33 wolf31o2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/galaxis-1.7.ebuild,v 1.10 2009/01/29 02:10:20 mr_bones_ Exp $
29
30 +EAPI=2
31 inherit games
32
33 DESCRIPTION="A UNIX-hosted, curses-based clone of the nifty little Macintosh freeware game Galaxis"
34 @@ -13,14 +14,12 @@
35 KEYWORDS="amd64 ppc ppc64 x86"
36 IUSE=""
37
38 -RDEPEND=">=sys-libs/ncurses-5.3"
39 -
40 -src_unpack() {
41 - unpack ${A}
42 - cd "${S}"
43 +DEPEND=">=sys-libs/ncurses-5.3"
44
45 +src_prepare() {
46 # Modify CFLAGS
47 sed -i \
48 + -e '/^CC/d' \
49 -e '/^CFLAGS/s:-g:$(E_CFLAGS):' \
50 Makefile || die "sed Makefile failed"
51 }
52
53
54
55 1.10 games-puzzle/galaxis/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/galaxis/ChangeLog?rev=1.10&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/galaxis/ChangeLog?rev=1.10&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/galaxis/ChangeLog?r1=1.9&r2=1.10
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/ChangeLog,v
64 retrieving revision 1.9
65 retrieving revision 1.10
66 diff -u -r1.9 -r1.10
67 --- ChangeLog 6 Dec 2006 17:24:33 -0000 1.9
68 +++ ChangeLog 29 Jan 2009 02:10:20 -0000 1.10
69 @@ -1,6 +1,9 @@
70 # ChangeLog for games-puzzle/galaxis
71 -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/ChangeLog,v 1.9 2006/12/06 17:24:33 wolf31o2 Exp $
73 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
74 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/ChangeLog,v 1.10 2009/01/29 02:10:20 mr_bones_ Exp $
75 +
76 + 29 Jan 2009; Michael Sterrett <mr_bones_@g.o> galaxis-1.7.ebuild:
77 + EAPI=2; respect CC
78
79 06 Dec 2006; Chris Gianelloni <wolf31o2@g.o> galaxis-1.7.ebuild:
80 Removed sed-4 from *DEPEND.