* [gentoo-commits] gentoo-x86 commit in net-mail/dovecot: ChangeLog dovecot-2.1.9.ebuild
@ 2012-08-03 6:33 Eray Aslan (eras)
0 siblings, 0 replies; 6+ messages in thread
From: Eray Aslan (eras) @ 2012-08-03 6:33 UTC (permalink / raw
To: gentoo-commits
eras 12/08/03 06:33:49
Modified: ChangeLog dovecot-2.1.9.ebuild
Log:
Fix building with -sieve - bug #429582
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.372 net-mail/dovecot/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?rev=1.372&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?rev=1.372&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?r1=1.371&r2=1.372
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v
retrieving revision 1.371
retrieving revision 1.372
diff -u -r1.371 -r1.372
--- ChangeLog 2 Aug 2012 14:24:45 -0000 1.371
+++ ChangeLog 3 Aug 2012 06:33:48 -0000 1.372
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/dovecot
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.371 2012/08/02 14:24:45 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.372 2012/08/03 06:33:48 eras Exp $
+
+ 03 Aug 2012; Eray Aslan <eras@gentoo.org> dovecot-2.1.9.ebuild:
+ Fix building with -sieve - bug #429582
*dovecot-2.1.9 (02 Aug 2012)
1.2 net-mail/dovecot/dovecot-2.1.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild?r1=1.1&r2=1.2
Index: dovecot-2.1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dovecot-2.1.9.ebuild 2 Aug 2012 14:24:45 -0000 1.1
+++ dovecot-2.1.9.ebuild 3 Aug 2012 06:33:48 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild,v 1.1 2012/08/02 14:24:45 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild,v 1.2 2012/08/03 06:33:48 eras Exp $
EAPI=4
inherit eutils versionator ssl-cert systemd autotools
@@ -61,9 +61,11 @@
}
src_prepare() {
- cd "${WORKDIR}"/dovecot-2.1-pigeonhole* || die
- epatch "${FILESDIR}/${P}_managesieve_gold.patch"
- eautoreconf
+ if use sieve || use managesieve ; then
+ cd "${WORKDIR}"/dovecot-2.1-pigeonhole* || die
+ epatch "${FILESDIR}/${P}_managesieve_gold.patch"
+ eautoreconf
+ fi
}
src_configure() {
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-mail/dovecot: ChangeLog dovecot-2.1.9.ebuild
@ 2012-10-02 13:57 Jeroen Roovers (jer)
0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2012-10-02 13:57 UTC (permalink / raw
To: gentoo-commits
jer 12/10/02 13:57:16
Modified: ChangeLog dovecot-2.1.9.ebuild
Log:
Stable for HPPA (bug #433814).
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Revision Changes Path
1.379 net-mail/dovecot/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?rev=1.379&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?rev=1.379&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?r1=1.378&r2=1.379
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v
retrieving revision 1.378
retrieving revision 1.379
diff -u -r1.378 -r1.379
--- ChangeLog 2 Oct 2012 00:02:27 -0000 1.378
+++ ChangeLog 2 Oct 2012 13:57:16 -0000 1.379
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/dovecot
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.378 2012/10/02 00:02:27 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.379 2012/10/02 13:57:16 jer Exp $
+
+ 02 Oct 2012; Jeroen Roovers <jer@gentoo.org> dovecot-2.1.9.ebuild:
+ Stable for HPPA (bug #433814).
01 Oct 2012; Anthony G. Basile <blueness@gentoo.org> dovecot-2.1.9.ebuild:
stable ppc ppc64, bug #433814
1.6 net-mail/dovecot/dovecot-2.1.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild?r1=1.5&r2=1.6
Index: dovecot-2.1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dovecot-2.1.9.ebuild 1 Oct 2012 23:55:24 -0000 1.5
+++ dovecot-2.1.9.ebuild 2 Oct 2012 13:57:16 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild,v 1.5 2012/10/01 23:55:24 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild,v 1.6 2012/10/02 13:57:16 jer Exp $
EAPI=4
inherit eutils versionator ssl-cert systemd autotools user multilib
@@ -20,7 +20,7 @@
SLOT="0"
LICENSE="LGPL-2.1 MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="bzip2 caps cydir sdbox doc ipv6 imapc kerberos ldap lucene +maildir managesieve mbox
mdbox mysql pam postgres sieve sqlite +ssl static-libs suid vpopmail zlib"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-mail/dovecot: ChangeLog dovecot-2.1.9.ebuild
@ 2012-10-02 21:34 Markus Meier (maekke)
0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2012-10-02 21:34 UTC (permalink / raw
To: gentoo-commits
maekke 12/10/02 21:34:22
Modified: ChangeLog dovecot-2.1.9.ebuild
Log:
arm stable, bug #433814
(Portage version: 2.1.11.23/cvs/Linux x86_64)
Revision Changes Path
1.380 net-mail/dovecot/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?rev=1.380&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?rev=1.380&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?r1=1.379&r2=1.380
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v
retrieving revision 1.379
retrieving revision 1.380
diff -u -r1.379 -r1.380
--- ChangeLog 2 Oct 2012 13:57:16 -0000 1.379
+++ ChangeLog 2 Oct 2012 21:34:22 -0000 1.380
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/dovecot
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.379 2012/10/02 13:57:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.380 2012/10/02 21:34:22 maekke Exp $
+
+ 02 Oct 2012; Markus Meier <maekke@gentoo.org> dovecot-2.1.9.ebuild:
+ arm stable, bug #433814
02 Oct 2012; Jeroen Roovers <jer@gentoo.org> dovecot-2.1.9.ebuild:
Stable for HPPA (bug #433814).
1.7 net-mail/dovecot/dovecot-2.1.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild?r1=1.6&r2=1.7
Index: dovecot-2.1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dovecot-2.1.9.ebuild 2 Oct 2012 13:57:16 -0000 1.6
+++ dovecot-2.1.9.ebuild 2 Oct 2012 21:34:22 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild,v 1.6 2012/10/02 13:57:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild,v 1.7 2012/10/02 21:34:22 maekke Exp $
EAPI=4
inherit eutils versionator ssl-cert systemd autotools user multilib
@@ -20,7 +20,7 @@
SLOT="0"
LICENSE="LGPL-2.1 MIT"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="bzip2 caps cydir sdbox doc ipv6 imapc kerberos ldap lucene +maildir managesieve mbox
mdbox mysql pam postgres sieve sqlite +ssl static-libs suid vpopmail zlib"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-mail/dovecot: ChangeLog dovecot-2.1.9.ebuild
@ 2012-10-03 10:30 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-10-03 10:30 UTC (permalink / raw
To: gentoo-commits
ago 12/10/03 10:30:50
Modified: ChangeLog dovecot-2.1.9.ebuild
Log:
Stable for amd64, wrt bug #433814
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.381 net-mail/dovecot/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?rev=1.381&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?rev=1.381&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?r1=1.380&r2=1.381
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v
retrieving revision 1.380
retrieving revision 1.381
diff -u -r1.380 -r1.381
--- ChangeLog 2 Oct 2012 21:34:22 -0000 1.380
+++ ChangeLog 3 Oct 2012 10:30:50 -0000 1.381
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/dovecot
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.380 2012/10/02 21:34:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.381 2012/10/03 10:30:50 ago Exp $
+
+ 03 Oct 2012; Agostino Sarubbo <ago@gentoo.org> dovecot-2.1.9.ebuild:
+ Stable for amd64, wrt bug #433814
02 Oct 2012; Markus Meier <maekke@gentoo.org> dovecot-2.1.9.ebuild:
arm stable, bug #433814
1.8 net-mail/dovecot/dovecot-2.1.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild?r1=1.7&r2=1.8
Index: dovecot-2.1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dovecot-2.1.9.ebuild 2 Oct 2012 21:34:22 -0000 1.7
+++ dovecot-2.1.9.ebuild 3 Oct 2012 10:30:50 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild,v 1.7 2012/10/02 21:34:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild,v 1.8 2012/10/03 10:30:50 ago Exp $
EAPI=4
inherit eutils versionator ssl-cert systemd autotools user multilib
@@ -20,7 +20,7 @@
SLOT="0"
LICENSE="LGPL-2.1 MIT"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="bzip2 caps cydir sdbox doc ipv6 imapc kerberos ldap lucene +maildir managesieve mbox
mdbox mysql pam postgres sieve sqlite +ssl static-libs suid vpopmail zlib"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-mail/dovecot: ChangeLog dovecot-2.1.9.ebuild
@ 2012-10-17 3:21 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 6+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-10-17 3:21 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 12/10/17 03:21:44
Modified: ChangeLog dovecot-2.1.9.ebuild
Log:
x86 stable wrt bug #433814
(Portage version: 2.1.11.9/cvs/Linux i686)
Revision Changes Path
1.383 net-mail/dovecot/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?rev=1.383&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?rev=1.383&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?r1=1.382&r2=1.383
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v
retrieving revision 1.382
retrieving revision 1.383
diff -u -r1.382 -r1.383
--- ChangeLog 9 Oct 2012 10:07:20 -0000 1.382
+++ ChangeLog 17 Oct 2012 03:21:44 -0000 1.383
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/dovecot
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.382 2012/10/09 10:07:20 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.383 2012/10/17 03:21:44 phajdan.jr Exp $
+
+ 17 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> dovecot-2.1.9.ebuild:
+ x86 stable wrt bug #433814
03 Oct 2012; Agostino Sarubbo <ago@gentoo.org> dovecot-2.1.9.ebuild:
Stable for amd64, wrt bug #433814
1.9 net-mail/dovecot/dovecot-2.1.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild?r1=1.8&r2=1.9
Index: dovecot-2.1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- dovecot-2.1.9.ebuild 3 Oct 2012 10:30:50 -0000 1.8
+++ dovecot-2.1.9.ebuild 17 Oct 2012 03:21:44 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild,v 1.8 2012/10/03 10:30:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild,v 1.9 2012/10/17 03:21:44 phajdan.jr Exp $
EAPI=4
inherit eutils versionator ssl-cert systemd autotools user multilib
@@ -20,7 +20,7 @@
SLOT="0"
LICENSE="LGPL-2.1 MIT"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
IUSE="bzip2 caps cydir sdbox doc ipv6 imapc kerberos ldap lucene +maildir managesieve mbox
mdbox mysql pam postgres sieve sqlite +ssl static-libs suid vpopmail zlib"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-mail/dovecot: ChangeLog dovecot-2.1.9.ebuild
@ 2012-12-01 17:30 Raul Porcel (armin76)
0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2012-12-01 17:30 UTC (permalink / raw
To: gentoo-commits
armin76 12/12/01 17:30:03
Modified: ChangeLog dovecot-2.1.9.ebuild
Log:
alpha/ia64/s390/sh/sparc stable wrt #433814
(Portage version: 2.1.11.31/cvs/Linux ia64, signed Manifest commit with key F6AD3240)
Revision Changes Path
1.389 net-mail/dovecot/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?rev=1.389&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?rev=1.389&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?r1=1.388&r2=1.389
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v
retrieving revision 1.388
retrieving revision 1.389
diff -u -r1.388 -r1.389
--- ChangeLog 1 Dec 2012 10:40:50 -0000 1.388
+++ ChangeLog 1 Dec 2012 17:30:03 -0000 1.389
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/dovecot
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.388 2012/12/01 10:40:50 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.389 2012/12/01 17:30:03 armin76 Exp $
+
+ 01 Dec 2012; Raúl Porcel <armin76@gentoo.org> dovecot-2.1.9.ebuild:
+ alpha/ia64/s390/sh/sparc stable wrt #433814
*dovecot-2.1.12-r1 (01 Dec 2012)
1.11 net-mail/dovecot/dovecot-2.1.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild?r1=1.10&r2=1.11
Index: dovecot-2.1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- dovecot-2.1.9.ebuild 28 Oct 2012 14:25:14 -0000 1.10
+++ dovecot-2.1.9.ebuild 1 Dec 2012 17:30:03 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild,v 1.10 2012/10/28 14:25:14 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.1.9.ebuild,v 1.11 2012/12/01 17:30:03 armin76 Exp $
EAPI=4
inherit eutils versionator ssl-cert systemd autotools user multilib
@@ -20,7 +20,7 @@
SLOT="0"
LICENSE="LGPL-2.1 MIT"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE="bzip2 caps cydir sdbox doc ipv6 imapc kerberos ldap lucene +maildir managesieve mbox
mdbox mysql pam postgres selinux sieve sqlite +ssl static-libs suid vpopmail zlib"
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-12-01 17:30 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-02 21:34 [gentoo-commits] gentoo-x86 commit in net-mail/dovecot: ChangeLog dovecot-2.1.9.ebuild Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2012-12-01 17:30 Raul Porcel (armin76)
2012-10-17 3:21 PaweA Hajdan (phajdan.jr)
2012-10-03 10:30 Agostino Sarubbo (ago)
2012-10-02 13:57 Jeroen Roovers (jer)
2012-08-03 6:33 Eray Aslan (eras)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox