summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-02-03 01:07:16 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-02-03 01:07:16 +0000
commit79c251f4d8b11090acd4e083228dafa20db2d4ae (patch)
treef7a61556429fcacaf9c89fc7ab66f997eab9f298 /games-rpg
parentremoved oldest version (diff)
downloadgentoo-2-79c251f4d8b11090acd4e083228dafa20db2d4ae.tar.gz
gentoo-2-79c251f4d8b11090acd4e083228dafa20db2d4ae.tar.bz2
gentoo-2-79c251f4d8b11090acd4e083228dafa20db2d4ae.zip
header fix
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/gwiz/Manifest2
-rw-r--r--games-rpg/gwiz/gwiz-0.8.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/games-rpg/gwiz/Manifest b/games-rpg/gwiz/Manifest
index 60499f544351..6deb630cfb7d 100644
--- a/games-rpg/gwiz/Manifest
+++ b/games-rpg/gwiz/Manifest
@@ -1,4 +1,4 @@
MD5 2de126551c6fddc8d7f88ff7fb172583 ChangeLog 779
-MD5 73862bb3a7fdb8150352b1c085e92145 gwiz-0.8.ebuild 646
MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241
+MD5 9c5569ea71783aee0c5f34651685a318 gwiz-0.8.ebuild 641
MD5 9f61b384503a2dcf5615122aedba2ab9 files/digest-gwiz-0.8 62
diff --git a/games-rpg/gwiz/gwiz-0.8.ebuild b/games-rpg/gwiz/gwiz-0.8.ebuild
index 9c85bf1291c4..e76099ff65fd 100644
--- a/games-rpg/gwiz/gwiz-0.8.ebuild
+++ b/games-rpg/gwiz/gwiz-0.8.ebuild
@@ -1,6 +1,6 @@
-# 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-rpg/gwiz/gwiz-0.8.ebuild,v 1.1 2003/09/10 06:26:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild,v 1.2 2004/02/03 01:03:11 mr_bones_ Exp $
DESCRIPTION="clone of old-school Wizardry(tm) games by SirTech"
SRC_URI="http://icculus.org/gwiz/${P}.tar.bz2"
@@ -21,5 +21,5 @@ src_compile() {
src_install() {
einstall || die
- dodoc AUTHORS COPYING ChangeLog README doc/HOWTO-PLAY
+ dodoc AUTHORS ChangeLog README doc/HOWTO-PLAY
}