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/rrootage: rrootage-0.23a.ebuild ChangeLog
Date: Thu, 01 Jan 2015 20:52:15
Message-Id: 20150101205209.1F9DCEA97@oystercatcher.gentoo.org
1 tupone 15/01/01 20:52:09
2
3 Modified: rrootage-0.23a.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/rrootage/rrootage-0.23a.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild?r1=1.12&r2=1.13
15
16 Index: rrootage-0.23a.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- rrootage-0.23a.ebuild 26 Jul 2012 10:38:14 -0000 1.12
23 +++ rrootage-0.23a.ebuild 1 Jan 2015 20:52:09 -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/rrootage/rrootage-0.23a.ebuild,v 1.12 2012/07/26 10:38:14 tupone Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild,v 1.13 2015/01/01 20:52:09 tupone Exp $
30
31 -EAPI=2
32 +EAPI=4
33 inherit eutils games
34
35 MY_PN="rRootage"
36 @@ -22,6 +22,7 @@
37 media-libs/libsdl[video]
38 media-libs/sdl-mixer[vorbis]
39 >=dev-libs/libbulletml-0.0.3"
40 +RDEPEND="${DEPEND}"
41
42 S=${WORKDIR}/${MY_PN}/src
43
44 @@ -47,12 +48,11 @@
45 src_compile() {
46 emake \
47 MORE_CFLAGS="-DLINUX ${CFLAGS}" \
48 - MORE_CXXFLAGS="-DLINUX ${CXXFLAGS}" \
49 - || die "emake failed"
50 + MORE_CXXFLAGS="-DLINUX ${CXXFLAGS}"
51 }
52
53 src_install() {
54 - newgamesbin rr ${PN} || die "newgamesbin failed"
55 + newgamesbin rr ${PN}
56 dodir "${GAMES_DATADIR}/${MY_PN}"
57 cp -r ../rr_share/* "${D}/${GAMES_DATADIR}/${MY_PN}" || die "cp failed"
58 dodoc ../readme*
59
60
61
62 1.13 games-action/rrootage/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rrootage/ChangeLog?rev=1.13&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rrootage/ChangeLog?rev=1.13&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rrootage/ChangeLog?r1=1.12&r2=1.13
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/games-action/rrootage/ChangeLog,v
71 retrieving revision 1.12
72 retrieving revision 1.13
73 diff -u -r1.12 -r1.13
74 --- ChangeLog 26 Jul 2012 10:38:14 -0000 1.12
75 +++ ChangeLog 1 Jan 2015 20:52:09 -0000 1.13
76 @@ -1,6 +1,9 @@
77 # ChangeLog for games-action/rrootage
78 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/ChangeLog,v 1.12 2012/07/26 10:38:14 tupone Exp $
80 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
81 +# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/ChangeLog,v 1.13 2015/01/01 20:52:09 tupone Exp $
82 +
83 + 01 Jan 2015; Tupone Alfredo <tupone@g.o> rrootage-0.23a.ebuild:
84 + EAPI 4
85
86 26 Jul 2012; Alfredo Tupone <tupone@g.o> rrootage-0.23a.ebuild:
87 Fix build with new gcc. Bug #424181 by flameeyes@g.o