From 7ef8be24e87861f39b80b7d76f18ccbfa38610f5 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 17 Nov 2002 22:03:49 +0000 Subject: made everything games{func} --- eclass/games.eclass | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'eclass') diff --git a/eclass/games.eclass b/eclass/games.eclass index 3098e55dc494..886cdd3d8798 100644 --- a/eclass/games.eclass +++ b/eclass/games.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.7 2002/11/17 21:59:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.8 2002/11/17 22:03:49 vapier Exp $ # devlist: {bass,phoenix,vapier}@gentoo.org # This is the games ebuild for standardizing the install of games ... @@ -23,7 +23,7 @@ export GAMES_ENVD="90games" export GAMES_USER="root" export GAMES_GROUP="games" -egameconf() { +egamesconf() { if [ -x ./configure ] ; then ./configure \ --prefix=${GAMES_PREFIX} \ @@ -61,14 +61,14 @@ gameswrapper() { into ${oldtree} } -dogamebin() { gameswrapper bin $@; } -dogamesbin() { gameswrapper sbin $@; } -dogamelib() { gameswrapper lib $@; } -dogamelib.a() { gameswrapper lib.a $@; } -dogamelib.so() { gameswrapper lib.so $@; } +dogamesbin() { gameswrapper bin $@; } +dogamessbin() { gameswrapper sbin $@; } +dogameslib() { gameswrapper lib $@; } +dogameslib.a() { gameswrapper lib.a $@; } +dogameslib.so() { gameswrapper lib.so $@; } -gameowners() { chown ${GAMES_USER}.${GAMES_ROOT} $@; } -gameperms() { chmod ug+r,o-rwx $@; } +gamesowners() { chown ${GAMES_USER}.${GAMES_ROOT} $@; } +gamesperms() { chmod ug+r,o-rwx $@; } gamesenv() { echo "LDPATH=\"${GAMES_LIBDIR}\"" > /etc/env.d/${GAMES_ENVD} -- cgit v1.2.3-65-gdbad