summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-02-08 10:17:04 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-02-08 10:17:04 +0000
commitda47f00f924be3ee8eeceb47b2ed65387c317ba3 (patch)
tree8d2cec612a4b8a0f23d67ee6b50522fa74e424eb /games-strategy
parentStable for HPPA (bug #536564). (diff)
downloadgentoo-2-da47f00f924be3ee8eeceb47b2ed65387c317ba3.tar.gz
gentoo-2-da47f00f924be3ee8eeceb47b2ed65387c317ba3.tar.bz2
gentoo-2-da47f00f924be3ee8eeceb47b2ed65387c317ba3.zip
EAPI=5
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/galaxyhack/ChangeLog7
-rw-r--r--games-strategy/galaxyhack/galaxyhack-1.74.ebuild12
2 files changed, 10 insertions, 9 deletions
diff --git a/games-strategy/galaxyhack/ChangeLog b/games-strategy/galaxyhack/ChangeLog
index 9638595aa549..d6f69965de66 100644
--- a/games-strategy/galaxyhack/ChangeLog
+++ b/games-strategy/galaxyhack/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/galaxyhack
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/galaxyhack/ChangeLog,v 1.11 2014/08/10 21:20:51 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/galaxyhack/ChangeLog,v 1.12 2015/02/08 10:17:04 mr_bones_ Exp $
+
+ 08 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> galaxyhack-1.74.ebuild:
+ EAPI=5
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> galaxyhack-1.74.ebuild:
QA: drop trailing '.' from DESCRIPTION
diff --git a/games-strategy/galaxyhack/galaxyhack-1.74.ebuild b/games-strategy/galaxyhack/galaxyhack-1.74.ebuild
index 4d013e026cfc..bccc1218da7b 100644
--- a/games-strategy/galaxyhack/galaxyhack-1.74.ebuild
+++ b/games-strategy/galaxyhack/galaxyhack-1.74.ebuild
@@ -1,8 +1,8 @@
-# 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-strategy/galaxyhack/galaxyhack-1.74.ebuild,v 1.6 2014/08/10 21:20:51 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/galaxyhack/galaxyhack-1.74.ebuild,v 1.7 2015/02/08 10:17:04 mr_bones_ Exp $
-EAPI=4
+EAPI=5
inherit eutils flag-o-matic games
DESCRIPTION="Multiplayer AI script based strategy game"
@@ -31,11 +31,9 @@ src_prepare() {
"${FILESDIR}"/${P}-boost-1.50.patch \
"${FILESDIR}"/${P}-gentoo.patch
sed -i "s:@GAMES_DATADIR@:${GAMES_DATADIR}:" \
- Main.cpp \
- || die "sed Main.cpp failed"
+ Main.cpp || die
sed -i "/Base data path/s:pwd:${GAMES_DATADIR}/${PN}:" \
- ../settings.dat \
- || die "sed settings.dat failed"
+ ../settings.dat || die
}
src_install() {