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-action/atanks: ChangeLog atanks-2.7.ebuild
Date: Mon, 31 Dec 2007 03:39:51
Message-Id: E1J9BVA-0000pJ-SJ@stork.gentoo.org
1 mr_bones_ 07/12/31 03:39:44
2
3 Modified: ChangeLog
4 Added: atanks-2.7.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.26 games-action/atanks/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/atanks/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/atanks/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/atanks/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 18 Aug 2007 01:17:44 -0000 1.25
23 +++ ChangeLog 31 Dec 2007 03:39:44 -0000 1.26
24 @@ -1,6 +1,11 @@
25 # ChangeLog for games-action/atanks
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.25 2007/08/18 01:17:44 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.26 2007/12/31 03:39:44 mr_bones_ Exp $
29 +
30 +*atanks-2.7 (19 Dec 2007)
31 +
32 + 19 Dec 2007; Michael Sterrett <mr_bones_@g.o> +atanks-2.7.ebuild:
33 + version bump
34
35 *atanks-2.5 (18 Aug 2007)
36
37
38
39
40 1.1 games-action/atanks/atanks-2.7.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/atanks/atanks-2.7.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/atanks/atanks-2.7.ebuild?rev=1.1&content-type=text/plain
44
45 Index: atanks-2.7.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-2.7.ebuild,v 1.1 2007/12/31 03:39:44 mr_bones_ Exp $
50
51 inherit eutils toolchain-funcs games
52
53 DESCRIPTION="Worms and Scorched Earth-like game"
54 HOMEPAGE="http://atanks.sourceforge.net/"
55 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~x86"
60 IUSE=""
61
62 DEPEND="media-libs/allegro"
63
64 S=${WORKDIR}/${PN}
65
66 src_unpack() {
67 unpack ${A}
68 cd "${S}"
69 sed -i \
70 -e "/^CC/s:g++:$(tc-getCXX):" \
71 -e '/^CFLAGS/s:-g::' \
72 -e 's:CFLAGS:CXXFLAGS:' \
73 -e '/^LDFLAGS/s:=:+=:' \
74 -e "s:DATA_DIR=.*:DATA_DIR=\\\\\"${GAMES_DATADIR}/${PN}\\\\\":" \
75 src/Makefile \
76 || die "sed failed"
77 emake clean
78 }
79
80 src_install() {
81 dogamesbin ${PN} || die "dogamesbin failed"
82 insinto "${GAMES_DATADIR}"/${PN}
83 doins *.dat *.txt || die "doins failed"
84 dodoc BUGS Changelog README TODO
85 make_desktop_entry atanks Atanks
86 prepgamesdirs
87 }
88
89
90
91 --
92 gentoo-commits@g.o mailing list