summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2010-03-31 19:56:12 +0000
committerAlfredo Tupone <tupone@gentoo.org>2010-03-31 19:56:12 +0000
commite9bde689364436934bfc44244ad4a96c4ac0c8d7 (patch)
tree2124888508bb49c444153fcebe54e04093e14d26 /games-sports/toycars
parentupdate description (diff)
downloadgentoo-2-e9bde689364436934bfc44244ad4a96c4ac0c8d7.tar.gz
gentoo-2-e9bde689364436934bfc44244ad4a96c4ac0c8d7.tar.bz2
gentoo-2-e9bde689364436934bfc44244ad4a96c4ac0c8d7.zip
Rename corner.map to fix bug #311811
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'games-sports/toycars')
-rw-r--r--games-sports/toycars/ChangeLog7
-rw-r--r--games-sports/toycars/toycars-0.3.10.ebuild5
2 files changed, 8 insertions, 4 deletions
diff --git a/games-sports/toycars/ChangeLog b/games-sports/toycars/ChangeLog
index a65c4d5d1f6e..09fa8920dc27 100644
--- a/games-sports/toycars/ChangeLog
+++ b/games-sports/toycars/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-sports/toycars
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/toycars/ChangeLog,v 1.15 2009/11/25 14:27:06 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-sports/toycars/ChangeLog,v 1.16 2010/03/31 19:56:12 tupone Exp $
+
+ 31 Mar 2010; Tupone Alfredo <tupone@gentoo.org> toycars-0.3.10.ebuild:
+ Rename corner.map to fix bug #311811 by Robert Cernansky
25 Nov 2009; Markus Meier <maekke@gentoo.org> toycars-0.3.10.ebuild:
amd64/x86 stable, bug #294341
diff --git a/games-sports/toycars/toycars-0.3.10.ebuild b/games-sports/toycars/toycars-0.3.10.ebuild
index d55f36567fa4..5c2393cb3dfc 100644
--- a/games-sports/toycars/toycars-0.3.10.ebuild
+++ b/games-sports/toycars/toycars-0.3.10.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/toycars/toycars-0.3.10.ebuild,v 1.4 2009/11/25 14:27:06 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/toycars/toycars-0.3.10.ebuild,v 1.5 2010/03/31 19:56:12 tupone Exp $
EAPI=2
inherit eutils flag-o-matic games
@@ -23,6 +23,7 @@ DEPEND="media-libs/libsdl[video]
src_prepare() {
epatch "${FILESDIR}"/${P}-glibc-2.10.patch
+ mv data/tracks/Corner/{c,C}orner.map
}
src_configure() {