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/barrage: barrage-1.0.4.ebuild ChangeLog
Date: Wed, 31 Dec 2014 09:26:35
Message-Id: 20141231092632.513A8E8E9@oystercatcher.gentoo.org
1 tupone 14/12/31 09:26:32
2
3 Modified: barrage-1.0.4.ebuild ChangeLog
4 Log:
5 Migrating 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.7 games-action/barrage/barrage-1.0.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/barrage/barrage-1.0.4.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/barrage/barrage-1.0.4.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/barrage/barrage-1.0.4.ebuild?r1=1.6&r2=1.7
15
16 Index: barrage-1.0.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/barrage/barrage-1.0.4.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- barrage-1.0.4.ebuild 15 May 2014 16:20:05 -0000 1.6
23 +++ barrage-1.0.4.ebuild 31 Dec 2014 09:26:32 -0000 1.7
24 @@ -1,8 +1,8 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/barrage-1.0.4.ebuild,v 1.6 2014/05/15 16:20:05 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/barrage-1.0.4.ebuild,v 1.7 2014/12/31 09:26:32 tupone Exp $
29
30 -EAPI=2
31 +EAPI=4
32 inherit eutils games
33
34 DESCRIPTION="A violent point-and-click shooting game"
35 @@ -16,14 +16,14 @@
36
37 DEPEND=">=media-libs/libsdl-1.2[sound,video]
38 >=media-libs/sdl-mixer-1.2.4"
39 +RDEPEND="${DEPEND}"
40
41 src_configure() {
42 egamesconf --datadir="${GAMES_DATADIR_BASE}"
43 }
44
45 src_install() {
46 - emake DESTDIR="${D}" install || die
47 - dodoc AUTHORS BUGS ChangeLog README
48 + default
49 newicon barrage48.png ${PN}.png
50 make_desktop_entry ${PN} Barrage
51 rm "${D}"/usr/share/applications/${PN}.desktop
52
53
54
55 1.26 games-action/barrage/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/barrage/ChangeLog?rev=1.26&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/barrage/ChangeLog?rev=1.26&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/barrage/ChangeLog?r1=1.25&r2=1.26
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/games-action/barrage/ChangeLog,v
64 retrieving revision 1.25
65 retrieving revision 1.26
66 diff -u -r1.25 -r1.26
67 --- ChangeLog 15 May 2014 16:20:05 -0000 1.25
68 +++ ChangeLog 31 Dec 2014 09:26:32 -0000 1.26
69 @@ -1,6 +1,9 @@
70 # ChangeLog for games-action/barrage
71 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/ChangeLog,v 1.25 2014/05/15 16:20:05 ulm Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/ChangeLog,v 1.26 2014/12/31 09:26:32 tupone Exp $
74 +
75 + 31 Dec 2014; Tupone Alfredo <tupone@g.o> barrage-1.0.4.ebuild:
76 + Migrating to EAPI 4
77
78 15 May 2014; Ulrich Müller <ulm@g.o> barrage-1.0.4.ebuild:
79 Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to