diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 18:40:04 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 18:40:04 +0000 |
commit | f139d9b07a31f638400a721ca2d7e7e3a0ff05bc (patch) | |
tree | 35ef93bd2cc543b678a03bf2de8b45c29d311e81 /games-engines/frotz | |
parent | Removed INSTALL.Unix file. (diff) | |
download | gentoo-2-f139d9b07a31f638400a721ca2d7e7e3a0ff05bc.tar.gz gentoo-2-f139d9b07a31f638400a721ca2d7e7e3a0ff05bc.tar.bz2 gentoo-2-f139d9b07a31f638400a721ca2d7e7e3a0ff05bc.zip |
Removed INSTALL file.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-engines/frotz')
-rw-r--r-- | games-engines/frotz/ChangeLog | 7 | ||||
-rw-r--r-- | games-engines/frotz/frotz-2.43.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-engines/frotz/ChangeLog b/games-engines/frotz/ChangeLog index c7a20eb3ed21..3be6dcc6b061 100644 --- a/games-engines/frotz/ChangeLog +++ b/games-engines/frotz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-engines/frotz -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v 1.6 2004/11/06 07:46:29 mr_bones_ Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v 1.7 2005/06/15 18:38:06 wolf31o2 Exp $ + + 15 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> frotz-2.43.ebuild: + Removed INSTALL file. 05 Nov 2004; Michael Sterrett <mr_bones_@gentoo.org> frotz-2.43.ebuild: clean up deps, docs; fix install (bug #69518); error message for emake diff --git a/games-engines/frotz/frotz-2.43.ebuild b/games-engines/frotz/frotz-2.43.ebuild index 0e0612be0752..d751e0aae6d6 100644 --- a/games-engines/frotz/frotz-2.43.ebuild +++ b/games-engines/frotz/frotz-2.43.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v 1.9 2004/11/06 07:46:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v 1.10 2005/06/15 18:38:06 wolf31o2 Exp $ DESCRIPTION="Curses based interpreter for Z-code based text games" HOMEPAGE="http://www.cs.csubak.edu/~dgriffi/proj/frotz/" @@ -23,7 +23,7 @@ src_compile() { src_install () { dobin frotz || die "dobin failed" doman frotz.6 - dodoc AUTHORS BUGS ChangeLog HOW_TO_PLAY INSTALL README TODO + dodoc AUTHORS BUGS ChangeLog HOW_TO_PLAY README TODO insinto /usr/share/${P}/ doins doc/{frotz.conf-big,frotz.conf-small} || die "doins failed" |