summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 09:16:48 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 09:16:48 +0000
commitc8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6 (patch)
treecc4461364c88150ea534822da5b666b3d2814ab2 /net-mail/procmail
parentun-redefine ${A} (diff)
downloadhistorical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.tar.gz
historical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.tar.bz2
historical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.zip
whitespace cleanup
Diffstat (limited to 'net-mail/procmail')
-rw-r--r--net-mail/procmail/Manifest6
-rw-r--r--net-mail/procmail/procmail-3.22-r5.ebuild10
-rw-r--r--net-mail/procmail/procmail-3.22-r6.ebuild10
3 files changed, 13 insertions, 13 deletions
diff --git a/net-mail/procmail/Manifest b/net-mail/procmail/Manifest
index 3ca0c3e170a2..5d566e201daf 100644
--- a/net-mail/procmail/Manifest
+++ b/net-mail/procmail/Manifest
@@ -1,8 +1,8 @@
-MD5 392784d20a3ab646e1844a96aebb7a78 procmail-3.22-r5.ebuild 1799
-MD5 957dd22c7d6591116b2b02f099f26f0d procmail-3.22-r6.ebuild 1805
MD5 6dad1cc3ee902796e4210225eb6dea58 ChangeLog 4004
+MD5 497b48d497442e797a625d8253ca6203 procmail-3.22-r6.ebuild 1790
MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
+MD5 5a0035844b0e167c848164db2c2c7489 procmail-3.22-r5.ebuild 1784
+MD5 3b583fb1759a67d82e1f304ea40c2859 files/digest-procmail-3.22-r6 65
MD5 280e86cd3850b13629b0beee3c2c5522 files/gentoo-maildir2.diff 797
MD5 150bfe71f6ba342ce7866fa808dab958 files/digest-procmail-3.22-r5 200
-MD5 3b583fb1759a67d82e1f304ea40c2859 files/digest-procmail-3.22-r6 65
MD5 cf77e1216e268b2b86ae18e4d2e35d30 files/gentoo-maildir.diff 796
diff --git a/net-mail/procmail/procmail-3.22-r5.ebuild b/net-mail/procmail/procmail-3.22-r5.ebuild
index f0b4f6dfb0d6..e7a2cbc9086c 100644
--- a/net-mail/procmail/procmail-3.22-r5.ebuild
+++ b/net-mail/procmail/procmail-3.22-r5.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/procmail/procmail-3.22-r5.ebuild,v 1.12 2003/06/17 21:02:15 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/procmail/procmail-3.22-r5.ebuild,v 1.13 2003/09/05 09:05:26 msterret Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Mail delivery agent/filter"
@@ -23,14 +23,14 @@ KEYWORDS="x86 ppc sparc alpha arm hppa"
src_compile() {
cp Makefile Makefile.orig
-# Added a -O2 at the end of CFLAGS to overcome what seems to be a
+# Added a -O2 at the end of CFLAGS to overcome what seems to be a
# gcc-3.1 strstr() bug with more aggressive optimization flags
# The order of the flags matters as the last flag passed clobbers
# the first flag. i.e. if -O2 was placed before ${CFLAGS},
-# whatever optimization that is in ${CFLAGS} would clobber -O2
+# whatever optimization that is in ${CFLAGS} would clobber -O2
sed -e "s:CFLAGS0 = -O:CFLAGS0 = ${CFLAGS} -O2:" \
- -e "s:LOCKINGTEST=__defaults__:#LOCKINGTEST=__defaults__:" \
- -e "s:#LOCKINGTEST=/tmp:LOCKINGTEST=/tmp:" Makefile.orig > Makefile
+ -e "s:LOCKINGTEST=__defaults__:#LOCKINGTEST=__defaults__:" \
+ -e "s:#LOCKINGTEST=/tmp:LOCKINGTEST=/tmp:" Makefile.orig > Makefile
if [ -z "`use mbox`" ];
then
diff --git a/net-mail/procmail/procmail-3.22-r6.ebuild b/net-mail/procmail/procmail-3.22-r6.ebuild
index 3b08f38b602d..e769b3211ce5 100644
--- a/net-mail/procmail/procmail-3.22-r6.ebuild
+++ b/net-mail/procmail/procmail-3.22-r6.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/procmail/procmail-3.22-r6.ebuild,v 1.2 2003/07/21 14:59:08 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/procmail/procmail-3.22-r6.ebuild,v 1.3 2003/09/05 09:05:26 msterret Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Mail delivery agent/filter"
@@ -23,14 +23,14 @@ KEYWORDS="x86 ppc sparc alpha arm hppa amd64"
src_compile() {
cp Makefile Makefile.orig
-# Added a -O2 at the end of CFLAGS to overcome what seems to be a
+# Added a -O2 at the end of CFLAGS to overcome what seems to be a
# gcc-3.1 strstr() bug with more aggressive optimization flags
# The order of the flags matters as the last flag passed clobbers
# the first flag. i.e. if -O2 was placed before ${CFLAGS},
-# whatever optimization that is in ${CFLAGS} would clobber -O2
+# whatever optimization that is in ${CFLAGS} would clobber -O2
sed -e "s:CFLAGS0 = -O:CFLAGS0 = ${CFLAGS} -O2:" \
- -e "s:LOCKINGTEST=__defaults__:#LOCKINGTEST=__defaults__:" \
- -e "s:#LOCKINGTEST=/tmp:LOCKINGTEST=/tmp:" Makefile.orig > Makefile
+ -e "s:LOCKINGTEST=__defaults__:#LOCKINGTEST=__defaults__:" \
+ -e "s:#LOCKINGTEST=/tmp:LOCKINGTEST=/tmp:" Makefile.orig > Makefile
if [ -z "`use mbox`" ];
then