summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-04-14 20:06:18 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-04-14 20:06:18 +0000
commit58527067a3b7eec0e0d136883e3a5327ffebe2dc (patch)
tree17e5323be902a62a4cb92401331c53ff91fa7e8c /games-board
parentstable on sparc wrt bug #46856 (Manifest recommit) (diff)
downloadgentoo-2-58527067a3b7eec0e0d136883e3a5327ffebe2dc.tar.gz
gentoo-2-58527067a3b7eec0e0d136883e3a5327ffebe2dc.tar.bz2
gentoo-2-58527067a3b7eec0e0d136883e3a5327ffebe2dc.zip
add eutils back in
Diffstat (limited to 'games-board')
-rw-r--r--games-board/gnushogi/gnushogi-1.3.ebuild4
-rw-r--r--games-board/xboard/xboard-4.2.7.ebuild6
-rw-r--r--games-board/xfreecell/xfreecell-1.0.5b.ebuild4
3 files changed, 7 insertions, 7 deletions
diff --git a/games-board/gnushogi/gnushogi-1.3.ebuild b/games-board/gnushogi/gnushogi-1.3.ebuild
index 7b2d81ad0f77..b8e5fffd5e82 100644
--- a/games-board/gnushogi/gnushogi-1.3.ebuild
+++ b/games-board/gnushogi/gnushogi-1.3.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnushogi/gnushogi-1.3.ebuild,v 1.3 2004/04/13 09:44:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnushogi/gnushogi-1.3.ebuild,v 1.4 2004/04/14 20:04:53 mr_bones_ Exp $
-inherit games
+inherit eutils games
DESCRIPTION="Japanese version of chess (commandline + X-Version)"
HOMEPAGE="http://www.gnu.org/directory/games/gnushogi.html"
diff --git a/games-board/xboard/xboard-4.2.7.ebuild b/games-board/xboard/xboard-4.2.7.ebuild
index b2a333013e8e..fc036f794bf1 100644
--- a/games-board/xboard/xboard-4.2.7.ebuild
+++ b/games-board/xboard/xboard-4.2.7.ebuild
@@ -1,8 +1,8 @@
# 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.5 2004/04/13 09:45:35 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/xboard/xboard-4.2.7.ebuild,v 1.6 2004/04/14 20:05:32 mr_bones_ Exp $
-inherit games
+inherit eutils games
DESCRIPTION="GUI for gnuchess and for internet chess servers"
HOMEPAGE="http://www.tim-mann.org/xboard.html"
@@ -18,7 +18,7 @@ DEPEND="games-board/gnuchess"
src_unpack() {
unpack ${A}
cd ${S}
- epatch ${FILESDIR}/${PV}-default-program.patch
+ epatch "${FILESDIR}/${PV}-default-program.patch"
}
src_install() {
diff --git a/games-board/xfreecell/xfreecell-1.0.5b.ebuild b/games-board/xfreecell/xfreecell-1.0.5b.ebuild
index aaa2fe37eaad..ded85154a865 100644
--- a/games-board/xfreecell/xfreecell-1.0.5b.ebuild
+++ b/games-board/xfreecell/xfreecell-1.0.5b.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/xfreecell/xfreecell-1.0.5b.ebuild,v 1.2 2004/04/13 09:46:25 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/xfreecell/xfreecell-1.0.5b.ebuild,v 1.3 2004/04/14 20:06:18 mr_bones_ Exp $
-inherit games
+inherit eutils games
S="${WORKDIR}/${PN}"
DESCRIPTION="A freecell game for X"