diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 09:16:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 09:16:48 +0000 |
commit | c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6 (patch) | |
tree | cc4461364c88150ea534822da5b666b3d2814ab2 /net-mail/maildrop | |
parent | un-redefine ${A} (diff) | |
download | historical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.tar.gz historical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.tar.bz2 historical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.zip |
whitespace cleanup
Diffstat (limited to 'net-mail/maildrop')
-rw-r--r-- | net-mail/maildrop/Manifest | 10 | ||||
-rw-r--r-- | net-mail/maildrop/maildrop-1.5.2.ebuild | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net-mail/maildrop/Manifest b/net-mail/maildrop/Manifest index e0f521b9b594..553f82f98a45 100644 --- a/net-mail/maildrop/Manifest +++ b/net-mail/maildrop/Manifest @@ -1,11 +1,11 @@ -MD5 bb4b18e519d95843448386ca00b3554b maildrop-1.5.3.ebuild 2576 +MD5 466f53dec27320785f1c0a51a5e14c9b ChangeLog 4286 MD5 9d8eada46e12b4725b47e02f548da7ec maildrop-1.4.0-r1.ebuild 1651 -MD5 191c67615c74e0bceea7d00391fc857a maildrop-1.5.2.ebuild 2561 +MD5 3c27891fe476f0eb2988ebe4c326a70d maildrop-1.5.2.ebuild 2560 +MD5 bb4b18e519d95843448386ca00b3554b maildrop-1.5.3.ebuild 2576 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 -MD5 466f53dec27320785f1c0a51a5e14c9b ChangeLog 4286 MD5 b49f926936ae5940b80bbbba5a16213e maildrop-1.5.3-r1.ebuild 2484 +MD5 953fc332e6ec019b91dba0b85d9745e9 files/digest-maildrop-1.4.0-r1 66 MD5 a0e238f4cd5c4a52dfb06754051b6dfe files/digest-maildrop-1.5.2 67 MD5 c9c1f6d4020a5fd19162f20c537eb5cf files/maildroprc 58 -MD5 afbd9f7ee066fa84ac9efd57bce9f461 files/digest-maildrop-1.5.3-r1 67 -MD5 953fc332e6ec019b91dba0b85d9745e9 files/digest-maildrop-1.4.0-r1 66 MD5 afbd9f7ee066fa84ac9efd57bce9f461 files/digest-maildrop-1.5.3 67 +MD5 afbd9f7ee066fa84ac9efd57bce9f461 files/digest-maildrop-1.5.3-r1 67 diff --git a/net-mail/maildrop/maildrop-1.5.2.ebuild b/net-mail/maildrop/maildrop-1.5.2.ebuild index ade3fe57093a..e679b549f772 100644 --- a/net-mail/maildrop/maildrop-1.5.2.ebuild +++ b/net-mail/maildrop/maildrop-1.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/maildrop/maildrop-1.5.2.ebuild,v 1.4 2003/06/12 02:21:57 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/maildrop/maildrop-1.5.2.ebuild,v 1.5 2003/09/05 08:59:20 msterret Exp $ IUSE="mysql ldap gdbm berkdb" @@ -41,7 +41,7 @@ src_compile() { if use berkdb; then myconf="${myconf} --with-db=db" elif use gdbm; then - myconf="${myconf} --with-db=gdbm" + myconf="${myconf} --with-db=gdbm" fi econf \ @@ -82,7 +82,7 @@ src_install() { insinto /etc doins ${FILESDIR}/maildroprc - + insinto /etc/maildrop if [ -n "`use mysql`" ] then |