From 114c2dedca926a93cc3fdfa4b44331998340c248 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Thu, 10 Jun 2004 00:51:59 +0000 Subject: Fix use invocation --- net-misc/partysip/ChangeLog | 5 ++++- net-misc/partysip/partysip-2.1.1.ebuild | 4 ++-- net-misc/stone/ChangeLog | 6 +++++- net-misc/stone/stone-2.2.ebuild | 4 ++-- net-misc/stone/stone-2.2c.ebuild | 4 ++-- net-misc/zaptel/ChangeLog | 6 +++++- net-misc/zaptel/zaptel-0.7.0.ebuild | 2 +- net-misc/zaptel/zaptel-0.8.1.ebuild | 2 +- net-misc/zaptel/zaptel-0.9.1.ebuild | 6 +++--- 9 files changed, 25 insertions(+), 14 deletions(-) diff --git a/net-misc/partysip/ChangeLog b/net-misc/partysip/ChangeLog index b44695d08ab1..86641853f3be 100644 --- a/net-misc/partysip/ChangeLog +++ b/net-misc/partysip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/partysip # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/partysip/ChangeLog,v 1.1 2004/03/14 21:23:55 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/partysip/ChangeLog,v 1.2 2004/06/10 00:50:14 agriffis Exp $ + + 09 Jun 2004; Aron Griffis partysip-2.1.1.ebuild: + Fix use invocation *partysip-2.1.1 (14 Mar 2004) diff --git a/net-misc/partysip/partysip-2.1.1.ebuild b/net-misc/partysip/partysip-2.1.1.ebuild index ea223aca57f0..6b67e6ab9c61 100644 --- a/net-misc/partysip/partysip-2.1.1.ebuild +++ b/net-misc/partysip/partysip-2.1.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/net-misc/partysip/partysip-2.1.1.ebuild,v 1.1 2004/03/14 21:23:55 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/partysip/partysip-2.1.1.ebuild,v 1.2 2004/06/10 00:50:14 agriffis Exp $ #IUSE="gdbm berkdb debug" IUSE="debug" @@ -30,7 +30,7 @@ src_compile() { # preference for berkdb... # (doesn't work atm, looks like it's always trying to use ndbm) -# if [ -n "`use berkdb`" ]; then +# if use berkdb; then # myconf="${myconf} --with-db=db" # else # use gdbm \ diff --git a/net-misc/stone/ChangeLog b/net-misc/stone/ChangeLog index d29edf368ed4..bb8e48f8e9c0 100644 --- a/net-misc/stone/ChangeLog +++ b/net-misc/stone/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/stone # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stone/ChangeLog,v 1.4 2004/03/12 23:49:40 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stone/ChangeLog,v 1.5 2004/06/10 00:49:23 agriffis Exp $ + + 09 Jun 2004; Aron Griffis stone-2.2.ebuild, + stone-2.2c.ebuild: + Fix use invocation *stone-2.2c (13 Mar 2004) diff --git a/net-misc/stone/stone-2.2.ebuild b/net-misc/stone/stone-2.2.ebuild index 97266ab3718d..85ff579c9a33 100644 --- a/net-misc/stone/stone-2.2.ebuild +++ b/net-misc/stone/stone-2.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-misc/stone/stone-2.2.ebuild,v 1.2 2004/01/01 05:12:01 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stone/stone-2.2.ebuild,v 1.3 2004/06/10 00:49:23 agriffis Exp $ DESCRIPTION="A simple TCP/IP packet repeater" HOMEPAGE="http://www.gcd.org/sengoku/stone/" @@ -17,7 +17,7 @@ DEPEND="virtual/glibc S=${WORKDIR}/${P} src_compile() { - if [ "`use ssl`" ] ; then + if use ssl ; then emake \ SSL=/usr \ SSL_FLAGS="-DUSE_SSL -I/usr/include/openssl" \ diff --git a/net-misc/stone/stone-2.2c.ebuild b/net-misc/stone/stone-2.2c.ebuild index 398c030d19e4..0b0a3888a6bd 100644 --- a/net-misc/stone/stone-2.2c.ebuild +++ b/net-misc/stone/stone-2.2c.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-misc/stone/stone-2.2c.ebuild,v 1.1 2004/03/12 23:49:40 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stone/stone-2.2c.ebuild,v 1.2 2004/06/10 00:49:23 agriffis Exp $ DESCRIPTION="A simple TCP/IP packet repeater" HOMEPAGE="http://www.gcd.org/sengoku/stone/" @@ -15,7 +15,7 @@ DEPEND="virtual/glibc ssl? ( dev-libs/openssl )" src_compile() { - if [ "`use ssl`" ] ; then + if use ssl ; then emake \ CFLAGS="${CFLAGS}" \ SSL=/usr \ diff --git a/net-misc/zaptel/ChangeLog b/net-misc/zaptel/ChangeLog index ff6f74d3786d..828187d398a3 100644 --- a/net-misc/zaptel/ChangeLog +++ b/net-misc/zaptel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/zaptel # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/ChangeLog,v 1.8 2004/05/10 13:17:52 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/ChangeLog,v 1.9 2004/06/10 00:51:59 agriffis Exp $ + + 09 Jun 2004; Aron Griffis zaptel-0.7.0.ebuild, + zaptel-0.8.1.ebuild, zaptel-0.9.1.ebuild: + Fix use invocation 10 May 2004; David Holm zaptel-0.9.1.ebuild: Added to ~ppc. diff --git a/net-misc/zaptel/zaptel-0.7.0.ebuild b/net-misc/zaptel/zaptel-0.7.0.ebuild index b5c33efb03be..e028af3c9ca2 100644 --- a/net-misc/zaptel/zaptel-0.7.0.ebuild +++ b/net-misc/zaptel/zaptel-0.7.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-misc/zaptel/zaptel-0.7.0.ebuild,v 1.4 2004/04/27 21:56:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/zaptel-0.7.0.ebuild,v 1.5 2004/06/10 00:51:59 agriffis Exp $ inherit eutils diff --git a/net-misc/zaptel/zaptel-0.8.1.ebuild b/net-misc/zaptel/zaptel-0.8.1.ebuild index 0721784ec91f..640e46f5fa49 100644 --- a/net-misc/zaptel/zaptel-0.8.1.ebuild +++ b/net-misc/zaptel/zaptel-0.8.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/net-misc/zaptel/zaptel-0.8.1.ebuild,v 1.3 2004/04/27 21:56:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/zaptel-0.8.1.ebuild,v 1.4 2004/06/10 00:51:59 agriffis Exp $ inherit eutils diff --git a/net-misc/zaptel/zaptel-0.9.1.ebuild b/net-misc/zaptel/zaptel-0.9.1.ebuild index 180cd113c450..6ad66c10668d 100644 --- a/net-misc/zaptel/zaptel-0.9.1.ebuild +++ b/net-misc/zaptel/zaptel-0.9.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/net-misc/zaptel/zaptel-0.9.1.ebuild,v 1.2 2004/05/10 13:17:52 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/zaptel-0.9.1.ebuild,v 1.3 2004/06/10 00:51:59 agriffis Exp $ inherit eutils @@ -78,7 +78,7 @@ src_unpack() { sed -i -e "s:#\( ztdummy.*\):\1:" Makefile # devfs support - if [ -n "`use devfs26`" ]; then + if use devfs26; then einfo "Enabling experimental devfs support for linux-2.6..." epatch ${FILESDIR}/${P}-experimental-devfs26.diff fi @@ -115,7 +115,7 @@ src_install() { } pkg_postinst() { - if [ -n "`use devfs26`" ]; then + if use devfs26; then ewarn "*** Warning! ***" ewarn "Devfs support for linux-2.6 is experimental and not" ewarn "supported by digium or the asterisk project!" -- cgit v1.2.3-65-gdbad