summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-06-15 19:13:18 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-06-15 19:13:18 +0000
commit995868c4bcbeb0c78801aa7dc607614800500f0f (patch)
tree1287edd00dd4e41dfa34170b9765d610575aaac1 /games-strategy
parentAdded 1.0.3, added xv USE flag to 1.0.3 and 1.0.2-r1 to protect gst-plugins-x... (diff)
downloadgentoo-2-995868c4bcbeb0c78801aa7dc607614800500f0f.tar.gz
gentoo-2-995868c4bcbeb0c78801aa7dc607614800500f0f.tar.bz2
gentoo-2-995868c4bcbeb0c78801aa7dc607614800500f0f.zip
Removed INSTALL file.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/freeciv/ChangeLog6
-rw-r--r--games-strategy/freeciv/freeciv-1.14.1.ebuild6
-rw-r--r--games-strategy/freeciv/freeciv-1.14.2.ebuild4
-rw-r--r--games-strategy/freeciv/freeciv-2.0.1.ebuild4
-rw-r--r--games-strategy/lgeneral/ChangeLog6
-rw-r--r--games-strategy/lgeneral/lgeneral-1.1.1-r1.ebuild4
-rw-r--r--games-strategy/lgeneral/lgeneral-1.2_beta2.ebuild6
-rw-r--r--games-strategy/ufo2000/ChangeLog6
-rw-r--r--games-strategy/ufo2000/ufo2000-0.6.627.ebuild4
9 files changed, 29 insertions, 17 deletions
diff --git a/games-strategy/freeciv/ChangeLog b/games-strategy/freeciv/ChangeLog
index 4b771eb83cbb..bd48d20e7cd4 100644
--- a/games-strategy/freeciv/ChangeLog
+++ b/games-strategy/freeciv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/freeciv
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.24 2005/06/08 14:31:25 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.25 2005/06/15 19:11:15 wolf31o2 Exp $
+
+ 15 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> freeciv-1.14.1.ebuild,
+ freeciv-1.14.2.ebuild, freeciv-2.0.1.ebuild:
+ Removed INSTALL file.
08 Jun 2005; Gustavo Zacarias <gustavoz@gentoo.org> freeciv-2.0.1.ebuild:
Stable on sparc
diff --git a/games-strategy/freeciv/freeciv-1.14.1.ebuild b/games-strategy/freeciv/freeciv-1.14.1.ebuild
index 352fd7641da0..952253bb42fb 100644
--- a/games-strategy/freeciv/freeciv-1.14.1.ebuild
+++ b/games-strategy/freeciv/freeciv-1.14.1.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-strategy/freeciv/freeciv-1.14.1.ebuild,v 1.12 2004/06/24 23:27:10 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-1.14.1.ebuild,v 1.13 2005/06/15 19:11:15 wolf31o2 Exp $
inherit games
@@ -75,7 +75,7 @@ src_install() {
insinto /usr/X11R6/lib/X11/app-defaults
doins data/Freeciv || die "doins failed"
- dodoc ChangeLog INSTALL NEWS \
+ dodoc ChangeLog NEWS \
doc/{BUGS,CodingStyle,HACKING,HOWTOPLAY,PEOPLE,README*,TODO} \
|| die "dodoc failed"
# install sounds
diff --git a/games-strategy/freeciv/freeciv-1.14.2.ebuild b/games-strategy/freeciv/freeciv-1.14.2.ebuild
index aa17605dbb51..82ec7db34a15 100644
--- a/games-strategy/freeciv/freeciv-1.14.2.ebuild
+++ b/games-strategy/freeciv/freeciv-1.14.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-strategy/freeciv/freeciv-1.14.2.ebuild,v 1.3 2005/05/16 21:59:21 yoswink Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-1.14.2.ebuild,v 1.4 2005/06/15 19:11:15 wolf31o2 Exp $
inherit games
@@ -72,7 +72,7 @@ src_install() {
insinto /usr/X11R6/lib/X11/app-defaults
doins data/Freeciv || die "doins failed"
- dodoc ChangeLog INSTALL NEWS \
+ dodoc ChangeLog NEWS \
doc/{BUGS,CodingStyle,HACKING,HOWTOPLAY,PEOPLE,README*,TODO} \
|| die "dodoc failed"
# install sounds
diff --git a/games-strategy/freeciv/freeciv-2.0.1.ebuild b/games-strategy/freeciv/freeciv-2.0.1.ebuild
index 0461d5fd5030..af6cbdc77d63 100644
--- a/games-strategy/freeciv/freeciv-2.0.1.ebuild
+++ b/games-strategy/freeciv/freeciv-2.0.1.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-strategy/freeciv/freeciv-2.0.1.ebuild,v 1.6 2005/06/08 14:31:25 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.0.1.ebuild,v 1.7 2005/06/15 19:11:15 wolf31o2 Exp $
inherit games
@@ -162,7 +162,7 @@ src_install() {
rm -f "${D}/${GAMES_BINDIR}/civmanual"
fi
- dodoc ChangeLog INSTALL NEWS \
+ dodoc ChangeLog NEWS \
doc/{BUGS,CodingStyle,HACKING,HOWTOPLAY,PEOPLE,README*,TODO}
prepgamesdirs
diff --git a/games-strategy/lgeneral/ChangeLog b/games-strategy/lgeneral/ChangeLog
index b0472cb8d0c9..32f3cfbbe7f3 100644
--- a/games-strategy/lgeneral/ChangeLog
+++ b/games-strategy/lgeneral/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/lgeneral
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/lgeneral/ChangeLog,v 1.9 2005/01/26 02:33:06 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/lgeneral/ChangeLog,v 1.10 2005/06/15 19:12:45 wolf31o2 Exp $
+
+ 15 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ lgeneral-1.1.1-r1.ebuild, lgeneral-1.2_beta2.ebuild:
+ Removed INSTALL file.
26 Jan 2005; Joseph Jezak <josejx@gentoo.org> lgeneral-1.1.1-r1.ebuild:
Marked ~ppc for bug #77759.
diff --git a/games-strategy/lgeneral/lgeneral-1.1.1-r1.ebuild b/games-strategy/lgeneral/lgeneral-1.1.1-r1.ebuild
index bd9d18a17c85..e58bad31a91e 100644
--- a/games-strategy/lgeneral/lgeneral-1.1.1-r1.ebuild
+++ b/games-strategy/lgeneral/lgeneral-1.1.1-r1.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-strategy/lgeneral/lgeneral-1.1.1-r1.ebuild,v 1.6 2005/01/26 02:33:06 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/lgeneral/lgeneral-1.1.1-r1.ebuild,v 1.7 2005/06/15 19:12:45 wolf31o2 Exp $
inherit eutils games
@@ -36,7 +36,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 ${WORKDIR}/${DATA}
make DESTDIR=${D} install || die "make install failed (data)"
prepgamesdirs
diff --git a/games-strategy/lgeneral/lgeneral-1.2_beta2.ebuild b/games-strategy/lgeneral/lgeneral-1.2_beta2.ebuild
index 538cb81c6c8e..f5ed848715a9 100644
--- a/games-strategy/lgeneral/lgeneral-1.2_beta2.ebuild
+++ b/games-strategy/lgeneral/lgeneral-1.2_beta2.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-strategy/lgeneral/lgeneral-1.2_beta2.ebuild,v 1.4 2004/12/29 13:40:57 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/lgeneral/lgeneral-1.2_beta2.ebuild,v 1.5 2005/06/15 19:12:45 wolf31o2 Exp $
inherit eutils games
@@ -49,6 +49,6 @@ src_install() {
-d "${D}/${GAMES_DATADIR}/lgeneral" \
|| die "Failed to generate scenario data."
- dodoc AUTHORS ChangeLog INSTALL README.lgeneral README.lgc-pg TODO
+ dodoc AUTHORS ChangeLog README.lgeneral README.lgc-pg TODO
prepgamesdirs
}
diff --git a/games-strategy/ufo2000/ChangeLog b/games-strategy/ufo2000/ChangeLog
index 659a5768c7ad..d8bf5e0a5a41 100644
--- a/games-strategy/ufo2000/ChangeLog
+++ b/games-strategy/ufo2000/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/ufo2000
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo2000/ChangeLog,v 1.10 2005/06/05 11:30:58 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo2000/ChangeLog,v 1.11 2005/06/15 19:13:18 wolf31o2 Exp $
+
+ 15 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ ufo2000-0.6.627.ebuild:
+ Removed INSTALL file.
05 Jun 2005; Michael Hanselmann <hansmi@gentoo.org>
ufo2000-0.6.627.ebuild:
diff --git a/games-strategy/ufo2000/ufo2000-0.6.627.ebuild b/games-strategy/ufo2000/ufo2000-0.6.627.ebuild
index 4fdc00dd4cbf..50af41309fba 100644
--- a/games-strategy/ufo2000/ufo2000-0.6.627.ebuild
+++ b/games-strategy/ufo2000/ufo2000-0.6.627.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-strategy/ufo2000/ufo2000-0.6.627.ebuild,v 1.3 2005/06/05 11:30:58 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo2000/ufo2000-0.6.627.ebuild,v 1.4 2005/06/15 19:13:18 wolf31o2 Exp $
inherit games
@@ -71,7 +71,7 @@ src_install() {
"${D}/${GAMES_DATADIR}/${PN}/XCOM/readme.txt"
echo "Please copy data files from TFTD here" > \
"${D}/${GAMES_DATADIR}/${PN}/TFTD/readme.txt"
- dodoc *.txt INSTALL AUTHORS ChangeLog || die "dodoc failed"
+ dodoc *.txt AUTHORS ChangeLog || die "dodoc failed"
prepgamesdirs
}