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/towbowl-tactics: ChangeLog towbowl-tactics-0.5.ebuild
Date: Fri, 02 Jan 2015 10:08:30
Message-Id: 20150102100826.C4815EB41@oystercatcher.gentoo.org
1 tupone 15/01/02 10:08:26
2
3 Modified: ChangeLog towbowl-tactics-0.5.ebuild
4 Log:
5 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.10 games-action/towbowl-tactics/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/towbowl-tactics/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/towbowl-tactics/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/towbowl-tactics/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 15 May 2014 16:25:48 -0000 1.9
23 +++ ChangeLog 2 Jan 2015 10:08:26 -0000 1.10
24 @@ -1,6 +1,9 @@
25 # ChangeLog for games-action/towbowl-tactics
26 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/ChangeLog,v 1.9 2014/05/15 16:25:48 ulm Exp $
28 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/ChangeLog,v 1.10 2015/01/02 10:08:26 tupone Exp $
30 +
31 + 02 Jan 2015; Tupone Alfredo <tupone@g.o> towbowl-tactics-0.5.ebuild:
32 + EAPI 4
33
34 15 May 2014; Ulrich Müller <ulm@g.o> towbowl-tactics-0.5.ebuild:
35 Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
36
37
38
39 1.13 games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild?rev=1.13&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild?rev=1.13&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild?r1=1.12&r2=1.13
44
45 Index: towbowl-tactics-0.5.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild,v
48 retrieving revision 1.12
49 retrieving revision 1.13
50 diff -u -r1.12 -r1.13
51 --- towbowl-tactics-0.5.ebuild 15 May 2014 16:25:48 -0000 1.12
52 +++ towbowl-tactics-0.5.ebuild 2 Jan 2015 10:08:26 -0000 1.13
53 @@ -1,8 +1,8 @@
54 -# Copyright 1999-2014 Gentoo Foundation
55 +# Copyright 1999-2015 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild,v 1.12 2014/05/15 16:25:48 ulm Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild,v 1.13 2015/01/02 10:08:26 tupone Exp $
59
60 -EAPI=2
61 +EAPI=4
62 inherit eutils games
63
64 DESCRIPTION="Tow Bowl Tactics is a game based on Games Workshop's Blood Bowl"
65 @@ -41,12 +41,12 @@
66 }
67
68 src_install() {
69 - dogamesbin tbt || die
70 + dogamesbin tbt
71 dodir "${GAMES_DATADIR}/tbt"
72 cp -r ../data ../tbt.ico "${D}${GAMES_DATADIR}/tbt" || die
73 insinto "${GAMES_SYSCONFDIR}/tbt"
74 - doins ../config.xml || die
75 - newicon ../data/images/panel/turn.png ${PN}.png || die
76 - make_desktop_entry tbt "Tow Bowl Tactics" || die
77 + doins ../config.xml
78 + newicon ../data/images/panel/turn.png ${PN}.png
79 + make_desktop_entry tbt "Tow Bowl Tactics"
80 prepgamesdirs
81 }