tupone 15/01/08 09:28:07 Modified: ChangeLog awale-1.5.ebuild Log: Build without automake-1.13 Bug #533964 Fix Upstream parallel compilation bug (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.9 games-board/awale/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-board/awale/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 25 Nov 2014 23:08:38 -0000 1.8 +++ ChangeLog 8 Jan 2015 09:28:07 -0000 1.9 @@ -1,6 +1,10 @@ # ChangeLog for games-board/awale -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/awale/ChangeLog,v 1.8 2014/11/25 23:08:38 hasufell Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/awale/ChangeLog,v 1.9 2015/01/08 09:28:07 tupone Exp $ + + 08 Jan 2015; Tupone Alfredo <[email protected]> awale-1.5.ebuild: + Build without automake-1.13 Bug #533964 + Fix Upstream parallel compilation bug 25 Nov 2014; Julian Ospald <[email protected]> metadata.xml: drop maintainership 1.8 games-board/awale/awale-1.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/awale-1.5.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/awale-1.5.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/awale-1.5.ebuild?r1=1.7&r2=1.8 Index: awale-1.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-board/awale/awale-1.5.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- awale-1.5.ebuild 6 Sep 2013 23:31:43 -0000 1.7 +++ awale-1.5.ebuild 8 Jan 2015 09:28:07 -0000 1.8 @@ -1,13 +1,12 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/awale/awale-1.5.ebuild,v 1.7 2013/09/06 23:31:43 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/awale/awale-1.5.ebuild,v 1.8 2015/01/08 09:28:07 tupone Exp $ # do not use autotools related stuff in stable ebuilds # unless you like random breakage: 469796, 469798, 424041 EAPI=5 -inherit eutils gnome2-utils games # STABLE ARCH -# inherit autotools eutils gnome2-utils games # UNSTABLE ARCH +inherit autotools eutils gnome2-utils games DESCRIPTION="Free Awale - The game of all Africa" HOMEPAGE="http://www.nongnu.org/awale/" @@ -23,11 +22,11 @@ src_prepare() { epatch "${FILESDIR}"/${P}-build.patch - epatch "${DISTDIR}"/${P}-no-autoreconf2.patch.xz # STABLE ARCH mv src/xawale.tcl src/xawale.tcl.in || die -# mv configure.in configure.ac || die # UNSTABLE ARCH -# eautoreconf # UNSTABLE ARCH + mv configure.in configure.ac + rm aclocal.m4 + eautoreconf } src_configure() { @@ -39,8 +38,7 @@ } src_install() { - emake -j1 DESTDIR="${D}" install - dodoc AUTHORS ChangeLog NEWS README THANKS + default prepgamesdirs use tk && fperms +x "${GAMES_DATADIR}"/${PN}/xawale.tcl }
