Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/bind: bind-9.2.8-r3.ebuild bind-9.3.4-r2.ebuild ChangeLog bind-9.4.1_p1.ebuild bind-9.3.4.ebuild bind-9.4.1-r1.ebuild bind-9.2.8.ebuild bind-9.3.4-r3.ebuild
Date: Thu, 29 May 2008 19:11:43
Message-Id: E1K1nXE-0006wD-Mn@stork.gentoo.org
1 armin76 08/05/29 19:11:36
2
3 Modified: bind-9.2.8-r3.ebuild bind-9.3.4-r2.ebuild ChangeLog
4 bind-9.4.1_p1.ebuild bind-9.3.4.ebuild
5 bind-9.4.1-r1.ebuild bind-9.2.8.ebuild
6 bind-9.3.4-r3.ebuild
7 Log:
8 Fix depend on openresolv, since resolvconf-gentoo is masked
9 (Portage version: 2.1.4.4)
10
11 Revision Changes Path
12 1.3 net-dns/bind/bind-9.2.8-r3.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.2.8-r3.ebuild?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.2.8-r3.ebuild?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.2.8-r3.ebuild?r1=1.2&r2=1.3
17
18 Index: bind-9.2.8-r3.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.8-r3.ebuild,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- bind-9.2.8-r3.ebuild 29 Feb 2008 21:59:32 -0000 1.2
25 +++ bind-9.2.8-r3.ebuild 29 May 2008 19:11:36 -0000 1.3
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2008 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.8-r3.ebuild,v 1.2 2008/02/29 21:59:32 armin76 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.8-r3.ebuild,v 1.3 2008/05/29 19:11:36 armin76 Exp $
31
32 inherit eutils libtool autotools toolchain-funcs flag-o-matic
33
34 @@ -22,7 +22,7 @@
35 odbc? ( >=dev-db/unixODBC-2.2.6 )
36 ldap? ( net-nds/openldap )
37 idn? ( net-dns/idnkit )
38 - resolvconf? ( net-dns/resolvconf-gentoo )"
39 + resolvconf? ( || ( net-dns/openresolv net-dns/resolvconf-gentoo ) )"
40
41 RDEPEND="${DEPEND}
42 selinux? ( sec-policy/selinux-bind )"
43
44
45
46 1.12 net-dns/bind/bind-9.3.4-r2.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.3.4-r2.ebuild?rev=1.12&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.3.4-r2.ebuild?rev=1.12&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.3.4-r2.ebuild?r1=1.11&r2=1.12
51
52 Index: bind-9.3.4-r2.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.4-r2.ebuild,v
55 retrieving revision 1.11
56 retrieving revision 1.12
57 diff -u -r1.11 -r1.12
58 --- bind-9.3.4-r2.ebuild 24 Jun 2007 22:06:00 -0000 1.11
59 +++ bind-9.3.4-r2.ebuild 29 May 2008 19:11:36 -0000 1.12
60 @@ -1,6 +1,6 @@
61 -# Copyright 1999-2007 Gentoo Foundation
62 +# Copyright 1999-2008 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.4-r2.ebuild,v 1.11 2007/06/24 22:06:00 vapier Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.4-r2.ebuild,v 1.12 2008/05/29 19:11:36 armin76 Exp $
66
67 inherit eutils libtool autotools toolchain-funcs flag-o-matic
68
69 @@ -22,7 +22,7 @@
70 odbc? ( >=dev-db/unixODBC-2.2.6 )
71 ldap? ( net-nds/openldap )
72 idn? ( net-dns/idnkit )
73 - resolvconf? ( net-dns/resolvconf-gentoo )"
74 + resolvconf? ( || ( net-dns/openresolv net-dns/resolvconf-gentoo ) )"
75 RDEPEND="${DEPEND}
76 selinux? ( sec-policy/selinux-bind )"
77
78
79
80
81 1.190 net-dns/bind/ChangeLog
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/ChangeLog?rev=1.190&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/ChangeLog?rev=1.190&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/ChangeLog?r1=1.189&r2=1.190
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
90 retrieving revision 1.189
91 retrieving revision 1.190
92 diff -u -r1.189 -r1.190
93 --- ChangeLog 11 May 2008 03:58:44 -0000 1.189
94 +++ ChangeLog 29 May 2008 19:11:36 -0000 1.190
95 @@ -1,6 +1,11 @@
96 # ChangeLog for net-dns/bind
97 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.189 2008/05/11 03:58:44 solar Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.190 2008/05/29 19:11:36 armin76 Exp $
100 +
101 + 29 May 2008; Raúl Porcel <armin76@g.o> bind-9.2.8.ebuild,
102 + bind-9.2.8-r3.ebuild, bind-9.3.4.ebuild, bind-9.3.4-r2.ebuild,
103 + bind-9.3.4-r3.ebuild, bind-9.4.1-r1.ebuild, bind-9.4.1_p1.ebuild:
104 + Fix depend on openresolv, since resolvconf-gentoo is masked
105
106 11 May 2008; <solar@g.o> bind-9.4.2.ebuild:
107 - cross compile fix
108
109
110
111 1.11 net-dns/bind/bind-9.4.1_p1.ebuild
112
113 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.4.1_p1.ebuild?rev=1.11&view=markup
114 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.4.1_p1.ebuild?rev=1.11&content-type=text/plain
115 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.4.1_p1.ebuild?r1=1.10&r2=1.11
116
117 Index: bind-9.4.1_p1.ebuild
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.4.1_p1.ebuild,v
120 retrieving revision 1.10
121 retrieving revision 1.11
122 diff -u -r1.10 -r1.11
123 --- bind-9.4.1_p1.ebuild 18 Apr 2008 21:53:38 -0000 1.10
124 +++ bind-9.4.1_p1.ebuild 29 May 2008 19:11:36 -0000 1.11
125 @@ -1,6 +1,6 @@
126 # Copyright 1999-2008 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.4.1_p1.ebuild,v 1.10 2008/04/18 21:53:38 vapier Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.4.1_p1.ebuild,v 1.11 2008/05/29 19:11:36 armin76 Exp $
130
131 inherit eutils libtool autotools toolchain-funcs flag-o-matic
132
133 @@ -21,7 +21,7 @@
134 odbc? ( >=dev-db/unixODBC-2.2.6 )
135 ldap? ( net-nds/openldap )
136 idn? ( net-dns/idnkit )
137 - resolvconf? ( net-dns/resolvconf-gentoo )"
138 + resolvconf? ( || ( net-dns/openresolv net-dns/resolvconf-gentoo ) )"
139
140 RDEPEND="${DEPEND}
141 selinux? ( sec-policy/selinux-bind )"
142
143
144
145 1.15 net-dns/bind/bind-9.3.4.ebuild
146
147 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.3.4.ebuild?rev=1.15&view=markup
148 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.3.4.ebuild?rev=1.15&content-type=text/plain
149 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.3.4.ebuild?r1=1.14&r2=1.15
150
151 Index: bind-9.3.4.ebuild
152 ===================================================================
153 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.4.ebuild,v
154 retrieving revision 1.14
155 retrieving revision 1.15
156 diff -u -r1.14 -r1.15
157 --- bind-9.3.4.ebuild 6 May 2007 08:50:30 -0000 1.14
158 +++ bind-9.3.4.ebuild 29 May 2008 19:11:36 -0000 1.15
159 @@ -1,6 +1,6 @@
160 -# Copyright 1999-2007 Gentoo Foundation
161 +# Copyright 1999-2008 Gentoo Foundation
162 # Distributed under the terms of the GNU General Public License v2
163 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.4.ebuild,v 1.14 2007/05/06 08:50:30 genone Exp $
164 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.4.ebuild,v 1.15 2008/05/29 19:11:36 armin76 Exp $
165
166 inherit eutils libtool autotools
167
168 @@ -22,7 +22,7 @@
169 odbc? ( >=dev-db/unixODBC-2.2.6 )
170 ldap? ( net-nds/openldap )
171 idn? ( net-dns/idnkit )
172 - resolvconf? ( net-dns/resolvconf-gentoo )"
173 + resolvconf? ( || ( net-dns/openresolv net-dns/resolvconf-gentoo ) )"
174 RDEPEND="${DEPEND}
175 selinux? ( sec-policy/selinux-bind )"
176
177
178
179
180 1.12 net-dns/bind/bind-9.4.1-r1.ebuild
181
182 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.4.1-r1.ebuild?rev=1.12&view=markup
183 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.4.1-r1.ebuild?rev=1.12&content-type=text/plain
184 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.4.1-r1.ebuild?r1=1.11&r2=1.12
185
186 Index: bind-9.4.1-r1.ebuild
187 ===================================================================
188 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.4.1-r1.ebuild,v
189 retrieving revision 1.11
190 retrieving revision 1.12
191 diff -u -r1.11 -r1.12
192 --- bind-9.4.1-r1.ebuild 17 Mar 2008 05:08:52 -0000 1.11
193 +++ bind-9.4.1-r1.ebuild 29 May 2008 19:11:36 -0000 1.12
194 @@ -1,6 +1,6 @@
195 # Copyright 1999-2008 Gentoo Foundation
196 # Distributed under the terms of the GNU General Public License v2
197 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.4.1-r1.ebuild,v 1.11 2008/03/17 05:08:52 ricmm Exp $
198 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.4.1-r1.ebuild,v 1.12 2008/05/29 19:11:36 armin76 Exp $
199
200 inherit eutils libtool autotools toolchain-funcs flag-o-matic
201
202 @@ -21,7 +21,7 @@
203 odbc? ( >=dev-db/unixODBC-2.2.6 )
204 ldap? ( net-nds/openldap )
205 idn? ( net-dns/idnkit )
206 - resolvconf? ( net-dns/resolvconf-gentoo )"
207 + resolvconf? ( || ( net-dns/openresolv net-dns/resolvconf-gentoo ) )"
208
209 RDEPEND="${DEPEND}
210 selinux? ( sec-policy/selinux-bind )"
211
212
213
214 1.13 net-dns/bind/bind-9.2.8.ebuild
215
216 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.2.8.ebuild?rev=1.13&view=markup
217 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.2.8.ebuild?rev=1.13&content-type=text/plain
218 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.2.8.ebuild?r1=1.12&r2=1.13
219
220 Index: bind-9.2.8.ebuild
221 ===================================================================
222 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.8.ebuild,v
223 retrieving revision 1.12
224 retrieving revision 1.13
225 diff -u -r1.12 -r1.13
226 --- bind-9.2.8.ebuild 6 May 2007 08:50:30 -0000 1.12
227 +++ bind-9.2.8.ebuild 29 May 2008 19:11:36 -0000 1.13
228 @@ -1,6 +1,6 @@
229 -# Copyright 1999-2007 Gentoo Foundation
230 +# Copyright 1999-2008 Gentoo Foundation
231 # Distributed under the terms of the GNU General Public License v2
232 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.8.ebuild,v 1.12 2007/05/06 08:50:30 genone Exp $
233 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.8.ebuild,v 1.13 2008/05/29 19:11:36 armin76 Exp $
234
235 inherit eutils libtool autotools
236
237 @@ -22,7 +22,7 @@
238 odbc? ( >=dev-db/unixODBC-2.2.6 )
239 ldap? ( net-nds/openldap )
240 idn? ( net-dns/idnkit )
241 - resolvconf? ( net-dns/resolvconf-gentoo )"
242 + resolvconf? ( || ( net-dns/openresolv net-dns/resolvconf-gentoo ) )"
243
244 RDEPEND="${DEPEND}
245 selinux? ( sec-policy/selinux-bind )"
246
247
248
249 1.4 net-dns/bind/bind-9.3.4-r3.ebuild
250
251 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.3.4-r3.ebuild?rev=1.4&view=markup
252 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.3.4-r3.ebuild?rev=1.4&content-type=text/plain
253 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.3.4-r3.ebuild?r1=1.3&r2=1.4
254
255 Index: bind-9.3.4-r3.ebuild
256 ===================================================================
257 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.4-r3.ebuild,v
258 retrieving revision 1.3
259 retrieving revision 1.4
260 diff -u -r1.3 -r1.4
261 --- bind-9.3.4-r3.ebuild 29 Feb 2008 21:59:32 -0000 1.3
262 +++ bind-9.3.4-r3.ebuild 29 May 2008 19:11:36 -0000 1.4
263 @@ -1,6 +1,6 @@
264 # Copyright 1999-2008 Gentoo Foundation
265 # Distributed under the terms of the GNU General Public License v2
266 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.4-r3.ebuild,v 1.3 2008/02/29 21:59:32 armin76 Exp $
267 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.4-r3.ebuild,v 1.4 2008/05/29 19:11:36 armin76 Exp $
268
269 inherit eutils libtool autotools toolchain-funcs flag-o-matic
270
271 @@ -22,7 +22,7 @@
272 odbc? ( >=dev-db/unixODBC-2.2.6 )
273 ldap? ( net-nds/openldap )
274 idn? ( net-dns/idnkit )
275 - resolvconf? ( net-dns/resolvconf-gentoo )"
276 + resolvconf? ( || ( net-dns/openresolv net-dns/resolvconf-gentoo ) )"
277 RDEPEND="${DEPEND}
278 selinux? ( sec-policy/selinux-bind )"
279
280
281
282
283 --
284 gentoo-commits@l.g.o mailing list