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-arcade/briquolo: briquolo-0.5.7.ebuild ChangeLog
Date: Sat, 03 Jan 2015 17:08:23
Message-Id: 20150103170817.B833EEC99@oystercatcher.gentoo.org
1 tupone 15/01/03 17:08:17
2
3 Modified: briquolo-0.5.7.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.5 games-arcade/briquolo/briquolo-0.5.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/briquolo/briquolo-0.5.7.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/briquolo/briquolo-0.5.7.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/briquolo/briquolo-0.5.7.ebuild?r1=1.4&r2=1.5
15
16 Index: briquolo-0.5.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-arcade/briquolo/briquolo-0.5.7.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- briquolo-0.5.7.ebuild 23 Jul 2014 07:07:25 -0000 1.4
23 +++ briquolo-0.5.7.ebuild 3 Jan 2015 17:08:17 -0000 1.5
24 @@ -1,7 +1,8 @@
25 -# Copyright 1999-2014 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-arcade/briquolo/briquolo-0.5.7.ebuild,v 1.4 2014/07/23 07:07:25 tupone Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/briquolo-0.5.7.ebuild,v 1.5 2015/01/03 17:08:17 tupone Exp $
30
31 +EAPI=4
32 inherit eutils games
33
34 DESCRIPTION="Breakout with 3D representation based on OpenGL"
35 @@ -23,9 +24,7 @@
36 DEPEND="${RDEPEND}
37 nls? ( sys-devel/gettext )"
38
39 -src_unpack() {
40 - unpack ${A}
41 - cd "${S}"
42 +src_prepare() {
43 epatch "${FILESDIR}"/${P}-gcc43.patch \
44 "${FILESDIR}"/${P}-libpng14.patch
45 # no thanks we'll take care of it.
46 @@ -44,16 +43,13 @@
47 || die "sed Makefile.in.in failed"
48 }
49
50 -src_compile() {
51 +src_configure() {
52 egamesconf \
53 - --disable-dependency-tracking \
54 - $(use_enable nls) || die
55 - emake || die "emake failed"
56 + $(use_enable nls)
57 }
58
59 src_install() {
60 - emake DESTDIR="${D}" install || die "emake install failed"
61 - dodoc AUTHORS ChangeLog README
62 + default
63 doicon desktop/briquolo.svg
64 make_desktop_entry briquolo Briquolo
65 prepgamesdirs
66
67
68
69 1.20 games-arcade/briquolo/ChangeLog
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/briquolo/ChangeLog?rev=1.20&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/briquolo/ChangeLog?rev=1.20&content-type=text/plain
73 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/briquolo/ChangeLog?r1=1.19&r2=1.20
74
75 Index: ChangeLog
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/games-arcade/briquolo/ChangeLog,v
78 retrieving revision 1.19
79 retrieving revision 1.20
80 diff -u -r1.19 -r1.20
81 --- ChangeLog 23 Jul 2014 07:07:25 -0000 1.19
82 +++ ChangeLog 3 Jan 2015 17:08:17 -0000 1.20
83 @@ -1,6 +1,9 @@
84 # ChangeLog for games-arcade/briquolo
85 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
86 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/ChangeLog,v 1.19 2014/07/23 07:07:25 tupone Exp $
87 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
88 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/ChangeLog,v 1.20 2015/01/03 17:08:17 tupone Exp $
89 +
90 + 03 Jan 2015; Tupone Alfredo <tupone@g.o> briquolo-0.5.7.ebuild:
91 + EAPI 4
92
93 23 Jul 2014; Alfredo Tupone <tupone@g.o> briquolo-0.5.7.ebuild:
94 Fixing dependency. Bug #514528 by Patrick Lauer