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/noiz2sa: noiz2sa-0.51a.ebuild ChangeLog
Date: Thu, 01 Jan 2015 19:36:01
Message-Id: 20150101193556.3F1CBEA7F@oystercatcher.gentoo.org
1 tupone 15/01/01 19:35:56
2
3 Modified: noiz2sa-0.51a.ebuild ChangeLog
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.13 games-action/noiz2sa/noiz2sa-0.51a.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/noiz2sa/noiz2sa-0.51a.ebuild?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/noiz2sa/noiz2sa-0.51a.ebuild?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/noiz2sa/noiz2sa-0.51a.ebuild?r1=1.12&r2=1.13
15
16 Index: noiz2sa-0.51a.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/noiz2sa/noiz2sa-0.51a.ebuild,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- noiz2sa-0.51a.ebuild 13 Jun 2012 06:44:24 -0000 1.12
23 +++ noiz2sa-0.51a.ebuild 1 Jan 2015 19:35:56 -0000 1.13
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-action/noiz2sa/noiz2sa-0.51a.ebuild,v 1.12 2012/06/13 06:44:24 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/noiz2sa/noiz2sa-0.51a.ebuild,v 1.13 2015/01/01 19:35:56 tupone Exp $
30
31 -EAPI=2
32 +EAPI=4
33 inherit eutils games
34
35 DESCRIPTION="Abstract Shooting Game"
36 @@ -17,16 +17,13 @@
37 DEPEND="media-libs/sdl-mixer[vorbis]
38 >=dev-libs/libbulletml-0.0.3
39 virtual/opengl"
40 +RDEPEND="${DEPEND}"
41
42 S=${WORKDIR}/${PN}/src
43
44 -PATCHES=( "${FILESDIR}"/${P}-gcc41.patch
45 - "${FILESDIR}"/${P}-underlink.patch
46 -)
47 -
48 src_prepare(){
49 - base_src_prepare
50 -
51 + epatch "${FILESDIR}"/${P}-gcc41.patch \
52 + "${FILESDIR}"/${P}-underlink.patch
53 sed -i \
54 -e "s:/.noiz2sa.prf:/noiz2sa.prf:" \
55 -e "s:getenv(\"HOME\"):\"${GAMES_STATEDIR}\":" \
56 @@ -39,7 +36,7 @@
57 src_install(){
58 local datadir="${GAMES_DATADIR}/${PN}"
59
60 - dogamesbin ${PN} || die "dogamesbin failed"
61 + dogamesbin ${PN}
62 dodir "${datadir}" "${GAMES_STATEDIR}"
63 cp -r ../noiz2sa_share/* "${D}/${datadir}" || die "cp failed"
64 dodoc ../readme*
65
66
67
68 1.13 games-action/noiz2sa/ChangeLog
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/noiz2sa/ChangeLog?rev=1.13&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/noiz2sa/ChangeLog?rev=1.13&content-type=text/plain
72 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/noiz2sa/ChangeLog?r1=1.12&r2=1.13
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/games-action/noiz2sa/ChangeLog,v
77 retrieving revision 1.12
78 retrieving revision 1.13
79 diff -u -r1.12 -r1.13
80 --- ChangeLog 22 Jun 2012 06:44:31 -0000 1.12
81 +++ ChangeLog 1 Jan 2015 19:35:56 -0000 1.13
82 @@ -1,6 +1,9 @@
83 # ChangeLog for games-action/noiz2sa
84 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/games-action/noiz2sa/ChangeLog,v 1.12 2012/06/22 06:44:31 tupone Exp $
86 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
87 +# $Header: /var/cvsroot/gentoo-x86/games-action/noiz2sa/ChangeLog,v 1.13 2015/01/01 19:35:56 tupone Exp $
88 +
89 + 01 Jan 2015; Tupone Alfredo <tupone@g.o> noiz2sa-0.51a.ebuild:
90 + EAPI 4
91
92 22 Jun 2012; Tupone Alfredo <tupone@g.o>
93 files/noiz2sa-0.51a-underlink.patch: