diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 17:31:31 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 17:31:31 +0000 |
commit | 97d5aa0267a6f23a1a27e57ab69905b196411202 (patch) | |
tree | 472e7e708cd0c2112847ef4ba98e92c0f5f32866 /games-action/abuse_sdl | |
parent | Version bumped to 2.04 and closing bug #96182. (diff) | |
download | historical-97d5aa0267a6f23a1a27e57ab69905b196411202.tar.gz historical-97d5aa0267a6f23a1a27e57ab69905b196411202.tar.bz2 historical-97d5aa0267a6f23a1a27e57ab69905b196411202.zip |
Removed INSTALL file.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'games-action/abuse_sdl')
-rw-r--r-- | games-action/abuse_sdl/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/abuse_sdl/abuse_sdl-0.7.0-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-action/abuse_sdl/ChangeLog b/games-action/abuse_sdl/ChangeLog index f4eb7f2bf2ea..e0862c483b3d 100644 --- a/games-action/abuse_sdl/ChangeLog +++ b/games-action/abuse_sdl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/abuse_sdl # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/abuse_sdl/ChangeLog,v 1.6 2005/04/26 12:51:06 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/abuse_sdl/ChangeLog,v 1.7 2005/06/15 17:30:25 wolf31o2 Exp $ + + 15 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> + abuse_sdl-0.7.0-r2.ebuild: + Removed INSTALL file. 26 Apr 2005; Ferris McCormick <fmccor@gentoo.org> abuse_sdl-0.7.0-r2.ebuild: diff --git a/games-action/abuse_sdl/abuse_sdl-0.7.0-r2.ebuild b/games-action/abuse_sdl/abuse_sdl-0.7.0-r2.ebuild index 53009dd71d51..5653d8777885 100644 --- a/games-action/abuse_sdl/abuse_sdl-0.7.0-r2.ebuild +++ b/games-action/abuse_sdl/abuse_sdl-0.7.0-r2.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-action/abuse_sdl/abuse_sdl-0.7.0-r2.ebuild,v 1.6 2005/04/26 12:51:06 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/abuse_sdl/abuse_sdl-0.7.0-r2.ebuild,v 1.7 2005/06/15 17:30:25 wolf31o2 Exp $ inherit eutils games @@ -43,7 +43,7 @@ src_compile() { src_install() { make DESTDIR=${D} install || die "make install failed" - dodoc AUTHORS ChangeLog INSTALL README TODO + dodoc AUTHORS ChangeLog README TODO cd ${DATA} dodir ${GAMES_DATADIR}/abuse |