diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-03 01:03:17 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-03 01:03:17 +0000 |
commit | 2e5061bae4f5ae665ca086200095122c9210892b (patch) | |
tree | 7550c4180b64b4a01018eba7c53171001c519e24 /games-rpg/gwiz | |
parent | set ppc in keywords (diff) | |
download | historical-2e5061bae4f5ae665ca086200095122c9210892b.tar.gz historical-2e5061bae4f5ae665ca086200095122c9210892b.tar.bz2 historical-2e5061bae4f5ae665ca086200095122c9210892b.zip |
header fix
Diffstat (limited to 'games-rpg/gwiz')
-rw-r--r-- | games-rpg/gwiz/Manifest | 2 | ||||
-rw-r--r-- | games-rpg/gwiz/gwiz-0.8.ebuild | 6 |
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 } |