Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/man-db: man-db-2.6.3.ebuild man-db-2.6.1.ebuild man-db-2.6.3-r1.ebuild man-db-2.6.4.ebuild man-db-2.6.2.ebuild ChangeLog man-db-2.6.5.ebuild man-db-2.6.0.2.ebuild
Date: Sun, 29 Dec 2013 14:47:52
Message-Id: 20131229144749.3ADFD2004C@flycatcher.gentoo.org
1 swift 13/12/29 14:47:49
2
3 Modified: man-db-2.6.3.ebuild man-db-2.6.1.ebuild
4 man-db-2.6.3-r1.ebuild man-db-2.6.4.ebuild
5 man-db-2.6.2.ebuild ChangeLog man-db-2.6.5.ebuild
6 man-db-2.6.0.2.ebuild
7 Log:
8 Fix bug #496158 - Add selinux-mandb dependency on man-db
9
10 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
11
12 Revision Changes Path
13 1.2 sys-apps/man-db/man-db-2.6.3.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.3.ebuild?rev=1.2&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.3.ebuild?rev=1.2&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.3.ebuild?r1=1.1&r2=1.2
18
19 Index: man-db-2.6.3.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.3.ebuild,v
22 retrieving revision 1.1
23 retrieving revision 1.2
24 diff -u -r1.1 -r1.2
25 --- man-db-2.6.3.ebuild 19 Sep 2012 04:03:19 -0000 1.1
26 +++ man-db-2.6.3.ebuild 29 Dec 2013 14:47:48 -0000 1.2
27 @@ -1,6 +1,6 @@
28 -# Copyright 1999-2012 Gentoo Foundation
29 +# Copyright 1999-2013 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.3.ebuild,v 1.1 2012/09/19 04:03:19 radhermit Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.3.ebuild,v 1.2 2013/12/29 14:47:48 swift Exp $
33
34 EAPI="4"
35
36 @@ -13,13 +13,14 @@
37 LICENSE="GPL-3"
38 SLOT="0"
39 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
40 -IUSE="berkdb +gdbm nls static-libs zlib"
41 +IUSE="berkdb +gdbm nls selinux static-libs zlib"
42
43 RDEPEND="dev-libs/libpipeline
44 berkdb? ( sys-libs/db )
45 gdbm? ( sys-libs/gdbm )
46 !berkdb? ( !gdbm? ( sys-libs/gdbm ) )
47 sys-apps/groff
48 + selinux? ( sec-policy/selinux-mandb )
49 zlib? ( sys-libs/zlib )
50 !sys-apps/man"
51 DEPEND="${RDEPEND}
52
53
54
55 1.5 sys-apps/man-db/man-db-2.6.1.ebuild
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.1.ebuild?rev=1.5&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.1.ebuild?rev=1.5&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.1.ebuild?r1=1.4&r2=1.5
60
61 Index: man-db-2.6.1.ebuild
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.1.ebuild,v
64 retrieving revision 1.4
65 retrieving revision 1.5
66 diff -u -r1.4 -r1.5
67 --- man-db-2.6.1.ebuild 24 Jul 2012 15:59:12 -0000 1.4
68 +++ man-db-2.6.1.ebuild 29 Dec 2013 14:47:48 -0000 1.5
69 @@ -1,6 +1,6 @@
70 -# Copyright 1999-2012 Gentoo Foundation
71 +# Copyright 1999-2013 Gentoo Foundation
72 # Distributed under the terms of the GNU General Public License v2
73 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.1.ebuild,v 1.4 2012/07/24 15:59:12 vapier Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.1.ebuild,v 1.5 2013/12/29 14:47:48 swift Exp $
75
76 EAPI="4"
77
78 @@ -13,13 +13,14 @@
79 LICENSE="GPL-3"
80 SLOT="0"
81 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
82 -IUSE="berkdb +gdbm nls static-libs zlib"
83 +IUSE="berkdb +gdbm nls selinux static-libs zlib"
84
85 RDEPEND="dev-libs/libpipeline
86 berkdb? ( sys-libs/db )
87 gdbm? ( sys-libs/gdbm )
88 !berkdb? ( !gdbm? ( sys-libs/gdbm ) )
89 sys-apps/groff
90 + selinux? ( sec-policy/selinux-mandb )
91 zlib? ( sys-libs/zlib )
92 !sys-apps/man"
93 DEPEND="${RDEPEND}
94
95
96
97 1.17 sys-apps/man-db/man-db-2.6.3-r1.ebuild
98
99 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.3-r1.ebuild?rev=1.17&view=markup
100 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.3-r1.ebuild?rev=1.17&content-type=text/plain
101 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.3-r1.ebuild?r1=1.16&r2=1.17
102
103 Index: man-db-2.6.3-r1.ebuild
104 ===================================================================
105 RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.3-r1.ebuild,v
106 retrieving revision 1.16
107 retrieving revision 1.17
108 diff -u -r1.16 -r1.17
109 --- man-db-2.6.3-r1.ebuild 27 Dec 2013 11:04:39 -0000 1.16
110 +++ man-db-2.6.3-r1.ebuild 29 Dec 2013 14:47:48 -0000 1.17
111 @@ -1,6 +1,6 @@
112 # Copyright 1999-2013 Gentoo Foundation
113 # Distributed under the terms of the GNU General Public License v2
114 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.3-r1.ebuild,v 1.16 2013/12/27 11:04:39 pinkbyte Exp $
115 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.3-r1.ebuild,v 1.17 2013/12/29 14:47:48 swift Exp $
116
117 EAPI="4"
118
119 @@ -13,13 +13,14 @@
120 LICENSE="GPL-3"
121 SLOT="0"
122 KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~arm-linux ~x86-linux"
123 -IUSE="berkdb +gdbm nls static-libs zlib"
124 +IUSE="berkdb +gdbm nls selinux static-libs zlib"
125
126 RDEPEND="dev-libs/libpipeline
127 berkdb? ( sys-libs/db )
128 gdbm? ( sys-libs/gdbm )
129 !berkdb? ( !gdbm? ( sys-libs/gdbm ) )
130 sys-apps/groff
131 + selinux? ( sec-policy/selinux-mandb )
132 zlib? ( sys-libs/zlib )
133 !sys-apps/man"
134 DEPEND="${RDEPEND}
135
136
137
138 1.2 sys-apps/man-db/man-db-2.6.4.ebuild
139
140 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.4.ebuild?rev=1.2&view=markup
141 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.4.ebuild?rev=1.2&content-type=text/plain
142 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.4.ebuild?r1=1.1&r2=1.2
143
144 Index: man-db-2.6.4.ebuild
145 ===================================================================
146 RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.4.ebuild,v
147 retrieving revision 1.1
148 retrieving revision 1.2
149 diff -u -r1.1 -r1.2
150 --- man-db-2.6.4.ebuild 24 Jun 2013 22:07:11 -0000 1.1
151 +++ man-db-2.6.4.ebuild 29 Dec 2013 14:47:49 -0000 1.2
152 @@ -1,6 +1,6 @@
153 # Copyright 1999-2013 Gentoo Foundation
154 # Distributed under the terms of the GNU General Public License v2
155 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.4.ebuild,v 1.1 2013/06/24 22:07:11 radhermit Exp $
156 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.4.ebuild,v 1.2 2013/12/29 14:47:49 swift Exp $
157
158 EAPI="4"
159
160 @@ -13,13 +13,14 @@
161 LICENSE="GPL-3"
162 SLOT="0"
163 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~arm-linux ~x86-linux"
164 -IUSE="berkdb +gdbm nls static-libs zlib"
165 +IUSE="berkdb +gdbm nls selinux static-libs zlib"
166
167 RDEPEND="dev-libs/libpipeline
168 berkdb? ( sys-libs/db )
169 gdbm? ( sys-libs/gdbm )
170 !berkdb? ( !gdbm? ( sys-libs/gdbm ) )
171 sys-apps/groff
172 + selinux? ( sec-policy/selinux-mandb )
173 zlib? ( sys-libs/zlib )
174 !sys-apps/man"
175 DEPEND="${RDEPEND}
176
177
178
179 1.2 sys-apps/man-db/man-db-2.6.2.ebuild
180
181 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.2.ebuild?rev=1.2&view=markup
182 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.2.ebuild?rev=1.2&content-type=text/plain
183 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.2.ebuild?r1=1.1&r2=1.2
184
185 Index: man-db-2.6.2.ebuild
186 ===================================================================
187 RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.2.ebuild,v
188 retrieving revision 1.1
189 retrieving revision 1.2
190 diff -u -r1.1 -r1.2
191 --- man-db-2.6.2.ebuild 24 Jul 2012 15:59:58 -0000 1.1
192 +++ man-db-2.6.2.ebuild 29 Dec 2013 14:47:49 -0000 1.2
193 @@ -1,6 +1,6 @@
194 -# Copyright 1999-2012 Gentoo Foundation
195 +# Copyright 1999-2013 Gentoo Foundation
196 # Distributed under the terms of the GNU General Public License v2
197 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.2.ebuild,v 1.1 2012/07/24 15:59:58 vapier Exp $
198 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.2.ebuild,v 1.2 2013/12/29 14:47:49 swift Exp $
199
200 EAPI="4"
201
202 @@ -13,12 +13,13 @@
203 LICENSE="GPL-3"
204 SLOT="0"
205 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
206 -IUSE="berkdb +gdbm nls static-libs zlib"
207 +IUSE="berkdb +gdbm nls selinux static-libs zlib"
208
209 RDEPEND="dev-libs/libpipeline
210 berkdb? ( sys-libs/db )
211 gdbm? ( sys-libs/gdbm )
212 !berkdb? ( !gdbm? ( sys-libs/gdbm ) )
213 + selinux? ( sec-policy/selinux-mandb )
214 sys-apps/groff
215 zlib? ( sys-libs/zlib )
216 !sys-apps/man"
217
218
219
220 1.54 sys-apps/man-db/ChangeLog
221
222 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/ChangeLog?rev=1.54&view=markup
223 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/ChangeLog?rev=1.54&content-type=text/plain
224 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/ChangeLog?r1=1.53&r2=1.54
225
226 Index: ChangeLog
227 ===================================================================
228 RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v
229 retrieving revision 1.53
230 retrieving revision 1.54
231 diff -u -r1.53 -r1.54
232 --- ChangeLog 27 Dec 2013 11:04:39 -0000 1.53
233 +++ ChangeLog 29 Dec 2013 14:47:49 -0000 1.54
234 @@ -1,6 +1,11 @@
235 # ChangeLog for sys-apps/man-db
236 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
237 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.53 2013/12/27 11:04:39 pinkbyte Exp $
238 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.54 2013/12/29 14:47:49 swift Exp $
239 +
240 + 29 Dec 2013; Sven Vermeulen <swift@g.o> man-db-2.6.0.2.ebuild,
241 + man-db-2.6.1.ebuild, man-db-2.6.2.ebuild, man-db-2.6.3.ebuild,
242 + man-db-2.6.3-r1.ebuild, man-db-2.6.4.ebuild, man-db-2.6.5.ebuild:
243 + Adding dependency on selinux-mandb if USE=selinux is set (bug #496158)
244
245 27 Dec 2013; Sergey Popov <pinkbyte@g.o> man-db-2.6.3-r1.ebuild:
246 Drop s390/sh/m68k to unstable
247
248
249
250 1.5 sys-apps/man-db/man-db-2.6.5.ebuild
251
252 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.5.ebuild?rev=1.5&view=markup
253 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.5.ebuild?rev=1.5&content-type=text/plain
254 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.5.ebuild?r1=1.4&r2=1.5
255
256 Index: man-db-2.6.5.ebuild
257 ===================================================================
258 RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.5.ebuild,v
259 retrieving revision 1.4
260 retrieving revision 1.5
261 diff -u -r1.4 -r1.5
262 --- man-db-2.6.5.ebuild 27 Dec 2013 10:57:03 -0000 1.4
263 +++ man-db-2.6.5.ebuild 29 Dec 2013 14:47:49 -0000 1.5
264 @@ -1,6 +1,6 @@
265 # Copyright 1999-2013 Gentoo Foundation
266 # Distributed under the terms of the GNU General Public License v2
267 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.5.ebuild,v 1.4 2013/12/27 10:57:03 pinkbyte Exp $
268 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.5.ebuild,v 1.5 2013/12/29 14:47:49 swift Exp $
269
270 EAPI="4"
271
272 @@ -13,13 +13,14 @@
273 LICENSE="GPL-3"
274 SLOT="0"
275 KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~arm-linux ~x86-linux"
276 -IUSE="berkdb +gdbm nls static-libs zlib"
277 +IUSE="berkdb +gdbm nls selinux static-libs zlib"
278
279 RDEPEND="dev-libs/libpipeline
280 berkdb? ( sys-libs/db )
281 gdbm? ( sys-libs/gdbm )
282 !berkdb? ( !gdbm? ( sys-libs/gdbm ) )
283 sys-apps/groff
284 + selinux? ( sec-policy/selinux-mandb )
285 zlib? ( sys-libs/zlib )
286 !sys-apps/man"
287 DEPEND="${RDEPEND}
288
289
290
291 1.13 sys-apps/man-db/man-db-2.6.0.2.ebuild
292
293 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.0.2.ebuild?rev=1.13&view=markup
294 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.0.2.ebuild?rev=1.13&content-type=text/plain
295 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.0.2.ebuild?r1=1.12&r2=1.13
296
297 Index: man-db-2.6.0.2.ebuild
298 ===================================================================
299 RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.0.2.ebuild,v
300 retrieving revision 1.12
301 retrieving revision 1.13
302 diff -u -r1.12 -r1.13
303 --- man-db-2.6.0.2.ebuild 24 May 2012 03:07:45 -0000 1.12
304 +++ man-db-2.6.0.2.ebuild 29 Dec 2013 14:47:49 -0000 1.13
305 @@ -1,6 +1,6 @@
306 -# Copyright 1999-2012 Gentoo Foundation
307 +# Copyright 1999-2013 Gentoo Foundation
308 # Distributed under the terms of the GNU General Public License v2
309 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.0.2.ebuild,v 1.12 2012/05/24 03:07:45 vapier Exp $
310 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.0.2.ebuild,v 1.13 2013/12/29 14:47:49 swift Exp $
311
312 EAPI="2"
313
314 @@ -13,13 +13,14 @@
315 LICENSE="GPL-3"
316 SLOT="0"
317 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
318 -IUSE="berkdb +gdbm nls static-libs zlib"
319 +IUSE="berkdb +gdbm nls selinux static-libs zlib"
320
321 RDEPEND="dev-libs/libpipeline
322 berkdb? ( sys-libs/db )
323 gdbm? ( sys-libs/gdbm )
324 !berkdb? ( !gdbm? ( sys-libs/gdbm ) )
325 || ( sys-apps/groff >=app-doc/heirloom-doctools-080407-r2 )
326 + selinux? ( sec-policy/selinux-mandb )
327 zlib? ( sys-libs/zlib )
328 !sys-apps/man"
329 DEPEND="${RDEPEND}