summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-03 21:04:07 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-03 21:04:07 +0000
commitc8a816f801dfefc453663d2c21b18ee1986089ba (patch)
tree527b3845edca0a1a0d3abf61b6f2ee723a71dc15 /games-rpg/nwn
parentNew upstream version. (diff)
downloadhistorical-c8a816f801dfefc453663d2c21b18ee1986089ba.tar.gz
historical-c8a816f801dfefc453663d2c21b18ee1986089ba.tar.bz2
historical-c8a816f801dfefc453663d2c21b18ee1986089ba.zip
Fix use invocation
Diffstat (limited to 'games-rpg/nwn')
-rw-r--r--games-rpg/nwn/ChangeLog5
-rw-r--r--games-rpg/nwn/Manifest4
-rw-r--r--games-rpg/nwn/nwn-1.62.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/games-rpg/nwn/ChangeLog b/games-rpg/nwn/ChangeLog
index f49aad370b42..b0a9b519af86 100644
--- a/games-rpg/nwn/ChangeLog
+++ b/games-rpg/nwn/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-rpg/nwn
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/ChangeLog,v 1.13 2004/05/24 18:08:26 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/ChangeLog,v 1.14 2004/06/03 21:04:07 agriffis Exp $
+
+ 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> nwn-1.62.ebuild:
+ Fix use invocation
24 May 2004; Chris Gianelloni <wolf31o2@gentoo.org> nwn-1.62.ebuild:
Fixed typo and closing bug #50809.
diff --git a/games-rpg/nwn/Manifest b/games-rpg/nwn/Manifest
index 9ec923c3bb65..413917fbb8a1 100644
--- a/games-rpg/nwn/Manifest
+++ b/games-rpg/nwn/Manifest
@@ -1,5 +1,5 @@
-MD5 e701e41f618b020b9c60ae68ecad25ca nwn-1.62.ebuild 2866
-MD5 860bb8cb78adbbd61b7b68ee717d9956 ChangeLog 3290
+MD5 701d7e5854c69d877fb2b05a55c594ea nwn-1.62.ebuild 2859
+MD5 081d99e23969e93edcb22c3e5f6bac4f ChangeLog 3378
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
MD5 1330dd0f889d308e814b0b0f8b1faa85 files/nwn 38
MD5 daa6377ba568f3c2ad34ac0b80ded2db files/nwn-1.32-fixinstall 1709
diff --git a/games-rpg/nwn/nwn-1.62.ebuild b/games-rpg/nwn/nwn-1.62.ebuild
index f8e7224f46fb..9a1b80cac86d 100644
--- a/games-rpg/nwn/nwn-1.62.ebuild
+++ b/games-rpg/nwn/nwn-1.62.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.62.ebuild,v 1.6 2004/05/24 18:08:26 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.62.ebuild,v 1.7 2004/06/03 21:04:07 agriffis Exp $
inherit games
@@ -51,7 +51,7 @@ src_install() {
pkg_postinst() {
games_pkg_postinst
- if [ ! `use nowin` ] ; then
+ if ! use nowin ; then
einfo "The NWN linux client is now installed."
einfo "Proceed with the following steps in order to get it working:"
einfo "1) Copy the following directories/files from your installed and"