summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-02-25 22:19:31 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-02-25 22:19:31 +0000
commitb6545b2253b405800b2c7ca21017c9842f815af6 (patch)
tree173efa638bdb55f1f70e0d5db478a8979f26c3bc /games-action
parentFix RDEPEND, bug #83201 (diff)
downloadgentoo-2-b6545b2253b405800b2c7ca21017c9842f815af6.tar.gz
gentoo-2-b6545b2253b405800b2c7ca21017c9842f815af6.tar.bz2
gentoo-2-b6545b2253b405800b2c7ca21017c9842f815af6.zip
fix HOMEPAGE (bug #83305); tidy
(Portage version: 2.0.51-r15)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/nighthawk/ChangeLog7
-rw-r--r--games-action/nighthawk/nighthawk-2.2.ebuild16
2 files changed, 13 insertions, 10 deletions
diff --git a/games-action/nighthawk/ChangeLog b/games-action/nighthawk/ChangeLog
index a6e359d1b571..0b27865656a4 100644
--- a/games-action/nighthawk/ChangeLog
+++ b/games-action/nighthawk/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/nighthawk
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/nighthawk/ChangeLog,v 1.6 2004/06/24 21:57:25 agriffis Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/nighthawk/ChangeLog,v 1.7 2005/02/25 22:19:31 mr_bones_ Exp $
+
+ 25 Feb 2005; Michael Sterrett <mr_bones_@gentoo.org> nighthawk-2.2.ebuild:
+ fix HOMEPAGE (bug #83305); tidy
19 Apr 2004; Chris Gianelloni <wolf31o2@gentoo.org> nighthawk-2.2.ebuild:
Added IUSE.
diff --git a/games-action/nighthawk/nighthawk-2.2.ebuild b/games-action/nighthawk/nighthawk-2.2.ebuild
index 93c80cf29e4b..ca87017601d5 100644
--- a/games-action/nighthawk/nighthawk-2.2.ebuild
+++ b/games-action/nighthawk/nighthawk-2.2.ebuild
@@ -1,27 +1,27 @@
-# 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-action/nighthawk/nighthawk-2.2.ebuild,v 1.5 2004/06/24 21:57:25 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/nighthawk/nighthawk-2.2.ebuild,v 1.6 2005/02/25 22:19:31 mr_bones_ Exp $
-inherit games eutils
+inherit eutils games
DESCRIPTION="A tribute to one of the most playable and contagious games ever written- Paradroid by Andrew Braybrook"
-HOMEPAGE="http://jsno.arafuraconnect.com.au/proj_linux/nighthawk.html"
+HOMEPAGE="http://night-hawk.sourceforge.net/nighthawk.html"
SRC_URI="ftp://metalab.unc.edu/pub/Linux/games/arcade/${P}-1.tar.gz"
-KEYWORDS="x86 ppc"
LICENSE="GPL-2"
SLOT="0"
+KEYWORDS="ppc x86"
IUSE=""
DEPEND="virtual/x11"
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/nighthawk.patch
+ cd "${S}"
+ epatch "${FILESDIR}/nighthawk.patch"
}
src_install () {
- make DESTDIR=${D} install || die "make install failed"
+ make DESTDIR="${D}" install || die "make install failed"
prepgamesdirs
}