summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/gyach')
-rw-r--r--net-im/gyach/ChangeLog6
-rw-r--r--net-im/gyach/gyach-0.9.6.ebuild6
-rw-r--r--net-im/gyach/gyach-0.9.7.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/net-im/gyach/ChangeLog b/net-im/gyach/ChangeLog
index 913203c97638..cc0fe211f6cf 100644
--- a/net-im/gyach/ChangeLog
+++ b/net-im/gyach/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/gyach
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gyach/ChangeLog,v 1.4 2004/02/03 06:29:05 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gyach/ChangeLog,v 1.5 2004/06/10 19:22:32 agriffis Exp $
+
+ 10 Jun 2004; Aron Griffis <agriffis@gentoo.org> gyach-0.9.6.ebuild,
+ gyach-0.9.7.ebuild:
+ Fix use invocation
*gyach-0.9.7 (03 Feb 2004)
diff --git a/net-im/gyach/gyach-0.9.6.ebuild b/net-im/gyach/gyach-0.9.6.ebuild
index 8f5748cefcaa..a9d7209c286b 100644
--- a/net-im/gyach/gyach-0.9.6.ebuild
+++ b/net-im/gyach/gyach-0.9.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gyach/gyach-0.9.6.ebuild,v 1.1 2003/10/08 14:10:01 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gyach/gyach-0.9.6.ebuild,v 1.2 2004/06/10 19:22:32 agriffis Exp $
S=${WORKDIR}/${P}
DESCRIPTION="GTK+-based Yahoo! chat client"
@@ -25,7 +25,7 @@ src_install() {
dodoc sample.*
# install icon and desktop entry for gnome
- if [ "`use gnome`" ] ; then
+ if use gnome ; then
insinto /usr/share/pixmaps
doins ${D}/usr/share/gyach/pixmaps/gyach-icon.xpm
insinto /usr/share/gnome/apps/Internet
diff --git a/net-im/gyach/gyach-0.9.7.ebuild b/net-im/gyach/gyach-0.9.7.ebuild
index 99a52c32b41f..47943d285048 100644
--- a/net-im/gyach/gyach-0.9.7.ebuild
+++ b/net-im/gyach/gyach-0.9.7.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/net-im/gyach/gyach-0.9.7.ebuild,v 1.1 2004/02/03 06:29:05 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gyach/gyach-0.9.7.ebuild,v 1.2 2004/06/10 19:22:32 agriffis Exp $
S=${WORKDIR}/${P}
DESCRIPTION="GTK+-based Yahoo! chat client"
@@ -24,7 +24,7 @@ src_install() {
dodoc sample.*
# install icon and desktop entry for gnome
- if [ "`use gnome`" ] ; then
+ if use gnome ; then
insinto /usr/share/pixmaps
doins ${D}/usr/share/gyach/pixmaps/gyach-icon.xpm
insinto /usr/share/gnome/apps/Internet