diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-10 19:27:07 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-10 19:27:07 +0000 |
commit | 7ebb7aa1abf39f5177baf973847bee0d51654294 (patch) | |
tree | 21f4c9f002d1faee60b5c0a677b568d4fcc3fa40 /net-im/gyach | |
parent | Fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-7ebb7aa1abf39f5177baf973847bee0d51654294.tar.gz gentoo-2-7ebb7aa1abf39f5177baf973847bee0d51654294.tar.bz2 gentoo-2-7ebb7aa1abf39f5177baf973847bee0d51654294.zip |
Fix use invocation
Diffstat (limited to 'net-im/gyach')
-rw-r--r-- | net-im/gyach/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/gyach/gyach-0.9.6.ebuild | 6 | ||||
-rw-r--r-- | net-im/gyach/gyach-0.9.7.ebuild | 4 |
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 |