summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-05-17 17:41:26 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-05-17 17:41:26 +0000
commit9db1e4078906e1c9a902ec1a114f63e79f34e023 (patch)
tree323f001f3e7ffcd5e768513b0c6d11b43da61b2f /games-action
parent- add additional incremental from Jakub which solves remaining regression fai... (diff)
downloadgentoo-2-9db1e4078906e1c9a902ec1a114f63e79f34e023.tar.gz
gentoo-2-9db1e4078906e1c9a902ec1a114f63e79f34e023.tar.bz2
gentoo-2-9db1e4078906e1c9a902ec1a114f63e79f34e023.zip
Cleanup for bug #92745.
Diffstat (limited to 'games-action')
-rw-r--r--games-action/atanks/ChangeLog7
-rw-r--r--games-action/atanks/atanks-1.1.0.ebuild12
2 files changed, 9 insertions, 10 deletions
diff --git a/games-action/atanks/ChangeLog b/games-action/atanks/ChangeLog
index b4f5a46f07a1..6a4ebb193cae 100644
--- a/games-action/atanks/ChangeLog
+++ b/games-action/atanks/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/atanks
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.12 2004/12/20 12:46:59 josejx Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.13 2005/05/17 17:41:26 wolf31o2 Exp $
+
+ 17 May 2005; Chris Gianelloni <wolf31o2@gentoo.org> atanks-1.1.0.ebuild:
+ Cleanup for bug #92745.
19 Dec 2004; Joseph Jezak <josejx@gentoo.org> atanks-1.1.0.ebuild:
Marked ppc stable.
diff --git a/games-action/atanks/atanks-1.1.0.ebuild b/games-action/atanks/atanks-1.1.0.ebuild
index c668bea9b54b..06c0e920ad0e 100644
--- a/games-action/atanks/atanks-1.1.0.ebuild
+++ b/games-action/atanks/atanks-1.1.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-1.1.0.ebuild,v 1.9 2004/12/20 12:46:59 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-1.1.0.ebuild,v 1.10 2005/05/17 17:41:26 wolf31o2 Exp $
-inherit eutils gcc games
+inherit eutils games
DESCRIPTION="Worms and Scorched Earth-like game"
HOMEPAGE="http://atanks.sourceforge.net/"
@@ -21,12 +21,8 @@ S="${WORKDIR}/${PN}"
src_unpack() {
unpack ${A}
- cd "${S}"
#apply both patches to compile with gcc-3.4.0 closing bug #49457
- if [ "$(gcc-major-version)" -ge "3" -a "$(gcc-minor-version)" -ge "4" ]
- then
- epatch "${FILESDIR}/atanks-gcc34.patch"
- fi
+ epatch "${FILESDIR}/atanks-gcc34.patch"
epatch "${FILESDIR}/${PV}-gentoo.patch"
DATA_DIR="${GAMES_DATADIR}/${PN}"