Fix use invocation
authorAron Griffis <agriffis@gentoo.org>
Thu, 3 Jun 2004 19:35:22 +0000 (19:35 +0000)
committerAron Griffis <agriffis@gentoo.org>
Thu, 3 Jun 2004 19:35:22 +0000 (19:35 +0000)
games-emulation/raine/ChangeLog
games-emulation/raine/Manifest
games-emulation/raine/raine-0.36.2.ebuild
games-emulation/raine/raine-0.39.0.ebuild

index d803f627b4ecc6115cbca41f364fa1f2c89fdf55..1d1fdafae00ad6823f2cad3c507d65c6846d0fa9 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for games-emulation/raine
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v 1.3 2004/01/14 02:41:41 vapier Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v 1.4 2004/06/03 19:35:22 agriffis Exp $
+
+  03 Jun 2004; Aron Griffis <agriffis@gentoo.org> raine-0.36.2.ebuild,
+  raine-0.39.0.ebuild:
+  Fix use invocation
 
 *raine-0.39.0 (Jan 13 2004)
 
index a48067724a13d79cc347e8a221794d3199896df9..cccbda9939194ce60f5816309174e6403f9fa946 100644 (file)
@@ -1,6 +1,6 @@
-MD5 358a4daac8b9a149df71507aed84ce8b raine-0.39.0.ebuild 1367
-MD5 8410d7f682b73437a4dc0a7f5363634f raine-0.36.2.ebuild 2055
-MD5 4b2896afc18e3285e2aee12626e798a0 ChangeLog 502
+MD5 169c8cb8dbcd82788f319bd677321650 raine-0.39.0.ebuild 1359
+MD5 0a9ccb25b3ef1885f35c15dfdc630dbe raine-0.36.2.ebuild 2047
+MD5 2f89fbfab3f61e54195f7385948928c8 ChangeLog 619
 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
 MD5 e6966af385f6356c94eba79ee263a0b1 files/digest-raine-0.36.2 176
 MD5 8dc30ffdc0cf404a06ef6a0ae8fe1722 files/digest-raine-0.39.0 176
index de478e5c9816a9cf308b102d6f738366b6efe69e..5857d2bec8ba2e0cf1c2ce23a723fd7bfc1b6055 100644 (file)
@@ -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-emulation/raine/raine-0.36.2.ebuild,v 1.2 2004/02/20 06:26:48 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.36.2.ebuild,v 1.3 2004/06/03 19:35:22 agriffis Exp $
 
 inherit flag-o-matic
 
@@ -70,7 +70,7 @@ src_install() {
 
        insinto /usr/share/icons
        doins ${WORKDIR}/*.png
-       if [ `use kde` ] ; then
+       if use kde ; then
                insinto /usr/share/applnk/Games
                doins ${FILESDIR}/Raine.desktop
        fi
index b08f2749244a8aade0214b468384ed5654b7bed6..4296f40eb484289f95737d53188509a11f7473da 100644 (file)
@@ -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-emulation/raine/raine-0.39.0.ebuild,v 1.2 2004/02/20 06:26:48 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.39.0.ebuild,v 1.3 2004/06/03 19:35:22 agriffis Exp $
 
 inherit games
 
@@ -54,7 +54,7 @@ src_install() {
 
        insinto /usr/share/icons
        doins ${WORKDIR}/*.png
-       if [ `use kde` ] ; then
+       if use kde ; then
                insinto /usr/share/applnk/Games
                doins ${FILESDIR}/Raine.desktop
        fi