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.6.5069.ebuild
Date: Fri, 05 Oct 2007 23:30:45
Message-Id: E1IdwTz-0001XI-Ia@stork.gentoo.org
1 tupone 07/10/05 23:21:23
2
3 Modified: ChangeLog
4 Added: btanks-0.6.5069.ebuild
5 Log:
6 Version bump to 0.6.5069
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.4 games-action/btanks/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/btanks/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 28 Aug 2007 20:22:24 -0000 1.3
23 +++ ChangeLog 5 Oct 2007 23:21:23 -0000 1.4
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.3 2007/08/28 20:22:24 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/ChangeLog,v 1.4 2007/10/05 23:21:23 tupone Exp $
29 +
30 +*btanks-0.6.5069 (05 Oct 2007)
31 +
32 + 05 Oct 2007; Tupone Alfredo <tupone@g.o>
33 + +files/btanks-0.6.5069-scons-blows.patch, +btanks-0.6.5069.ebuild:
34 + Version bump to 0.6.5069
35
36 28 Aug 2007; Michael Sterrett <mr_bones_@g.o>
37 btanks-0.5.4740-r1.ebuild:
38
39
40
41 1.1 games-action/btanks/btanks-0.6.5069.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/btanks-0.6.5069.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/btanks-0.6.5069.ebuild?rev=1.1&content-type=text/plain
45
46 Index: btanks-0.6.5069.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.6.5069.ebuild,v 1.1 2007/10/05 23:21:23 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 media-libs/openal
65 media-libs/libsdl
66 media-libs/libvorbis
67 virtual/opengl
68 dev-libs/expat
69 media-libs/sdl-image"
70 DEPEND="${RDEPEND}
71 dev-util/scons"
72
73 src_unpack() {
74 unpack ${A}
75 cd "${S}"
76 epatch "${FILESDIR}"/${P}-scons-blows.patch
77 }
78
79 src_compile() {
80 scons \
81 mode="release" \
82 prefix=/usr \
83 lib_dir="$(games_get_libdir)/${PN}" \
84 resources_dir="${GAMES_DATADIR}/${PN}" \
85 || die "scons"
86 }
87
88 src_install() {
89 newgamesbin bt btanks || die "newgamesbin"
90
91 insinto "$(games_get_libdir)"/${PN}
92 doins lib{mrt,bt,sdlx}.so || die "doins for lib.so failed"
93
94 exeinto "${GAMES_DATADIR}/${PN}"
95 doexe libbt_objects.so || die "doins for libbt_objects.so failed"
96 insinto "${GAMES_DATADIR}/${PN}"
97 doins -r data || die "doins for data failed"
98 dodoc ChangeLog *.txt
99
100 newicon src/bt.xpm ${PN}.xpm || die "newicon"
101 make_desktop_entry ${PN} "Battle Tanks" ${PN}.xpm
102
103 prepgamesdirs
104 }
105
106
107
108 --
109 gentoo-commits@g.o mailing list