tupone 15/01/02 15:51:08 Modified: maelstrom-3.0.6-r2.ebuild ChangeLog Log: Fix build with new automake. Bug #514566 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.7 games-action/maelstrom/maelstrom-3.0.6-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild?rev=1.7&view=markup 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 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild?r1=1.6&r2=1.7 Index: maelstrom-3.0.6-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- maelstrom-3.0.6-r2.ebuild 18 Jul 2014 14:23:05 -0000 1.6 +++ maelstrom-3.0.6-r2.ebuild 2 Jan 2015 15:51:08 -0000 1.7 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ EAPI=5 inherit autotools eutils games @@ -36,6 +36,8 @@ # Install the high scores file in ${GAMES_STATEDIR} sed -i \ -e "s:path.Path(MAELSTROM_SCORES):\"${GAMES_STATEDIR}/\"MAELSTROM_SCORES:" scores.cpp || die + mv configure.{in,ac} + rm aclocal.m4 acinclude.m4 eautoreconf } 1.28 games-action/maelstrom/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/maelstrom/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/maelstrom/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/maelstrom/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/maelstrom/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 25 Aug 2014 21:19:30 -0000 1.27 +++ ChangeLog 2 Jan 2015 15:51:08 -0000 1.28 @@ -1,6 +1,9 @@ # ChangeLog for games-action/maelstrom -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/ChangeLog,v 1.27 2014/08/25 21:19:30 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/ChangeLog,v 1.28 2015/01/02 15:51:08 tupone Exp $ + + 02 Jan 2015; Tupone Alfredo <[email protected]> maelstrom-3.0.6-r2.ebuild: + Fix build with new automake. Bug #514566 by Patrick Lauer 25 Aug 2014; Michael Sterrett <[email protected]> -maelstrom-3.0.6-r1.ebuild:
