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.9.8083.ebuild
Date: Wed, 31 Dec 2014 11:36:58
Message-Id: 20141231113652.F0D12E903@oystercatcher.gentoo.org
1 tupone 14/12/31 11:36:52
2
3 Modified: ChangeLog btanks-0.9.8083.ebuild
4 Log:
5 Migration to EAPI 4
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
8
9 Revision Changes Path
10 1.27 games-action/btanks/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/btanks/ChangeLog?rev=1.27&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/btanks/ChangeLog?rev=1.27&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/btanks/ChangeLog?r1=1.26&r2=1.27
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/btanks/ChangeLog,v
19 retrieving revision 1.26
20 retrieving revision 1.27
21 diff -u -r1.26 -r1.27
22 --- ChangeLog 8 Oct 2012 09:02:14 -0000 1.26
23 +++ ChangeLog 31 Dec 2014 11:36:52 -0000 1.27
24 @@ -1,6 +1,9 @@
25 # ChangeLog for games-action/btanks
26 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/ChangeLog,v 1.26 2012/10/08 09:02:14 tupone Exp $
28 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/ChangeLog,v 1.27 2014/12/31 11:36:52 tupone Exp $
30 +
31 + 31 Dec 2014; Tupone Alfredo <tupone@g.o> btanks-0.9.8083.ebuild:
32 + Migration to EAPI 4
33
34 08 Oct 2012; Tupone Alfredo <tupone@g.o> btanks-0.9.8083.ebuild,
35 +files/btanks-0.9.8083-gcc47.patch:
36
37
38
39 1.7 games-action/btanks/btanks-0.9.8083.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/btanks/btanks-0.9.8083.ebuild?rev=1.7&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/btanks/btanks-0.9.8083.ebuild?rev=1.7&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/btanks/btanks-0.9.8083.ebuild?r1=1.6&r2=1.7
44
45 Index: btanks-0.9.8083.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-action/btanks/btanks-0.9.8083.ebuild,v
48 retrieving revision 1.6
49 retrieving revision 1.7
50 diff -u -r1.6 -r1.7
51 --- btanks-0.9.8083.ebuild 8 Oct 2012 09:02:14 -0000 1.6
52 +++ btanks-0.9.8083.ebuild 31 Dec 2014 11:36:52 -0000 1.7
53 @@ -1,8 +1,8 @@
54 -# Copyright 1999-2012 Gentoo Foundation
55 +# Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/btanks-0.9.8083.ebuild,v 1.6 2012/10/08 09:02:14 tupone Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/btanks-0.9.8083.ebuild,v 1.7 2014/12/31 11:36:52 tupone Exp $
59
60 -EAPI=2
61 +EAPI=4
62 inherit eutils scons-utils games
63
64 DESCRIPTION="Fast 2D tank arcade game with multiplayer and split-screen modes"
65 @@ -37,17 +37,16 @@
66 prefix="${GAMES_PREFIX}" \
67 lib_dir="$(games_get_libdir)"/${PN} \
68 plugins_dir="$(games_get_libdir)"/${PN} \
69 - resources_dir="${GAMES_DATADIR}"/${PN} \
70 - || die
71 + resources_dir="${GAMES_DATADIR}"/${PN}
72 }
73
74 src_install() {
75 - dogamesbin build/release/engine/btanks || die "dogamesbin failed"
76 - newgamesbin build/release/editor/bted btanksed || die "newgamesbin failed"
77 + dogamesbin build/release/engine/btanks
78 + newgamesbin build/release/editor/bted btanksed
79 exeinto "$(games_get_libdir)"/${PN}
80 - doexe build/release/*/*.so || die "doexe failed"
81 + doexe build/release/*/*.so
82 insinto "${GAMES_DATADIR}"/${PN}
83 - doins -r data || die "doins failed"
84 + doins -r data
85 newicon engine/src/bt.xpm ${PN}.xpm
86 make_desktop_entry ${PN} "Battle Tanks"
87 dodoc ChangeLog *.txt