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.7.ebuild
Date: Mon, 06 Sep 2010 21:10:19
Message-Id: 20100906211016.7A27420051@flycatcher.gentoo.org
1 mr_bones_ 10/09/06 21:10:16
2
3 Modified: ChangeLog
4 Added: atanks-4.7.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.8.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.56 games-action/atanks/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/ChangeLog?rev=1.56&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/ChangeLog?rev=1.56&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/ChangeLog?r1=1.55&r2=1.56
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v
19 retrieving revision 1.55
20 retrieving revision 1.56
21 diff -u -r1.55 -r1.56
22 --- ChangeLog 16 Aug 2010 19:42:30 -0000 1.55
23 +++ ChangeLog 6 Sep 2010 21:10:16 -0000 1.56
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.55 2010/08/16 19:42:30 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.56 2010/09/06 21:10:16 mr_bones_ Exp $
29 +
30 +*atanks-4.7 (06 Sep 2010)
31 +
32 + 06 Sep 2010; Michael Sterrett <mr_bones_@g.o> +atanks-4.7.ebuild,
33 + +files/atanks-4.7-build.patch:
34 + version bump
35
36 16 Aug 2010; Samuli Suominen <ssuominen@g.o> atanks-4.6.ebuild,
37 +files/atanks-4.6-glibc212.patch:
38
39
40
41 1.1 games-action/atanks/atanks-4.7.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/atanks-4.7.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/atanks-4.7.ebuild?rev=1.1&content-type=text/plain
45
46 Index: atanks-4.7.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.7.ebuild,v 1.1 2010/09/06 21:10:16 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 }