summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-10-31 08:26:30 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-10-31 08:26:30 +0000
commite3f0811236a2b07c07896f7714743651d9fee768 (patch)
treee4455f4829aba4f1018a43885dfbe4c69b4d1eea /games-puzzle/kiki
parentUse fortran eclass. (diff)
downloadgentoo-2-e3f0811236a2b07c07896f7714743651d9fee768.tar.gz
gentoo-2-e3f0811236a2b07c07896f7714743651d9fee768.tar.bz2
gentoo-2-e3f0811236a2b07c07896f7714743651d9fee768.zip
tidy
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-puzzle/kiki')
-rw-r--r--games-puzzle/kiki/kiki-0.9.0-r1.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/games-puzzle/kiki/kiki-0.9.0-r1.ebuild b/games-puzzle/kiki/kiki-0.9.0-r1.ebuild
index f4418138e395..61887f77db91 100644
--- a/games-puzzle/kiki/kiki-0.9.0-r1.ebuild
+++ b/games-puzzle/kiki/kiki-0.9.0-r1.ebuild
@@ -1,18 +1,17 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/kiki/kiki-0.9.0-r1.ebuild,v 1.3 2004/11/22 12:37:09 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/kiki/kiki-0.9.0-r1.ebuild,v 1.4 2005/10/31 08:26:30 mr_bones_ Exp $
inherit python games
DATA="${GAMES_DATADIR}/${PN}"
-S="${WORKDIR}"
DESCRIPTION="Fun 3D puzzle game using SDL/OpenGL"
HOMEPAGE="http://kiki.sourceforge.net/"
SRC_URI="mirror://sourceforge/kiki/${PN}-src-${PV}.tgz"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="x86 ppc"
+KEYWORDS="ppc x86"
IUSE=""
RDEPEND=">=media-libs/libsdl-1.2
@@ -21,13 +20,14 @@ RDEPEND=">=media-libs/libsdl-1.2
>=dev-lang/python-2.2
virtual/glut"
DEPEND="${RDEPEND}
- >=sys-devel/gcc-3
- >=sys-apps/sed-4"
+ >=sys-devel/gcc-3"
+
+S=${WORKDIR}
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# There are CVS directories in the tgz file
rm -rf $(find -name CVS -type d)
rm -rf $(find -name .cvsignore)