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/stardork: stardork-0.6.ebuild ChangeLog
Date: Mon, 05 May 2008 20:20:14
Message-Id: E1Jt7AM-0007Dc-45@stork.gentoo.org
1 nyhm 08/05/05 20:20:06
2
3 Modified: stardork-0.6.ebuild ChangeLog
4 Log:
5 Respect CFLAGS/LDFLAGS; add ~amd64 keyword
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.6 games-arcade/stardork/stardork-0.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/stardork/stardork-0.6.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/stardork/stardork-0.6.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/stardork/stardork-0.6.ebuild?r1=1.5&r2=1.6
14
15 Index: stardork-0.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/stardork/stardork-0.6.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- stardork-0.6.ebuild 21 May 2006 18:35:56 -0000 1.5
22 +++ stardork-0.6.ebuild 5 May 2008 20:20:05 -0000 1.6
23 @@ -1,8 +1,8 @@
24 -# Copyright 1999-2006 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/stardork/stardork-0.6.ebuild,v 1.5 2006/05/21 18:35:56 corsair Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/stardork/stardork-0.6.ebuild,v 1.6 2008/05/05 20:20:05 nyhm Exp $
29
30 -inherit games
31 +inherit toolchain-funcs games
32
33 DESCRIPTION="An ncurses-based space shooter"
34 HOMEPAGE="http://stardork.sourceforge.net/"
35 @@ -10,13 +10,23 @@
36
37 LICENSE="GPL-2"
38 SLOT="0"
39 -KEYWORDS="~ppc ppc64 x86"
40 +KEYWORDS="~amd64 ~ppc ppc64 x86"
41 IUSE=""
42
43 DEPEND="sys-libs/ncurses"
44
45 +src_unpack() {
46 + unpack ${A}
47 + cd "${S}"
48 + rm -f Makefile
49 +}
50 +
51 +src_compile() {
52 + emake CC="$(tc-getCC)" LDLIBS=-lncurses ${PN} || die "emake failed"
53 +}
54 +
55 src_install() {
56 - dogamesbin stardork || die "dogamesbin failed"
57 + dogamesbin ${PN} || die "dogamesbin failed"
58 dodoc README
59 prepgamesdirs
60 }
61
62
63
64 1.8 games-arcade/stardork/ChangeLog
65
66 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/stardork/ChangeLog?rev=1.8&view=markup
67 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/stardork/ChangeLog?rev=1.8&content-type=text/plain
68 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/stardork/ChangeLog?r1=1.7&r2=1.8
69
70 Index: ChangeLog
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/games-arcade/stardork/ChangeLog,v
73 retrieving revision 1.7
74 retrieving revision 1.8
75 diff -u -r1.7 -r1.8
76 --- ChangeLog 8 Feb 2007 20:56:21 -0000 1.7
77 +++ ChangeLog 5 May 2008 20:20:05 -0000 1.8
78 @@ -1,6 +1,9 @@
79 # ChangeLog for games-arcade/stardork
80 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
81 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/stardork/ChangeLog,v 1.7 2007/02/08 20:56:21 wolf31o2 Exp $
82 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
83 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/stardork/ChangeLog,v 1.8 2008/05/05 20:20:05 nyhm Exp $
84 +
85 + 05 May 2008; Tristan Heaven <nyhm@g.o> stardork-0.6.ebuild:
86 + Respect CFLAGS/LDFLAGS; add ~amd64 keyword
87
88 08 Feb 2007; Chris Gianelloni <wolf31o2@g.o> ChangeLog:
89 Regenerate digest in Manifest2 format.
90
91
92
93 --
94 gentoo-commits@l.g.o mailing list