diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-03 01:37:49 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-03 01:37:49 +0000 |
commit | d6afc294c50c0f87208431242bd1ef9c1ca16412 (patch) | |
tree | 88bfab3d7a4e323166d2a55a6a7a17e0ee0c3a90 /games-action/geki2-KXL/geki2-KXL-2.0.3-r1.ebuild | |
parent | tidy oldest version (diff) | |
download | gentoo-2-d6afc294c50c0f87208431242bd1ef9c1ca16412.tar.gz gentoo-2-d6afc294c50c0f87208431242bd1ef9c1ca16412.tar.bz2 gentoo-2-d6afc294c50c0f87208431242bd1ef9c1ca16412.zip |
header fix; inherit eutils for epatch
Diffstat (limited to 'games-action/geki2-KXL/geki2-KXL-2.0.3-r1.ebuild')
-rw-r--r-- | games-action/geki2-KXL/geki2-KXL-2.0.3-r1.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/games-action/geki2-KXL/geki2-KXL-2.0.3-r1.ebuild b/games-action/geki2-KXL/geki2-KXL-2.0.3-r1.ebuild index 7cc2e58413e6..6d568ec94368 100644 --- a/games-action/geki2-KXL/geki2-KXL-2.0.3-r1.ebuild +++ b/games-action/geki2-KXL/geki2-KXL-2.0.3-r1.ebuild @@ -1,16 +1,17 @@ -# 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/geki2-KXL/geki2-KXL-2.0.3-r1.ebuild,v 1.2 2003/12/31 16:37:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/geki2-KXL/geki2-KXL-2.0.3-r1.ebuild,v 1.3 2004/02/03 01:37:41 mr_bones_ Exp $ -inherit games +inherit eutils games DESCRIPTION="2D length scroll shooting game" HOMEPAGE="http://kxl.hn.org/" SRC_URI="http://kxl.hn.org/download/${P}.tar.gz" +KEYWORDS="x86" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +IUSE="" DEPEND=">=dev-games/KXL-1.1.4" @@ -24,7 +25,7 @@ src_unpack() { } src_install() { - make DESTDIR=${D} install || die - dodoc ChangeLog COPYING README + make DESTDIR=${D} install || die "make install failed" + dodoc ChangeLog README || die "dodoc failed" prepgamesdirs } |