diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-03 01:25:23 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-03 01:25:23 +0000 |
commit | 26330f5940dc54ee0449950f6a5161095782ebf9 (patch) | |
tree | 5e79ee5686d66c0ee8600b0d15f0cd0306c1d690 /games-action/spacearyarya-kxl/spacearyarya-kxl-1.0.2-r1.ebuild | |
parent | tidy old patches (diff) | |
download | gentoo-2-26330f5940dc54ee0449950f6a5161095782ebf9.tar.gz gentoo-2-26330f5940dc54ee0449950f6a5161095782ebf9.tar.bz2 gentoo-2-26330f5940dc54ee0449950f6a5161095782ebf9.zip |
header fix
Diffstat (limited to 'games-action/spacearyarya-kxl/spacearyarya-kxl-1.0.2-r1.ebuild')
-rw-r--r-- | games-action/spacearyarya-kxl/spacearyarya-kxl-1.0.2-r1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games-action/spacearyarya-kxl/spacearyarya-kxl-1.0.2-r1.ebuild b/games-action/spacearyarya-kxl/spacearyarya-kxl-1.0.2-r1.ebuild index 44de5169a9b2..304f48497468 100644 --- a/games-action/spacearyarya-kxl/spacearyarya-kxl-1.0.2-r1.ebuild +++ b/games-action/spacearyarya-kxl/spacearyarya-kxl-1.0.2-r1.ebuild @@ -1,22 +1,22 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/spacearyarya-kxl/spacearyarya-kxl-1.0.2-r1.ebuild,v 1.1 2003/12/31 16:59:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/spacearyarya-kxl/spacearyarya-kxl-1.0.2-r1.ebuild,v 1.2 2004/02/03 01:22:19 mr_bones_ Exp $ -inherit games eutils +inherit eutils games MY_P=SpaceAryarya-KXL-${PV} +S="${WORKDIR}/${MY_P}" DESCRIPTION="A 2D/3D shooting game" HOMEPAGE="http://kxl.hn.org/" SRC_URI="http://kxl.hn.org/download/${MY_P}.tar.gz" +KEYWORDS="x86 ppc" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc" +IUSE="" DEPEND=">=dev-games/KXL-1.1.4" -S=${WORKDIR}/${MY_P} - src_unpack() { unpack ${A} cd ${S} @@ -28,6 +28,6 @@ src_unpack() { src_install() { make DESTDIR=${D} install || die "make install failed" - dodoc ChangeLog COPYING README + dodoc ChangeLog README prepgamesdirs } |