diff options
-rw-r--r-- | games-rpg/nwn/ChangeLog | 5 | ||||
-rw-r--r-- | games-rpg/nwn/nwn-1.62.ebuild | 4 | ||||
-rw-r--r-- | games-simulation/cannonsmash/ChangeLog | 5 | ||||
-rw-r--r-- | games-simulation/cannonsmash/cannonsmash-0.6.5.ebuild | 6 | ||||
-rw-r--r-- | games-simulation/searchandrescue/ChangeLog | 6 | ||||
-rw-r--r-- | games-simulation/searchandrescue/searchandrescue-0.8.1.ebuild | 4 | ||||
-rw-r--r-- | games-strategy/dopewars/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/dopewars/dopewars-1.5.9.ebuild | 4 |
8 files changed, 26 insertions, 13 deletions
diff --git a/games-rpg/nwn/ChangeLog b/games-rpg/nwn/ChangeLog index f49aad370b42..b0a9b519af86 100644 --- a/games-rpg/nwn/ChangeLog +++ b/games-rpg/nwn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-rpg/nwn # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/ChangeLog,v 1.13 2004/05/24 18:08:26 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/ChangeLog,v 1.14 2004/06/03 21:04:07 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> nwn-1.62.ebuild: + Fix use invocation 24 May 2004; Chris Gianelloni <wolf31o2@gentoo.org> nwn-1.62.ebuild: Fixed typo and closing bug #50809. diff --git a/games-rpg/nwn/nwn-1.62.ebuild b/games-rpg/nwn/nwn-1.62.ebuild index f8e7224f46fb..9a1b80cac86d 100644 --- a/games-rpg/nwn/nwn-1.62.ebuild +++ b/games-rpg/nwn/nwn-1.62.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.62.ebuild,v 1.6 2004/05/24 18:08:26 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.62.ebuild,v 1.7 2004/06/03 21:04:07 agriffis Exp $ inherit games @@ -51,7 +51,7 @@ src_install() { pkg_postinst() { games_pkg_postinst - if [ ! `use nowin` ] ; then + if ! use nowin ; then einfo "The NWN linux client is now installed." einfo "Proceed with the following steps in order to get it working:" einfo "1) Copy the following directories/files from your installed and" diff --git a/games-simulation/cannonsmash/ChangeLog b/games-simulation/cannonsmash/ChangeLog index 5fc9c969c7c4..b2957cfc2542 100644 --- a/games-simulation/cannonsmash/ChangeLog +++ b/games-simulation/cannonsmash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/cannonsmash # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/cannonsmash/ChangeLog,v 1.4 2004/03/27 11:28:30 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/cannonsmash/ChangeLog,v 1.5 2004/06/03 21:06:51 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> cannonsmash-0.6.5.ebuild: + Fix use invocation 27 Mar 2004; David Holm <dholm@gentoo.org> cannonsmash-0.6.6.ebuild: Added to ~ppc. diff --git a/games-simulation/cannonsmash/cannonsmash-0.6.5.ebuild b/games-simulation/cannonsmash/cannonsmash-0.6.5.ebuild index 655ac9ccc2fa..ef811a7f7931 100644 --- a/games-simulation/cannonsmash/cannonsmash-0.6.5.ebuild +++ b/games-simulation/cannonsmash/cannonsmash-0.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/cannonsmash/cannonsmash-0.6.5.ebuild,v 1.2 2004/02/20 07:33:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/cannonsmash/cannonsmash-0.6.5.ebuild,v 1.3 2004/06/03 21:06:51 agriffis Exp $ inherit eutils games @@ -29,7 +29,7 @@ src_unpack() { unpack csmash-${PV}.tar.gz cd ${S} epatch ${FILESDIR}/${PV}-loadparts.patch - if [ `use oggvorbis` ] ; then + if use oggvorbis ; then cp ${DISTDIR}/${MY_OGG} ${S}/ || die "unpacking ogg" sed -i "s:${MY_OGG}:${GAMES_DATADIR}/csmash/${MY_OGG}:" ttinc.h || die "setting ogg loc" fi @@ -47,7 +47,7 @@ src_install() { egamesinstall \ datadir=${D}/${GAMES_DATADIR_BASE} \ || die - if [ `use oggvorbis` ] ; then + if use oggvorbis ; then insinto ${GAMES_DATADIR}/csmash doins ${MY_OGG} fi diff --git a/games-simulation/searchandrescue/ChangeLog b/games-simulation/searchandrescue/ChangeLog index 08d7f83d4ae8..f68d8f3d366a 100644 --- a/games-simulation/searchandrescue/ChangeLog +++ b/games-simulation/searchandrescue/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-simulation/searchandrescue # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.3 2004/02/11 15:29:15 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.4 2004/06/03 21:05:42 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> + searchandrescue-0.8.1.ebuild: + Fix use invocation 11 Feb 2004; David Holm <dholm@gentoo.org> searchandrescue-0.8.1.ebuild: Added to ~ppc. diff --git a/games-simulation/searchandrescue/searchandrescue-0.8.1.ebuild b/games-simulation/searchandrescue/searchandrescue-0.8.1.ebuild index ed8d3b241c29..733b440f4c25 100644 --- a/games-simulation/searchandrescue/searchandrescue-0.8.1.ebuild +++ b/games-simulation/searchandrescue/searchandrescue-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.1.ebuild,v 1.3 2004/02/29 21:15:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.1.ebuild,v 1.4 2004/06/03 21:05:42 agriffis Exp $ inherit games @@ -33,7 +33,7 @@ src_unpack() { src_compile() { local myjoyconf - [ `use joystick` ] \ + use joystick \ && myjoyconf="--enable=joystick" \ || myjoyconf="--disable=joystick" ./configure \ diff --git a/games-strategy/dopewars/ChangeLog b/games-strategy/dopewars/ChangeLog index ac49fae38648..d7e03a7af2c5 100644 --- a/games-strategy/dopewars/ChangeLog +++ b/games-strategy/dopewars/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/dopewars # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/dopewars/ChangeLog,v 1.8 2004/03/24 05:09:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/dopewars/ChangeLog,v 1.9 2004/06/03 21:08:25 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> dopewars-1.5.9.ebuild: + Fix use invocation 23 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> dopewars-1.5.9.ebuild: don't rdepend on sed diff --git a/games-strategy/dopewars/dopewars-1.5.9.ebuild b/games-strategy/dopewars/dopewars-1.5.9.ebuild index 0148d90daa41..4af5dd90bcb7 100644 --- a/games-strategy/dopewars/dopewars-1.5.9.ebuild +++ b/games-strategy/dopewars/dopewars-1.5.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/dopewars/dopewars-1.5.9.ebuild,v 1.7 2004/03/24 05:09:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/dopewars/dopewars-1.5.9.ebuild,v 1.8 2004/06/03 21:08:25 agriffis Exp $ inherit games @@ -45,7 +45,7 @@ src_unpack() { src_compile() { local myservconf="" - if [ `use gtk` ] ; then + if use gtk ; then myservconf="--enable-gui-server `use_enable gtk2 glib2`" else myservconf="--disable-gui-client --disable-glibtest --disable-gtktest" |