diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-27 22:13:37 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-27 22:13:37 +0000 |
commit | 99365f9c9a3c27990a1c4c2e55797318f00b5fa9 (patch) | |
tree | b650aa9439341152c1d8ec4051068f7db73413b0 /games-fps/quake1 | |
parent | 3.3alpha1 - hardmasked (Manifest recommit) (diff) | |
download | gentoo-2-99365f9c9a3c27990a1c4c2e55797318f00b5fa9.tar.gz gentoo-2-99365f9c9a3c27990a1c4c2e55797318f00b5fa9.tar.bz2 gentoo-2-99365f9c9a3c27990a1c4c2e55797318f00b5fa9.zip |
use fixup
Diffstat (limited to 'games-fps/quake1')
-rw-r--r-- | games-fps/quake1/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/quake1/quake1-2.40.ebuild | 12 |
2 files changed, 11 insertions, 8 deletions
diff --git a/games-fps/quake1/ChangeLog b/games-fps/quake1/ChangeLog index cbb34b45d020..6f248441eedd 100644 --- a/games-fps/quake1/ChangeLog +++ b/games-fps/quake1/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/quake1 -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1/ChangeLog,v 1.2 2003/09/10 16:06:44 vapier Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1/ChangeLog,v 1.3 2004/05/27 22:13:37 mr_bones_ Exp $ + + 27 May 2004; Michael Sterrett <mr_bones_@gentoo.org> quake1-2.40.ebuild: + use fixup *quake1-2.40 (14 Jul 2003) diff --git a/games-fps/quake1/quake1-2.40.ebuild b/games-fps/quake1/quake1-2.40.ebuild index 7f3d87c57078..a003012af317 100644 --- a/games-fps/quake1/quake1-2.40.ebuild +++ b/games-fps/quake1/quake1-2.40.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1/quake1-2.40.ebuild,v 1.3 2004/02/20 06:40:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1/quake1-2.40.ebuild,v 1.4 2004/05/27 22:13:37 mr_bones_ Exp $ inherit games eutils gcc @@ -37,7 +37,7 @@ src_unpack() { epatch ${FILESDIR}/makefile-path-fixes.patch - [ `gcc-major-version` -eq 3 ] \ + [ $(gcc-major-version) -eq 3 ] \ && epatch ${FILESDIR}/makefile-gcc3-cflags.patch \ || epatch ${FILESDIR}/makefile-gcc2-cflags.patch sed -i "s:GENTOO_CFLAGS:${CFLAGS} -DGL_EXT_SHARED=1:" {WinQuake,QW}/Makefile @@ -45,20 +45,20 @@ src_unpack() { (echo "#define APIENTRY";cat QW/client/glquake.h.orig) > QW/client/glquake.h epatch ${FILESDIR}/makefile-sedable.patch - if [ ! `use 3dfx` ] ; then + if ! use 3dfx ; then sed -i 's:^ $(BUILDDIR)/bin/glquake ::' WinQuake/Makefile sed -i 's:^ $(BUILDDIR)/bin/glquake.3dfxgl ::' WinQuake/Makefile sed -i 's:^ $(BUILDDIR)/glqwcl ::' QW/Makefile fi - if [ ! `use X` ] ; then + if ! use X ; then sed -i 's:^ $(BUILDDIR)/bin/quake.x11 ::' WinQuake/Makefile sed -i 's:^ $(BUILDDIR)/qwcl.x11 ::' QW/Makefile fi - if [ ! `use opengl` ] ; then + if ! use opengl ; then sed -i 's:^ $(BUILDDIR)/bin/quake.glx ::' WinQuake/Makefile sed -i 's:^ $(BUILDDIR)/glqwcl.glx ::' QW/Makefile fi - if [ ! `use svga` ] ; then + if ! use svga ; then sed -i 's:^ $(BUILDDIR)/bin/squake ::' WinQuake/Makefile sed -i 's:^ $(BUILDDIR)/qwcl ::' QW/Makefile fi |