Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/naev: naev-0.5.3.ebuild ChangeLog
Date: Sat, 07 Jun 2014 04:02:39
Message-Id: 20140607040233.5BDF32004E@flycatcher.gentoo.org
1 mr_bones_ 14/06/07 04:02:33
2
3 Modified: naev-0.5.3.ebuild ChangeLog
4 Log:
5 EAPI=5; build with --as-needed (bug #510458)
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.9 games-strategy/naev/naev-0.5.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild?r1=1.8&r2=1.9
15
16 Index: naev-0.5.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- naev-0.5.3.ebuild 15 May 2014 17:06:17 -0000 1.8
23 +++ naev-0.5.3.ebuild 7 Jun 2014 04:02:33 -0000 1.9
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2014 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.3.ebuild,v 1.8 2014/05/15 17:06:17 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild,v 1.9 2014/06/07 04:02:33 mr_bones_ Exp $
29
30 -EAPI=2
31 -inherit gnome2-utils games
32 +EAPI=5
33 +inherit flag-o-matic gnome2-utils games
34
35 DESCRIPTION="A 2D space trading and combat game, in a similar vein to Escape Velocity"
36 HOMEPAGE="http://code.google.com/p/naev/"
37 @@ -33,9 +33,9 @@
38 }
39
40 src_configure() {
41 + append-libs -lm -lvorbis
42 egamesconf \
43 --docdir=/usr/share/doc/${PF} \
44 - --disable-dependency-tracking \
45 $(use_enable debug) \
46 $(use_with openal) \
47 $(use_with mixer sdlmixer)
48 @@ -50,18 +50,17 @@
49 DESTDIR="${D}" \
50 appicondir=/usr/share/pixmaps \
51 Graphicsdir=/usr/share/applications \
52 - install || die
53 + install
54
55 insinto "${GAMES_DATADIR}"/${PN}
56 - newins "${DISTDIR}"/ndata-${PV} ndata || die
57 + newins "${DISTDIR}"/ndata-${PV} ndata
58
59 local res
60 for res in 16 32 64 128; do
61 - newicon -s ${res} extras/logos/logo${res}.png naev.png || die
62 + newicon -s ${res} extras/logos/logo${res}.png naev.png
63 done
64
65 rm -f "${D}"/usr/share/doc/${PF}/LICENSE
66 - prepalldocs
67
68 prepgamesdirs
69 }
70
71
72
73 1.21 games-strategy/naev/ChangeLog
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?rev=1.21&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?rev=1.21&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?r1=1.20&r2=1.21
78
79 Index: ChangeLog
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v
82 retrieving revision 1.20
83 retrieving revision 1.21
84 diff -u -r1.20 -r1.21
85 --- ChangeLog 15 May 2014 17:06:17 -0000 1.20
86 +++ ChangeLog 7 Jun 2014 04:02:33 -0000 1.21
87 @@ -1,6 +1,9 @@
88 # ChangeLog for games-strategy/naev
89 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
90 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.20 2014/05/15 17:06:17 ulm Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.21 2014/06/07 04:02:33 mr_bones_ Exp $
92 +
93 + 07 Jun 2014; Michael Sterrett <mr_bones_@g.o> naev-0.5.3.ebuild:
94 + EAPI=5; build with --as-needed (bug #510458)
95
96 15 May 2014; Ulrich Müller <ulm@g.o> naev-0.5.3.ebuild:
97 Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to