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-fps | |
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-fps')
-rw-r--r-- | games-fps/quakeforge/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/quakeforge/quakeforge-0.5.5.ebuild | 6 | ||||
-rw-r--r-- | games-fps/rtcw/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/rtcw/rtcw-1.41-r2.ebuild | 4 |
4 files changed, 15 insertions, 8 deletions
diff --git a/games-fps/quakeforge/ChangeLog b/games-fps/quakeforge/ChangeLog index 7523de18c2af..6e6f9e791ad3 100644 --- a/games-fps/quakeforge/ChangeLog +++ b/games-fps/quakeforge/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/quakeforge -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quakeforge/ChangeLog,v 1.8 2004/12/29 00:06:09 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quakeforge/ChangeLog,v 1.9 2005/06/15 18:39:23 wolf31o2 Exp $ + + 15 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> + quakeforge-0.5.5.ebuild: + Removed INSTALL file. 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/games-fps/quakeforge/quakeforge-0.5.5.ebuild b/games-fps/quakeforge/quakeforge-0.5.5.ebuild index ea8d4b22653b..b2d4379ec72c 100644 --- a/games-fps/quakeforge/quakeforge-0.5.5.ebuild +++ b/games-fps/quakeforge/quakeforge-0.5.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quakeforge/quakeforge-0.5.5.ebuild,v 1.5 2005/05/05 03:02:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quakeforge/quakeforge-0.5.5.ebuild,v 1.6 2005/06/15 18:39:23 wolf31o2 Exp $ inherit eutils games @@ -100,7 +100,7 @@ src_compile() { src_install() { make DESTDIR=${D} install || die "install failed" mv ${D}/${GAMES_PREFIX}/include ${D}/usr/ - dodoc ChangeLog INSTALL NEWS TODO doc/* + dodoc ChangeLog NEWS TODO doc/* prepgamesdirs } diff --git a/games-fps/rtcw/ChangeLog b/games-fps/rtcw/ChangeLog index 9a06dcc68f6c..16fafc647236 100644 --- a/games-fps/rtcw/ChangeLog +++ b/games-fps/rtcw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/rtcw # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/ChangeLog,v 1.20 2005/05/12 12:41:34 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/ChangeLog,v 1.21 2005/06/15 18:40:04 wolf31o2 Exp $ + + 15 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> rtcw-1.41-r2.ebuild: + Removed INSTALL file. 12 May 2005; Chris Gianelloni <wolf31o2@gentoo.org> rtcw-1.41-r2.ebuild: Fixing warning about bug #82149. diff --git a/games-fps/rtcw/rtcw-1.41-r2.ebuild b/games-fps/rtcw/rtcw-1.41-r2.ebuild index 0d2ecd39819c..43a8568f5a90 100644 --- a/games-fps/rtcw/rtcw-1.41-r2.ebuild +++ b/games-fps/rtcw/rtcw-1.41-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-fps/rtcw/rtcw-1.41-r2.ebuild,v 1.5 2005/05/12 12:41:34 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/rtcw-1.41-r2.ebuild,v 1.6 2005/06/15 18:40:04 wolf31o2 Exp $ inherit eutils games @@ -55,7 +55,7 @@ src_install() { fi insinto ${dir} - doins WolfMP.xpm WolfSP.xpm INSTALL QUICKSTART CHANGES RTCW-README-1.4.txt + doins WolfMP.xpm WolfSP.xpm QUICKSTART CHANGES RTCW-README-1.4.txt doicon WolfMP.xpm WolfSP.xpm prepgamesdirs |