summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-03 16:16:41 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-03 16:16:41 +0000
commita6f25b92a36009d2420f61e2575d865c9220fc4c (patch)
tree27b79291cf3fc9fd760cb7d6def01061af82e08c /dev-libs/pwlib
parentVersion bump, closes #52878. (diff)
downloadhistorical-a6f25b92a36009d2420f61e2575d865c9220fc4c.tar.gz
historical-a6f25b92a36009d2420f61e2575d865c9220fc4c.tar.bz2
historical-a6f25b92a36009d2420f61e2575d865c9220fc4c.zip
Fix use invocation
Diffstat (limited to 'dev-libs/pwlib')
-rw-r--r--dev-libs/pwlib/ChangeLog8
-rw-r--r--dev-libs/pwlib/pwlib-1.4.11.ebuild4
-rw-r--r--dev-libs/pwlib/pwlib-1.5.0.ebuild4
-rw-r--r--dev-libs/pwlib/pwlib-1.5.2-r1.ebuild4
-rw-r--r--dev-libs/pwlib/pwlib-1.5.2-r2.ebuild4
-rw-r--r--dev-libs/pwlib/pwlib-1.5.2.ebuild4
-rw-r--r--dev-libs/pwlib/pwlib-1.6.3-r1.ebuild6
-rw-r--r--dev-libs/pwlib/pwlib-1.6.3-r2.ebuild6
-rw-r--r--dev-libs/pwlib/pwlib-1.6.3.ebuild4
-rw-r--r--dev-libs/pwlib/pwlib-1.6.6.ebuild6
10 files changed, 28 insertions, 22 deletions
diff --git a/dev-libs/pwlib/ChangeLog b/dev-libs/pwlib/ChangeLog
index 8ff48d193257..34fc61d30308 100644
--- a/dev-libs/pwlib/ChangeLog
+++ b/dev-libs/pwlib/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/pwlib
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pwlib/ChangeLog,v 1.51 2004/05/26 23:24:21 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pwlib/ChangeLog,v 1.52 2004/06/03 16:16:41 agriffis Exp $
+
+ 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> pwlib-1.4.11.ebuild,
+ pwlib-1.5.0.ebuild, pwlib-1.5.2-r1.ebuild, pwlib-1.5.2-r2.ebuild,
+ pwlib-1.5.2.ebuild, pwlib-1.6.3-r1.ebuild, pwlib-1.6.3-r2.ebuild,
+ pwlib-1.6.3.ebuild, pwlib-1.6.6.ebuild:
+ Fix use invocation
27 May 2004; Stefan Knoblich <stkn@gentoo.org> pwlib-1.6.3-r2.ebuild:
pwlib-1.6.3-r2 stable on x86
diff --git a/dev-libs/pwlib/pwlib-1.4.11.ebuild b/dev-libs/pwlib/pwlib-1.4.11.ebuild
index 81a6c38775ce..7b9ffe761431 100644
--- a/dev-libs/pwlib/pwlib-1.4.11.ebuild
+++ b/dev-libs/pwlib/pwlib-1.4.11.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/dev-libs/pwlib/pwlib-1.4.11.ebuild,v 1.7 2004/03/09 00:48:59 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pwlib/pwlib-1.4.11.ebuild,v 1.8 2004/06/03 16:16:41 agriffis Exp $
DESCRIPTION="Libs needed for GnomeMeeting"
HOMEPAGE="http://www.openh323.org/"
@@ -39,7 +39,7 @@ src_compile() {
export PWLIBDIR=${S}
export PWLIB_BUILD="yes"
- if [ "`use ssl`" ]; then
+ if use ssl; then
export OPENSSLFLAG=1
export OPENSSLDIR=/usr
export OPENSSLLIBS="-lssl -lcrypt"
diff --git a/dev-libs/pwlib/pwlib-1.5.0.ebuild b/dev-libs/pwlib/pwlib-1.5.0.ebuild
index ce4f30c9903c..a9a8c4eaaf0f 100644
--- a/dev-libs/pwlib/pwlib-1.5.0.ebuild
+++ b/dev-libs/pwlib/pwlib-1.5.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/dev-libs/pwlib/pwlib-1.5.0.ebuild,v 1.9 2004/03/09 00:48:59 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pwlib/pwlib-1.5.0.ebuild,v 1.10 2004/06/03 16:16:41 agriffis Exp $
DESCRIPTION="Portable Multiplatform Class Libraries for OpenH323"
HOMEPAGE="http://www.openh323.org/"
@@ -33,7 +33,7 @@ src_unpack() {
}
src_compile() {
- if [ "`use ssl`" ]; then
+ if use ssl; then
export OPENSSLFLAG=1
export OPENSSLDIR=/usr
export OPENSSLLIBS="-lssl -lcrypt"
diff --git a/dev-libs/pwlib/pwlib-1.5.2-r1.ebuild b/dev-libs/pwlib/pwlib-1.5.2-r1.ebuild
index 769c11924947..f09686ffe3d7 100644
--- a/dev-libs/pwlib/pwlib-1.5.2-r1.ebuild
+++ b/dev-libs/pwlib/pwlib-1.5.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/dev-libs/pwlib/pwlib-1.5.2-r1.ebuild,v 1.3 2004/03/09 00:48:59 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pwlib/pwlib-1.5.2-r1.ebuild,v 1.4 2004/06/03 16:16:41 agriffis Exp $
DESCRIPTION="Portable Multiplatform Class Libraries for OpenH323"
HOMEPAGE="http://www.openh323.org/"
@@ -34,7 +34,7 @@ src_unpack() {
}
src_compile() {
- if [ "`use ssl`" ]; then
+ if use ssl; then
export OPENSSLFLAG=1
export OPENSSLDIR=/usr
export OPENSSLLIBS="-lssl -lcrypt"
diff --git a/dev-libs/pwlib/pwlib-1.5.2-r2.ebuild b/dev-libs/pwlib/pwlib-1.5.2-r2.ebuild
index 1a0227b6e857..27faca45ca53 100644
--- a/dev-libs/pwlib/pwlib-1.5.2-r2.ebuild
+++ b/dev-libs/pwlib/pwlib-1.5.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/dev-libs/pwlib/pwlib-1.5.2-r2.ebuild,v 1.2 2004/03/09 00:48:59 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pwlib/pwlib-1.5.2-r2.ebuild,v 1.3 2004/06/03 16:16:41 agriffis Exp $
DESCRIPTION="Portable Multiplatform Class Libraries for OpenH323"
HOMEPAGE="http://www.openh323.org/"
@@ -34,7 +34,7 @@ src_unpack() {
}
src_compile() {
- if [ "`use ssl`" ]; then
+ if use ssl; then
export OPENSSLFLAG=1
export OPENSSLDIR="/usr"
export OPENSSLLIBS="-lssl -lcrypt"
diff --git a/dev-libs/pwlib/pwlib-1.5.2.ebuild b/dev-libs/pwlib/pwlib-1.5.2.ebuild
index a183a2b4838f..ff0d2a0c93e3 100644
--- a/dev-libs/pwlib/pwlib-1.5.2.ebuild
+++ b/dev-libs/pwlib/pwlib-1.5.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/dev-libs/pwlib/pwlib-1.5.2.ebuild,v 1.4 2004/03/09 00:48:59 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pwlib/pwlib-1.5.2.ebuild,v 1.5 2004/06/03 16:16:41 agriffis Exp $
DESCRIPTION="Portable Multiplatform Class Libraries for OpenH323"
HOMEPAGE="http://www.openh323.org/"
@@ -34,7 +34,7 @@ src_unpack() {
}
src_compile() {
- if [ "`use ssl`" ]; then
+ if use ssl; then
export OPENSSLFLAG=1
export OPENSSLDIR=/usr
export OPENSSLLIBS="-lssl -lcrypt"
diff --git a/dev-libs/pwlib/pwlib-1.6.3-r1.ebuild b/dev-libs/pwlib/pwlib-1.6.3-r1.ebuild
index 6e44814629bb..9570b3f4d75d 100644
--- a/dev-libs/pwlib/pwlib-1.6.3-r1.ebuild
+++ b/dev-libs/pwlib/pwlib-1.6.3-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/dev-libs/pwlib/pwlib-1.6.3-r1.ebuild,v 1.5 2004/03/25 15:41:17 jhuebel Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pwlib/pwlib-1.6.3-r1.ebuild,v 1.6 2004/06/03 16:16:41 agriffis Exp $
IUSE="ssl sdl ieee1394 alsa esd"
@@ -43,7 +43,7 @@ src_compile() {
local plugins
local myconf
- if [ "`use ssl`" ]; then
+ if use ssl; then
export OPENSSLFLAG=1
export OPENSSLDIR="/usr"
export OPENSSLLIBS="-lssl -lcrypt"
@@ -65,7 +65,7 @@ src_compile() {
use alsa \
&& plugins="${plugins} alsa"
- if [ -n "`use esd`" ]; then
+ if use esd; then
# fixes bug #45059
export ESDDIR=/usr
fi
diff --git a/dev-libs/pwlib/pwlib-1.6.3-r2.ebuild b/dev-libs/pwlib/pwlib-1.6.3-r2.ebuild
index 55840f5b3b0e..8861e6ab064f 100644
--- a/dev-libs/pwlib/pwlib-1.6.3-r2.ebuild
+++ b/dev-libs/pwlib/pwlib-1.6.3-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/dev-libs/pwlib/pwlib-1.6.3-r2.ebuild,v 1.4 2004/05/26 23:24:21 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pwlib/pwlib-1.6.3-r2.ebuild,v 1.5 2004/06/03 16:16:41 agriffis Exp $
IUSE="ssl sdl ieee1394 alsa esd"
@@ -43,7 +43,7 @@ src_compile() {
local plugins
local myconf
- if [ "`use ssl`" ]; then
+ if use ssl; then
export OPENSSLFLAG=1
export OPENSSLDIR="/usr"
export OPENSSLLIBS="-lssl -lcrypt"
@@ -65,7 +65,7 @@ src_compile() {
use alsa \
&& plugins="${plugins} alsa"
- if [ -n "`use esd`" ]; then
+ if use esd; then
# fixes bug #45059
export ESDDIR=/usr
fi
diff --git a/dev-libs/pwlib/pwlib-1.6.3.ebuild b/dev-libs/pwlib/pwlib-1.6.3.ebuild
index 65c444b453d1..ada09ac67abb 100644
--- a/dev-libs/pwlib/pwlib-1.6.3.ebuild
+++ b/dev-libs/pwlib/pwlib-1.6.3.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/dev-libs/pwlib/pwlib-1.6.3.ebuild,v 1.2 2004/03/09 02:08:21 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pwlib/pwlib-1.6.3.ebuild,v 1.3 2004/06/03 16:16:41 agriffis Exp $
IUSE="ssl sdl ieee1394 alsa esd ldap"
@@ -43,7 +43,7 @@ src_compile() {
local plugins
local myconf
- if [ "`use ssl`" ]; then
+ if use ssl; then
export OPENSSLFLAG=1
export OPENSSLDIR="/usr"
export OPENSSLLIBS="-lssl -lcrypt"
diff --git a/dev-libs/pwlib/pwlib-1.6.6.ebuild b/dev-libs/pwlib/pwlib-1.6.6.ebuild
index 93f7b5328e9a..5b004881bff4 100644
--- a/dev-libs/pwlib/pwlib-1.6.6.ebuild
+++ b/dev-libs/pwlib/pwlib-1.6.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/dev-libs/pwlib/pwlib-1.6.6.ebuild,v 1.2 2004/05/09 13:21:03 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pwlib/pwlib-1.6.6.ebuild,v 1.3 2004/06/03 16:16:41 agriffis Exp $
IUSE="ssl sdl ieee1394 alsa esd"
@@ -44,7 +44,7 @@ src_compile() {
local plugins
local myconf
- if [ "`use ssl`" ]; then
+ if use ssl; then
export OPENSSLFLAG=1
export OPENSSLDIR="/usr"
export OPENSSLLIBS="-lssl -lcrypt"
@@ -66,7 +66,7 @@ src_compile() {
use alsa \
&& plugins="${plugins} alsa"
- if [ -n "`use esd`" ]; then
+ if use esd; then
# fixes bug #45059
export ESDDIR=/usr
fi