summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-03 19:59:09 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-03 19:59:09 +0000
commit35db456d6ae0da1d1628d649e0e33ba1c7981852 (patch)
tree1816bbdd658073a304297d2a80c65f9500163052 /games-fps/tenebrae
parentFix use invocation (diff)
downloadhistorical-35db456d6ae0da1d1628d649e0e33ba1c7981852.tar.gz
historical-35db456d6ae0da1d1628d649e0e33ba1c7981852.tar.bz2
historical-35db456d6ae0da1d1628d649e0e33ba1c7981852.zip
Fix use invocation
Diffstat (limited to 'games-fps/tenebrae')
-rw-r--r--games-fps/tenebrae/ChangeLog7
-rw-r--r--games-fps/tenebrae/tenebrae-1.04.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/games-fps/tenebrae/ChangeLog b/games-fps/tenebrae/ChangeLog
index 0e0e18ea6de1..1e06868c854f 100644
--- a/games-fps/tenebrae/ChangeLog
+++ b/games-fps/tenebrae/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-fps/tenebrae
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/tenebrae/ChangeLog,v 1.2 2003/09/10 16:05:01 vapier Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/tenebrae/ChangeLog,v 1.3 2004/06/03 19:59:09 agriffis Exp $
+
+ 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> tenebrae-1.04.ebuild:
+ Fix use invocation
02 Aug 2003; Chris Gianelloni <wolf31o2@gentoo.org> tenebrae-1.04.ebuild:
Fixed to use mirror://sourceforge
diff --git a/games-fps/tenebrae/tenebrae-1.04.ebuild b/games-fps/tenebrae/tenebrae-1.04.ebuild
index d079f2528662..0c2d162bca19 100644
--- a/games-fps/tenebrae/tenebrae-1.04.ebuild
+++ b/games-fps/tenebrae/tenebrae-1.04.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/tenebrae/tenebrae-1.04.ebuild,v 1.3 2004/05/27 03:12:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/tenebrae/tenebrae-1.04.ebuild,v 1.4 2004/06/03 19:59:09 agriffis Exp $
#ECVS_SERVER="cvs.tenebrae.sourceforge.net:/cvsroot/tenebrae"
#ECVS_MODULE="tenebrae_0"
@@ -33,7 +33,7 @@ src_unpack() {
[ "${gl}" == "nvidia" ] && epatch ${FILESDIR}/${PV}-nvidia-opengl.patch
cd linux
sed "s:-mpentiumpro:${CFLAGS}:" Makefile.i386linux > Makefile
- #if [ `use sdl` ] ; then
+ #if use sdl ; then
# cd ../sdl
# ./autogen.sh
#fi
@@ -42,7 +42,7 @@ src_unpack() {
src_compile() {
cd ${S}/tenebrae_0/linux
make MASTER_DIR=${GAMES_DATADIR}/quake-data build_release || die
- #if [ `use sdl` ] ; then
+ #if use sdl ; then
# cd ${S}/tenebrae_0/sdl
# egamesconf || die
# make || die