--- /usr/portage/games-fps/nexuiz/nexuiz-1.2.1.ebuild 2006-01-13 23:05:42.000000000 +0100 +++ nexuiz-1.5.ebuild 2006-02-15 17:11:18.000000000 +0100 @@ -1,16 +1,16 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/nexuiz/nexuiz-1.2.1.ebuild,v 1.4 2006/01/13 21:57:52 dertobi123 Exp $ +# $Header: $ inherit eutils games DESCRIPTION="a free deathmatch FPS based on the Quake I engine" HOMEPAGE="http://www.nexuiz.com" -SRC_URI="mirror://sourceforge/${PN}/${PN}${PV//./}.zip" +SRC_URI="mirror://sourceforge/${PN}/${PN}-${PV//./}.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="~x86" IUSE="dedicated sdl" RDEPEND="virtual/opengl @@ -33,7 +33,7 @@ cd darkplaces sed -i \ - -e "/strcpy(fs_basedir/s:\.:${GAMES_DATADIR}/${PN}:" \ + -e "/strcpy(fs_basedir/s:\"\":\"${GAMES_DATADIR}/${PN}\":" \ fs.c \ || die "sed failed"