summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-10 00:52:55 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-10 00:52:55 +0000
commit1530a73884c77178f204d17bc0ce7b002cb46758 (patch)
treef88022bc743d69756fd9759a34dedf18c22aff47
parenti almost forgot to use ${CC/ .*/} instead of calling gcc directly... that wou... (diff)
downloadgentoo-2-1530a73884c77178f204d17bc0ce7b002cb46758.tar.gz
gentoo-2-1530a73884c77178f204d17bc0ce7b002cb46758.tar.bz2
gentoo-2-1530a73884c77178f204d17bc0ce7b002cb46758.zip
Fix use invocation
-rw-r--r--net-misc/partysip/ChangeLog5
-rw-r--r--net-misc/partysip/partysip-2.1.1.ebuild4
-rw-r--r--net-misc/stone/ChangeLog6
-rw-r--r--net-misc/stone/stone-2.2.ebuild4
-rw-r--r--net-misc/stone/stone-2.2c.ebuild4
-rw-r--r--net-misc/zaptel/ChangeLog6
-rw-r--r--net-misc/zaptel/zaptel-0.7.0.ebuild2
-rw-r--r--net-misc/zaptel/zaptel-0.8.1.ebuild2
-rw-r--r--net-misc/zaptel/zaptel-0.9.1.ebuild6
-rw-r--r--net-news/pan/ChangeLog6
-rw-r--r--net-news/pan/pan-0.13.0.ebuild2
-rw-r--r--net-news/pan/pan-0.13.3.ebuild2
-rw-r--r--net-news/pan/pan-0.13.4.ebuild4
-rw-r--r--net-news/pan/pan-0.14.0.ebuild4
-rw-r--r--net-news/pan/pan-0.14.2.ebuild4
15 files changed, 38 insertions, 23 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 <agriffis@gentoo.org> 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 <agriffis@gentoo.org> 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 <agriffis@gentoo.org> zaptel-0.7.0.ebuild,
+ zaptel-0.8.1.ebuild, zaptel-0.9.1.ebuild:
+ Fix use invocation
10 May 2004; David Holm <dholm@gentoo.org> 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!"
diff --git a/net-news/pan/ChangeLog b/net-news/pan/ChangeLog
index b729b1d59555..646ed46c5a3b 100644
--- a/net-news/pan/ChangeLog
+++ b/net-news/pan/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-news/pan
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/pan/ChangeLog,v 1.37 2004/04/20 22:28:21 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/pan/ChangeLog,v 1.38 2004/06/10 00:52:55 agriffis Exp $
+
+ 09 Jun 2004; Aron Griffis <agriffis@gentoo.org> pan-0.13.0.ebuild,
+ pan-0.13.3.ebuild, pan-0.13.4.ebuild, pan-0.14.0.ebuild, pan-0.14.2.ebuild:
+ Fix use invocation
20 Apr 2004; Guy Martin <gmsoft@gentoo.org> pan-0.14.2.ebuild:
Marked stable on hppa.
diff --git a/net-news/pan/pan-0.13.0.ebuild b/net-news/pan/pan-0.13.0.ebuild
index a56cbae9574d..cf847b443652 100644
--- a/net-news/pan/pan-0.13.0.ebuild
+++ b/net-news/pan/pan-0.13.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-news/pan/pan-0.13.0.ebuild,v 1.6 2004/03/08 11:31:21 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.13.0.ebuild,v 1.7 2004/06/10 00:52:55 agriffis Exp $
IUSE="nls spell"
diff --git a/net-news/pan/pan-0.13.3.ebuild b/net-news/pan/pan-0.13.3.ebuild
index b3eff302b316..c7804a62e744 100644
--- a/net-news/pan/pan-0.13.3.ebuild
+++ b/net-news/pan/pan-0.13.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/net-news/pan/pan-0.13.3.ebuild,v 1.5 2004/03/08 11:31:21 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.13.3.ebuild,v 1.6 2004/06/10 00:52:55 agriffis Exp $
IUSE="nls spell"
diff --git a/net-news/pan/pan-0.13.4.ebuild b/net-news/pan/pan-0.13.4.ebuild
index a4bb7d5fed60..4e92c863a139 100644
--- a/net-news/pan/pan-0.13.4.ebuild
+++ b/net-news/pan/pan-0.13.4.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-news/pan/pan-0.13.4.ebuild,v 1.7 2004/03/08 11:31:21 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.13.4.ebuild,v 1.8 2004/06/10 00:52:55 agriffis Exp $
IUSE="spell"
@@ -29,7 +29,7 @@ src_compile() {
# Likely that glibc might of been compiled with nls turned off.
# Warn people that Pan requires glibc to have nls support.
- if [ -z "`use nls`" ]; then
+ if ! use nls; then
ewarn "Pan requires glibc to be merged with 'nls' in your USE flags."
fi
diff --git a/net-news/pan/pan-0.14.0.ebuild b/net-news/pan/pan-0.14.0.ebuild
index 72708343c741..87691b4b7d48 100644
--- a/net-news/pan/pan-0.14.0.ebuild
+++ b/net-news/pan/pan-0.14.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-news/pan/pan-0.14.0.ebuild,v 1.8 2004/01/30 14:46:09 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.14.0.ebuild,v 1.9 2004/06/10 00:52:55 agriffis Exp $
IUSE="spell"
@@ -29,7 +29,7 @@ src_compile() {
# Likely that glibc might of been compiled with nls turned off.
# Warn people that Pan requires glibc to have nls support.
- if [ -z "`use nls`" ]; then
+ if ! use nls; then
ewarn "Pan requires glibc to be merged with 'nls' in your USE flags."
fi
diff --git a/net-news/pan/pan-0.14.2.ebuild b/net-news/pan/pan-0.14.2.ebuild
index 8e33cd52b277..845d6d979710 100644
--- a/net-news/pan/pan-0.14.2.ebuild
+++ b/net-news/pan/pan-0.14.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-news/pan/pan-0.14.2.ebuild,v 1.7 2004/04/20 22:28:21 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.14.2.ebuild,v 1.8 2004/06/10 00:52:55 agriffis Exp $
IUSE="spell"
@@ -29,7 +29,7 @@ src_compile() {
# Likely that glibc might of been compiled with nls turned off.
# Warn people that Pan requires glibc to have nls support.
- if [ -z "`use nls`" ]; then
+ if ! use nls; then
ewarn "Pan requires glibc to be merged with 'nls' in your USE flags."
fi