Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/btanks: ChangeLog btanks-0.7.5800.ebuild
Date: Thu, 27 Dec 2007 01:00:30
Message-Id: E1J7h6i-0003Ju-CX@stork.gentoo.org
1 tupone 07/12/27 01:00:20
2
3 Modified: ChangeLog
4 Added: btanks-0.7.5800.ebuild
5 Log:
6 Version bump to 0.7.5800 Bug #203138
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.7 games-action/btanks/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/btanks/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 29 Nov 2007 08:17:34 -0000 1.6
23 +++ ChangeLog 27 Dec 2007 01:00:19 -0000 1.7
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-action/btanks
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/ChangeLog,v 1.6 2007/11/29 08:17:34 opfer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/ChangeLog,v 1.7 2007/12/27 01:00:19 tupone Exp $
29 +
30 +*btanks-0.7.5800 (27 Dec 2007)
31 +
32 + 27 Dec 2007; Tupone Alfredo <tupone@g.o>
33 + +files/btanks-0.7.5800-scons-blows.patch, +btanks-0.7.5800.ebuild:
34 + Version bump to 0.7.5800 Bug #203138 by St.MPA3b
35
36 29 Nov 2007; Christian Faulhammer <opfer@g.o>
37 btanks-0.6.5069.ebuild:
38
39
40
41 1.1 games-action/btanks/btanks-0.7.5800.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/btanks-0.7.5800.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/btanks-0.7.5800.ebuild?rev=1.1&content-type=text/plain
45
46 Index: btanks-0.7.5800.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/games-action/btanks/btanks-0.7.5800.ebuild,v 1.1 2007/12/27 01:00:19 tupone Exp $
51
52 inherit eutils games
53
54 DESCRIPTION="Fast 2D tank arcade game with multiplayer and split-screen modes"
55 HOMEPAGE="http://btanks.sourceforge.net/"
56 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 RDEPEND=">=dev-libs/libsigc++-2.0
64 >=dev-lang/lua-5.1
65 media-libs/openal
66 media-libs/libsdl
67 media-libs/libvorbis
68 virtual/opengl
69 dev-libs/expat
70 media-libs/sdl-image"
71 DEPEND="${RDEPEND}
72 dev-util/scons"
73
74 src_unpack() {
75 unpack ${A}
76 cd "${S}"
77 epatch "${FILESDIR}"/${P}-scons-blows.patch
78 }
79
80 src_compile() {
81 scons \
82 mode="release" \
83 prefix=/usr \
84 lib_dir="$(games_get_libdir)/${PN}" \
85 resources_dir="${GAMES_DATADIR}/${PN}" \
86 || die "scons"
87 }
88
89 src_install() {
90 newgamesbin bt btanks || die "newgamesbin"
91
92 insinto "$(games_get_libdir)"/${PN}
93 doins lib{mrt,bt,sdlx}.so || die "doins for lib.so failed"
94
95 exeinto "${GAMES_DATADIR}/${PN}"
96 doexe libbt_objects.so || die "doins for libbt_objects.so failed"
97 insinto "${GAMES_DATADIR}/${PN}"
98 doins -r data || die "doins for data failed"
99 dodoc ChangeLog *.txt
100
101 newicon src/bt.xpm ${PN}.xpm || die "newicon"
102 make_desktop_entry ${PN} "Battle Tanks" ${PN}.xpm
103
104 prepgamesdirs
105 }
106
107
108
109 --
110 gentoo-commits@g.o mailing list