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-4.6.ebuild
Date: Wed, 02 Jun 2010 07:29:47
Message-Id: 20100602072942.B58D02CE14@corvid.gentoo.org
1 mr_bones_ 10/06/02 07:29:42
2
3 Modified: ChangeLog
4 Added: atanks-4.6.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.8.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.51 games-action/atanks/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/ChangeLog?rev=1.51&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/ChangeLog?rev=1.51&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/ChangeLog?r1=1.50&r2=1.51
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v
19 retrieving revision 1.50
20 retrieving revision 1.51
21 diff -u -r1.50 -r1.51
22 --- ChangeLog 31 May 2010 09:40:20 -0000 1.50
23 +++ ChangeLog 2 Jun 2010 07:29:42 -0000 1.51
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-action/atanks
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.50 2010/05/31 09:40:20 phajdan.jr Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.51 2010/06/02 07:29:42 mr_bones_ Exp $
29 +
30 +*atanks-4.6 (02 Jun 2010)
31 +
32 + 02 Jun 2010; Michael Sterrett <mr_bones_@g.o> +atanks-4.6.ebuild,
33 + +files/atanks-4.6-build.patch:
34 + version bump
35
36 31 May 2010; Pawel Hajdan jr <phajdan.jr@g.o> atanks-4.5.ebuild:
37 x86 stable wrt bug #319291
38
39
40
41 1.1 games-action/atanks/atanks-4.6.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/atanks-4.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/atanks-4.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: atanks-4.6.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-4.6.ebuild,v 1.1 2010/06/02 07:29: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}.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 src_prepare() {
67 find . -type f -name ".directory" -exec rm -vf '{}' +
68 epatch "${FILESDIR}"/${P}-build.patch
69 }
70
71 src_compile() {
72 emake \
73 BINDIR="${GAMES_BINDIR}"
74 INSTALLDIR="${GAMES_DATADIR}/${PN}" \
75 || die "emake failed"
76 }
77
78 src_install() {
79 dogamesbin ${PN} || die "dogamesbin failed"
80 insinto "${GAMES_DATADIR}"/${PN}
81 doins -r button misc missile sound stock tank tankgun text title \
82 unicode.dat *.txt \
83 || die "doins failed"
84 doicon ${PN}.png
85 make_desktop_entry atanks "Atomic Tanks"
86 dodoc Changelog README TODO
87 prepgamesdirs
88 }