summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-10 20:22:26 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-10 20:22:26 +0000
commit8e08165002fa9d202be229aafb19ff96ec5da2a5 (patch)
tree33668c9c31aa79c9548694bfb3b031b4ba28533f /net-libs
parentand stable arm follows ;) (diff)
downloadhistorical-8e08165002fa9d202be229aafb19ff96ec5da2a5.tar.gz
historical-8e08165002fa9d202be229aafb19ff96ec5da2a5.tar.bz2
historical-8e08165002fa9d202be229aafb19ff96ec5da2a5.zip
Fix use invocation
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libvncserver/ChangeLog7
-rw-r--r--net-libs/libvncserver/libvncserver-0.6.ebuild6
-rw-r--r--net-libs/openh323/ChangeLog8
-rw-r--r--net-libs/openh323/openh323-1.11.7.ebuild4
-rw-r--r--net-libs/openh323/openh323-1.12.0-r1.ebuild4
-rw-r--r--net-libs/openh323/openh323-1.12.2-r1.ebuild4
-rw-r--r--net-libs/openh323/openh323-1.12.2-r2.ebuild4
-rw-r--r--net-libs/openh323/openh323-1.13.2-r1.ebuild4
-rw-r--r--net-libs/openh323/openh323-1.13.2.ebuild4
-rw-r--r--net-libs/openh323/openh323-1.13.5.ebuild4
-rw-r--r--net-libs/openh323/openh323-1.9.10-r1.ebuild4
11 files changed, 31 insertions, 22 deletions
diff --git a/net-libs/libvncserver/ChangeLog b/net-libs/libvncserver/ChangeLog
index 421ce21ab78c..fdd92913a3ea 100644
--- a/net-libs/libvncserver/ChangeLog
+++ b/net-libs/libvncserver/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libvncserver
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v 1.3 2004/01/02 02:39:00 vapier Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v 1.4 2004/06/10 20:19:44 agriffis Exp $
+
+ 10 Jun 2004; Aron Griffis <agriffis@gentoo.org> libvncserver-0.6.ebuild:
+ Fix use invocation
*libvncserver-0.6 (01 Jan 2003)
diff --git a/net-libs/libvncserver/libvncserver-0.6.ebuild b/net-libs/libvncserver/libvncserver-0.6.ebuild
index d9fd8ba481cf..133d7a177b6b 100644
--- a/net-libs/libvncserver/libvncserver-0.6.ebuild
+++ b/net-libs/libvncserver/libvncserver-0.6.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-libs/libvncserver/libvncserver-0.6.ebuild,v 1.3 2004/04/05 05:10:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/libvncserver-0.6.ebuild,v 1.4 2004/06/10 20:19:44 agriffis Exp $
inherit eutils
@@ -31,10 +31,10 @@ src_unpack() {
src_compile() {
local myconf=""
- [ `use nobackchannel` ] \
+ use nobackchannel \
&& myconf="${myconf} --without-backchannel" \
|| myconf="${myconf} --with-backchannel"
- [ `use no24bpp` ] \
+ use no24bpp \
&& myconf="${myconf} --without-24bpp" \
|| myconf="${myconf} --with-24bpp"
econf \
diff --git a/net-libs/openh323/ChangeLog b/net-libs/openh323/ChangeLog
index f0f41b054751..563559125abf 100644
--- a/net-libs/openh323/ChangeLog
+++ b/net-libs/openh323/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-libs/openh323
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/ChangeLog,v 1.43 2004/06/06 23:23:44 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/ChangeLog,v 1.44 2004/06/10 20:22:26 agriffis Exp $
+
+ 10 Jun 2004; Aron Griffis <agriffis@gentoo.org> openh323-1.11.7.ebuild,
+ openh323-1.12.0-r1.ebuild, openh323-1.12.2-r1.ebuild,
+ openh323-1.12.2-r2.ebuild, openh323-1.13.2-r1.ebuild,
+ openh323-1.13.2.ebuild, openh323-1.13.5.ebuild, openh323-1.9.10-r1.ebuild:
+ Fix use invocation
07 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> openh323-1.12.2-r2.ebuild:
Stable on alpha.
diff --git a/net-libs/openh323/openh323-1.11.7.ebuild b/net-libs/openh323/openh323-1.11.7.ebuild
index 0c578bcca2eb..5b2f678467d9 100644
--- a/net-libs/openh323/openh323-1.11.7.ebuild
+++ b/net-libs/openh323/openh323-1.11.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-libs/openh323/openh323-1.11.7.ebuild,v 1.8 2004/03/09 02:06:52 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.11.7.ebuild,v 1.9 2004/06/10 20:22:26 agriffis Exp $
IUSE="ssl"
@@ -37,7 +37,7 @@ pkg_setup() {
src_compile() {
export PWLIBDIR=/usr/share/pwlib
export OPENH323DIR=${S}
- if [ "`use ssl`" ]; then
+ if use ssl; then
export OPENSSLFLAG=1
export OPENSSLDIR=/usr
export OPENSSLLIBS="-lssl -lcrypt"
diff --git a/net-libs/openh323/openh323-1.12.0-r1.ebuild b/net-libs/openh323/openh323-1.12.0-r1.ebuild
index 8667d1233cdb..aba341d14deb 100644
--- a/net-libs/openh323/openh323-1.12.0-r1.ebuild
+++ b/net-libs/openh323/openh323-1.12.0-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-libs/openh323/openh323-1.12.0-r1.ebuild,v 1.7 2004/03/09 02:06:52 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.12.0-r1.ebuild,v 1.8 2004/06/10 20:22:26 agriffis Exp $
inherit eutils
@@ -59,7 +59,7 @@ src_compile() {
makeopts="${makeopts} ASNPARSER=/usr/bin/asnparser NOTRACE=1"
- if [ "`use ssl`" ]; then
+ if use ssl; then
export OPENSSLFLAG=1
export OPENSSLDIR=/usr
export OPENSSLLIBS="-lssl -lcrypt"
diff --git a/net-libs/openh323/openh323-1.12.2-r1.ebuild b/net-libs/openh323/openh323-1.12.2-r1.ebuild
index 4fbdf0f0efc0..ed0f570b931a 100644
--- a/net-libs/openh323/openh323-1.12.2-r1.ebuild
+++ b/net-libs/openh323/openh323-1.12.2-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-libs/openh323/openh323-1.12.2-r1.ebuild,v 1.2 2004/03/09 02:06:52 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.12.2-r1.ebuild,v 1.3 2004/06/10 20:22:26 agriffis Exp $
IUSE="ssl"
@@ -54,7 +54,7 @@ src_compile() {
makeopts="${makeopts} ASNPARSER=/usr/bin/asnparser NOTRACE=1"
- if [ "`use ssl`" ]; then
+ if use ssl; then
export OPENSSLFLAG=1
export OPENSSLDIR=/usr
export OPENSSLLIBS="-lssl -lcrypt"
diff --git a/net-libs/openh323/openh323-1.12.2-r2.ebuild b/net-libs/openh323/openh323-1.12.2-r2.ebuild
index f44919426cc4..5fe9dc356580 100644
--- a/net-libs/openh323/openh323-1.12.2-r2.ebuild
+++ b/net-libs/openh323/openh323-1.12.2-r2.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-libs/openh323/openh323-1.12.2-r2.ebuild,v 1.8 2004/06/06 23:23:44 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.12.2-r2.ebuild,v 1.9 2004/06/10 20:22:26 agriffis Exp $
inherit eutils
@@ -70,7 +70,7 @@ src_compile() {
# setting LDFLAGS prevents openh323 from using the wrong libs
makeopts="${makeopts} ASNPARSER=/usr/bin/asnparser LDFLAGS=-L${S}/lib NOTRACE=1"
- if [ "`use ssl`" ]; then
+ if use ssl; then
export OPENSSLFLAG=1
export OPENSSLDIR=/usr
export OPENSSLLIBS="-lssl -lcrypt"
diff --git a/net-libs/openh323/openh323-1.13.2-r1.ebuild b/net-libs/openh323/openh323-1.13.2-r1.ebuild
index b460b2e6ffb7..50d02cd9e3f0 100644
--- a/net-libs/openh323/openh323-1.13.2-r1.ebuild
+++ b/net-libs/openh323/openh323-1.13.2-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-libs/openh323/openh323-1.13.2-r1.ebuild,v 1.8 2004/05/26 23:28:28 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.13.2-r1.ebuild,v 1.9 2004/06/10 20:22:26 agriffis Exp $
inherit eutils flag-o-matic
@@ -66,7 +66,7 @@ src_compile() {
# NOTRACE avoid compilation problems, we disable PTRACING using NOTRACE=1
makeopts="${makeopts} ASNPARSER=/usr/bin/asnparser LDFLAGS=-L${S}/lib NOTRACE=1"
- if [ -n "`use ssl`" ]; then
+ if use ssl; then
export OPENSSLFLAG=1
export OPENSSLDIR=/usr
export OPENSSLLIBS="-lssl -lcrypt"
diff --git a/net-libs/openh323/openh323-1.13.2.ebuild b/net-libs/openh323/openh323-1.13.2.ebuild
index 6ef5f61b72b7..092bb3ecd8d1 100644
--- a/net-libs/openh323/openh323-1.13.2.ebuild
+++ b/net-libs/openh323/openh323-1.13.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-libs/openh323/openh323-1.13.2.ebuild,v 1.2 2004/03/12 01:44:13 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.13.2.ebuild,v 1.3 2004/06/10 20:22:26 agriffis Exp $
IUSE="ssl"
@@ -70,7 +70,7 @@ src_compile() {
# NOTRACE avoid compilation problems, we disable PTRACING using NOTRACE=1
makeopts="${makeopts} ASNPARSER=/usr/bin/asnparser LDFLAGS=-L${S}/lib NOTRACE=1"
- if [ -n "`use ssl`" ]; then
+ if use ssl; then
export OPENSSLFLAG=1
export OPENSSLDIR=/usr
export OPENSSLLIBS="-lssl -lcrypt"
diff --git a/net-libs/openh323/openh323-1.13.5.ebuild b/net-libs/openh323/openh323-1.13.5.ebuild
index 0eb1e54af3f8..e7e2c64d7453 100644
--- a/net-libs/openh323/openh323-1.13.5.ebuild
+++ b/net-libs/openh323/openh323-1.13.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-libs/openh323/openh323-1.13.5.ebuild,v 1.3 2004/05/09 14:15:22 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.13.5.ebuild,v 1.4 2004/06/10 20:22:26 agriffis Exp $
IUSE="ssl"
@@ -71,7 +71,7 @@ src_compile() {
# NOTRACE avoid compilation problems, we disable PTRACING using NOTRACE=1
makeopts="${makeopts} ASNPARSER=/usr/bin/asnparser LDFLAGS=-L${S}/lib NOTRACE=1"
- if [ -n "`use ssl`" ]; then
+ if use ssl; then
export OPENSSLFLAG=1
export OPENSSLDIR=/usr
export OPENSSLLIBS="-lssl -lcrypt"
diff --git a/net-libs/openh323/openh323-1.9.10-r1.ebuild b/net-libs/openh323/openh323-1.9.10-r1.ebuild
index 9e9f2805c517..5e999efdfbd1 100644
--- a/net-libs/openh323/openh323-1.9.10-r1.ebuild
+++ b/net-libs/openh323/openh323-1.9.10-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-libs/openh323/openh323-1.9.10-r1.ebuild,v 1.11 2004/03/09 02:06:52 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.9.10-r1.ebuild,v 1.12 2004/06/10 20:22:26 agriffis Exp $
IUSE="ssl"
@@ -22,7 +22,7 @@ src_compile() {
export PWLIBDIR=/usr/share/pwlib
export OPENH323DIR=${S}
- if [ "`use ssl`" ]; then
+ if use ssl; then
export OPENSSLFLAG=1
export OPENSSLDIR=/usr
export OPENSSLLIBS="-lssl -lcrypt"