summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-03-02 14:14:53 +0000
committerMike Frysinger <vapier@gentoo.org>2004-03-02 14:14:53 +0000
commit0069561d55d166cc056c974d13bac7514e484ef9 (patch)
treea00bd171e5edf9537f167e6a0cc1c014fdd171af /games-board
parentuse mirror://debian (diff)
downloadhistorical-0069561d55d166cc056c974d13bac7514e484ef9.tar.gz
historical-0069561d55d166cc056c974d13bac7514e484ef9.tar.bz2
historical-0069561d55d166cc056c974d13bac7514e484ef9.zip
use mirror://gnu
Diffstat (limited to 'games-board')
-rw-r--r--games-board/xboard/xboard-4.2.7.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/games-board/xboard/xboard-4.2.7.ebuild b/games-board/xboard/xboard-4.2.7.ebuild
index 599812603497..f9621d6b6df8 100644
--- a/games-board/xboard/xboard-4.2.7.ebuild
+++ b/games-board/xboard/xboard-4.2.7.ebuild
@@ -1,16 +1,16 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/xboard/xboard-4.2.7.ebuild,v 1.3 2004/02/22 17:18:14 brad_mssw Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/xboard/xboard-4.2.7.ebuild,v 1.4 2004/03/02 14:14:53 vapier Exp $
inherit eutils games
DESCRIPTION="GUI for gnuchess and for internet chess servers"
HOMEPAGE="http://www.tim-mann.org/xboard.html"
-SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/xboard/${P}.tar.gz"
+SRC_URI="mirror://gnu/xboard/${P}.tar.gz"
-KEYWORDS="x86 ppc alpha amd64"
LICENSE="GPL-2"
SLOT="0"
+KEYWORDS="x86 ppc alpha amd64"
IUSE=""
DEPEND="games-board/gnuchess"
@@ -23,7 +23,7 @@ src_unpack() {
src_install() {
egamesinstall || die
- dodoc FAQ READ_ME ToDo ChangeLog* || die "dodoc failed"
- dohtml FAQ.html || die "dohtml failed"
+ dodoc FAQ READ_ME ToDo ChangeLog*
+ dohtml FAQ.html
prepgamesdirs
}