diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 16:16:41 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 16:16:41 +0000 |
commit | a6f25b92a36009d2420f61e2575d865c9220fc4c (patch) | |
tree | 27b79291cf3fc9fd760cb7d6def01061af82e08c | |
parent | Version bump, closes #52878. (diff) | |
download | historical-a6f25b92a36009d2420f61e2575d865c9220fc4c.tar.gz historical-a6f25b92a36009d2420f61e2575d865c9220fc4c.tar.bz2 historical-a6f25b92a36009d2420f61e2575d865c9220fc4c.zip |
Fix use invocation
23 files changed, 75 insertions, 57 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index 51d6e57e95b1..fd5eaf4cd014 100644 --- a/dev-libs/boost/ChangeLog +++ b/dev-libs/boost/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/boost # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.16 2004/04/17 03:57:00 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.17 2004/06/03 16:13:18 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> boost-1.30.0.ebuild, + boost-1.30.2.ebuild, boost-1.31.0.ebuild: + Fix use invocation 16 Apr 2004; Jason Wever <weeve@gentoo.org> boost-1.31.0.ebuild: Stable on sparc. diff --git a/dev-libs/boost/boost-1.30.0.ebuild b/dev-libs/boost/boost-1.30.0.ebuild index 147b412415d5..ea1d8da14f6d 100644 --- a/dev-libs/boost/boost-1.30.0.ebuild +++ b/dev-libs/boost/boost-1.30.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/boost/boost-1.30.0.ebuild,v 1.3 2004/03/14 12:28:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.30.0.ebuild,v 1.4 2004/06/03 16:13:18 agriffis Exp $ MY_V="${PV//\./_}" @@ -28,7 +28,7 @@ src_compile() { local PYTHON_VERSION=$(/usr/bin/python -V 2>&1 | /usr/bin/cut -d . -f 2,3) local BOOST_TOOLSET - if [ "`use icc`" ] ; then + if use icc ; then BOOST_TOOLSET="intel-linux" else BOOST_TOOLSET="gcc" @@ -39,7 +39,7 @@ src_compile() { ./build.sh ${BOOST_TOOLSET} || die "Failed to build bjam" cd ${S} - if [ "`use icc`" ] ; then + if use icc ; then ./tools/build/jam_src/bin.linux${ARCH}/bjam -j2 \ -sBOOST_ROOT=${S} \ -sPYTHON_ROOT=/usr \ diff --git a/dev-libs/boost/boost-1.30.2.ebuild b/dev-libs/boost/boost-1.30.2.ebuild index c7693f399415..2532a8ec5bd3 100644 --- a/dev-libs/boost/boost-1.30.2.ebuild +++ b/dev-libs/boost/boost-1.30.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/boost/boost-1.30.2.ebuild,v 1.3 2004/02/24 00:10:28 bazik Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.30.2.ebuild,v 1.4 2004/06/03 16:13:18 agriffis Exp $ DESCRIPTION="Boost provides free peer-reviewed portable C++ source libraries." HOMEPAGE="http://www.boost.org" @@ -24,7 +24,7 @@ src_compile() { local PYTHON_VERSION=$(/usr/bin/python -V 2>&1 | sed 's/Python \([0-9][0-9]*\.[0-9][0-9]*\)\..*/\1/') local BOOST_TOOLSET - if [ "`use icc`" ] ; then + if use icc ; then BOOST_TOOLSET="intel-linux" else BOOST_TOOLSET="gcc" @@ -35,7 +35,7 @@ src_compile() { ./build.sh ${BOOST_TOOLSET} || die "Failed to build bjam" cd ${S} - if [ "`use icc`" ] ; then + if use icc ; then ./tools/build/jam_src/bin.linux${ARCH}/bjam -j2 \ -sBOOST_ROOT=${S} \ -sPYTHON_ROOT=/usr \ diff --git a/dev-libs/boost/boost-1.31.0.ebuild b/dev-libs/boost/boost-1.31.0.ebuild index 9ae9bd151e58..049010045fc8 100644 --- a/dev-libs/boost/boost-1.31.0.ebuild +++ b/dev-libs/boost/boost-1.31.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/boost/boost-1.31.0.ebuild,v 1.4 2004/04/17 03:57:00 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.31.0.ebuild,v 1.5 2004/06/03 16:13:18 agriffis Exp $ MyPV=${PV//./_} @@ -29,7 +29,7 @@ src_compile() { local BOOST_TOOLSET local arch - if [ "`use icc`" ] ; then + if use icc ; then BOOST_TOOLSET="intel-linux" else BOOST_TOOLSET="gcc" @@ -46,7 +46,7 @@ src_compile() { arch=${ARCH} fi - if [ "`use icc`" ] ; then + if use icc ; then ./tools/build/jam_src/bin.linux${arch}/bjam -j2 \ -sBOOST_ROOT=${S} \ -sPYTHON_ROOT=/usr \ diff --git a/dev-libs/cryptlib/ChangeLog b/dev-libs/cryptlib/ChangeLog index b2e2d927f2d5..c1024f6280cf 100644 --- a/dev-libs/cryptlib/ChangeLog +++ b/dev-libs/cryptlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/cryptlib -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/ChangeLog,v 1.3 2003/10/09 23:56:25 mr_bones_ Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/ChangeLog,v 1.4 2004/06/03 16:11:31 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> cryptlib-3.0.ebuild, + cryptlib-3.1_beta04.ebuild, cryptlib-3.1_beta05.ebuild: + Fix use invocation *cryptlib-3.1_beta05 (09 Oct 2003) diff --git a/dev-libs/cryptlib/cryptlib-3.0.ebuild b/dev-libs/cryptlib/cryptlib-3.0.ebuild index e4ea819165b9..abe940d489df 100644 --- a/dev-libs/cryptlib/cryptlib-3.0.ebuild +++ b/dev-libs/cryptlib/cryptlib-3.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/cryptlib/cryptlib-3.0.ebuild,v 1.2 2004/03/14 12:28:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/cryptlib-3.0.ebuild,v 1.3 2004/06/03 16:11:31 agriffis Exp $ DESCRIPTION="powerful security toolkit for adding encryption to software" HOMEPAGE="http://www.cs.auckland.ac.nz/~pgut001/cryptlib/" @@ -22,7 +22,7 @@ src_unpack() { src_compile() { export SCFLAGS="-fpic -c -D__UNIX__ -DNDEBUG -I. ${CFLAGS}" export CFLAGS="-c -D__UNIX__ -DNDEBUG -I. ${CFLAGS}" - if [ `use static` ] ; then + if use static ; then make CFLAGS="${CFLAGS}" SCFLAGS="${SCFLAGS}" || die "could not make static" fi make shared CFLAGS="${CFLAGS}" SCFLAGS="${SCFLAGS}" || die "could not make shared" diff --git a/dev-libs/cryptlib/cryptlib-3.1_beta04.ebuild b/dev-libs/cryptlib/cryptlib-3.1_beta04.ebuild index 7f74f8329496..f0183d6cf423 100644 --- a/dev-libs/cryptlib/cryptlib-3.1_beta04.ebuild +++ b/dev-libs/cryptlib/cryptlib-3.1_beta04.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/cryptlib/cryptlib-3.1_beta04.ebuild,v 1.3 2004/03/14 12:28:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/cryptlib-3.1_beta04.ebuild,v 1.4 2004/06/03 16:11:31 agriffis Exp $ MY_PV=${PV/./}; MY_PV=${MY_PV/_/} DESCRIPTION="Powerful security toolkit for adding encryption to software" @@ -24,7 +24,7 @@ src_unpack() { src_compile() { export SCFLAGS="-fpic -c -D__UNIX__ -DNDEBUG -I. ${CFLAGS}" export CFLAGS="-c -D__UNIX__ -DNDEBUG -I. ${CFLAGS}" - if [ `use static` ] ; then + if use static ; then emake CFLAGS="${CFLAGS}" SCFLAGS="${SCFLAGS}" || \ die "emake static failed" fi @@ -34,13 +34,13 @@ src_compile() { src_install() { dolib.so libcl.so* || die "dolib.so failed" - if [ `use static` ] ; then + if use static ; then dolib.a libcl.a || die "dolib.a failed" fi insinto /usr/include doins cryptlib.h || die "doins failed" dodoc README || die "dodoc failed" - if [ `use doc` ] ; then + if use doc ; then dodoc ${DISTDIR}/manual.pdf || die "dodoc failed (manual.pdf)" fi } diff --git a/dev-libs/cryptlib/cryptlib-3.1_beta05.ebuild b/dev-libs/cryptlib/cryptlib-3.1_beta05.ebuild index 5f2f546bf3c5..6edb28145555 100644 --- a/dev-libs/cryptlib/cryptlib-3.1_beta05.ebuild +++ b/dev-libs/cryptlib/cryptlib-3.1_beta05.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/cryptlib/cryptlib-3.1_beta05.ebuild,v 1.2 2004/03/14 12:28:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/cryptlib-3.1_beta05.ebuild,v 1.3 2004/06/03 16:11:31 agriffis Exp $ S=${WORKDIR} MY_PV=${PV/./}; MY_PV=${MY_PV/_/} @@ -30,7 +30,7 @@ src_unpack() { src_compile() { export SCFLAGS="-fPIC -c -D__UNIX__ -DNDEBUG -I. ${CFLAGS}" export CFLAGS="-c -D__UNIX__ -DNDEBUG -I. ${CFLAGS}" - if [ `use static` ] ; then + if use static ; then emake CFLAGS="${CFLAGS}" SCFLAGS="${SCFLAGS}" || \ die "emake static failed" fi @@ -40,13 +40,13 @@ src_compile() { src_install() { dolib.so libcl.so* || die "dolib.so failed" - if [ `use static` ] ; then + if use static ; then dolib.a libcl.a || die "dolib.a failed" fi insinto /usr/include doins cryptlib.h || die "doins failed" dodoc README || die "dodoc failed" - if [ `use doc` ] ; then + if use doc ; then dodoc ${DISTDIR}/manual.pdf || die "dodoc failed (manual.pdf)" fi } diff --git a/dev-libs/fftw/ChangeLog b/dev-libs/fftw/ChangeLog index 18adad08677f..85fdab11f992 100644 --- a/dev-libs/fftw/ChangeLog +++ b/dev-libs/fftw/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/fftw # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/fftw/ChangeLog,v 1.20 2004/04/19 14:16:07 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fftw/ChangeLog,v 1.21 2004/06/03 16:07:44 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> fftw-3.0.1-r1.ebuild, + fftw-3.0.1.ebuild: + Fix use invocation *fftw-3.0.1-r1 (19 Apr 2004) diff --git a/dev-libs/fftw/fftw-2.1.3-r1.ebuild b/dev-libs/fftw/fftw-2.1.3-r1.ebuild index 0f653f650fa9..1b48c6fe8431 100644 --- a/dev-libs/fftw/fftw-2.1.3-r1.ebuild +++ b/dev-libs/fftw/fftw-2.1.3-r1.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/dev-libs/fftw/fftw-2.1.3-r1.ebuild,v 1.5 2003/09/11 01:10:01 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fftw/fftw-2.1.3-r1.ebuild,v 1.6 2004/06/03 16:07:44 agriffis Exp $ IUSE="mpi" diff --git a/dev-libs/fftw/fftw-2.1.5.ebuild b/dev-libs/fftw/fftw-2.1.5.ebuild index a44cec894014..a25277e3e250 100644 --- a/dev-libs/fftw/fftw-2.1.5.ebuild +++ b/dev-libs/fftw/fftw-2.1.5.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/dev-libs/fftw/fftw-2.1.5.ebuild,v 1.5 2003/07/22 12:56:02 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fftw/fftw-2.1.5.ebuild,v 1.6 2004/06/03 16:07:44 agriffis Exp $ inherit flag-o-matic diff --git a/dev-libs/fftw/fftw-3.0.1-r1.ebuild b/dev-libs/fftw/fftw-3.0.1-r1.ebuild index f4e4159e3570..82ce57f008be 100644 --- a/dev-libs/fftw/fftw-3.0.1-r1.ebuild +++ b/dev-libs/fftw/fftw-3.0.1-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/fftw/fftw-3.0.1-r1.ebuild,v 1.1 2004/04/19 14:16:08 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fftw/fftw-3.0.1-r1.ebuild,v 1.2 2004/06/03 16:07:44 agriffis Exp $ IUSE="3dnow sse mpi" @@ -26,7 +26,7 @@ filter-mfpmath # according to the docs, -O0 can cause trouble too! So pending further # testing, ... -if [ `use sse` ]; then +if use sse; then filter-flags -O3 -O1 -O -Os append-flags -O2 fi @@ -51,10 +51,10 @@ src_compile() { #mpi is not a valid flag yet. In this revision it is used merely to block --enable-mpi option #it might be needed if it is decided that lam is an optional dependence - if [ `use sse` ]; then + if use sse; then myconfsingle="$myconfsingle --enable-sse" myconfdouble="$myconfdouble --enable-sse2" - elif [ `use 3dnow` ]; then + elif use 3dnow; then myconfsingle="$myconfsingle --enable-k7" fi diff --git a/dev-libs/fftw/fftw-3.0.1.ebuild b/dev-libs/fftw/fftw-3.0.1.ebuild index 22aa611509f0..2f2e513e31df 100644 --- a/dev-libs/fftw/fftw-3.0.1.ebuild +++ b/dev-libs/fftw/fftw-3.0.1.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/fftw/fftw-3.0.1.ebuild,v 1.5 2004/03/23 03:44:40 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fftw/fftw-3.0.1.ebuild,v 1.6 2004/06/03 16:07:44 agriffis Exp $ IUSE="3dnow sse mpi" @@ -26,7 +26,7 @@ filter-mfpmath # according to the docs, -O0 can cause trouble too! So pending further # testing, ... -if [ `use sse` ]; then +if use sse; then filter-flags -O3 -O1 -O -Os append-flags -O2 fi @@ -51,10 +51,10 @@ src_compile() { #mpi is not a valid flag yet. In this revision it is used merely to block --enable-mpi option #it might be needed if it is decided that lam is an optional dependence - if [ `use sse` ]; then + if use sse; then myconfsingle="$myconfsingle --enable-sse" myconfdouble="$myconfdouble --enable-sse2" - elif [ `use 3dnow` ]; then + elif use 3dnow; then myconfsingle="$myconfsingle --enable-3dnow" fi 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 |