diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 18:57:03 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 18:57:03 +0000 |
commit | c660f71dfb135290fff55da0c8e6f860a05bae9e (patch) | |
tree | e783aa878952926e0dd218f4796e6d26c133c322 /games-mud/mmucl | |
parent | Removed COPYING file. (diff) | |
download | historical-c660f71dfb135290fff55da0c8e6f860a05bae9e.tar.gz historical-c660f71dfb135290fff55da0c8e6f860a05bae9e.tar.bz2 historical-c660f71dfb135290fff55da0c8e6f860a05bae9e.zip |
Removed INSTALL file.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'games-mud/mmucl')
-rw-r--r-- | games-mud/mmucl/ChangeLog | 6 | ||||
-rw-r--r-- | games-mud/mmucl/mmucl-1.5.2-r1.ebuild | 4 | ||||
-rw-r--r-- | games-mud/mmucl/mmucl-1.5.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/games-mud/mmucl/ChangeLog b/games-mud/mmucl/ChangeLog index f994b9fdc7fd..53e7484898db 100644 --- a/games-mud/mmucl/ChangeLog +++ b/games-mud/mmucl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-mud/mmucl # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/mmucl/ChangeLog,v 1.5 2005/06/05 04:59:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/mmucl/ChangeLog,v 1.6 2005/06/15 18:55:11 wolf31o2 Exp $ + + 15 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> mmucl-1.5.2.ebuild, + mmucl-1.5.2-r1.ebuild: + Removed INSTALL file. *mmucl-1.5.2-r1 (05 Jun 2005) diff --git a/games-mud/mmucl/mmucl-1.5.2-r1.ebuild b/games-mud/mmucl/mmucl-1.5.2-r1.ebuild index ac5d4b975531..0c82ec84b356 100644 --- a/games-mud/mmucl/mmucl-1.5.2-r1.ebuild +++ b/games-mud/mmucl/mmucl-1.5.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/mmucl/mmucl-1.5.2-r1.ebuild,v 1.1 2005/06/05 04:59:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/mmucl/mmucl-1.5.2-r1.ebuild,v 1.2 2005/06/15 18:55:11 wolf31o2 Exp $ inherit games @@ -46,7 +46,7 @@ src_install () { insinto ${LIBDIR}/test doins test/*.test || die "doins failed (test)" doinfo mmucl.info || die "doinfo failed" - dodoc CHANGES TODO INSTALL README || die "dodoc failed" + dodoc CHANGES TODO README || die "dodoc failed" dohtml mmucl.html || die "dohtml failed" prepgamesdirs } diff --git a/games-mud/mmucl/mmucl-1.5.2.ebuild b/games-mud/mmucl/mmucl-1.5.2.ebuild index 33970ac63196..bd0804044583 100644 --- a/games-mud/mmucl/mmucl-1.5.2.ebuild +++ b/games-mud/mmucl/mmucl-1.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/mmucl/mmucl-1.5.2.ebuild,v 1.4 2005/06/05 04:59:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/mmucl/mmucl-1.5.2.ebuild,v 1.5 2005/06/15 18:55:11 wolf31o2 Exp $ inherit games @@ -44,7 +44,7 @@ src_install () { insinto ${LIBDIR}/test doins test/*.test || die "doins failed (test)" doinfo mmucl.info || die "doinfo failed" - dodoc CHANGES TODO INSTALL README || die "dodoc failed" + dodoc CHANGES TODO README || die "dodoc failed" dohtml mmucl.html || die "dohtml failed" prepgamesdirs } |