Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/dovecot: dovecot-2.0.16.ebuild ChangeLog
Date: Fri, 18 Nov 2011 05:23:25
Message-Id: 20111118052315.8D1C42004B@flycatcher.gentoo.org
1 jer 11/11/18 05:23:15
2
3 Modified: dovecot-2.0.16.ebuild ChangeLog
4 Log:
5 Stable for HPPA (bug #390887).
6
7 (Portage version: 2.2.0_alpha75/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 net-mail/dovecot/dovecot-2.0.16.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.0.16.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.0.16.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.0.16.ebuild?r1=1.2&r2=1.3
15
16 Index: dovecot-2.0.16.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.0.16.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- dovecot-2.0.16.ebuild 17 Nov 2011 15:49:39 -0000 1.2
23 +++ dovecot-2.0.16.ebuild 18 Nov 2011 05:23:15 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.0.16.ebuild,v 1.2 2011/11/17 15:49:39 eras Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.0.16.ebuild,v 1.3 2011/11/18 05:23:15 jer Exp $
29
30 EAPI=4
31
32 @@ -21,7 +21,7 @@
33
34 SLOT="0"
35 LICENSE="LGPL-2.1 MIT"
36 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
37 +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
38
39 IUSE="bzip2 caps cydir sdbox doc ipv6 kerberos ldap +maildir managesieve mbox
40 mdbox mysql pam postgres sieve sqlite +ssl static-libs suid vpopmail zlib"
41
42
43
44 1.322 net-mail/dovecot/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?rev=1.322&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?rev=1.322&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?r1=1.321&r2=1.322
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v
53 retrieving revision 1.321
54 retrieving revision 1.322
55 diff -u -r1.321 -r1.322
56 --- ChangeLog 17 Nov 2011 15:49:39 -0000 1.321
57 +++ ChangeLog 18 Nov 2011 05:23:15 -0000 1.322
58 @@ -1,6 +1,9 @@
59 # ChangeLog for net-mail/dovecot
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.321 2011/11/17 15:49:39 eras Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.322 2011/11/18 05:23:15 jer Exp $
63 +
64 + 18 Nov 2011; Jeroen Roovers <jer@g.o> dovecot-2.0.16.ebuild:
65 + Stable for HPPA (bug #390887).
66
67 17 Nov 2011; Eray Aslan <eras@g.o> dovecot-2.0.16.ebuild:
68 Fix suid target - bug #390817