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-board/phalanx: phalanx-22.ebuild ChangeLog
Date: Wed, 29 Oct 2014 18:41:05
Message-Id: 20141029184059.D858D9049@oystercatcher.gentoo.org
1 mr_bones_ 14/10/29 18:40:59
2
3 Modified: phalanx-22.ebuild ChangeLog
4 Log:
5 EAPI=5; tidy
6
7 (Portage version: 2.2.8-r2/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.6 games-board/phalanx/phalanx-22.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/phalanx/phalanx-22.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/phalanx/phalanx-22.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/phalanx/phalanx-22.ebuild?r1=1.5&r2=1.6
15
16 Index: phalanx-22.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-board/phalanx/phalanx-22.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- phalanx-22.ebuild 5 Dec 2008 18:37:50 -0000 1.5
23 +++ phalanx-22.ebuild 29 Oct 2014 18:40:59 -0000 1.6
24 @@ -1,7 +1,8 @@
25 -# Copyright 1999-2008 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-board/phalanx/phalanx-22.ebuild,v 1.5 2008/12/05 18:37:50 nyhm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-board/phalanx/phalanx-22.ebuild,v 1.6 2014/10/29 18:40:59 mr_bones_ Exp $
30
31 +EAPI=5
32 inherit toolchain-funcs games
33
34 MY_PN="Phalanx"
35 @@ -30,14 +31,13 @@
36 DEFINES="${define}" \
37 CC="$(tc-getCC)" \
38 CFLAGS="${CFLAGS}" \
39 - LDFLAGS="${LDFLAGS}" \
40 - || die "emake failed"
41 + LDFLAGS="${LDFLAGS}"
42 }
43
44 src_install() {
45 - dogamesbin phalanx || die "dogamesbin failed"
46 + dogamesbin phalanx
47 insinto "${GAMES_DATADIR}"/${PN}
48 - doins pbook.phalanx sbook.phalanx learn.phalanx || die "doins failed"
49 + doins pbook.phalanx sbook.phalanx learn.phalanx
50 dodoc HISTORY README
51 prepgamesdirs
52 }
53
54
55
56 1.6 games-board/phalanx/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/phalanx/ChangeLog?rev=1.6&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/phalanx/ChangeLog?rev=1.6&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/phalanx/ChangeLog?r1=1.5&r2=1.6
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/games-board/phalanx/ChangeLog,v
65 retrieving revision 1.5
66 retrieving revision 1.6
67 diff -u -r1.5 -r1.6
68 --- ChangeLog 5 Dec 2008 18:37:50 -0000 1.5
69 +++ ChangeLog 29 Oct 2014 18:40:59 -0000 1.6
70 @@ -1,6 +1,9 @@
71 # ChangeLog for games-board/phalanx
72 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/games-board/phalanx/ChangeLog,v 1.5 2008/12/05 18:37:50 nyhm Exp $
74 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
75 +# $Header: /var/cvsroot/gentoo-x86/games-board/phalanx/ChangeLog,v 1.6 2014/10/29 18:40:59 mr_bones_ Exp $
76 +
77 + 29 Oct 2014; Michael Sterrett <mr_bones_@g.o> phalanx-22.ebuild:
78 + EAPI=5; tidy
79
80 05 Dec 2008; Tristan Heaven <nyhm@g.o> phalanx-22.ebuild:
81 Respect CC and LDFLAGS, bug #244068
82 @@ -19,4 +22,3 @@
83 29 May 2007; Tupone Alfredo <tupone@g.o> +metadata.xml,
84 +phalanx-22.ebuild:
85 New package. Bug #157264 by Ville Oikarinen
86 -