summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-04-17 13:34:28 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-04-17 13:34:28 +0000
commit14d581866181ab3b8e1269eca725d8b36b409869 (patch)
treeb79dfff8d1109c86ccc84f25dd451197925a278a /games-puzzle
parentMoved games_pkg_setup to beginning of pkg_setup. (diff)
downloadgentoo-2-14d581866181ab3b8e1269eca725d8b36b409869.tar.gz
gentoo-2-14d581866181ab3b8e1269eca725d8b36b409869.tar.bz2
gentoo-2-14d581866181ab3b8e1269eca725d8b36b409869.zip
Removed INSTALL from dodoc.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/monsterz/ChangeLog5
-rw-r--r--games-puzzle/monsterz/monsterz-0.6.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/games-puzzle/monsterz/ChangeLog b/games-puzzle/monsterz/ChangeLog
index 8657932cb200..e20b66590b1b 100644
--- a/games-puzzle/monsterz/ChangeLog
+++ b/games-puzzle/monsterz/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-puzzle/monsterz
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/ChangeLog,v 1.10 2006/04/17 13:12:40 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/ChangeLog,v 1.11 2006/04/17 13:34:28 wolf31o2 Exp $
+
+ 17 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> monsterz-0.6.1.ebuild:
+ Removed INSTALL from dodoc.
17 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> monsterz-0.6.1.ebuild:
Moved games_pkg_setup to beginning of pkg_setup.
diff --git a/games-puzzle/monsterz/monsterz-0.6.1.ebuild b/games-puzzle/monsterz/monsterz-0.6.1.ebuild
index d17be6d67be1..64802329c0b9 100644
--- a/games-puzzle/monsterz/monsterz-0.6.1.ebuild
+++ b/games-puzzle/monsterz/monsterz-0.6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/monsterz-0.6.1.ebuild,v 1.3 2006/04/17 13:12:40 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/monsterz-0.6.1.ebuild,v 1.4 2006/04/17 13:34:28 wolf31o2 Exp $
inherit eutils games
@@ -36,6 +36,6 @@ src_install() {
insinto "${dir}"
doins -r graphics sound || die "doins failed"
newgamesbin monsterz.py ${PN} || die "dobin failed"
- dodoc README AUTHORS TODO INSTALL
+ dodoc README AUTHORS TODO
prepgamesdirs
}