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-emulation/tuxnes | |
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-emulation/tuxnes')
-rw-r--r-- | games-emulation/tuxnes/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/tuxnes/tuxnes-0.75.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-emulation/tuxnes/ChangeLog b/games-emulation/tuxnes/ChangeLog index 1401fb4052c6..06dbb05b9dd7 100644 --- a/games-emulation/tuxnes/ChangeLog +++ b/games-emulation/tuxnes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/tuxnes -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/tuxnes/ChangeLog,v 1.4 2004/09/27 15:04:28 sekretarz Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/tuxnes/ChangeLog,v 1.5 2005/06/15 18:36:00 wolf31o2 Exp $ + + 15 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> tuxnes-0.75.ebuild: + Removed INSTALL file. 27 Sep 2004; Karol Wojtaszek <sekretarz@gentoo.org> +files/tuxnes-0.75-gcc34.patch, tuxnes-0.75.ebuild: diff --git a/games-emulation/tuxnes/tuxnes-0.75.ebuild b/games-emulation/tuxnes/tuxnes-0.75.ebuild index 5376e814dbd4..e04e30c42370 100644 --- a/games-emulation/tuxnes/tuxnes-0.75.ebuild +++ b/games-emulation/tuxnes/tuxnes-0.75.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-emulation/tuxnes/tuxnes-0.75.ebuild,v 1.5 2005/05/06 02:07:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/tuxnes/tuxnes-0.75.ebuild,v 1.6 2005/06/15 18:36:00 wolf31o2 Exp $ inherit flag-o-matic eutils @@ -40,5 +40,5 @@ src_install() { make DESTDIR="${D}" install || die insinto /usr/share/pixmaps doins tuxnes.xpm tuxnes2.xpm - dodoc AUTHORS BUGS ChangeLog CHANGES INSTALL NEWS README THANKS + dodoc AUTHORS BUGS ChangeLog CHANGES NEWS README THANKS } |