diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 18:13:11 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 18:13:11 +0000 |
commit | d9565c2dce1a5fc5828863cba84afe0143842eac (patch) | |
tree | c9197b354d7fc90a5caa1301756d85515b550fc1 /games-arcade/missile | |
parent | Removed INSTALL file and cleaning old versions. (diff) | |
download | gentoo-2-d9565c2dce1a5fc5828863cba84afe0143842eac.tar.gz gentoo-2-d9565c2dce1a5fc5828863cba84afe0143842eac.tar.bz2 gentoo-2-d9565c2dce1a5fc5828863cba84afe0143842eac.zip |
Removed INSTALL file.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-arcade/missile')
-rw-r--r-- | games-arcade/missile/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/missile/missile-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-arcade/missile/ChangeLog b/games-arcade/missile/ChangeLog index c3b2551d1968..2bd98042137f 100644 --- a/games-arcade/missile/ChangeLog +++ b/games-arcade/missile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/missile # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/missile/ChangeLog,v 1.7 2005/05/31 20:52:41 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/missile/ChangeLog,v 1.8 2005/06/15 18:11:24 wolf31o2 Exp $ + + 15 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> missile-1.0.1.ebuild: + Removed INSTALL file. 31 May 2005; Marcus D. Hanwell <marcus@gentoo.org> missile-1.0.1.ebuild: Stable on amd64. diff --git a/games-arcade/missile/missile-1.0.1.ebuild b/games-arcade/missile/missile-1.0.1.ebuild index bf299ea25c30..c15ca9fc6909 100644 --- a/games-arcade/missile/missile-1.0.1.ebuild +++ b/games-arcade/missile/missile-1.0.1.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-arcade/missile/missile-1.0.1.ebuild,v 1.9 2005/05/31 20:52:41 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/missile/missile-1.0.1.ebuild,v 1.10 2005/06/15 18:11:24 wolf31o2 Exp $ inherit eutils games @@ -41,6 +41,6 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die "make install failed" - dodoc README INSTALL + dodoc README prepgamesdirs } |