diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-14 20:06:18 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-14 20:06:18 +0000 |
commit | c0614f11d62665a2a9facf7c8b5e466f94c53897 (patch) | |
tree | 0a3a9b5cb17ac2468fd1e4d69c6b1509c7f4cbe0 /games-board | |
parent | stable on sparc wrt bug #46856 (diff) | |
download | historical-c0614f11d62665a2a9facf7c8b5e466f94c53897.tar.gz historical-c0614f11d62665a2a9facf7c8b5e466f94c53897.tar.bz2 historical-c0614f11d62665a2a9facf7c8b5e466f94c53897.zip |
add eutils back in
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/gnushogi/gnushogi-1.3.ebuild | 4 | ||||
-rw-r--r-- | games-board/xboard/xboard-4.2.7.ebuild | 6 | ||||
-rw-r--r-- | games-board/xfreecell/xfreecell-1.0.5b.ebuild | 4 |
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" |