summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-05-12 15:48:07 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-05-12 15:48:07 +0000
commitd14298e22d994c6e141821a6b14c8f71ce5b9616 (patch)
treeba4a76876e4e7a55c58b8f186894a48d9f3adb93 /games-action
parentVersion bump. Cleanup (diff)
downloadgentoo-2-d14298e22d994c6e141821a6b14c8f71ce5b9616.tar.gz
gentoo-2-d14298e22d994c6e141821a6b14c8f71ce5b9616.tar.bz2
gentoo-2-d14298e22d994c6e141821a6b14c8f71ce5b9616.zip
Spelling for for bug #319345
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/lugaru-demo/lugaru-demo-1.0b.ebuild4
-rw-r--r--games-action/lugaru/lugaru-1.0c.ebuild6
2 files changed, 5 insertions, 5 deletions
diff --git a/games-action/lugaru-demo/lugaru-demo-1.0b.ebuild b/games-action/lugaru-demo/lugaru-demo-1.0b.ebuild
index f54541b8cc27..1970ddb41c7c 100644
--- a/games-action/lugaru-demo/lugaru-demo-1.0b.ebuild
+++ b/games-action/lugaru-demo/lugaru-demo-1.0b.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru-demo/lugaru-demo-1.0b.ebuild,v 1.2 2009/10/25 15:20:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru-demo/lugaru-demo-1.0b.ebuild,v 1.3 2010/05/12 15:48:07 mr_bones_ Exp $
inherit eutils games
-DESCRIPTION="3D arcade with unique fighting system and antropomorphic characters"
+DESCRIPTION="3D arcade with unique fighting system and anthropomorphic characters"
HOMEPAGE="http://www.wolfire.com/lugaru"
SRC_URI="http://cdn.wolfire.com/games/lugaru-linux-x86-${PV}.bin"
diff --git a/games-action/lugaru/lugaru-1.0c.ebuild b/games-action/lugaru/lugaru-1.0c.ebuild
index 941f76274fcc..74e97c8ef513 100644
--- a/games-action/lugaru/lugaru-1.0c.ebuild
+++ b/games-action/lugaru/lugaru-1.0c.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru/lugaru-1.0c.ebuild,v 1.1 2010/05/12 04:21:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru/lugaru-1.0c.ebuild,v 1.2 2010/05/12 15:48:07 mr_bones_ Exp $
inherit eutils games
-DESCRIPTION="3D arcade with unique fighting system and antropomorphic characters"
+DESCRIPTION="3D arcade with unique fighting system and anthropomorphic characters"
HOMEPAGE="http://www.wolfire.com/lugaru"
SRC_URI="${PN}-full-linux-x86-${PV}.bin"
@@ -26,7 +26,7 @@ S=${WORKDIR}/data
src_unpack() {
# self unpacking zip archive; unzip warns about the exe stuff
- local a="${DISTDIR}/${A}"
+ local a=${DISTDIR}/${A}
echo ">>> Unpacking ${a} to ${PWD}"
unzip -q "${a}"
[ $? -gt 1 ] && die "unpacking failed"