# ChangeLog for games-emulation/atari800
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/atari800/ChangeLog,v 1.4 2003/12/30 19:09:11 mr_bones_ Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/atari800/ChangeLog,v 1.5 2004/06/03 19:54:02 agriffis Exp $
+
+ 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> atari800-1.3.1.ebuild,
+ atari800-1.3.2.ebuild:
+ Fix use invocation
*atari800-1.3.2 (30 Dec 2003)
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/atari800/atari800-1.3.1.ebuild,v 1.3 2004/02/20 06:26:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/atari800/atari800-1.3.1.ebuild,v 1.4 2004/06/03 19:54:02 agriffis Exp $
inherit games
pkg_postinst() {
games_pkg_postinst
- if [ `use sdl` ] ; then
+ if use sdl ; then
echo
echo
einfo 'The emulator has been compiled using the SDL libraries. By default,'
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/atari800/atari800-1.3.2.ebuild,v 1.2 2004/02/20 06:26:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/atari800/atari800-1.3.2.ebuild,v 1.3 2004/06/03 19:54:02 agriffis Exp $
inherit games
pkg_postinst() {
games_pkg_postinst
- if [ `use sdl` ] ; then
+ if use sdl ; then
echo
echo
einfo 'The emulator has been compiled using the SDL libraries. By default,'
# ChangeLog for games-emulation/psemu-cdr
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-cdr/ChangeLog,v 1.5 2004/02/13 15:36:00 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-cdr/ChangeLog,v 1.6 2004/06/03 19:55:20 agriffis Exp $
+
+ 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> psemu-cdr-1.8.ebuild:
+ Fix use invocation
13 Feb 2004; David Holm <dholm@gentoo.org> psemu-cdr-1.8.ebuild:
Added to ~ppc.
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-cdr/psemu-cdr-1.8.ebuild,v 1.3 2004/02/13 15:36:00 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-cdr/psemu-cdr-1.8.ebuild,v 1.4 2004/06/03 19:55:20 agriffis Exp $
inherit games eutils
src_compile() {
local gtk
- if [ `use gtk2` ] ; then
+ if use gtk2 ; then
gtk=gtk+2
else
gtk=gtk