Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/naev: ChangeLog naev-0.5.3.ebuild
Date: Tue, 02 Jul 2013 00:40:07
Message-Id: 20130702004004.100672171C@flycatcher.gentoo.org
1 hasufell 13/07/02 00:40:03
2
3 Modified: ChangeLog naev-0.5.3.ebuild
4 Log:
5 make build log verbose
6
7 (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.19 games-strategy/naev/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?r1=1.18&r2=1.19
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- ChangeLog 7 Feb 2013 22:18:41 -0000 1.18
23 +++ ChangeLog 2 Jul 2013 00:40:03 -0000 1.19
24 @@ -1,6 +1,9 @@
25 # ChangeLog for games-strategy/naev
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.18 2013/02/07 22:18:41 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.19 2013/07/02 00:40:03 hasufell Exp $
29 +
30 + 02 Jul 2013; Julian Ospald <hasufell@g.o> naev-0.5.3.ebuild:
31 + make build log verbose
32
33 07 Feb 2013; Ulrich Müller <ulm@g.o> naev-0.5.3.ebuild:
34 Move Creative Commons licenses to shorter names.
35
36
37
38 1.7 games-strategy/naev/naev-0.5.3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild?rev=1.7&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild?rev=1.7&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild?r1=1.6&r2=1.7
43
44 Index: naev-0.5.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild,v
47 retrieving revision 1.6
48 retrieving revision 1.7
49 diff -u -r1.6 -r1.7
50 --- naev-0.5.3.ebuild 7 Feb 2013 22:18:41 -0000 1.6
51 +++ naev-0.5.3.ebuild 2 Jul 2013 00:40:03 -0000 1.7
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild,v 1.6 2013/02/07 22:18:41 ulm Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild,v 1.7 2013/07/02 00:40:03 hasufell Exp $
57
58 EAPI=2
59 inherit gnome2-utils games
60 @@ -41,6 +41,10 @@
61 $(use_with mixer sdlmixer)
62 }
63
64 +src_compile() {
65 + emake V=1
66 +}
67 +
68 src_install() {
69 emake \
70 DESTDIR="${D}" \