summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-06-15 18:24:04 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-06-15 18:24:04 +0000
commit19e46600bd3de70a82047bb569227469608ee326 (patch)
treeaff87262fedcf5a2335aec660e070fe46ae867c7 /games-board/gnuchess
parentRemoved COPYING and INSTALL files. (diff)
downloadhistorical-19e46600bd3de70a82047bb569227469608ee326.tar.gz
historical-19e46600bd3de70a82047bb569227469608ee326.tar.bz2
historical-19e46600bd3de70a82047bb569227469608ee326.zip
Removed INSTALL file.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'games-board/gnuchess')
-rw-r--r--games-board/gnuchess/ChangeLog8
-rw-r--r--games-board/gnuchess/gnuchess-5.06.ebuild6
-rw-r--r--games-board/gnuchess/gnuchess-5.07.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/games-board/gnuchess/ChangeLog b/games-board/gnuchess/ChangeLog
index e6782f34e571..95e0b1b8d904 100644
--- a/games-board/gnuchess/ChangeLog
+++ b/games-board/gnuchess/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-board/gnuchess
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnuchess/ChangeLog,v 1.9 2004/12/28 23:55:06 ciaranm Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnuchess/ChangeLog,v 1.10 2005/06/15 18:24:04 wolf31o2 Exp $
+
+ 15 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> gnuchess-5.06.ebuild,
+ gnuchess-5.07.ebuild:
+ Removed INSTALL file.
28 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/games-board/gnuchess/gnuchess-5.06.ebuild b/games-board/gnuchess/gnuchess-5.06.ebuild
index 8dfbe36c782c..639de094466f 100644
--- a/games-board/gnuchess/gnuchess-5.06.ebuild
+++ b/games-board/gnuchess/gnuchess-5.06.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-board/gnuchess/gnuchess-5.06.ebuild,v 1.5 2004/07/14 14:29:06 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnuchess/gnuchess-5.06.ebuild,v 1.6 2005/06/15 18:24:04 wolf31o2 Exp $
inherit games
@@ -15,6 +15,6 @@ SLOT="0"
src_install () {
egamesinstall || die
- dodoc AUTHORS ChangeLog INSTALL NEWS TODO doc/README || die "dodoc failed"
+ dodoc AUTHORS ChangeLog NEWS TODO doc/README || die "dodoc failed"
prepgamesdirs
}
diff --git a/games-board/gnuchess/gnuchess-5.07.ebuild b/games-board/gnuchess/gnuchess-5.07.ebuild
index 04e88dc5f942..63bc2541c3e3 100644
--- a/games-board/gnuchess/gnuchess-5.07.ebuild
+++ b/games-board/gnuchess/gnuchess-5.07.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-board/gnuchess/gnuchess-5.07.ebuild,v 1.5 2004/07/01 11:10:52 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnuchess/gnuchess-5.07.ebuild,v 1.6 2005/06/15 18:24:04 wolf31o2 Exp $
inherit games
@@ -25,6 +25,6 @@ src_compile() {
}
src_install () {
make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog INSTALL NEWS TODO doc/README || die "dodoc failed"
+ dodoc AUTHORS ChangeLog NEWS TODO doc/README || die "dodoc failed"
prepgamesdirs
}