diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-07-27 01:51:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-07-27 01:51:35 +0000 |
commit | 553743ac9e122282b38b9af34520f72328684ecf (patch) | |
tree | ced3b28f62830611befa6969d236ef2492ffd55b /games-fps | |
parent | marking 1.10.1 stable (x86) (diff) | |
download | historical-553743ac9e122282b38b9af34520f72328684ecf.tar.gz historical-553743ac9e122282b38b9af34520f72328684ecf.tar.bz2 historical-553743ac9e122282b38b9af34520f72328684ecf.zip |
fix typo; tidy
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/imaze/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/imaze/Manifest | 4 | ||||
-rw-r--r-- | games-fps/imaze/imaze-1.4.ebuild | 15 |
3 files changed, 13 insertions, 13 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/Manifest b/games-fps/imaze/Manifest index aa9bfecc7ea9..da44f2450f07 100644 --- a/games-fps/imaze/Manifest +++ b/games-fps/imaze/Manifest @@ -1,4 +1,4 @@ -MD5 76306886590f33b3ec915b63b384f981 ChangeLog 866 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 5e1c474496ae56999cfe168cec78b767 imaze-1.4.ebuild 1465 +MD5 1e6c1a920f1cc8a467e7aa375277e647 imaze-1.4.ebuild 1408 +MD5 cacb77400faaaefca96c23d315ec45d3 ChangeLog 960 MD5 a4097f88d109a861c56479f6ba7e8537 files/digest-imaze-1.4 61 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() { |