diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-21 07:01:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-21 07:01:39 +0000 |
commit | 1a9c25a2554f71eae99bdacc1a7b5f4a4b539f0c (patch) | |
tree | 72f9520e99b9913478fcc161f9b1ff02ca464533 /net-libs/courier-authlib | |
parent | killed off orphan (diff) | |
download | historical-1a9c25a2554f71eae99bdacc1a7b5f4a4b539f0c.tar.gz historical-1a9c25a2554f71eae99bdacc1a7b5f4a4b539f0c.tar.bz2 historical-1a9c25a2554f71eae99bdacc1a7b5f4a4b539f0c.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'net-libs/courier-authlib')
-rw-r--r-- | net-libs/courier-authlib/Manifest | 2 | ||||
-rw-r--r-- | net-libs/courier-authlib/courier-authlib-0.50.20041116.ebuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/net-libs/courier-authlib/Manifest b/net-libs/courier-authlib/Manifest index dbde82b2398a..bd4711dd207d 100644 --- a/net-libs/courier-authlib/Manifest +++ b/net-libs/courier-authlib/Manifest @@ -1,5 +1,5 @@ -MD5 0d946d3c5aad43bb41f36966f5ff77da courier-authlib-0.50.20041116.ebuild 3487 MD5 ce0f17611816710e9943d9d21d01012a ChangeLog 562 +MD5 ba4b54b9a8731ede67c15cd93467a9e9 courier-authlib-0.50.20041116.ebuild 3486 MD5 1639b87658242c2406f7f7f8deda7388 metadata.xml 334 MD5 824b9be2b58f8e751fe74ff68bcc6ef1 files/courier-authlib-initd 1106 MD5 ee0f85c1e7a26c660ce65b08a89fcfbb files/digest-courier-authlib-0.50.20041116 83 diff --git a/net-libs/courier-authlib/courier-authlib-0.50.20041116.ebuild b/net-libs/courier-authlib/courier-authlib-0.50.20041116.ebuild index 9d6c542c44aa..82089d976342 100644 --- a/net-libs/courier-authlib/courier-authlib-0.50.20041116.ebuild +++ b/net-libs/courier-authlib/courier-authlib-0.50.20041116.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/net-libs/courier-authlib/courier-authlib-0.50.20041116.ebuild,v 1.2 2004/11/20 12:04:33 swtaylor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.50.20041116.ebuild,v 1.3 2004/11/21 07:01:39 mr_bones_ Exp $ inherit eutils gnuconfig @@ -55,7 +55,7 @@ src_compile() { myconf="${myconf} --with-db=db" fi use gdbm && myconf="${myconf} --with-db=gdbm" - + if [ -f /var/vpopmail/etc/lib_deps ]; then myconf="${myconf} --with-authvchkpw --without-authmysql --without-authpgsql" @@ -104,4 +104,3 @@ src_install() { exeinto /etc/init.d newexe ${FILESDIR}/courier-authlib-initd courier-authlib || die "init.d failed" } - |