Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/naev: naev-0.5.0.ebuild ChangeLog
Date: Fri, 29 Jul 2011 19:42:23
Message-Id: 20110729194207.D3D1C2004B@flycatcher.gentoo.org
1 ssuominen 11/07/29 19:42:07
2
3 Modified: naev-0.5.0.ebuild ChangeLog
4 Log:
5 Fix missing zlib.h include for Z_DEFAULT_COMPRESSION after libpng headers got cleaned up.
6
7 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 games-strategy/naev/naev-0.5.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.0.ebuild?r1=1.2&r2=1.3
15
16 Index: naev-0.5.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- naev-0.5.0.ebuild 19 Jul 2011 20:08:08 -0000 1.2
23 +++ naev-0.5.0.ebuild 29 Jul 2011 19:42:07 -0000 1.3
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.0.ebuild,v 1.2 2011/07/19 20:08:08 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.0.ebuild,v 1.3 2011/07/29 19:42:07 ssuominen Exp $
29
30 EAPI=2
31 -inherit gnome2-utils games
32 +inherit eutils gnome2-utils games
33
34 DESCRIPTION="A 2D space trading and combat game, in a similar vein to Escape Velocity"
35 HOMEPAGE="http://code.google.com/p/naev/"
36 @@ -32,6 +32,10 @@
37 unpack ${P}.tar.bz2
38 }
39
40 +src_prepare() {
41 + epatch "${FILESDIR}"/${P}-libpng15.patch
42 +}
43 +
44 src_configure() {
45 egamesconf \
46 --docdir=/usr/share/doc/${PF} \
47
48
49
50 1.7 games-strategy/naev/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?rev=1.7&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?rev=1.7&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?r1=1.6&r2=1.7
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v
59 retrieving revision 1.6
60 retrieving revision 1.7
61 diff -u -r1.6 -r1.7
62 --- ChangeLog 19 Jul 2011 20:08:08 -0000 1.6
63 +++ ChangeLog 29 Jul 2011 19:42:07 -0000 1.7
64 @@ -1,6 +1,11 @@
65 # ChangeLog for games-strategy/naev
66 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.6 2011/07/19 20:08:08 maekke Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.7 2011/07/29 19:42:07 ssuominen Exp $
69 +
70 + 29 Jul 2011; Samuli Suominen <ssuominen@g.o> naev-0.5.0.ebuild,
71 + +files/naev-0.5.0-libpng15.patch:
72 + Fix missing zlib.h include for Z_DEFAULT_COMPRESSION after libpng headers got
73 + cleaned up.
74
75 19 Jul 2011; Markus Meier <maekke@g.o> naev-0.5.0.ebuild:
76 amd64/x86 stable, bug #375489