Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/dovecot: dovecot-1.2.4.ebuild ChangeLog
Date: Sat, 03 Oct 2009 15:58:11
Message-Id: E1Mu6zp-000122-Da@stork.gentoo.org
1 patrick 09/10/03 15:58:09
2
3 Modified: dovecot-1.2.4.ebuild ChangeLog
4 Log:
5 Don't enable mbox by default
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 net-mail/dovecot/dovecot-1.2.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/dovecot/dovecot-1.2.4.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/dovecot/dovecot-1.2.4.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/dovecot/dovecot-1.2.4.ebuild?r1=1.6&r2=1.7
14
15 Index: dovecot-1.2.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.2.4.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- dovecot-1.2.4.ebuild 29 Sep 2009 13:17:06 -0000 1.6
22 +++ dovecot-1.2.4.ebuild 3 Oct 2009 15:58:09 -0000 1.7
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.2.4.ebuild,v 1.6 2009/09/29 13:17:06 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.2.4.ebuild,v 1.7 2009/10/03 15:58:09 patrick Exp $
28
29 EAPI="2"
30
31 @@ -22,7 +22,7 @@
32 LICENSE="LGPL-2.1" # MIT too?
33 KEYWORDS="~amd64 ~x86"
34
35 -IUSE="berkdb bzip2 caps cydir dbox doc kerberos ldap +maildir managesieve +mbox mysql pam postgres sieve sqlite +ssl suid vpopmail zlib"
36 +IUSE="berkdb bzip2 caps cydir dbox doc kerberos ldap +maildir managesieve mbox mysql pam postgres sieve sqlite +ssl suid vpopmail zlib"
37
38 DEPEND="berkdb? ( sys-libs/db )
39 caps? ( sys-libs/libcap )
40
41
42
43 1.211 net-mail/dovecot/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/dovecot/ChangeLog?rev=1.211&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/dovecot/ChangeLog?rev=1.211&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/dovecot/ChangeLog?r1=1.210&r2=1.211
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v
52 retrieving revision 1.210
53 retrieving revision 1.211
54 diff -u -r1.210 -r1.211
55 --- ChangeLog 29 Sep 2009 13:17:06 -0000 1.210
56 +++ ChangeLog 3 Oct 2009 15:58:09 -0000 1.211
57 @@ -1,6 +1,9 @@
58 # ChangeLog for net-mail/dovecot
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.210 2009/09/29 13:17:06 patrick Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.211 2009/10/03 15:58:09 patrick Exp $
62 +
63 + 03 Oct 2009; Patrick Lauer <patrick@g.o> dovecot-1.2.4.ebuild:
64 + Don't enable mbox by default
65
66 29 Sep 2009; Patrick Lauer <patrick@g.o> dovecot-1.2.4.ebuild:
67 Default-enable maildir and other useflags. Fixes #286922