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/supertux | |
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/supertux')
-rw-r--r-- | games-arcade/supertux/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/supertux/supertux-0.1.2.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/games-arcade/supertux/ChangeLog b/games-arcade/supertux/ChangeLog index d331d78a8d5b..fdbdd4d7fa9c 100644 --- a/games-arcade/supertux/ChangeLog +++ b/games-arcade/supertux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/supertux # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.19 2005/02/10 20:08:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.20 2005/06/15 18:13:11 wolf31o2 Exp $ + + 15 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> supertux-0.1.2.ebuild: + Removed INSTALL file. 10 Feb 2005; Michael Sterrett <mr_bones_@gentoo.org> supertux-0.1.2.ebuild: add check for mikmod use for sdl-mixer for bug #81503 diff --git a/games-arcade/supertux/supertux-0.1.2.ebuild b/games-arcade/supertux/supertux-0.1.2.ebuild index 056f67f7fa2b..a2b7fb3d536d 100644 --- a/games-arcade/supertux/supertux-0.1.2.ebuild +++ b/games-arcade/supertux/supertux-0.1.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-arcade/supertux/supertux-0.1.2.ebuild,v 1.7 2005/02/10 20:08:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.2.ebuild,v 1.8 2005/06/15 18:13:11 wolf31o2 Exp $ inherit eutils games @@ -37,10 +37,9 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog INSTALL LEVELDESIGN README TODO + dodoc AUTHORS ChangeLog LEVELDESIGN README TODO - cp data/images/icon.xpm supertux.xpm - doicon supertux.xpm + newicon data/images/icon.xpm supertux.xpm make_desktop_entry supertux SuperTux supertux.xpm |