summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-07-27 01:51:35 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-07-27 01:51:35 +0000
commit08edbec25aff94fbc8750602e691e6e24edf8945 (patch)
tree68c289c7d89ce83358332e089da17dcf631c739d /games-fps/imaze
parentmarking 1.10.1 stable (x86) (diff)
downloadgentoo-2-08edbec25aff94fbc8750602e691e6e24edf8945.tar.gz
gentoo-2-08edbec25aff94fbc8750602e691e6e24edf8945.tar.bz2
gentoo-2-08edbec25aff94fbc8750602e691e6e24edf8945.zip
fix typo; tidy
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-fps/imaze')
-rw-r--r--games-fps/imaze/ChangeLog7
-rw-r--r--games-fps/imaze/imaze-1.4.ebuild15
2 files changed, 11 insertions, 11 deletions
diff --git a/games-fps/imaze/ChangeLog b/games-fps/imaze/ChangeLog
index 89abb610735e..c3d707635baf 100644
--- a/games-fps/imaze/ChangeLog
+++ b/games-fps/imaze/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-fps/imaze
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/imaze/ChangeLog,v 1.7 2004/12/16 15:45:42 josejx Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/imaze/ChangeLog,v 1.8 2005/07/27 01:51:35 mr_bones_ Exp $
+
+ 27 Jul 2005; Michael Sterrett <mr_bones_@gentoo.org> imaze-1.4.ebuild:
+ fix typo; tidy
17 Dec 2004; Joseph Jezak <josejx@gentoo.org> imaze-1.4.ebuild:
Marked ppc stable.
diff --git a/games-fps/imaze/imaze-1.4.ebuild b/games-fps/imaze/imaze-1.4.ebuild
index 841f3505f9b4..08168ed52cf7 100644
--- a/games-fps/imaze/imaze-1.4.ebuild
+++ b/games-fps/imaze/imaze-1.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/imaze/imaze-1.4.ebuild,v 1.7 2004/12/16 15:45:42 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/imaze/imaze-1.4.ebuild,v 1.8 2005/07/27 01:51:35 mr_bones_ Exp $
inherit games
@@ -13,24 +13,21 @@ SLOT="0"
KEYWORDS="x86 ppc ~amd64"
IUSE="Xaw3d joystick"
-RDEPEND="virtual/x11
- virtual/libc
+DEPEND="virtual/x11
|| (
Xaw3d? ( x11-libs/Xaw3d )
x11-libs/xview
)"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-S="${WORKDIR}/${P}/source"
+S=${WORKDIR}/${P}/source
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
sed -i \
-e s:'DEFINES=-DDEFAULT_SOUND_DIR=\\"`pwd`/../sounds\\"':\
'DEFINES=-DDEFAULT_SERVER=\\"localhost\\" -DDEFAULT_SOUND_DIR=\\"${GAMES_DATADIR}/${PN}/sounds\\"': Makefile.in \
- || die "src_unpack failed"
+ || die "sed failed"
}
src_compile() {