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: atanks-3.6.ebuild ChangeLog
Date: Wed, 03 Jun 2009 19:07:32
Message-Id: E1MBvo9-0004hD-40@stork.gentoo.org
1 mr_bones_ 09/06/03 19:07:29
2
3 Modified: ChangeLog
4 Added: atanks-3.6.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.6.11/cvs/Linux i686)
8
9 Revision Changes Path
10 1.39 games-action/atanks/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/atanks/ChangeLog?rev=1.39&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/atanks/ChangeLog?rev=1.39&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/atanks/ChangeLog?r1=1.38&r2=1.39
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v
19 retrieving revision 1.38
20 retrieving revision 1.39
21 diff -u -r1.38 -r1.39
22 --- ChangeLog 4 May 2009 00:00:42 -0000 1.38
23 +++ ChangeLog 3 Jun 2009 19:07:29 -0000 1.39
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.38 2009/05/04 00:00:42 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.39 2009/06/03 19:07:29 mr_bones_ Exp $
29 +
30 +*atanks-3.6 (03 Jun 2009)
31 +
32 + 03 Jun 2009; Michael Sterrett <mr_bones_@g.o>
33 + +files/atanks-3.6-build.patch, +atanks-3.6.ebuild:
34 + version bump
35
36 *atanks-3.5 (04 May 2009)
37
38
39
40
41 1.1 games-action/atanks/atanks-3.6.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/atanks/atanks-3.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/atanks/atanks-3.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: atanks-3.6.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.6.ebuild,v 1.1 2009/06/03 19:07:29 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 PATCHES=( "${FILESDIR}"/${P}-build.patch )
67
68 src_compile() {
69 emake \
70 BINDIR="${GAMES_BINDIR}"
71 INSTALLDIR="${GAMES_DATADIR}/${PN}" \
72 || die "emake failed"
73 }
74
75 src_install() {
76 dogamesbin ${PN} || die "dogamesbin failed"
77 insinto "${GAMES_DATADIR}"/${PN}
78 doins *.dat *.txt || die "doins failed"
79 doicon ${PN}.png
80 make_desktop_entry atanks "Atomic Tanks"
81 dodoc Changelog README TODO
82 prepgamesdirs
83 }