diff options
author | Andrej Kacian <ticho@gentoo.org> | 2004-09-22 08:27:22 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2004-09-22 08:27:22 +0000 |
commit | 86c93741199584cacca71e32ec1c645ec58bded2 (patch) | |
tree | d11c0103452b3ca670531306b2e689aa54e3d618 /mail-filter/procmail | |
parent | Move reconfig hook to pkg_config. Resolves bug #55316 (Manifest recommit) (diff) | |
download | gentoo-2-86c93741199584cacca71e32ec1c645ec58bded2.tar.gz gentoo-2-86c93741199584cacca71e32ec1c645ec58bded2.tar.bz2 gentoo-2-86c93741199584cacca71e32ec1c645ec58bded2.zip |
Use epatch instead of patch.
Diffstat (limited to 'mail-filter/procmail')
-rw-r--r-- | mail-filter/procmail/ChangeLog | 5 | ||||
-rw-r--r-- | mail-filter/procmail/procmail-3.22-r6.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/mail-filter/procmail/ChangeLog b/mail-filter/procmail/ChangeLog index 4ef7bbf6f52e..aee4413e1dc3 100644 --- a/mail-filter/procmail/ChangeLog +++ b/mail-filter/procmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/procmail # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/procmail/ChangeLog,v 1.8 2004/09/20 01:17:41 swtaylor Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/procmail/ChangeLog,v 1.9 2004/09/22 08:27:22 ticho Exp $ + + 22 Sep 2004; Andrej Kacian <ticho@gentoo.org> procmail-3.22-r6.ebuild: + Use epatch instead of patch in src_compile() 19 Sep 2004; Scott W Taylor <swtaylor@gentoo.org> procmail-3.22-r6.ebuild: procmail is part of courier. don't install it separately diff --git a/mail-filter/procmail/procmail-3.22-r6.ebuild b/mail-filter/procmail/procmail-3.22-r6.ebuild index c42737a15bc1..4994869d3d54 100644 --- a/mail-filter/procmail/procmail-3.22-r6.ebuild +++ b/mail-filter/procmail/procmail-3.22-r6.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/procmail/procmail-3.22-r6.ebuild,v 1.8 2004/09/20 01:17:41 swtaylor Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/procmail/procmail-3.22-r6.ebuild,v 1.9 2004/09/22 08:27:22 ticho Exp $ + +inherit eutils DESCRIPTION="Mail delivery agent/filter" SRC_URI="http://www.procmail.org/${P}.tar.gz" @@ -30,7 +32,7 @@ src_compile() { echo "# Use maildir-style mailbox in user's home directory" > ${S}/procmailrc echo 'DEFAULT=$HOME/.maildir/' >> ${S}/procmailrc cd ${S} - patch -p1 <${FILESDIR}/gentoo-maildir2.diff + epatch ${FILESDIR}/gentoo-maildir2.diff else echo '# Use mbox-style mailbox in /var/spool/mail' > ${S}/procmailrc echo 'DEFAULT=/var/spool/mail/$LOGNAME' >> ${S}/procmailrc |