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/maelstrom: maelstrom-3.0.6-r2.ebuild ChangeLog
Date: Fri, 02 Jan 2015 15:51:12
Message-Id: 20150102155108.21E10EB98@oystercatcher.gentoo.org
1 tupone 15/01/02 15:51:08
2
3 Modified: maelstrom-3.0.6-r2.ebuild ChangeLog
4 Log:
5 Fix build with new automake. Bug #514566
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
8
9 Revision Changes Path
10 1.7 games-action/maelstrom/maelstrom-3.0.6-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild?r1=1.6&r2=1.7
15
16 Index: maelstrom-3.0.6-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- maelstrom-3.0.6-r2.ebuild 18 Jul 2014 14:23:05 -0000 1.6
23 +++ maelstrom-3.0.6-r2.ebuild 2 Jan 2015 15:51:08 -0000 1.7
24 @@ -1,6 +1,6 @@
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-action/maelstrom/maelstrom-3.0.6-r2.ebuild,v 1.6 2014/07/18 14:23:05 klausman Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild,v 1.7 2015/01/02 15:51:08 tupone Exp $
30
31 EAPI=5
32 inherit autotools eutils games
33 @@ -36,6 +36,8 @@
34 # Install the high scores file in ${GAMES_STATEDIR}
35 sed -i \
36 -e "s:path.Path(MAELSTROM_SCORES):\"${GAMES_STATEDIR}/\"MAELSTROM_SCORES:" scores.cpp || die
37 + mv configure.{in,ac}
38 + rm aclocal.m4 acinclude.m4
39 eautoreconf
40 }
41
42
43
44
45 1.28 games-action/maelstrom/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/maelstrom/ChangeLog?rev=1.28&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/maelstrom/ChangeLog?rev=1.28&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/maelstrom/ChangeLog?r1=1.27&r2=1.28
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/games-action/maelstrom/ChangeLog,v
54 retrieving revision 1.27
55 retrieving revision 1.28
56 diff -u -r1.27 -r1.28
57 --- ChangeLog 25 Aug 2014 21:19:30 -0000 1.27
58 +++ ChangeLog 2 Jan 2015 15:51:08 -0000 1.28
59 @@ -1,6 +1,9 @@
60 # ChangeLog for games-action/maelstrom
61 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/ChangeLog,v 1.27 2014/08/25 21:19:30 mr_bones_ Exp $
63 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/ChangeLog,v 1.28 2015/01/02 15:51:08 tupone Exp $
65 +
66 + 02 Jan 2015; Tupone Alfredo <tupone@g.o> maelstrom-3.0.6-r2.ebuild:
67 + Fix build with new automake. Bug #514566 by Patrick Lauer
68
69 25 Aug 2014; Michael Sterrett <mr_bones_@g.o>
70 -maelstrom-3.0.6-r1.ebuild: