summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-28 21:37:10 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-28 21:37:10 +0000
commitb72924622c8e85fca48de04484f54ed25e481eaf (patch)
tree7e9dc66baa5daeda85a7c82affa22a46a2758e89 /net-im
parent (Manifest recommit) (diff)
downloadgentoo-2-b72924622c8e85fca48de04484f54ed25e481eaf.tar.gz
gentoo-2-b72924622c8e85fca48de04484f54ed25e481eaf.tar.bz2
gentoo-2-b72924622c8e85fca48de04484f54ed25e481eaf.zip
fix use invocation
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gnugadu/ChangeLog6
-rw-r--r--net-im/gnugadu/gnugadu-2.0.1.ebuild4
-rw-r--r--net-im/gnugadu/gnugadu-2.0.2.ebuild4
-rw-r--r--net-im/gnugadu/gnugadu-2.0.3.ebuild4
-rw-r--r--net-im/gnugadu/gnugadu-2.0.ebuild4
5 files changed, 13 insertions, 9 deletions
diff --git a/net-im/gnugadu/ChangeLog b/net-im/gnugadu/ChangeLog
index c5a83247a836..bff503aee37e 100644
--- a/net-im/gnugadu/ChangeLog
+++ b/net-im/gnugadu/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/gnugadu
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/ChangeLog,v 1.14 2004/06/27 16:31:32 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/ChangeLog,v 1.15 2004/06/28 21:37:10 agriffis Exp $
+
+ 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> gnugadu-2.0.1.ebuild,
+ gnugadu-2.0.2.ebuild, gnugadu-2.0.3.ebuild, gnugadu-2.0.ebuild:
+ fix use invocation
27 Jun 2004; Michal Januszewski <spock@gentoo.org> gnugadu-2.0.1.ebuild,
gnugadu-2.0.2.ebuild, gnugadu-2.0.3.ebuild, gnugadu-2.0.ebuild:
diff --git a/net-im/gnugadu/gnugadu-2.0.1.ebuild b/net-im/gnugadu/gnugadu-2.0.1.ebuild
index 66a91172c252..ee0e22c15051 100644
--- a/net-im/gnugadu/gnugadu-2.0.1.ebuild
+++ b/net-im/gnugadu/gnugadu-2.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/gnugadu-2.0.1.ebuild,v 1.4 2004/06/27 16:31:32 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/gnugadu-2.0.1.ebuild,v 1.5 2004/06/28 21:37:10 agriffis Exp $
IUSE="debug tlen esd oss xosd arts jabber perl"
@@ -30,7 +30,7 @@ src_compile() {
myconf="--with-gui --with-gadu --with-remote --with-docklet_system_tray --with-docklet_dockapp --with-sms --with-update --with-external"
# use spell && myconf="${myconf} --with-gtkspell"
- if [ `use arts` ]; then
+ if use arts; then
myconf="${myconf} --with-arts --with-arts-prefix=`artsc-config --arts-prefix`"
fi
diff --git a/net-im/gnugadu/gnugadu-2.0.2.ebuild b/net-im/gnugadu/gnugadu-2.0.2.ebuild
index 46a5f28ba0f1..90d4c104995e 100644
--- a/net-im/gnugadu/gnugadu-2.0.2.ebuild
+++ b/net-im/gnugadu/gnugadu-2.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/gnugadu-2.0.2.ebuild,v 1.3 2004/06/27 16:31:32 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/gnugadu-2.0.2.ebuild,v 1.4 2004/06/28 21:37:10 agriffis Exp $
IUSE="debug tlen esd oss xosd arts jabber perl"
@@ -30,7 +30,7 @@ src_compile() {
myconf="--with-gui --with-gadu --with-remote --with-docklet_system_tray --with-docklet_dockapp --with-sms --with-update --with-external"
# use spell && myconf="${myconf} --with-gtkspell"
- if [ `use arts` ]; then
+ if use arts; then
myconf="${myconf} --with-arts --with-arts-prefix=`artsc-config --arts-prefix`"
fi
diff --git a/net-im/gnugadu/gnugadu-2.0.3.ebuild b/net-im/gnugadu/gnugadu-2.0.3.ebuild
index 0727eeb46a77..5d36e6c3239b 100644
--- a/net-im/gnugadu/gnugadu-2.0.3.ebuild
+++ b/net-im/gnugadu/gnugadu-2.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/gnugadu-2.0.3.ebuild,v 1.3 2004/06/27 16:31:32 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/gnugadu-2.0.3.ebuild,v 1.4 2004/06/28 21:37:10 agriffis Exp $
IUSE="debug tlen esd oss xosd arts jabber perl"
@@ -30,7 +30,7 @@ src_compile() {
myconf="--with-gui --with-gadu --with-remote --with-docklet_system_tray --with-docklet_dockapp --with-sms --with-update --with-external"
# use spell && myconf="${myconf} --with-gtkspell"
- if [ `use arts` ]; then
+ if use arts; then
myconf="${myconf} --with-arts --with-arts-prefix=`artsc-config --arts-prefix`"
fi
diff --git a/net-im/gnugadu/gnugadu-2.0.ebuild b/net-im/gnugadu/gnugadu-2.0.ebuild
index dc8d48799835..971de344818e 100644
--- a/net-im/gnugadu/gnugadu-2.0.ebuild
+++ b/net-im/gnugadu/gnugadu-2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/gnugadu-2.0.ebuild,v 1.5 2004/06/27 16:31:32 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/gnugadu-2.0.ebuild,v 1.6 2004/06/28 21:37:10 agriffis Exp $
IUSE="debug tlen esd oss xosd arts jabber perl"
@@ -30,7 +30,7 @@ src_compile() {
myconf="--with-gui --with-gadu --with-remote --with-docklet_system_tray --with-docklet_dockapp --with-sms --with-update --with-external"
# use spell && myconf="${myconf} --with-gtkspell"
- if [ `use arts` ]; then
+ if use arts; then
myconf="${myconf} --with-arts --with-arts-prefix=`artsc-config --arts-prefix`"
fi