diff options
author | 2007-07-22 18:59:29 +0000 | |
---|---|---|
committer | 2007-07-22 18:59:29 +0000 | |
commit | bfed3d4cc4cea0394fa2e0b8e34a18420efcd89e (patch) | |
tree | 415f8c66037f34ba1d9cd4c932c5b0e3ef287541 /net-mail | |
parent | Marked stable on amd64 as per bug 185256. (diff) | |
download | historical-bfed3d4cc4cea0394fa2e0b8e34a18420efcd89e.tar.gz historical-bfed3d4cc4cea0394fa2e0b8e34a18420efcd89e.tar.bz2 historical-bfed3d4cc4cea0394fa2e0b8e34a18420efcd89e.zip |
Remove trailing whitespace
Package-Manager: portage-2.1.3_rc8
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/cyrus-imapd/Manifest | 8 | ||||
-rw-r--r-- | net-mail/cyrus-imapd/cyrus-imapd-2.2.13.ebuild | 8 |
2 files changed, 6 insertions, 10 deletions
diff --git a/net-mail/cyrus-imapd/Manifest b/net-mail/cyrus-imapd/Manifest index 89f29f738af7..95441b770d45 100644 --- a/net-mail/cyrus-imapd/Manifest +++ b/net-mail/cyrus-imapd/Manifest @@ -110,10 +110,10 @@ EBUILD cyrus-imapd-2.2.12-r6.ebuild 9423 RMD160 3dc7922bb0a189d1aee35feb469ead62 MD5 d16903ef3c543083650c282e6ce000b3 cyrus-imapd-2.2.12-r6.ebuild 9423 RMD160 3dc7922bb0a189d1aee35feb469ead6231183b61 cyrus-imapd-2.2.12-r6.ebuild 9423 SHA256 30afd0cdcba3573aff925325fb4e1a92b8ff0e55934293e511533581e65d7cd0 cyrus-imapd-2.2.12-r6.ebuild 9423 -EBUILD cyrus-imapd-2.2.13.ebuild 9521 RMD160 2f9c79d04fe54447efafce35897e8ff2c6c09727 SHA1 6681befc732c8d161d264e286a8883d2bd71c1b4 SHA256 8157ca04fa2b29c68423f02ec5e951f817015c6f2b922cc2a1f9e6727fdc30e8 -MD5 3068c6eca2973954ac769baa12ba8bb7 cyrus-imapd-2.2.13.ebuild 9521 -RMD160 2f9c79d04fe54447efafce35897e8ff2c6c09727 cyrus-imapd-2.2.13.ebuild 9521 -SHA256 8157ca04fa2b29c68423f02ec5e951f817015c6f2b922cc2a1f9e6727fdc30e8 cyrus-imapd-2.2.13.ebuild 9521 +EBUILD cyrus-imapd-2.2.13.ebuild 9372 RMD160 0a38d73d951ccd6b28154ace53bb00b669c54fe4 SHA1 85e6a1b2420f6ec43320db0b1b22ac9c7a0d0a87 SHA256 5a98028b716b9a050929ed85c1acb4695e904c9bdd23c90dd04333957c024916 +MD5 b141724647e7c8ef509f62c4954f3481 cyrus-imapd-2.2.13.ebuild 9372 +RMD160 0a38d73d951ccd6b28154ace53bb00b669c54fe4 cyrus-imapd-2.2.13.ebuild 9372 +SHA256 5a98028b716b9a050929ed85c1acb4695e904c9bdd23c90dd04333957c024916 cyrus-imapd-2.2.13.ebuild 9372 EBUILD cyrus-imapd-2.3.1.ebuild 8161 RMD160 be4a5851672f49e6b40c2b56a643878e1cff2305 SHA1 b4c14ceb108532841a8c889e76d46eb4490f72f7 SHA256 7a727d28abcc34606453deeab668a5962d07d3de10cafba96d25d35060aaaf4b MD5 f8792828f711dcd95e88fd30d75caeb5 cyrus-imapd-2.3.1.ebuild 8161 RMD160 be4a5851672f49e6b40c2b56a643878e1cff2305 cyrus-imapd-2.3.1.ebuild 8161 diff --git a/net-mail/cyrus-imapd/cyrus-imapd-2.2.13.ebuild b/net-mail/cyrus-imapd/cyrus-imapd-2.2.13.ebuild index e0a0f208ebec..e0623c52066d 100644 --- a/net-mail/cyrus-imapd/cyrus-imapd-2.2.13.ebuild +++ b/net-mail/cyrus-imapd/cyrus-imapd-2.2.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.2.13.ebuild,v 1.1 2007/07/22 09:23:51 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.2.13.ebuild,v 1.2 2007/07/22 18:59:29 dertobi123 Exp $ inherit autotools eutils ssl-cert fixheadtails pam @@ -187,11 +187,7 @@ src_unpack() { # Recreate configure. WANT_AUTOCONF="2.5" -# rm -rf configure config.h.in autom4te.cache || die -# ebegin "Recreating configure" -# sh SMakefile &>/dev/null || die "SMakefile failed" -# eend $? - eautoreconf + eautoreconf # When linking with rpm, you need to link with more libraries. sed -i -e "s:lrpm:lrpm -lrpmio -lrpmdb:" configure || die "sed failed" |