diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-27 03:07:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-27 03:07:19 +0000 |
commit | 1920110d15543bc8a50c14f3061484b7c12e4492 (patch) | |
tree | 97cfef52cf0ca96e1c8192b8cfa9f244abc7d39f | |
parent | die backticks (Manifest recommit) (diff) | |
download | gentoo-2-1920110d15543bc8a50c14f3061484b7c12e4492.tar.gz gentoo-2-1920110d15543bc8a50c14f3061484b7c12e4492.tar.bz2 gentoo-2-1920110d15543bc8a50c14f3061484b7c12e4492.zip |
USE sync
-rw-r--r-- | games-fps/imaze/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/imaze/imaze-1.4.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games-fps/imaze/ChangeLog b/games-fps/imaze/ChangeLog index 65d6cbd95d04..f86325b55c1d 100644 --- a/games-fps/imaze/ChangeLog +++ b/games-fps/imaze/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/imaze # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/imaze/ChangeLog,v 1.2 2004/03/21 13:45:20 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/imaze/ChangeLog,v 1.3 2004/05/27 03:07:19 mr_bones_ Exp $ + + 26 May 2004; Michael Sterrett <mr_bones_@gentoo.org> imaze-1.4.ebuild: + USE sync 21 Mar 2004; David Holm <dholm@gentoo.org> imaze-1.4.ebuild: Added to ~ppc. diff --git a/games-fps/imaze/imaze-1.4.ebuild b/games-fps/imaze/imaze-1.4.ebuild index ea09a45299c5..d14f4398d7e6 100644 --- a/games-fps/imaze/imaze-1.4.ebuild +++ b/games-fps/imaze/imaze-1.4.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.2 2004/03/21 13:45:20 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/imaze/imaze-1.4.ebuild,v 1.3 2004/05/27 03:07:19 mr_bones_ Exp $ inherit games -S="${WORKDIR}/${P}/source" DESCRIPTION="Multi player, real time, 3D, labyrinth, run & shoot game" HOMEPAGE="http://home.tu-clausthal.de/student/iMaze/" SRC_URI="http://home.tu-clausthal.de/student/iMaze/files/${P}.tar.gz" @@ -12,7 +11,7 @@ SRC_URI="http://home.tu-clausthal.de/student/iMaze/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="x86 ~ppc" -IUSE="X Xaw3d joystick" +IUSE="Xaw3d joystick" RDEPEND="virtual/x11 virtual/glibc @@ -23,6 +22,8 @@ RDEPEND="virtual/x11 DEPEND="${RDEPEND} >=sys-apps/sed-4" +S="${WORKDIR}/${P}/source" + src_unpack() { unpack ${A} cd ${S} |