summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-09 21:33:18 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-09 21:33:18 +0000
commitcc118930bf23389dbd42d0a33c60f6b90ba1f4dc (patch)
tree079c84cb00862023b5a710ebed3bfd353fd3cd7d /net-fs
parentMarked ppc (Manifest recommit) (diff)
downloadgentoo-2-cc118930bf23389dbd42d0a33c60f6b90ba1f4dc.tar.gz
gentoo-2-cc118930bf23389dbd42d0a33c60f6b90ba1f4dc.tar.bz2
gentoo-2-cc118930bf23389dbd42d0a33c60f6b90ba1f4dc.zip
Fix use invocation
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/sfs/ChangeLog5
-rw-r--r--net-fs/sfs/sfs-0.7.2.ebuild4
-rw-r--r--net-fs/shfs/ChangeLog6
-rw-r--r--net-fs/shfs/shfs-0.31-r1.ebuild4
-rw-r--r--net-fs/shfs/shfs-0.31.ebuild4
-rw-r--r--net-fs/shfs/shfs-0.32-r1.ebuild4
-rw-r--r--net-fs/shfs/shfs-0.32.ebuild4
-rw-r--r--net-fs/shfs/shfs-0.34.ebuild4
8 files changed, 21 insertions, 14 deletions
diff --git a/net-fs/sfs/ChangeLog b/net-fs/sfs/ChangeLog
index aec66e406730..37ecc70236cb 100644
--- a/net-fs/sfs/ChangeLog
+++ b/net-fs/sfs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-fs/sfs
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/sfs/ChangeLog,v 1.6 2004/04/27 21:47:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/sfs/ChangeLog,v 1.7 2004/06/09 21:31:22 agriffis Exp $
+
+ 09 Jun 2004; Aron Griffis <agriffis@gentoo.org> sfs-0.7.2.ebuild:
+ Fix use invocation
27 Apr 2004; Aron Griffis <agriffis@gentoo.org> sfs-0.7.2.ebuild:
Add inherit eutils
diff --git a/net-fs/sfs/sfs-0.7.2.ebuild b/net-fs/sfs/sfs-0.7.2.ebuild
index d2898d9ec02e..873deb7acf82 100644
--- a/net-fs/sfs/sfs-0.7.2.ebuild
+++ b/net-fs/sfs/sfs-0.7.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-fs/sfs/sfs-0.7.2.ebuild,v 1.7 2004/04/27 21:47:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/sfs/sfs-0.7.2.ebuild,v 1.8 2004/06/09 21:31:22 agriffis Exp $
inherit eutils
@@ -42,7 +42,7 @@ src_unpack() {
}
src_compile() {
- if [ "`use ssl`" ]; then
+ if use ssl; then
EXTRA_ECONF="${EXTRA_ECONF} --with-openssl=/usr"
else
EXTRA_ECONF="${EXTRA_ECONF} --without-openssl"
diff --git a/net-fs/shfs/ChangeLog b/net-fs/shfs/ChangeLog
index adafbcfaac99..51539d473f7a 100644
--- a/net-fs/shfs/ChangeLog
+++ b/net-fs/shfs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-fs/shfs
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/ChangeLog,v 1.12 2004/05/28 20:28:19 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/ChangeLog,v 1.13 2004/06/09 21:33:18 agriffis Exp $
+
+ 09 Jun 2004; Aron Griffis <agriffis@gentoo.org> shfs-0.31-r1.ebuild,
+ shfs-0.31.ebuild, shfs-0.32-r1.ebuild, shfs-0.32.ebuild, shfs-0.34.ebuild:
+ Fix use invocation
*shfs-0.34 (28 May 2004)
diff --git a/net-fs/shfs/shfs-0.31-r1.ebuild b/net-fs/shfs/shfs-0.31-r1.ebuild
index e4af6073d80f..c9906a014c6f 100644
--- a/net-fs/shfs/shfs-0.31-r1.ebuild
+++ b/net-fs/shfs/shfs-0.31-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-fs/shfs/shfs-0.31-r1.ebuild,v 1.7 2004/04/27 21:48:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.31-r1.ebuild,v 1.8 2004/06/09 21:33:18 agriffis Exp $
inherit eutils
@@ -60,7 +60,7 @@ src_install() {
use doc && dohtml -r ${S}/docs/html
# Install automount support (if desired)
- if [ -n "`use amd`" ] ; then
+ if use amd ; then
einfo " Installing am-utils config files..."
insinto /etc/amd
doins ${FILESDIR}/amd.conf
diff --git a/net-fs/shfs/shfs-0.31.ebuild b/net-fs/shfs/shfs-0.31.ebuild
index df5a96a90dc1..ecaa6828b86f 100644
--- a/net-fs/shfs/shfs-0.31.ebuild
+++ b/net-fs/shfs/shfs-0.31.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-fs/shfs/shfs-0.31.ebuild,v 1.4 2004/04/27 21:48:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.31.ebuild,v 1.5 2004/06/09 21:33:18 agriffis Exp $
inherit eutils
@@ -52,7 +52,7 @@ src_install() {
use doc && dohtml -r ${S}/docs/html
# Install automount support (if desired)
- if [ -n "`use amd`" ] ; then
+ if use amd ; then
einfo " Installing am-utils config files..."
insinto /etc/amd
doins ${FILESDIR}/amd.conf
diff --git a/net-fs/shfs/shfs-0.32-r1.ebuild b/net-fs/shfs/shfs-0.32-r1.ebuild
index a0996ed6204a..f25f745786e2 100644
--- a/net-fs/shfs/shfs-0.32-r1.ebuild
+++ b/net-fs/shfs/shfs-0.32-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-fs/shfs/shfs-0.32-r1.ebuild,v 1.2 2004/04/27 21:48:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.32-r1.ebuild,v 1.3 2004/06/09 21:33:18 agriffis Exp $
inherit eutils
@@ -77,7 +77,7 @@ src_install() {
use doc && dohtml -r ${S}/docs/html
# Install automount support (if desired)
- if [ -n "`use amd`" ] ; then
+ if use amd ; then
einfo " Installing am-utils config files..."
insinto /etc/amd
doins ${FILESDIR}/amd.conf
diff --git a/net-fs/shfs/shfs-0.32.ebuild b/net-fs/shfs/shfs-0.32.ebuild
index 3870f0044c38..c6f339145410 100644
--- a/net-fs/shfs/shfs-0.32.ebuild
+++ b/net-fs/shfs/shfs-0.32.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-fs/shfs/shfs-0.32.ebuild,v 1.5 2004/04/27 21:48:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.32.ebuild,v 1.6 2004/06/09 21:33:18 agriffis Exp $
IUSE="amd doc"
@@ -73,7 +73,7 @@ src_install() {
use doc && dohtml -r ${S}/docs/html
# Install automount support (if desired)
- if [ -n "`use amd`" ] ; then
+ if use amd ; then
einfo " Installing am-utils config files..."
insinto /etc/amd
doins ${FILESDIR}/amd.conf
diff --git a/net-fs/shfs/shfs-0.34.ebuild b/net-fs/shfs/shfs-0.34.ebuild
index e1c967685634..22aefa9916d7 100644
--- a/net-fs/shfs/shfs-0.34.ebuild
+++ b/net-fs/shfs/shfs-0.34.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-fs/shfs/shfs-0.34.ebuild,v 1.1 2004/05/28 20:28:19 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.34.ebuild,v 1.2 2004/06/09 21:33:18 agriffis Exp $
inherit eutils
@@ -79,7 +79,7 @@ src_install() {
use doc && dohtml -r ${S}/docs/html
# Install automount support (if desired)
- if [ -n "`use amd`" ] ; then
+ if use amd ; then
einfo " Installing am-utils config files..."
insinto /etc/amd
doins ${FILESDIR}/amd.conf