summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2014-07-23 15:44:55 +0000
committerAlfredo Tupone <tupone@gentoo.org>2014-07-23 15:44:55 +0000
commitaa7427be1749ad18af8304b9a2bf9c989801b7a1 (patch)
tree531e03c3527725ad31c56a0bcbd031e1b7294136 /games-action
parentdrop old and vulnerable version wrt #497540 (diff)
downloadgentoo-2-aa7427be1749ad18af8304b9a2bf9c989801b7a1.tar.gz
gentoo-2-aa7427be1749ad18af8304b9a2bf9c989801b7a1.tar.bz2
gentoo-2-aa7427be1749ad18af8304b9a2bf9c989801b7a1.zip
Do not require sys-devel/automake:1.13. Fix bug #514508
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/extreme-tuxracer/ChangeLog6
-rw-r--r--games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild7
2 files changed, 9 insertions, 4 deletions
diff --git a/games-action/extreme-tuxracer/ChangeLog b/games-action/extreme-tuxracer/ChangeLog
index 3d46999785c3..7103630c33a2 100644
--- a/games-action/extreme-tuxracer/ChangeLog
+++ b/games-action/extreme-tuxracer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/extreme-tuxracer
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/ChangeLog,v 1.19 2014/07/16 01:53:07 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/ChangeLog,v 1.20 2014/07/23 15:44:55 tupone Exp $
+
+ 23 Jul 2014; Alfredo Tupone <tupone@gentoo.org>
+ extreme-tuxracer-0.6.0.ebuild:
+ Do not require sys-devel/automake:1.13. Fix bug #514508 by Patrick Lauer
16 Jul 2014; Michael Sterrett <mr_bones_@gentoo.org>
-extreme-tuxracer-0.4.ebuild, -extreme-tuxracer-0.5_beta.ebuild,
diff --git a/games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild b/games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild
index 32a626c26374..f569e5eb6459 100644
--- a/games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild
+++ b/games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild,v 1.6 2014/05/17 19:20:35 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild,v 1.7 2014/07/23 15:44:55 tupone Exp $
EAPI=5
-inherit eutils gnome2-utils games
+inherit eutils autotools gnome2-utils games
DESCRIPTION="High speed arctic racing game based on Tux Racer"
HOMEPAGE="http://extremetuxracer.sourceforge.net/"
@@ -28,7 +28,8 @@ S=${WORKDIR}/etr-${PV/_/}
src_prepare() {
epatch "${FILESDIR}"/${P}-libsdl.patch
# kind of ugly in there so we'll do it ourselves
- sed -i -e '/SUBDIRS/s/resources doc//' Makefile.in || die
+ sed -i -e '/SUBDIRS/s/resources doc//' Makefile.am || die
+ eautoreconf
}
src_install() {