diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 18:38:53 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 18:38:53 +0000 |
commit | 88e790af6998e5f3e25bff191324d4824558231f (patch) | |
tree | 44be84437c3743520d4f027dcb040d8f4072ebfc /games-fps/alephone | |
parent | Removed INSTALL file. (diff) | |
download | gentoo-2-88e790af6998e5f3e25bff191324d4824558231f.tar.gz gentoo-2-88e790af6998e5f3e25bff191324d4824558231f.tar.bz2 gentoo-2-88e790af6998e5f3e25bff191324d4824558231f.zip |
Removed INSTALL.Unix file.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-fps/alephone')
-rw-r--r-- | games-fps/alephone/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/alephone/alephone-20050118.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-fps/alephone/ChangeLog b/games-fps/alephone/ChangeLog index 52f5c89c6f05..6bbfc593a8f6 100644 --- a/games-fps/alephone/ChangeLog +++ b/games-fps/alephone/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/alephone # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v 1.2 2005/02/23 05:45:35 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v 1.3 2005/06/15 18:38:53 wolf31o2 Exp $ + + 15 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> + alephone-20050118.ebuild: + Removed INSTALL.Unix file. *alephone-20050118 (23 Feb 2005) diff --git a/games-fps/alephone/alephone-20050118.ebuild b/games-fps/alephone/alephone-20050118.ebuild index 8ec04b1a91d9..04aeef85e0b8 100644 --- a/games-fps/alephone/alephone-20050118.ebuild +++ b/games-fps/alephone/alephone-20050118.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-fps/alephone/alephone-20050118.ebuild,v 1.1 2005/02/23 05:45:35 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20050118.ebuild,v 1.2 2005/06/15 18:38:53 wolf31o2 Exp $ inherit eutils games @@ -46,7 +46,7 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die "make install failed" keepdir "${GAMES_DATADIR}/AlephOne/"{Images,Map,Shapes,Sounds} - dodoc AUTHORS INSTALL.Unix README docs/Cheat_Codes + dodoc AUTHORS README docs/Cheat_Codes dohtml docs/MML.html prepgamesdirs } |