summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2015-01-08 09:28:07 +0000
committerAlfredo Tupone <tupone@gentoo.org>2015-01-08 09:28:07 +0000
commitdd92d991f82080f675ce163f18408c20dc315a9c (patch)
treeeb1328b0e83d0325e89884577430a6315cee0826 /games-board/awale
parentUpdated reason why we skip tests to match reality (diff)
downloadgentoo-2-dd92d991f82080f675ce163f18408c20dc315a9c.tar.gz
gentoo-2-dd92d991f82080f675ce163f18408c20dc315a9c.tar.bz2
gentoo-2-dd92d991f82080f675ce163f18408c20dc315a9c.zip
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)
Diffstat (limited to 'games-board/awale')
-rw-r--r--games-board/awale/ChangeLog8
-rw-r--r--games-board/awale/awale-1.5.ebuild16
2 files changed, 13 insertions, 11 deletions
diff --git a/games-board/awale/ChangeLog b/games-board/awale/ChangeLog
index 6b60c3bef9f3..3a69ca480b0f 100644
--- a/games-board/awale/ChangeLog
+++ b/games-board/awale/ChangeLog
@@ -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 <tupone@gentoo.org> awale-1.5.ebuild:
+ Build without automake-1.13 Bug #533964
+ Fix Upstream parallel compilation bug
25 Nov 2014; Julian Ospald <hasufell@gentoo.org> metadata.xml:
drop maintainership
diff --git a/games-board/awale/awale-1.5.ebuild b/games-board/awale/awale-1.5.ebuild
index c8ae36bad99e..c98568851865 100644
--- a/games-board/awale/awale-1.5.ebuild
+++ b/games-board/awale/awale-1.5.ebuild
@@ -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 @@ RDEPEND="tk? ( dev-lang/tcl dev-lang/tk )"
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_configure() {
}
src_install() {
- emake -j1 DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog NEWS README THANKS
+ default
prepgamesdirs
use tk && fperms +x "${GAMES_DATADIR}"/${PN}/xawale.tcl
}