summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott W Taylor <swtaylor@gentoo.org>2005-03-19 22:52:57 +0000
committerScott W Taylor <swtaylor@gentoo.org>2005-03-19 22:52:57 +0000
commit3405dab2ba02e1759a5743497e86a3a9768ad268 (patch)
tree61c4dad620ef80041700b9bb61b8721daf98f1b5
parentStable on alpha. (diff)
downloadgentoo-2-3405dab2ba02e1759a5743497e86a3a9768ad268.tar.gz
gentoo-2-3405dab2ba02e1759a5743497e86a3a9768ad268.tar.bz2
gentoo-2-3405dab2ba02e1759a5743497e86a3a9768ad268.zip
bash cleanup
(Portage version: 2.0.51.19)
-rw-r--r--net-libs/courier-authlib/ChangeLog7
-rw-r--r--net-libs/courier-authlib/courier-authlib-0.53.ebuild4
-rw-r--r--net-libs/courier-authlib/courier-authlib-0.54.20050224.ebuild4
-rw-r--r--net-libs/courier-authlib/courier-authlib-0.54.ebuild4
-rw-r--r--net-libs/courier-authlib/courier-authlib-0.55.ebuild4
5 files changed, 14 insertions, 9 deletions
diff --git a/net-libs/courier-authlib/ChangeLog b/net-libs/courier-authlib/ChangeLog
index 6ef6c6a9f667..666e84d11010 100644
--- a/net-libs/courier-authlib/ChangeLog
+++ b/net-libs/courier-authlib/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/courier-authlib
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/ChangeLog,v 1.32 2005/03/17 21:04:33 swtaylor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/ChangeLog,v 1.33 2005/03/19 22:52:57 swtaylor Exp $
+
+ 19 Mar 2005; Scott W Taylor <swtaylor@gentoo.org>
+ courier-authlib-0.53.ebuild, courier-authlib-0.54.ebuild,
+ courier-authlib-0.54.20050224.ebuild, courier-authlib-0.55.ebuild:
+ bash cleanup
17 Mar 2005; Scott W Taylor <swtaylor@gentoo.org>
courier-authlib-0.53.ebuild, courier-authlib-0.54.ebuild,
diff --git a/net-libs/courier-authlib/courier-authlib-0.53.ebuild b/net-libs/courier-authlib/courier-authlib-0.53.ebuild
index 32afe961b945..a6ae1302d5a6 100644
--- a/net-libs/courier-authlib/courier-authlib-0.53.ebuild
+++ b/net-libs/courier-authlib/courier-authlib-0.53.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.53.ebuild,v 1.5 2005/03/17 21:04:33 swtaylor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.53.ebuild,v 1.6 2005/03/19 22:52:57 swtaylor Exp $
inherit eutils gnuconfig
@@ -70,7 +70,7 @@ src_compile() {
fi
use gdbm && myconf="${myconf} --with-db=gdbm"
- if [ has_version 'net-mail/vpopmail' ]; then
+ if has_version 'net-mail/vpopmail' ; then
myconf="${myconf} --with-authvchkpw --without-authmysql --without-authpgsql"
use mysql && ewarn "vpopmail found. authmysql will not be built."
use postgres && ewarn "vpopmail found. authpgsql will not be built."
diff --git a/net-libs/courier-authlib/courier-authlib-0.54.20050224.ebuild b/net-libs/courier-authlib/courier-authlib-0.54.20050224.ebuild
index 15d10954d4a5..da1ba7116df1 100644
--- a/net-libs/courier-authlib/courier-authlib-0.54.20050224.ebuild
+++ b/net-libs/courier-authlib/courier-authlib-0.54.20050224.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.54.20050224.ebuild,v 1.3 2005/03/17 21:04:33 swtaylor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.54.20050224.ebuild,v 1.4 2005/03/19 22:52:57 swtaylor Exp $
inherit eutils gnuconfig
@@ -70,7 +70,7 @@ src_compile() {
fi
use gdbm && myconf="${myconf} --with-db=gdbm"
- if [ has_version 'net-mail/vpopmail' ]; then
+ if has_version 'net-mail/vpopmail' ; then
myconf="${myconf} --with-authvchkpw --without-authmysql --without-authpgsql"
use mysql && ewarn "vpopmail found. authmysql will not be built."
use postgres && ewarn "vpopmail found. authpgsql will not be built."
diff --git a/net-libs/courier-authlib/courier-authlib-0.54.ebuild b/net-libs/courier-authlib/courier-authlib-0.54.ebuild
index 426c0904fed5..1c787f18de70 100644
--- a/net-libs/courier-authlib/courier-authlib-0.54.ebuild
+++ b/net-libs/courier-authlib/courier-authlib-0.54.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.54.ebuild,v 1.3 2005/03/17 21:04:33 swtaylor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.54.ebuild,v 1.4 2005/03/19 22:52:57 swtaylor Exp $
inherit eutils gnuconfig
@@ -70,7 +70,7 @@ src_compile() {
fi
use gdbm && myconf="${myconf} --with-db=gdbm"
- if [ has_version 'net-mail/vpopmail' ]; then
+ if has_version 'net-mail/vpopmail' ; then
myconf="${myconf} --with-authvchkpw --without-authmysql --without-authpgsql"
use mysql && ewarn "vpopmail found. authmysql will not be built."
use postgres && ewarn "vpopmail found. authpgsql will not be built."
diff --git a/net-libs/courier-authlib/courier-authlib-0.55.ebuild b/net-libs/courier-authlib/courier-authlib-0.55.ebuild
index 8c1fde71f739..30e482d88c04 100644
--- a/net-libs/courier-authlib/courier-authlib-0.55.ebuild
+++ b/net-libs/courier-authlib/courier-authlib-0.55.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.55.ebuild,v 1.3 2005/03/17 21:04:33 swtaylor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.55.ebuild,v 1.4 2005/03/19 22:52:57 swtaylor Exp $
inherit eutils gnuconfig
@@ -70,7 +70,7 @@ src_compile() {
fi
use gdbm && myconf="${myconf} --with-db=gdbm"
- if [ has_version 'net-mail/vpopmail' ]; then
+ if has_version 'net-mail/vpopmail' ; then
myconf="${myconf} --with-authvchkpw --without-authmysql --without-authpgsql"
use mysql && ewarn "vpopmail found. authmysql will not be built."
use postgres && ewarn "vpopmail found. authpgsql will not be built."