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/geki3-KXL: geki3-KXL-1.0.3-r2.ebuild ChangeLog
Date: Thu, 01 Jan 2015 12:11:58
Message-Id: 20150101121153.A634BEA26@oystercatcher.gentoo.org
1 tupone 15/01/01 12:11:53
2
3 Modified: geki3-KXL-1.0.3-r2.ebuild ChangeLog
4 Log:
5 Migrating to EAPI 4. Fix build with new automake
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
8
9 Revision Changes Path
10 1.6 games-action/geki3-KXL/geki3-KXL-1.0.3-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/geki3-KXL/geki3-KXL-1.0.3-r2.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/geki3-KXL/geki3-KXL-1.0.3-r2.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/geki3-KXL/geki3-KXL-1.0.3-r2.ebuild?r1=1.5&r2=1.6
15
16 Index: geki3-KXL-1.0.3-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/geki3-KXL/geki3-KXL-1.0.3-r2.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- geki3-KXL-1.0.3-r2.ebuild 16 Jul 2012 19:41:47 -0000 1.5
23 +++ geki3-KXL-1.0.3-r2.ebuild 1 Jan 2015 12:11:53 -0000 1.6
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/geki3-KXL/geki3-KXL-1.0.3-r2.ebuild,v 1.5 2012/07/16 19:41:47 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/geki3-KXL/geki3-KXL-1.0.3-r2.ebuild,v 1.6 2015/01/01 12:11:53 tupone Exp $
30
31 -EAPI=2
32 +EAPI=4
33 inherit autotools eutils games
34
35 DESCRIPTION="2D length scroll shooting game"
36 @@ -28,16 +28,17 @@
37 || die "sed failed"
38 sed -i -e '/CFLAGS/s/$/ @CFLAGS@/' src/Makefile.am || die #bug 426890
39 epatch "${FILESDIR}"/${P}-paths.patch
40 + mv configure.{in,ac}
41 eautoreconf
42 }
43
44 src_install() {
45 - emake DESTDIR="${D}" install || die
46 + default
47 + emake DESTDIR="${D}" install
48 insinto "${GAMES_STATEDIR}"
49 - newins data/.score ${PN} || die
50 + newins data/.score ${PN}
51 fperms g+w "${GAMES_STATEDIR}"/${PN}
52 doicon "${DISTDIR}"/${PN}.png
53 make_desktop_entry geki3 Geki3
54 - dodoc ChangeLog README
55 prepgamesdirs
56 }
57
58
59
60 1.12 games-action/geki3-KXL/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/geki3-KXL/ChangeLog?rev=1.12&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/geki3-KXL/ChangeLog?rev=1.12&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/geki3-KXL/ChangeLog?r1=1.11&r2=1.12
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/games-action/geki3-KXL/ChangeLog,v
69 retrieving revision 1.11
70 retrieving revision 1.12
71 diff -u -r1.11 -r1.12
72 --- ChangeLog 16 Jul 2012 19:41:47 -0000 1.11
73 +++ ChangeLog 1 Jan 2015 12:11:53 -0000 1.12
74 @@ -1,6 +1,9 @@
75 # ChangeLog for games-action/geki3-KXL
76 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/games-action/geki3-KXL/ChangeLog,v 1.11 2012/07/16 19:41:47 mr_bones_ Exp $
78 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
79 +# $Header: /var/cvsroot/gentoo-x86/games-action/geki3-KXL/ChangeLog,v 1.12 2015/01/01 12:11:53 tupone Exp $
80 +
81 + 01 Jan 2015; Tupone Alfredo <tupone@g.o> geki3-KXL-1.0.3-r2.ebuild:
82 + Migrating to EAPI 4. Fix build with new automake
83
84 16 Jul 2012; Michael Sterrett <mr_bones_@g.o>
85 geki3-KXL-1.0.3-r2.ebuild: