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
commit88c1e057e6196df8eed80d36fcfb9176c4f55d98 (patch)
tree3361bbf5bcdd0f707f00154236a0d5e24873e072 /net-libs/courier-authlib
parentStable on alpha. (diff)
downloadhistorical-88c1e057e6196df8eed80d36fcfb9176c4f55d98.tar.gz
historical-88c1e057e6196df8eed80d36fcfb9176c4f55d98.tar.bz2
historical-88c1e057e6196df8eed80d36fcfb9176c4f55d98.zip
bash cleanup
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-libs/courier-authlib')
-rw-r--r--net-libs/courier-authlib/ChangeLog7
-rw-r--r--net-libs/courier-authlib/Manifest10
-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
6 files changed, 19 insertions, 14 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/Manifest b/net-libs/courier-authlib/Manifest
index cd89f56e41af..855ec8f981aa 100644
--- a/net-libs/courier-authlib/Manifest
+++ b/net-libs/courier-authlib/Manifest
@@ -1,8 +1,8 @@
-MD5 ecf7ba48eb03501e5c63afe2322791b8 courier-authlib-0.53.ebuild 5916
-MD5 0aac9ac8dfd1c7add8919de28bbcc9ce courier-authlib-0.55.ebuild 6025
-MD5 838fb13eb03ad3d5b1ced6909f819fe7 courier-authlib-0.54.ebuild 6025
-MD5 804a1f07e3d1c9763604e96626f93f61 ChangeLog 5149
-MD5 d2341eff6867edb96b7d74af8786dcd6 courier-authlib-0.54.20050224.ebuild 6034
+MD5 0374a06375aacc54ccd3b77761f84aaf courier-authlib-0.53.ebuild 5913
+MD5 896a59cfbe8264e865270e6fe9c2c505 courier-authlib-0.55.ebuild 6022
+MD5 8ae917bc6de5e42143aa2319d1bfe734 courier-authlib-0.54.ebuild 6022
+MD5 5ac28cff8eae2ca6a4fb377685ca0754 ChangeLog 5346
+MD5 b07cabbd2e9f72adf9d81c9bf0110499 courier-authlib-0.54.20050224.ebuild 6031
MD5 1639b87658242c2406f7f7f8deda7388 metadata.xml 334
MD5 73d603079009e02b50f27fcaaf0ee3c0 files/digest-courier-authlib-0.53 74
MD5 f4fdf3a3fa7d80dd84f5ea6cdc5a235f files/digest-courier-authlib-0.54 74
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."