Gentoo Archives: gentoo-commits

From: "Eray Aslan (eras)" <eras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/dovecot: dovecot-2.1_rc3.ebuild dovecot-2.0.16-r1.ebuild ChangeLog dovecot-1.2.17.ebuild dovecot-2.0.15.ebuild dovecot-2.0.16.ebuild dovecot-2.0.17.ebuild
Date: Mon, 09 Jan 2012 20:54:27
Message-Id: 20120109205414.5F40F2004B@flycatcher.gentoo.org
1 eras 12/01/09 20:54:14
2
3 Modified: dovecot-2.1_rc3.ebuild dovecot-2.0.16-r1.ebuild
4 ChangeLog dovecot-1.2.17.ebuild
5 dovecot-2.0.15.ebuild dovecot-2.0.16.ebuild
6 dovecot-2.0.17.ebuild
7 Log:
8 block against postgresql-base[ldap,threads] - bug #396691
9
10 (Portage version: 2.1.10.44/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.2 net-mail/dovecot/dovecot-2.1_rc3.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.1_rc3.ebuild?rev=1.2&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.1_rc3.ebuild?rev=1.2&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.1_rc3.ebuild?r1=1.1&r2=1.2
18
19 Index: dovecot-2.1_rc3.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.1_rc3.ebuild,v
22 retrieving revision 1.1
23 retrieving revision 1.2
24 diff -u -r1.1 -r1.2
25 --- dovecot-2.1_rc3.ebuild 6 Jan 2012 22:25:52 -0000 1.1
26 +++ dovecot-2.1_rc3.ebuild 9 Jan 2012 20:54:14 -0000 1.2
27 @@ -1,6 +1,6 @@
28 # Copyright 1999-2012 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.1_rc3.ebuild,v 1.1 2012/01/06 22:25:52 eras Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.1_rc3.ebuild,v 1.2 2012/01/09 20:54:14 eras Exp $
32
33 EAPI=4
34
35 @@ -36,7 +36,7 @@
36 lucene? ( >=dev-cpp/clucene-2.3 )
37 mysql? ( virtual/mysql )
38 pam? ( virtual/pam )
39 - postgres? ( dev-db/postgresql-base )
40 + postgres? ( dev-db/postgresql-base !dev-db/postgresql-base[ldap,threads] )
41 sqlite? ( dev-db/sqlite )
42 ssl? ( dev-libs/openssl )
43 vpopmail? ( net-mail/vpopmail )
44
45
46
47 1.5 net-mail/dovecot/dovecot-2.0.16-r1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.0.16-r1.ebuild?rev=1.5&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.0.16-r1.ebuild?rev=1.5&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.0.16-r1.ebuild?r1=1.4&r2=1.5
52
53 Index: dovecot-2.0.16-r1.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.0.16-r1.ebuild,v
56 retrieving revision 1.4
57 retrieving revision 1.5
58 diff -u -r1.4 -r1.5
59 --- dovecot-2.0.16-r1.ebuild 28 Nov 2011 10:56:14 -0000 1.4
60 +++ dovecot-2.0.16-r1.ebuild 9 Jan 2012 20:54:14 -0000 1.5
61 @@ -1,6 +1,6 @@
62 -# Copyright 1999-2011 Gentoo Foundation
63 +# Copyright 1999-2012 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.0.16-r1.ebuild,v 1.4 2011/11/28 10:56:14 eras Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.0.16-r1.ebuild,v 1.5 2012/01/09 20:54:14 eras Exp $
67
68 EAPI=4
69
70 @@ -31,7 +31,7 @@
71 ldap? ( net-nds/openldap )
72 mysql? ( virtual/mysql )
73 pam? ( virtual/pam )
74 - postgres? ( dev-db/postgresql-base )
75 + postgres? ( dev-db/postgresql-base !dev-db/postgresql-base[ldap,threads] )
76 sqlite? ( dev-db/sqlite )
77 ssl? ( dev-libs/openssl )
78 vpopmail? ( net-mail/vpopmail )
79
80
81
82 1.337 net-mail/dovecot/ChangeLog
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?rev=1.337&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?rev=1.337&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?r1=1.336&r2=1.337
87
88 Index: ChangeLog
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v
91 retrieving revision 1.336
92 retrieving revision 1.337
93 diff -u -r1.336 -r1.337
94 --- ChangeLog 6 Jan 2012 22:25:52 -0000 1.336
95 +++ ChangeLog 9 Jan 2012 20:54:14 -0000 1.337
96 @@ -1,6 +1,11 @@
97 # ChangeLog for net-mail/dovecot
98 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
99 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.336 2012/01/06 22:25:52 eras Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.337 2012/01/09 20:54:14 eras Exp $
101 +
102 + 09 Jan 2012; Eray Aslan <eras@g.o> dovecot-1.2.17.ebuild,
103 + dovecot-2.0.15.ebuild, dovecot-2.0.16.ebuild, dovecot-2.0.16-r1.ebuild,
104 + dovecot-2.0.17.ebuild, dovecot-2.1_rc3.ebuild:
105 + block against postgresql-base[ldap,threads] - bug #396691
106
107 *dovecot-2.1_rc3 (06 Jan 2012)
108
109
110
111
112 1.6 net-mail/dovecot/dovecot-1.2.17.ebuild
113
114 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-1.2.17.ebuild?rev=1.6&view=markup
115 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-1.2.17.ebuild?rev=1.6&content-type=text/plain
116 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-1.2.17.ebuild?r1=1.5&r2=1.6
117
118 Index: dovecot-1.2.17.ebuild
119 ===================================================================
120 RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.2.17.ebuild,v
121 retrieving revision 1.5
122 retrieving revision 1.6
123 diff -u -r1.5 -r1.6
124 --- dovecot-1.2.17.ebuild 28 May 2011 16:48:30 -0000 1.5
125 +++ dovecot-1.2.17.ebuild 9 Jan 2012 20:54:14 -0000 1.6
126 @@ -1,6 +1,6 @@
127 -# Copyright 1999-2011 Gentoo Foundation
128 +# Copyright 1999-2012 Gentoo Foundation
129 # Distributed under the terms of the GNU General Public License v2
130 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.2.17.ebuild,v 1.5 2011/05/28 16:48:30 armin76 Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.2.17.ebuild,v 1.6 2012/01/09 20:54:14 eras Exp $
132
133 EAPI=4
134
135 @@ -31,7 +31,7 @@
136 ldap? ( net-nds/openldap )
137 mysql? ( virtual/mysql )
138 pam? ( virtual/pam )
139 - postgres? ( dev-db/postgresql-base )
140 + postgres? ( dev-db/postgresql-base !dev-db/postgresql-base[ldap,threads] )
141 sqlite? ( dev-db/sqlite )
142 ssl? ( dev-libs/openssl )
143 vpopmail? ( net-mail/vpopmail )"
144
145
146
147 1.6 net-mail/dovecot/dovecot-2.0.15.ebuild
148
149 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.0.15.ebuild?rev=1.6&view=markup
150 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.0.15.ebuild?rev=1.6&content-type=text/plain
151 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.0.15.ebuild?r1=1.5&r2=1.6
152
153 Index: dovecot-2.0.15.ebuild
154 ===================================================================
155 RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.0.15.ebuild,v
156 retrieving revision 1.5
157 retrieving revision 1.6
158 diff -u -r1.5 -r1.6
159 --- dovecot-2.0.15.ebuild 5 Nov 2011 21:25:09 -0000 1.5
160 +++ dovecot-2.0.15.ebuild 9 Jan 2012 20:54:14 -0000 1.6
161 @@ -1,6 +1,6 @@
162 -# Copyright 1999-2011 Gentoo Foundation
163 +# Copyright 1999-2012 Gentoo Foundation
164 # Distributed under the terms of the GNU General Public License v2
165 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.0.15.ebuild,v 1.5 2011/11/05 21:25:09 maekke Exp $
166 +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.0.15.ebuild,v 1.6 2012/01/09 20:54:14 eras Exp $
167
168 EAPI="3"
169
170 @@ -30,7 +30,7 @@
171 ldap? ( net-nds/openldap )
172 mysql? ( virtual/mysql )
173 pam? ( virtual/pam )
174 - postgres? ( dev-db/postgresql-base )
175 + postgres? ( dev-db/postgresql-base !dev-db/postgresql-base[ldap,threads] )
176 sqlite? ( dev-db/sqlite )
177 ssl? ( dev-libs/openssl )
178 vpopmail? ( net-mail/vpopmail )
179
180
181
182 1.12 net-mail/dovecot/dovecot-2.0.16.ebuild
183
184 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.0.16.ebuild?rev=1.12&view=markup
185 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.0.16.ebuild?rev=1.12&content-type=text/plain
186 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.0.16.ebuild?r1=1.11&r2=1.12
187
188 Index: dovecot-2.0.16.ebuild
189 ===================================================================
190 RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.0.16.ebuild,v
191 retrieving revision 1.11
192 retrieving revision 1.12
193 diff -u -r1.11 -r1.12
194 --- dovecot-2.0.16.ebuild 18 Dec 2011 21:56:27 -0000 1.11
195 +++ dovecot-2.0.16.ebuild 9 Jan 2012 20:54:14 -0000 1.12
196 @@ -1,6 +1,6 @@
197 -# Copyright 1999-2011 Gentoo Foundation
198 +# Copyright 1999-2012 Gentoo Foundation
199 # Distributed under the terms of the GNU General Public License v2
200 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.0.16.ebuild,v 1.11 2011/12/18 21:56:27 halcy0n Exp $
201 +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.0.16.ebuild,v 1.12 2012/01/09 20:54:14 eras Exp $
202
203 EAPI=4
204
205 @@ -31,7 +31,7 @@
206 ldap? ( net-nds/openldap )
207 mysql? ( virtual/mysql )
208 pam? ( virtual/pam )
209 - postgres? ( dev-db/postgresql-base )
210 + postgres? ( dev-db/postgresql-base !dev-db/postgresql-base[ldap,threads] )
211 sqlite? ( dev-db/sqlite )
212 ssl? ( dev-libs/openssl )
213 vpopmail? ( net-mail/vpopmail )
214
215
216
217 1.2 net-mail/dovecot/dovecot-2.0.17.ebuild
218
219 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.0.17.ebuild?rev=1.2&view=markup
220 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.0.17.ebuild?rev=1.2&content-type=text/plain
221 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.0.17.ebuild?r1=1.1&r2=1.2
222
223 Index: dovecot-2.0.17.ebuild
224 ===================================================================
225 RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.0.17.ebuild,v
226 retrieving revision 1.1
227 retrieving revision 1.2
228 diff -u -r1.1 -r1.2
229 --- dovecot-2.0.17.ebuild 6 Jan 2012 21:46:27 -0000 1.1
230 +++ dovecot-2.0.17.ebuild 9 Jan 2012 20:54:14 -0000 1.2
231 @@ -1,6 +1,6 @@
232 # Copyright 1999-2012 Gentoo Foundation
233 # Distributed under the terms of the GNU General Public License v2
234 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.0.17.ebuild,v 1.1 2012/01/06 21:46:27 eras Exp $
235 +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.0.17.ebuild,v 1.2 2012/01/09 20:54:14 eras Exp $
236
237 EAPI=4
238
239 @@ -31,7 +31,7 @@
240 ldap? ( net-nds/openldap )
241 mysql? ( virtual/mysql )
242 pam? ( virtual/pam )
243 - postgres? ( dev-db/postgresql-base )
244 + postgres? ( dev-db/postgresql-base !dev-db/postgresql-base[ldap,threads] )
245 sqlite? ( dev-db/sqlite )
246 ssl? ( dev-libs/openssl )
247 vpopmail? ( net-mail/vpopmail )