blob: d9ca2272c754e1dcc469cae9f2011033ed4bf01f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
# ChangeLog for net-mail/procmail
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /var/cvsroot/gentoo-x86/net-mail/procmail/ChangeLog,v 1.13 2002/12/13 11:00:08 blizzy Exp $
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*procmail-3.22-r5 (28 Oct 2002)
28 Oct 2002; Grant Goodyear <g2boojum@gentoo.org> procmail-3.22-r5.ebuild :
It seems that _both_ the /etc/procmailrc entry and the patch are required
for procmail to deliver to ${HOME}/.maildir properly. At least, w/o the
/etc/procmailrc entry my mail was being delivered to ~/.maildir but not
in maildir form (meaning messages were dumped into ~/.maildir instead of
~/.maildir/new. So, I restored the creation of /etc/procmailrc.
09 Dec 2002; Jon Portnoy <avenj@gentoo.org> procmail-3.22-r5.ebuild :
Updated ebuild to respect icc USE flag, no revision bump necessary.
10 Dec 2002; Jon Portnoy <avenj@gentoo.org> procmail-3.22-r5.ebuild :
Revert USE to prevent a dependency blockage.
*procmail-3.22-r4 (5 Sep 2002)
5 Sep 2002; Jared H. Hudson <jhhudso@gentoo.org> procmail-3.22-r4.ebuild :
Added PROVIDE of virtual/mda. Thanks goes to Eric Renfro
<psi-jack@myrealbox.com> in reference to bug #6806.
*procmail-3.22-r3 (26 Jul 2002)
3 Aug 2002; Calum Selkirk <cselkirk@gentoo.org> procmail-3.22-r3.ebuild
procmail-3.22-r2.ebuild files/gentoo-maildir.diff digest-procmail-3.22-r3 :
Add ppc to KEYWORDS (procmail-3.22-r2.ebuild).
Changed from *.patch to *.diff
Seems i neglected to cvs add the diff.
26 Jul 2002; Calum Selkirk <cselkirk@gentoo.org> procmail-3.22-r3.ebuild
files/gentoo-maildir.patch digest-procmail-3.22-r3 :
Added patch to remove MAILSPOOLDIR and define MAILSPOOLHOME when
we are delivering to Maildir style mailboxes (USE="maildir"). The
/etc/procmailrc soultion (below) doesn't seem to work, procmail still
attempts to deliver to /var/spool/mail (see bug #5630).
Added ppc to KEYWORDS
Added RDEPEND
*procmail-3.22-r2 (16 Jul 2002)
26 Jul 2002; Calum Selkirk <cselkirk@gentoo.org> procmail-3.22-r2.ebuild :
Added ppc to KEYWORDS
Added RDEPEND
Fixed Copyright year .. s/2000/2002
Fixed illegal space characters
16 Jul 2002; Nick Hadaway <raker@gentoo.org> procmail-3.22-r2.ebuild :
Updated sed statement to include a "-O2" so procmail doesn't barf
on the strstr() tests.
*procmail-3.22-r2 (18 Jun 2002)
18 Jun 2002; Grant Goodyear <g2boojum@gentoo.org> ChangeLog :
Thanks to Jose Fonseca procmail now uses /etc/procmailrc to determine the
default mailbox instead of patching the source.
*procmail-3.22-r1 (1 Feb 2002)
3 May 2002; J.Hudson <jhhudso@gentoo.org> procmail-3.22-r1.ebuild :
Added mbox use item to ebuild. When used, procmail will not change
the location of mail spool to a maildir style location. Instead, it
will use the /var/spool/mail/* default.
*procmail-3.22 (1 Feb 2002)
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
|