summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-05-17 18:50:01 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-05-17 18:50:01 +0000
commite9e1e10dbcd13a6abf1e5071227670ac17981a36 (patch)
treee9c021c2ba716edd3d93055ff1653e371b0468fb /games-rpg/egoboo
parentfix bug #92894 and typo with my_conf usage. (diff)
downloadgentoo-2-e9e1e10dbcd13a6abf1e5071227670ac17981a36.tar.gz
gentoo-2-e9e1e10dbcd13a6abf1e5071227670ac17981a36.tar.bz2
gentoo-2-e9e1e10dbcd13a6abf1e5071227670ac17981a36.zip
Cleanup for bug #92745.
Diffstat (limited to 'games-rpg/egoboo')
-rw-r--r--games-rpg/egoboo/ChangeLog7
-rw-r--r--games-rpg/egoboo/egoboo-2.22.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/games-rpg/egoboo/ChangeLog b/games-rpg/egoboo/ChangeLog
index 1d08409388c6..d229591c2822 100644
--- a/games-rpg/egoboo/ChangeLog
+++ b/games-rpg/egoboo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-rpg/egoboo
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/egoboo/ChangeLog,v 1.9 2004/12/28 23:16:17 ciaranm Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/egoboo/ChangeLog,v 1.10 2005/05/17 18:47:39 wolf31o2 Exp $
+
+ 17 May 2005; Chris Gianelloni <wolf31o2@gentoo.org> egoboo-2.22.ebuild:
+ Cleanup for bug #92745.
28 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/games-rpg/egoboo/egoboo-2.22.ebuild b/games-rpg/egoboo/egoboo-2.22.ebuild
index 59651a40dd0d..0bb13136b297 100644
--- a/games-rpg/egoboo/egoboo-2.22.ebuild
+++ b/games-rpg/egoboo/egoboo-2.22.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-rpg/egoboo/egoboo-2.22.ebuild,v 1.12 2004/09/25 07:41:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/egoboo/egoboo-2.22.ebuild,v 1.13 2005/05/17 18:47:39 wolf31o2 Exp $
-inherit eutils flag-o-matic games gcc
+inherit eutils flag-o-matic toolchain-funcs games
DESCRIPTION="A 3d dungeon crawling adventure in the spirit of NetHack"
HOMEPAGE="http://egoboo.sourceforge.net/"
@@ -30,7 +30,7 @@ src_unpack() {
cd ${S}
sed -i \
- -e "/^CC=/ s:=.*:=$(gcc-getCC):" \
+ -e "/^CC=/ s:=.*:=$(tc-getCC):" \
-e "s:-ffast-math -funroll-loops -O3 -g:${CFLAGS}:" code/Makefile \
|| die "sed code/Makefile failed"
sed \