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/rafkill: ChangeLog rafkill-1.2.3.ebuild
Date: Thu, 01 Jan 2015 20:40:53
Message-Id: 20150101204050.2068DEA96@oystercatcher.gentoo.org
1 tupone 15/01/01 20:40:50
2
3 Modified: ChangeLog rafkill-1.2.3.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.12 games-action/rafkill/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rafkill/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rafkill/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rafkill/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/rafkill/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 19 Jul 2012 11:49:38 -0000 1.11
23 +++ ChangeLog 1 Jan 2015 20:40:50 -0000 1.12
24 @@ -1,6 +1,9 @@
25 # ChangeLog for games-action/rafkill
26 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/rafkill/ChangeLog,v 1.11 2012/07/19 11:49:38 tupone Exp $
28 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/rafkill/ChangeLog,v 1.12 2015/01/01 20:40:50 tupone Exp $
30 +
31 + 01 Jan 2015; Tupone Alfredo <tupone@g.o> rafkill-1.2.3.ebuild:
32 + EAPI 4
33
34 19 Jul 2012; Tupone Alfredo <tupone@g.o> rafkill-1.2.3.ebuild,
35 +files/rafkill-1.2.3-gcc47.patch:
36
37
38
39 1.11 games-action/rafkill/rafkill-1.2.3.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rafkill/rafkill-1.2.3.ebuild?rev=1.11&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rafkill/rafkill-1.2.3.ebuild?rev=1.11&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rafkill/rafkill-1.2.3.ebuild?r1=1.10&r2=1.11
44
45 Index: rafkill-1.2.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-action/rafkill/rafkill-1.2.3.ebuild,v
48 retrieving revision 1.10
49 retrieving revision 1.11
50 diff -u -r1.10 -r1.11
51 --- rafkill-1.2.3.ebuild 19 Jul 2012 11:49:38 -0000 1.10
52 +++ rafkill-1.2.3.ebuild 1 Jan 2015 20:40:50 -0000 1.11
53 @@ -1,8 +1,8 @@
54 -# Copyright 1999-2012 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/rafkill/rafkill-1.2.3.ebuild,v 1.10 2012/07/19 11:49:38 tupone Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-action/rafkill/rafkill-1.2.3.ebuild,v 1.11 2015/01/01 20:40:50 tupone Exp $
59
60 -EAPI=2
61 +EAPI=4
62 inherit eutils scons-utils games
63
64 DESCRIPTION="space shoot-em-up game"
65 @@ -16,6 +16,7 @@
66
67 DEPEND="<media-libs/allegro-5
68 media-libs/aldumb"
69 +RDEPEND="${DEPEND}"
70
71 src_prepare() {
72 rm -f {data,music}/.sconsign
73 @@ -31,13 +32,13 @@
74 }
75
76 src_compile() {
77 - escons || die
78 + escons
79 }
80
81 src_install() {
82 - dogamesbin ${PN} || die "dogamesbin failed"
83 + dogamesbin ${PN}
84 insinto "${GAMES_DATADIR}"/${PN}
85 - doins -r data music || die "doins failed"
86 + doins -r data music
87 dodoc README
88 prepgamesdirs
89 }