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-3.5.ebuild
Date: Mon, 04 May 2009 08:10:51
Message-Id: E1M0lbu-0008HO-Lb@stork.gentoo.org
1 mr_bones_ 09/05/04 00:00:42
2
3 Modified: ChangeLog
4 Added: atanks-3.5.ebuild
5 Log:
6 version bump (bug #267097)
7 (Portage version: 2.1.6.11/cvs/Linux i686)
8
9 Revision Changes Path
10 1.38 games-action/atanks/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/atanks/ChangeLog?rev=1.38&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/atanks/ChangeLog?rev=1.38&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/atanks/ChangeLog?r1=1.37&r2=1.38
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v
19 retrieving revision 1.37
20 retrieving revision 1.38
21 diff -u -r1.37 -r1.38
22 --- ChangeLog 18 Mar 2009 22:36:24 -0000 1.37
23 +++ ChangeLog 4 May 2009 00:00:42 -0000 1.38
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-action/atanks
26 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.37 2009/03/18 22:36:24 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.38 2009/05/04 00:00:42 mr_bones_ Exp $
29 +
30 +*atanks-3.5 (04 May 2009)
31 +
32 + 04 May 2009; Michael Sterrett <mr_bones_@g.o>
33 + +files/atanks-3.5-build.patch, +atanks-3.5.ebuild:
34 + version bump (bug #267097)
35
36 18 Mar 2009; Brent Baude <ranger@g.o> atanks-3.2.ebuild:
37 stable ppc, bug 259251
38
39
40
41 1.1 games-action/atanks/atanks-3.5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/atanks/atanks-3.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/atanks/atanks-3.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: atanks-3.5.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-3.5.ebuild,v 1.1 2009/05/04 00:00:42 mr_bones_ Exp $
51
52 EAPI=2
53 inherit eutils games
54
55 DESCRIPTION="Worms and Scorched Earth-like game"
56 HOMEPAGE="http://atanks.sourceforge.net/"
57 SRC_URI="mirror://sourceforge/atanks/${P}-r1.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~x86"
62 IUSE=""
63
64 DEPEND="media-libs/allegro[X]"
65
66 S=${WORKDIR}/${P}-r1
67
68 PATCHES=( "${FILESDIR}"/${P}-build.patch )
69
70 src_install() {
71 dogamesbin ${PN} || die "dogamesbin failed"
72 insinto "${GAMES_DATADIR}"/${PN}
73 doins *.dat *.txt || die "doins failed"
74 doicon ${PN}.png
75 make_desktop_entry atanks "Atomic Tanks"
76 dodoc Changelog README TODO
77 prepgamesdirs
78 }