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-power/nut: nut-2.6.5-r1.ebuild nut-2.7.1.ebuild nut-2.6.3.ebuild nut-2.6.5.ebuild nut-2.6.2.ebuild nut-2.6.0-r1.ebuild ChangeLog
Date: Sun, 29 Jun 2014 08:28:50
Message-Id: 20140629082846.172352004E@flycatcher.gentoo.org
1 swift 14/06/29 08:28:46
2
3 Modified: nut-2.6.5-r1.ebuild nut-2.7.1.ebuild
4 nut-2.6.3.ebuild nut-2.6.5.ebuild nut-2.6.2.ebuild
5 nut-2.6.0-r1.ebuild ChangeLog
6 Log:
7 Add dependency towards sec-policy/selinux-nut if USE=selinux is set
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
10
11 Revision Changes Path
12 1.6 sys-power/nut/nut-2.6.5-r1.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/nut-2.6.5-r1.ebuild?rev=1.6&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/nut-2.6.5-r1.ebuild?rev=1.6&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/nut-2.6.5-r1.ebuild?r1=1.5&r2=1.6
17
18 Index: nut-2.6.5-r1.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.6.5-r1.ebuild,v
21 retrieving revision 1.5
22 retrieving revision 1.6
23 diff -u -r1.5 -r1.6
24 --- nut-2.6.5-r1.ebuild 25 Sep 2013 17:24:11 -0000 1.5
25 +++ nut-2.6.5-r1.ebuild 29 Jun 2014 08:28:45 -0000 1.6
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2013 Gentoo Foundation
28 +# Copyright 1999-2014 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.6.5-r1.ebuild,v 1.5 2013/09/25 17:24:11 ago Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.6.5-r1.ebuild,v 1.6 2014/06/29 08:28:45 swift Exp $
32
33 EAPI=5
34 inherit autotools bash-completion-r1 eutils fixheadtails multilib user systemd
35 @@ -16,12 +16,13 @@
36 LICENSE="GPL-2"
37 SLOT="0"
38 KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd"
39 -IUSE="avahi cgi ipmi snmp usb ssl tcpd xml"
40 +IUSE="avahi cgi ipmi snmp usb selinux ssl tcpd xml"
41
42 RDEPEND="avahi? ( net-dns/avahi )
43 cgi? ( >=media-libs/gd-2[png] )
44 snmp? ( net-analyzer/net-snmp )
45 usb? ( virtual/libusb:0 )
46 + selinux? ( sec-policy/selinux-nut )
47 ssl? ( >=dev-libs/openssl-1 )
48 tcpd? ( sys-apps/tcp-wrappers )
49 xml? ( >=net-libs/neon-0.25.0 )
50
51
52
53 1.2 sys-power/nut/nut-2.7.1.ebuild
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/nut-2.7.1.ebuild?rev=1.2&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/nut-2.7.1.ebuild?rev=1.2&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/nut-2.7.1.ebuild?r1=1.1&r2=1.2
58
59 Index: nut-2.7.1.ebuild
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.7.1.ebuild,v
62 retrieving revision 1.1
63 retrieving revision 1.2
64 diff -u -r1.1 -r1.2
65 --- nut-2.7.1.ebuild 5 Jan 2014 20:37:52 -0000 1.1
66 +++ nut-2.7.1.ebuild 29 Jun 2014 08:28:45 -0000 1.2
67 @@ -1,6 +1,6 @@
68 # Copyright 1999-2014 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 -# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.7.1.ebuild,v 1.1 2014/01/05 20:37:52 robbat2 Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.7.1.ebuild,v 1.2 2014/06/29 08:28:45 swift Exp $
72
73 EAPI=5
74 inherit autotools bash-completion-r1 eutils fixheadtails multilib user systemd flag-o-matic toolchain-funcs
75 @@ -17,11 +17,12 @@
76 SLOT="0"
77 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
78
79 -IUSE="avahi cgi ipmi snmp +usb ssl tcpd xml"
80 +IUSE="avahi cgi ipmi snmp +usb selinux ssl tcpd xml"
81 RDEPEND="avahi? ( net-dns/avahi )
82 cgi? ( >=media-libs/gd-2[png] )
83 snmp? ( net-analyzer/net-snmp )
84 usb? ( virtual/libusb:0 )
85 + selinux? ( sec-policy/selinux-nut )
86 ssl? ( >=dev-libs/openssl-1 )
87 tcpd? ( sys-apps/tcp-wrappers )
88 xml? ( >=net-libs/neon-0.25.0 )
89
90
91
92 1.9 sys-power/nut/nut-2.6.3.ebuild
93
94 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/nut-2.6.3.ebuild?rev=1.9&view=markup
95 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/nut-2.6.3.ebuild?rev=1.9&content-type=text/plain
96 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/nut-2.6.3.ebuild?r1=1.8&r2=1.9
97
98 Index: nut-2.6.3.ebuild
99 ===================================================================
100 RCS file: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.6.3.ebuild,v
101 retrieving revision 1.8
102 retrieving revision 1.9
103 diff -u -r1.8 -r1.9
104 --- nut-2.6.3.ebuild 3 Dec 2012 02:05:51 -0000 1.8
105 +++ nut-2.6.3.ebuild 29 Jun 2014 08:28:45 -0000 1.9
106 @@ -1,6 +1,6 @@
107 -# Copyright 1999-2012 Gentoo Foundation
108 +# Copyright 1999-2014 Gentoo Foundation
109 # Distributed under the terms of the GNU General Public License v2
110 -# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.6.3.ebuild,v 1.8 2012/12/03 02:05:51 ssuominen Exp $
111 +# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.6.3.ebuild,v 1.9 2014/06/29 08:28:45 swift Exp $
112
113 EAPI=2
114 inherit autotools bash-completion eutils fixheadtails multilib user
115 @@ -16,12 +16,13 @@
116 LICENSE="GPL-2"
117 SLOT="0"
118 KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd"
119 -IUSE="avahi cgi snmp usb ssl tcpd xml"
120 +IUSE="avahi cgi snmp usb selinux ssl tcpd xml"
121
122 RDEPEND="avahi? ( net-dns/avahi )
123 cgi? ( >=media-libs/gd-2[png] )
124 snmp? ( net-analyzer/net-snmp )
125 usb? ( virtual/libusb:0 )
126 + selinux? ( sec-policy/selinux-nut )
127 ssl? ( >=dev-libs/openssl-1 )
128 tcpd? ( sys-apps/tcp-wrappers )
129 xml? ( >=net-libs/neon-0.25.0 )
130
131
132
133 1.3 sys-power/nut/nut-2.6.5.ebuild
134
135 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/nut-2.6.5.ebuild?rev=1.3&view=markup
136 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/nut-2.6.5.ebuild?rev=1.3&content-type=text/plain
137 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/nut-2.6.5.ebuild?r1=1.2&r2=1.3
138
139 Index: nut-2.6.5.ebuild
140 ===================================================================
141 RCS file: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.6.5.ebuild,v
142 retrieving revision 1.2
143 retrieving revision 1.3
144 diff -u -r1.2 -r1.3
145 --- nut-2.6.5.ebuild 3 Dec 2012 02:05:51 -0000 1.2
146 +++ nut-2.6.5.ebuild 29 Jun 2014 08:28:45 -0000 1.3
147 @@ -1,6 +1,6 @@
148 -# Copyright 1999-2012 Gentoo Foundation
149 +# Copyright 1999-2014 Gentoo Foundation
150 # Distributed under the terms of the GNU General Public License v2
151 -# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.6.5.ebuild,v 1.2 2012/12/03 02:05:51 ssuominen Exp $
152 +# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.6.5.ebuild,v 1.3 2014/06/29 08:28:45 swift Exp $
153
154 EAPI=2
155 inherit autotools bash-completion eutils fixheadtails multilib user
156 @@ -16,12 +16,13 @@
157 LICENSE="GPL-2"
158 SLOT="0"
159 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
160 -IUSE="avahi cgi snmp usb ssl tcpd xml"
161 +IUSE="avahi cgi snmp usb selinux ssl tcpd xml"
162
163 RDEPEND="avahi? ( net-dns/avahi )
164 cgi? ( >=media-libs/gd-2[png] )
165 snmp? ( net-analyzer/net-snmp )
166 usb? ( virtual/libusb:0 )
167 + selinux? ( sec-policy/selinux-nut )
168 ssl? ( >=dev-libs/openssl-1 )
169 tcpd? ( sys-apps/tcp-wrappers )
170 xml? ( >=net-libs/neon-0.25.0 )
171
172
173
174 1.6 sys-power/nut/nut-2.6.2.ebuild
175
176 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/nut-2.6.2.ebuild?rev=1.6&view=markup
177 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/nut-2.6.2.ebuild?rev=1.6&content-type=text/plain
178 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/nut-2.6.2.ebuild?r1=1.5&r2=1.6
179
180 Index: nut-2.6.2.ebuild
181 ===================================================================
182 RCS file: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.6.2.ebuild,v
183 retrieving revision 1.5
184 retrieving revision 1.6
185 diff -u -r1.5 -r1.6
186 --- nut-2.6.2.ebuild 3 Dec 2012 02:05:51 -0000 1.5
187 +++ nut-2.6.2.ebuild 29 Jun 2014 08:28:45 -0000 1.6
188 @@ -1,6 +1,6 @@
189 -# Copyright 1999-2012 Gentoo Foundation
190 +# Copyright 1999-2014 Gentoo Foundation
191 # Distributed under the terms of the GNU General Public License v2
192 -# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.6.2.ebuild,v 1.5 2012/12/03 02:05:51 ssuominen Exp $
193 +# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.6.2.ebuild,v 1.6 2014/06/29 08:28:45 swift Exp $
194
195 EAPI=2
196 inherit autotools bash-completion eutils fixheadtails multilib user
197 @@ -16,11 +16,12 @@
198 LICENSE="GPL-2"
199 SLOT="0"
200 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
201 -IUSE="cgi snmp usb ssl tcpd xml"
202 +IUSE="cgi snmp usb selinux ssl tcpd xml"
203
204 RDEPEND="cgi? ( >=media-libs/gd-2[png] )
205 snmp? ( net-analyzer/net-snmp )
206 usb? ( virtual/libusb:0 )
207 + selinux? ( sec-policy/selinux-nut )
208 ssl? ( >=dev-libs/openssl-1 )
209 tcpd? ( sys-apps/tcp-wrappers )
210 xml? ( >=net-libs/neon-0.25.0 )
211
212
213
214 1.9 sys-power/nut/nut-2.6.0-r1.ebuild
215
216 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/nut-2.6.0-r1.ebuild?rev=1.9&view=markup
217 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/nut-2.6.0-r1.ebuild?rev=1.9&content-type=text/plain
218 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/nut-2.6.0-r1.ebuild?r1=1.8&r2=1.9
219
220 Index: nut-2.6.0-r1.ebuild
221 ===================================================================
222 RCS file: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.6.0-r1.ebuild,v
223 retrieving revision 1.8
224 retrieving revision 1.9
225 diff -u -r1.8 -r1.9
226 --- nut-2.6.0-r1.ebuild 3 Dec 2012 02:05:51 -0000 1.8
227 +++ nut-2.6.0-r1.ebuild 29 Jun 2014 08:28:45 -0000 1.9
228 @@ -1,6 +1,6 @@
229 -# Copyright 1999-2012 Gentoo Foundation
230 +# Copyright 1999-2014 Gentoo Foundation
231 # Distributed under the terms of the GNU General Public License v2
232 -# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.6.0-r1.ebuild,v 1.8 2012/12/03 02:05:51 ssuominen Exp $
233 +# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.6.0-r1.ebuild,v 1.9 2014/06/29 08:28:45 swift Exp $
234
235 EAPI=2
236 inherit autotools bash-completion eutils fixheadtails multilib user
237 @@ -16,11 +16,12 @@
238 LICENSE="GPL-2"
239 SLOT="0"
240 KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd"
241 -IUSE="cgi snmp usb ssl tcpd xml"
242 +IUSE="cgi snmp usb selinux ssl tcpd xml"
243
244 RDEPEND="cgi? ( >=media-libs/gd-2[png] )
245 snmp? ( net-analyzer/net-snmp )
246 usb? ( virtual/libusb:0 )
247 + selinux? ( sec-policy/selinux-nut )
248 ssl? ( >=dev-libs/openssl-1 )
249 tcpd? ( sys-apps/tcp-wrappers )
250 xml? ( >=net-libs/neon-0.25.0 )
251
252
253
254 1.114 sys-power/nut/ChangeLog
255
256 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/ChangeLog?rev=1.114&view=markup
257 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/ChangeLog?rev=1.114&content-type=text/plain
258 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/ChangeLog?r1=1.113&r2=1.114
259
260 Index: ChangeLog
261 ===================================================================
262 RCS file: /var/cvsroot/gentoo-x86/sys-power/nut/ChangeLog,v
263 retrieving revision 1.113
264 retrieving revision 1.114
265 diff -u -r1.113 -r1.114
266 --- ChangeLog 5 Jan 2014 20:37:52 -0000 1.113
267 +++ ChangeLog 29 Jun 2014 08:28:45 -0000 1.114
268 @@ -1,6 +1,11 @@
269 # ChangeLog for sys-power/nut
270 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
271 -# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/ChangeLog,v 1.113 2014/01/05 20:37:52 robbat2 Exp $
272 +# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/ChangeLog,v 1.114 2014/06/29 08:28:45 swift Exp $
273 +
274 + 29 Jun 2014; Sven Vermeulen <swift@g.o> nut-2.6.0-r1.ebuild,
275 + nut-2.6.2.ebuild, nut-2.6.3.ebuild, nut-2.6.5-r1.ebuild, nut-2.6.5.ebuild,
276 + nut-2.7.1.ebuild:
277 + Add dependency towards sec-policy/selinux-nut if USE=selinux is set
278
279 *nut-2.7.1 (05 Jan 2014)