diff options
author | 2004-05-27 03:13:58 +0000 | |
---|---|---|
committer | 2004-05-27 03:13:58 +0000 | |
commit | 9ff499aee52068cafe64ea4a4cdf78b6447e7de8 (patch) | |
tree | 4fbe7331568e8a50f2d51288e7904fb6f5cb8604 /games-fps | |
parent | USE sync (Manifest recommit) (diff) | |
download | gentoo-2-9ff499aee52068cafe64ea4a4cdf78b6447e7de8.tar.gz gentoo-2-9ff499aee52068cafe64ea4a4cdf78b6447e7de8.tar.bz2 gentoo-2-9ff499aee52068cafe64ea4a4cdf78b6447e7de8.zip |
IUSE
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/rott/rott-1.0.ebuild | 5 | ||||
-rw-r--r-- | games-fps/tenebrae/tenebrae-1.04.ebuild | 3 | ||||
-rw-r--r-- | games-fps/ttyquake/ttyquake-0.4.2.ebuild | 10 |
3 files changed, 11 insertions, 7 deletions
diff --git a/games-fps/rott/rott-1.0.ebuild b/games-fps/rott/rott-1.0.ebuild index d7af12f80ed3..0311e49bad77 100644 --- a/games-fps/rott/rott-1.0.ebuild +++ b/games-fps/rott/rott-1.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/rott/rott-1.0.ebuild,v 1.3 2004/02/20 06:40:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rott/rott-1.0.ebuild,v 1.4 2004/05/27 03:11:29 mr_bones_ Exp $ -inherit games eutils +inherit eutils games DESCRIPTION="Rise of the Triad for Linux!" HOMEPAGE="http://www.icculus.org/rott/" @@ -12,6 +12,7 @@ SRC_URI="http://www.icculus.org/rott/releases/${P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND="media-libs/libsdl media-libs/sdl-mixer" diff --git a/games-fps/tenebrae/tenebrae-1.04.ebuild b/games-fps/tenebrae/tenebrae-1.04.ebuild index 22b170dcd696..d079f2528662 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.2 2004/02/20 06:40:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/tenebrae/tenebrae-1.04.ebuild,v 1.3 2004/05/27 03:12:23 mr_bones_ Exp $ #ECVS_SERVER="cvs.tenebrae.sourceforge.net:/cvsroot/tenebrae" #ECVS_MODULE="tenebrae_0" @@ -15,6 +15,7 @@ SRC_URI="mirror://sourceforge/tenebrae/tenebraedata.zip LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND="virtual/opengl virtual/x11 diff --git a/games-fps/ttyquake/ttyquake-0.4.2.ebuild b/games-fps/ttyquake/ttyquake-0.4.2.ebuild index 81c833c2cd18..23a4e51dce17 100644 --- a/games-fps/ttyquake/ttyquake-0.4.2.ebuild +++ b/games-fps/ttyquake/ttyquake-0.4.2.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/ttyquake/ttyquake-0.4.2.ebuild,v 1.3 2004/02/20 06:40:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ttyquake/ttyquake-0.4.2.ebuild,v 1.4 2004/05/27 03:13:58 mr_bones_ Exp $ inherit games eutils gcc @@ -12,18 +12,20 @@ SRC_URI="ftp://ftp.skypoint.com/pub/members/b/bobz/${P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" RDEPEND="games-fps/quake1" -S=${WORKDIR} +S="${WORKDIR}" pkg_setup() { - [ -x ${GAMES_BINDIR}/squake ] || die "You must emerge quake1 with svga in your USE" + [ -x "${GAMES_BINDIR}/squake" ] \ + || die "You must emerge quake1 with svga in your USE" games_pkg_setup } src_install() { - exeinto ${GAMES_LIBDIR}/${PN} + exeinto "${GAMES_LIBDIR}/${PN}" doexe tty/* dogamesbin ${FILESDIR}/ttyquake dosed "s:GENTOO_LIBDIR:${GAMES_LIBDIR}/${PN}:" ${GAMES_BINDIR}/ttyquake |