summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-05-03 21:26:19 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-05-03 21:26:19 +0000
commit9bacf0eaeaf003ae479899bb7893e241b9c0f940 (patch)
treea2c60c923340cbef4863460c84bfb0aa45294cd0 /games-fps/aaquake2
parentIUSE; SLOT (diff)
downloadhistorical-9bacf0eaeaf003ae479899bb7893e241b9c0f940.tar.gz
historical-9bacf0eaeaf003ae479899bb7893e241b9c0f940.tar.bz2
historical-9bacf0eaeaf003ae479899bb7893e241b9c0f940.zip
IUSE
Diffstat (limited to 'games-fps/aaquake2')
-rw-r--r--games-fps/aaquake2/Manifest2
-rw-r--r--games-fps/aaquake2/aaquake2-0.1.ebuild11
2 files changed, 8 insertions, 5 deletions
diff --git a/games-fps/aaquake2/Manifest b/games-fps/aaquake2/Manifest
index fdbe60cdbc04..9c8435f9926c 100644
--- a/games-fps/aaquake2/Manifest
+++ b/games-fps/aaquake2/Manifest
@@ -1,5 +1,5 @@
MD5 3a13c781f37ac3334c380a30ab6785c1 ChangeLog 342
-MD5 fb1a1dd24e7c72e6df77ae06836bb7e5 aaquake2-0.1.ebuild 1538
+MD5 de87a7c6b5deb40070a28ca79409e977 aaquake2-0.1.ebuild 1562
MD5 587731cb875d15339a21a8c99c02bc5d metadata.xml 626
MD5 6b4f3f4f340a0982351384061f9ee8fa files/0.1-gentoo.patch 3309
MD5 3704e9e7f7fb3fe2bc76025575bfcb7b files/digest-aaquake2-0.1 135
diff --git a/games-fps/aaquake2/aaquake2-0.1.ebuild b/games-fps/aaquake2/aaquake2-0.1.ebuild
index a8cf0a120e17..f8ad3532d612 100644
--- a/games-fps/aaquake2/aaquake2-0.1.ebuild
+++ b/games-fps/aaquake2/aaquake2-0.1.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/aaquake2/aaquake2-0.1.ebuild,v 1.2 2004/02/20 06:40:06 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/aaquake2/aaquake2-0.1.ebuild,v 1.3 2004/05/03 21:26:19 mr_bones_ Exp $
inherit games eutils
@@ -14,17 +14,20 @@ SRC_URI="ftp://ftp.idsoftware.com/idstuff/source/q2source-3.21.zip
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
+IUSE=""
DEPEND="media-libs/aalib"
-S=${WORKDIR}/quake2-3.21/linux
+S="${WORKDIR}/quake2-3.21/linux"
src_unpack() {
unpack ${A}
epatch ${FILESDIR}/${PV}-gentoo.patch
cd quake2-3.21/linux
- sed -i "s:GENTOO_DIR:${GAMES_LIBDIR}/${PN}:" sys_linux.c
- sed -i "s:/etc/quake2.conf:${GAMES_SYSCONFDIR}/${PN}.conf:" sys_linux.c vid_so.c
+ sed -i \
+ -e "s:GENTOO_DIR:${GAMES_LIBDIR}/${PN}:" sys_linux.c
+ sed -i \
+ -e "s:/etc/quake2.conf:${GAMES_SYSCONFDIR}/${PN}.conf:" sys_linux.c vid_so.c
}
src_compile() {