diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 08:39:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 08:39:57 +0000 |
commit | 3dd17a29a02f2ee4f2a253b63d67ee7004c61b55 (patch) | |
tree | d658c0a773b3f2b93072b84d8c1fa4fd2579e39b /net-mail/ezmlm-idx | |
parent | header fix; whitespace cleanup (diff) | |
download | historical-3dd17a29a02f2ee4f2a253b63d67ee7004c61b55.tar.gz historical-3dd17a29a02f2ee4f2a253b63d67ee7004c61b55.tar.bz2 historical-3dd17a29a02f2ee4f2a253b63d67ee7004c61b55.zip |
whitespace cleanup
Diffstat (limited to 'net-mail/ezmlm-idx')
-rw-r--r-- | net-mail/ezmlm-idx/Manifest | 6 | ||||
-rw-r--r-- | net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net-mail/ezmlm-idx/Manifest b/net-mail/ezmlm-idx/Manifest index 965041a946ad..efbe079884cb 100644 --- a/net-mail/ezmlm-idx/Manifest +++ b/net-mail/ezmlm-idx/Manifest @@ -1,8 +1,8 @@ -MD5 f85f0e15c0d2cca9e797a640726f56a0 ezmlm-idx-0.40-r2.ebuild 2372 MD5 edd2695751757c75a943588fb50d0943 ChangeLog 1432 +MD5 ac9a968bd0ba6939b58e42b092cb9215 ezmlm-idx-0.40-r2.ebuild 2370 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 -MD5 31baef31f2ce0c9343530c3467220a60 files/from-header.patch 6165 -MD5 b82b4c09c356dc91fcbe907a24326b52 files/ezmlm-0.53-errno.patch 270 MD5 59964884f060bc70dcbf6657b9e67c57 files/digest-ezmlm-idx-0.40-r2 456 +MD5 b82b4c09c356dc91fcbe907a24326b52 files/ezmlm-0.53-errno.patch 270 +MD5 31baef31f2ce0c9343530c3467220a60 files/from-header.patch 6165 MD5 add751ca5856300f8e2a349fb944257c files/get_header.c 3486 MD5 faac5e3fb54753c4a9f6475bb1a5b20a files/get_header.h 101 diff --git a/net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild b/net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild index c4499c658586..63c4770fbe09 100644 --- a/net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild +++ b/net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.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/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild,v 1.8 2003/07/31 13:45:29 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild,v 1.9 2003/09/05 08:33:17 msterret Exp $ # NOTE: ezmlm-idx, ezmlm-idx-mysql and ezmlm-idx-pgsql all supported by this single ebuild # (Please keep them in sync) @@ -36,7 +36,7 @@ src_unpack() { unpack ${A} cd ${S2} mv ${S2}/* ${S} || die - + cd ${S} patch < idx.patch || die #remove cat-man pages @@ -50,9 +50,9 @@ src_unpack() { cp Makefile Makefile.orig sed -e "s:/install.*conf-bin\`\":/install ${D}usr/bin:" \ -e "s:/install.*conf-man\`\":/install ${D}usr/share/man:" Makefile.orig > Makefile - #apply patch from Ed Korthof (edk@collab.net) that allows ezmlm-issub and ezmlm-gate - #to check against the From: header as well as qmail's SENDER variable, which is set - #from the envelope sender and often reflects the local MTA rather than the user's + #apply patch from Ed Korthof (edk@collab.net) that allows ezmlm-issub and ezmlm-gate + #to check against the From: header as well as qmail's SENDER variable, which is set + #from the envelope sender and often reflects the local MTA rather than the user's #"official" email address... enable this option by using "-f" with ezmlm-issub and/or #ezmlm-gate. cp ${FILESDIR}/get_header.[ch] . || die |