summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-10 19:20:40 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-10 19:20:40 +0000
commit6e9df6223e777472c5e3ef5e4e8705c47939595d (patch)
treea8f0a812c28adfce5afdbddba5f9b26e07acd21c /net-im/gnomemeeting
parentstablize on x86/ppc (Manifest recommit) (diff)
downloadgentoo-2-6e9df6223e777472c5e3ef5e4e8705c47939595d.tar.gz
gentoo-2-6e9df6223e777472c5e3ef5e4e8705c47939595d.tar.bz2
gentoo-2-6e9df6223e777472c5e3ef5e4e8705c47939595d.zip
Fix use invocation
Diffstat (limited to 'net-im/gnomemeeting')
-rw-r--r--net-im/gnomemeeting/ChangeLog7
-rw-r--r--net-im/gnomemeeting/gnomemeeting-0.98.0.ebuild4
-rw-r--r--net-im/gnomemeeting/gnomemeeting-0.98.5-r1.ebuild4
-rw-r--r--net-im/gnomemeeting/gnomemeeting-0.98.5.ebuild4
-rw-r--r--net-im/gnomemeeting/gnomemeeting-1.0.2.ebuild4
-rw-r--r--net-im/gnomemeeting/gnomemeeting-1.00.ebuild4
6 files changed, 16 insertions, 11 deletions
diff --git a/net-im/gnomemeeting/ChangeLog b/net-im/gnomemeeting/ChangeLog
index af61841f7080..ea775412a0ca 100644
--- a/net-im/gnomemeeting/ChangeLog
+++ b/net-im/gnomemeeting/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/gnomemeeting
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gnomemeeting/ChangeLog,v 1.36 2004/05/26 23:52:39 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gnomemeeting/ChangeLog,v 1.37 2004/06/10 19:20:40 agriffis Exp $
+
+ 10 Jun 2004; Aron Griffis <agriffis@gentoo.org> gnomemeeting-0.98.0.ebuild,
+ gnomemeeting-0.98.5-r1.ebuild, gnomemeeting-0.98.5.ebuild,
+ gnomemeeting-1.0.2.ebuild, gnomemeeting-1.00.ebuild:
+ Fix use invocation
27 May 2004; Stefan Knoblich <stkn@gentoo.org> gnomemeeting-1.00.ebuild,
metadata.xml:
diff --git a/net-im/gnomemeeting/gnomemeeting-0.98.0.ebuild b/net-im/gnomemeeting/gnomemeeting-0.98.0.ebuild
index 05fd2f2e5af3..ad84f8b4d8f3 100644
--- a/net-im/gnomemeeting/gnomemeeting-0.98.0.ebuild
+++ b/net-im/gnomemeeting/gnomemeeting-0.98.0.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/gnomemeeting/gnomemeeting-0.98.0.ebuild,v 1.6 2004/03/09 07:12:15 ferringb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gnomemeeting/gnomemeeting-0.98.0.ebuild,v 1.7 2004/06/10 19:20:40 agriffis Exp $
IUSE="sdl ssl ipv6"
@@ -46,7 +46,7 @@ src_compile() {
myconf="${myconf} --with-openh323-includes=/usr/include/openh323"
myconf="${myconf} --with-openh323-libs=/usr/lib"
- if [ -n "`use ssl`" ]; then
+ if use ssl; then
myconf="${myconf} --with-openssl-libs=/usr/lib"
myconf="${myconf} --with-openssl-includes=/usr/include/openssl"
fi
diff --git a/net-im/gnomemeeting/gnomemeeting-0.98.5-r1.ebuild b/net-im/gnomemeeting/gnomemeeting-0.98.5-r1.ebuild
index dd486230000b..bcfd74d5f841 100644
--- a/net-im/gnomemeeting/gnomemeeting-0.98.5-r1.ebuild
+++ b/net-im/gnomemeeting/gnomemeeting-0.98.5-r1.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/gnomemeeting/gnomemeeting-0.98.5-r1.ebuild,v 1.2 2004/04/27 21:52:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gnomemeeting/gnomemeeting-0.98.5-r1.ebuild,v 1.3 2004/06/10 19:20:40 agriffis Exp $
inherit gnome2 eutils
@@ -52,7 +52,7 @@ src_compile() {
myconf="${myconf} --with-openh323-includes=/usr/include/openh323"
myconf="${myconf} --with-openh323-libs=/usr/lib"
- if [ -n "`use ssl`" ]; then
+ if use ssl; then
myconf="${myconf} --with-openssl-libs=/usr/lib"
myconf="${myconf} --with-openssl-includes=/usr/include/openssl"
fi
diff --git a/net-im/gnomemeeting/gnomemeeting-0.98.5.ebuild b/net-im/gnomemeeting/gnomemeeting-0.98.5.ebuild
index b29be86802bd..b815a6806e1e 100644
--- a/net-im/gnomemeeting/gnomemeeting-0.98.5.ebuild
+++ b/net-im/gnomemeeting/gnomemeeting-0.98.5.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/gnomemeeting/gnomemeeting-0.98.5.ebuild,v 1.7 2004/04/27 21:52:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gnomemeeting/gnomemeeting-0.98.5.ebuild,v 1.8 2004/06/10 19:20:40 agriffis Exp $
inherit gnome2 eutils
@@ -52,7 +52,7 @@ src_compile() {
myconf="${myconf} --with-openh323-includes=/usr/include/openh323"
myconf="${myconf} --with-openh323-libs=/usr/lib"
- if [ -n "`use ssl`" ]; then
+ if use ssl; then
myconf="${myconf} --with-openssl-libs=/usr/lib"
myconf="${myconf} --with-openssl-includes=/usr/include/openssl"
fi
diff --git a/net-im/gnomemeeting/gnomemeeting-1.0.2.ebuild b/net-im/gnomemeeting/gnomemeeting-1.0.2.ebuild
index fecc071d952e..f9116f9d145a 100644
--- a/net-im/gnomemeeting/gnomemeeting-1.0.2.ebuild
+++ b/net-im/gnomemeeting/gnomemeeting-1.0.2.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/gnomemeeting/gnomemeeting-1.0.2.ebuild,v 1.3 2004/05/09 14:17:03 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gnomemeeting/gnomemeeting-1.0.2.ebuild,v 1.4 2004/06/10 19:20:40 agriffis Exp $
inherit gnome2 eutils
@@ -57,7 +57,7 @@ src_compile() {
myconf="${myconf} --with-openh323-includes=/usr/include/openh323"
myconf="${myconf} --with-openh323-libs=/usr/lib"
- if [ -n "`use ssl`" ]; then
+ if use ssl; then
myconf="${myconf} --with-openssl-libs=/usr/lib"
myconf="${myconf} --with-openssl-includes=/usr/include/openssl"
fi
diff --git a/net-im/gnomemeeting/gnomemeeting-1.00.ebuild b/net-im/gnomemeeting/gnomemeeting-1.00.ebuild
index c4613486b1eb..d992f4309423 100644
--- a/net-im/gnomemeeting/gnomemeeting-1.00.ebuild
+++ b/net-im/gnomemeeting/gnomemeeting-1.00.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/gnomemeeting/gnomemeeting-1.00.ebuild,v 1.5 2004/05/26 23:52:39 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gnomemeeting/gnomemeeting-1.00.ebuild,v 1.6 2004/06/10 19:20:40 agriffis Exp $
inherit gnome2
@@ -48,7 +48,7 @@ src_compile() {
myconf="${myconf} --with-openh323-includes=/usr/include/openh323"
myconf="${myconf} --with-openh323-libs=/usr/lib"
- if [ -n "`use ssl`" ]; then
+ if use ssl; then
myconf="${myconf} --with-openssl-libs=/usr/lib"
myconf="${myconf} --with-openssl-includes=/usr/include/openssl"
fi