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/ezmlm-idx-pgsql
parentun-redefine ${A} (diff)
downloadhistorical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.tar.gz
historical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.tar.bz2
historical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.zip
whitespace cleanup
Diffstat (limited to 'net-mail/ezmlm-idx-pgsql')
-rw-r--r--net-mail/ezmlm-idx-pgsql/Manifest8
-rw-r--r--net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild10
2 files changed, 9 insertions, 9 deletions
diff --git a/net-mail/ezmlm-idx-pgsql/Manifest b/net-mail/ezmlm-idx-pgsql/Manifest
index 7b515ab538b6..969f2e207f41 100644
--- a/net-mail/ezmlm-idx-pgsql/Manifest
+++ b/net-mail/ezmlm-idx-pgsql/Manifest
@@ -1,10 +1,10 @@
-MD5 261d136184a823c21ba89923b24c4f9b ezmlm-idx-pgsql-0.40.ebuild 1581
MD5 23c1e722575aec14bf8c39c46d4d95ac ChangeLog 693
+MD5 4891e195daab2aa2e4802cf9afa49b3c ezmlm-idx-pgsql-0.40-r2.ebuild 2364
+MD5 261d136184a823c21ba89923b24c4f9b ezmlm-idx-pgsql-0.40.ebuild 1581
MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
-MD5 b3ad315e6002cf8ba510c1c669ff3254 ezmlm-idx-pgsql-0.40-r2.ebuild 2364
-MD5 5bb451179f99e4cbe273be64bdfa1e25 files/digest-ezmlm-idx-pgsql-0.40-r2 462
MD5 6af23b2ddfe9912b12229bbeac2820aa files/digest-ezmlm-idx-pgsql-0.40 127
-MD5 31baef31f2ce0c9343530c3467220a60 files/from-header.patch 6165
+MD5 5bb451179f99e4cbe273be64bdfa1e25 files/digest-ezmlm-idx-pgsql-0.40-r2 462
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-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild b/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild
index 5de3111f930a..fd066d16cca0 100644
--- a/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild
+++ b/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-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-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild,v 1.2 2003/07/13 13:32:32 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild,v 1.3 2003/09/05 08:58:31 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