diff options
author | Scott W Taylor <swtaylor@gentoo.org> | 2004-11-16 07:44:58 +0000 |
---|---|---|
committer | Scott W Taylor <swtaylor@gentoo.org> | 2004-11-16 07:44:58 +0000 |
commit | ff2a08c36e947ea76ef30b6c95d54d0792119a0e (patch) | |
tree | 1ab17cc3777a7a354fef2cc69bf888c3b3ed5a45 /mail-mta | |
parent | initial (diff) | |
download | historical-ff2a08c36e947ea76ef30b6c95d54d0792119a0e.tar.gz historical-ff2a08c36e947ea76ef30b6c95d54d0792119a0e.tar.bz2 historical-ff2a08c36e947ea76ef30b6c95d54d0792119a0e.zip |
whitespace
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/courier-authlib/Manifest | 2 | ||||
-rw-r--r-- | mail-mta/courier-authlib/courier-authlib-0.50.20041113.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail-mta/courier-authlib/Manifest b/mail-mta/courier-authlib/Manifest index 4c38756fe83c..117b71246318 100644 --- a/mail-mta/courier-authlib/Manifest +++ b/mail-mta/courier-authlib/Manifest @@ -1,4 +1,4 @@ -MD5 422f33569f30a81e1915c66132469a6d courier-authlib-0.50.20041113.ebuild 2318 +MD5 e2452923d85cca76ced12c8418d6c2ca courier-authlib-0.50.20041113.ebuild 2315 MD5 9fa24972f5351b6676048fdfc15c3280 ChangeLog 404 MD5 1639b87658242c2406f7f7f8deda7388 metadata.xml 334 MD5 c52c07c376700ecd34570d344874c984 files/digest-courier-authlib-0.50.20041113 83 diff --git a/mail-mta/courier-authlib/courier-authlib-0.50.20041113.ebuild b/mail-mta/courier-authlib/courier-authlib-0.50.20041113.ebuild index 964a751621ce..a6f8b2bd5b42 100644 --- a/mail-mta/courier-authlib/courier-authlib-0.50.20041113.ebuild +++ b/mail-mta/courier-authlib/courier-authlib-0.50.20041113.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier-authlib/courier-authlib-0.50.20041113.ebuild,v 1.1 2004/11/16 07:39:25 swtaylor Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier-authlib/courier-authlib-0.50.20041113.ebuild,v 1.2 2004/11/16 07:44:58 swtaylor Exp $ inherit eutils @@ -19,7 +19,7 @@ DEPEND="virtual/libc" RDEPEND="${DEPEND}" src_unpack() { - if ! has_version 'dev-tcltk/expect' ; then + if ! has_version 'dev-tcltk/expect' ; then einfo 'The dev-tcltk/expect package is not installed.' fi unpack ${A} @@ -31,7 +31,7 @@ src_unpack() { src_compile() { local myconf myconf="`use_with pam authpam` `use_with ldap authldap`" - use gdbm && myconf="${myconf} --with-db=gdbm" + use gdbm && myconf="${myconf} --with-db=gdbm" if [ -f /var/vpopmail/etc/lib_deps ]; then myconf="${myconf} --with-authvchkpw --without-authmysql --without-authpgsql" @@ -67,6 +67,6 @@ src_install() { emake install DESTDIR="${D}" || die "install" emake install-migrate DESTDIR="${D}" || die "migrate" emake install-configure DESTDIR="${D}" || die "configure" - dodoc AUTHORS COPYING* ChangeLog* INSTALL* NEWS* README* + dodoc AUTHORS COPYING* ChangeLog* INSTALL* NEWS* README* } |