Gentoo Archives: gentoo-commits

From: "Bo Oersted Andresen (zlin)" <zlin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/lm_sensors: lm_sensors-2.10.1.ebuild ChangeLog lm_sensors-2.10.4.ebuild lm_sensors-2.10.3.ebuild lm_sensors-2.10.2.ebuild
Date: Tue, 26 Feb 2008 08:29:37
Message-Id: E1JTvBt-0006qU-5K@stork.gentoo.org
1 zlin 08/02/26 08:29:33
2
3 Modified: lm_sensors-2.10.1.ebuild ChangeLog
4 lm_sensors-2.10.4.ebuild lm_sensors-2.10.3.ebuild
5 lm_sensors-2.10.2.ebuild
6 Log:
7 Convert einfo to elog.
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.12 sys-apps/lm_sensors/lm_sensors-2.10.1.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.1.ebuild?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.1.ebuild?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.1.ebuild?r1=1.11&r2=1.12
16
17 Index: lm_sensors-2.10.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.1.ebuild,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- lm_sensors-2.10.1.ebuild 28 Oct 2007 13:56:39 -0000 1.11
24 +++ lm_sensors-2.10.1.ebuild 26 Feb 2008 08:29:32 -0000 1.12
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2007 Gentoo Foundation
27 +# Copyright 1999-2008 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.1.ebuild,v 1.11 2007/10/28 13:56:39 phreak Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.1.ebuild,v 1.12 2008/02/26 08:29:32 zlin Exp $
31
32 inherit eutils flag-o-matic linux-info toolchain-funcs multilib
33
34 @@ -123,24 +123,24 @@
35 }
36
37 pkg_postinst() {
38 - einfo
39 - einfo "Please run \`/usr/sbin/sensors-detect' in order to setup"
40 - einfo "/etc/conf.d/lm_sensors."
41 - einfo
42 - einfo "/etc/conf.d/lm_sensors is vital to the init-script."
43 - einfo "Please make sure you also add lm_sensors to the desired"
44 - einfo "runlevel. Otherwise your I2C modules won't get loaded"
45 - einfo "on the next startup."
46 - einfo
47 - einfo "You will also need to run the above command if you're upgrading from"
48 - einfo "<=${PN}-2.9.0, as the needed entries in /etc/conf.d/lm_sensors has"
49 - einfo "changed."
50 - einfo
51 - einfo "Be warned, the probing of hardware in your system performed by"
52 - einfo "sensors-detect could freeze your system. Also make sure you read"
53 - einfo "the documentation before running lm_sensors on IBM ThinkPads."
54 - einfo
55 - einfo "Please refer to the lm_sensors documentation for more information."
56 - einfo "(http://www.lm-sensors.org/wiki/Documentation)"
57 - einfo
58 + elog
59 + elog "Please run \`/usr/sbin/sensors-detect' in order to setup"
60 + elog "/etc/conf.d/lm_sensors."
61 + elog
62 + elog "/etc/conf.d/lm_sensors is vital to the init-script."
63 + elog "Please make sure you also add lm_sensors to the desired"
64 + elog "runlevel. Otherwise your I2C modules won't get loaded"
65 + elog "on the next startup."
66 + elog
67 + elog "You will also need to run the above command if you're upgrading from"
68 + elog "<=${PN}-2.9.0, as the needed entries in /etc/conf.d/lm_sensors has"
69 + elog "changed."
70 + elog
71 + elog "Be warned, the probing of hardware in your system performed by"
72 + elog "sensors-detect could freeze your system. Also make sure you read"
73 + elog "the documentation before running lm_sensors on IBM ThinkPads."
74 + elog
75 + elog "Please refer to the lm_sensors documentation for more information."
76 + elog "(http://www.lm-sensors.org/wiki/Documentation)"
77 + elog
78 }
79
80
81
82 1.81 sys-apps/lm_sensors/ChangeLog
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/lm_sensors/ChangeLog?rev=1.81&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/lm_sensors/ChangeLog?rev=1.81&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/lm_sensors/ChangeLog?r1=1.80&r2=1.81
87
88 Index: ChangeLog
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/ChangeLog,v
91 retrieving revision 1.80
92 retrieving revision 1.81
93 diff -u -r1.80 -r1.81
94 --- ChangeLog 17 Jan 2008 20:43:49 -0000 1.80
95 +++ ChangeLog 26 Feb 2008 08:29:32 -0000 1.81
96 @@ -1,6 +1,11 @@
97 # ChangeLog for sys-apps/lm_sensors
98 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
99 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/ChangeLog,v 1.80 2008/01/17 20:43:49 fmccor Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/ChangeLog,v 1.81 2008/02/26 08:29:32 zlin Exp $
101 +
102 + 26 Feb 2008; Bo Ørsted Andresen <zlin@g.o>
103 + lm_sensors-2.10.1.ebuild, lm_sensors-2.10.2.ebuild,
104 + lm_sensors-2.10.3.ebuild, lm_sensors-2.10.4.ebuild:
105 + Convert einfo to elog.
106
107 17 Jan 2008; Ferris McCormick <fmccor@g.o>
108 lm_sensors-2.10.4.ebuild:
109
110
111
112 1.7 sys-apps/lm_sensors/lm_sensors-2.10.4.ebuild
113
114 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.4.ebuild?rev=1.7&view=markup
115 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.4.ebuild?rev=1.7&content-type=text/plain
116 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.4.ebuild?r1=1.6&r2=1.7
117
118 Index: lm_sensors-2.10.4.ebuild
119 ===================================================================
120 RCS file: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.4.ebuild,v
121 retrieving revision 1.6
122 retrieving revision 1.7
123 diff -u -r1.6 -r1.7
124 --- lm_sensors-2.10.4.ebuild 17 Jan 2008 20:43:49 -0000 1.6
125 +++ lm_sensors-2.10.4.ebuild 26 Feb 2008 08:29:32 -0000 1.7
126 @@ -1,6 +1,6 @@
127 # Copyright 1999-2008 Gentoo Foundation
128 # Distributed under the terms of the GNU General Public License v2
129 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.4.ebuild,v 1.6 2008/01/17 20:43:49 fmccor Exp $
130 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.4.ebuild,v 1.7 2008/02/26 08:29:32 zlin Exp $
131
132 inherit eutils flag-o-matic linux-info toolchain-funcs multilib
133
134 @@ -124,24 +124,24 @@
135 }
136
137 pkg_postinst() {
138 - einfo
139 - einfo "Please run \`/usr/sbin/sensors-detect' in order to setup"
140 - einfo "/etc/conf.d/lm_sensors."
141 - einfo
142 - einfo "/etc/conf.d/lm_sensors is vital to the init-script."
143 - einfo "Please make sure you also add lm_sensors to the desired"
144 - einfo "runlevel. Otherwise your I2C modules won't get loaded"
145 - einfo "on the next startup."
146 - einfo
147 - einfo "You will also need to run the above command if you're upgrading from"
148 - einfo "<=${PN}-2.9.0, as the needed entries in /etc/conf.d/lm_sensors has"
149 - einfo "changed."
150 - einfo
151 - einfo "Be warned, the probing of hardware in your system performed by"
152 - einfo "sensors-detect could freeze your system. Also make sure you read"
153 - einfo "the documentation before running lm_sensors on IBM ThinkPads."
154 - einfo
155 - einfo "Please refer to the lm_sensors documentation for more information."
156 - einfo "(http://www.lm-sensors.org/wiki/Documentation)"
157 - einfo
158 + elog
159 + elog "Please run \`/usr/sbin/sensors-detect' in order to setup"
160 + elog "/etc/conf.d/lm_sensors."
161 + elog
162 + elog "/etc/conf.d/lm_sensors is vital to the init-script."
163 + elog "Please make sure you also add lm_sensors to the desired"
164 + elog "runlevel. Otherwise your I2C modules won't get loaded"
165 + elog "on the next startup."
166 + elog
167 + elog "You will also need to run the above command if you're upgrading from"
168 + elog "<=${PN}-2.9.0, as the needed entries in /etc/conf.d/lm_sensors has"
169 + elog "changed."
170 + elog
171 + elog "Be warned, the probing of hardware in your system performed by"
172 + elog "sensors-detect could freeze your system. Also make sure you read"
173 + elog "the documentation before running lm_sensors on IBM ThinkPads."
174 + elog
175 + elog "Please refer to the lm_sensors documentation for more information."
176 + elog "(http://www.lm-sensors.org/wiki/Documentation)"
177 + elog
178 }
179
180
181
182 1.7 sys-apps/lm_sensors/lm_sensors-2.10.3.ebuild
183
184 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.3.ebuild?rev=1.7&view=markup
185 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.3.ebuild?rev=1.7&content-type=text/plain
186 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.3.ebuild?r1=1.6&r2=1.7
187
188 Index: lm_sensors-2.10.3.ebuild
189 ===================================================================
190 RCS file: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.3.ebuild,v
191 retrieving revision 1.6
192 retrieving revision 1.7
193 diff -u -r1.6 -r1.7
194 --- lm_sensors-2.10.3.ebuild 28 Oct 2007 13:56:39 -0000 1.6
195 +++ lm_sensors-2.10.3.ebuild 26 Feb 2008 08:29:32 -0000 1.7
196 @@ -1,6 +1,6 @@
197 -# Copyright 1999-2007 Gentoo Foundation
198 +# Copyright 1999-2008 Gentoo Foundation
199 # Distributed under the terms of the GNU General Public License v2
200 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.3.ebuild,v 1.6 2007/10/28 13:56:39 phreak Exp $
201 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.3.ebuild,v 1.7 2008/02/26 08:29:32 zlin Exp $
202
203 inherit eutils flag-o-matic linux-info toolchain-funcs multilib
204
205 @@ -124,24 +124,24 @@
206 }
207
208 pkg_postinst() {
209 - einfo
210 - einfo "Please run \`/usr/sbin/sensors-detect' in order to setup"
211 - einfo "/etc/conf.d/lm_sensors."
212 - einfo
213 - einfo "/etc/conf.d/lm_sensors is vital to the init-script."
214 - einfo "Please make sure you also add lm_sensors to the desired"
215 - einfo "runlevel. Otherwise your I2C modules won't get loaded"
216 - einfo "on the next startup."
217 - einfo
218 - einfo "You will also need to run the above command if you're upgrading from"
219 - einfo "<=${PN}-2.9.0, as the needed entries in /etc/conf.d/lm_sensors has"
220 - einfo "changed."
221 - einfo
222 - einfo "Be warned, the probing of hardware in your system performed by"
223 - einfo "sensors-detect could freeze your system. Also make sure you read"
224 - einfo "the documentation before running lm_sensors on IBM ThinkPads."
225 - einfo
226 - einfo "Please refer to the lm_sensors documentation for more information."
227 - einfo "(http://www.lm-sensors.org/wiki/Documentation)"
228 - einfo
229 + elog
230 + elog "Please run \`/usr/sbin/sensors-detect' in order to setup"
231 + elog "/etc/conf.d/lm_sensors."
232 + elog
233 + elog "/etc/conf.d/lm_sensors is vital to the init-script."
234 + elog "Please make sure you also add lm_sensors to the desired"
235 + elog "runlevel. Otherwise your I2C modules won't get loaded"
236 + elog "on the next startup."
237 + elog
238 + elog "You will also need to run the above command if you're upgrading from"
239 + elog "<=${PN}-2.9.0, as the needed entries in /etc/conf.d/lm_sensors has"
240 + elog "changed."
241 + elog
242 + elog "Be warned, the probing of hardware in your system performed by"
243 + elog "sensors-detect could freeze your system. Also make sure you read"
244 + elog "the documentation before running lm_sensors on IBM ThinkPads."
245 + elog
246 + elog "Please refer to the lm_sensors documentation for more information."
247 + elog "(http://www.lm-sensors.org/wiki/Documentation)"
248 + elog
249 }
250
251
252
253 1.6 sys-apps/lm_sensors/lm_sensors-2.10.2.ebuild
254
255 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.2.ebuild?rev=1.6&view=markup
256 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.2.ebuild?rev=1.6&content-type=text/plain
257 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.2.ebuild?r1=1.5&r2=1.6
258
259 Index: lm_sensors-2.10.2.ebuild
260 ===================================================================
261 RCS file: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.2.ebuild,v
262 retrieving revision 1.5
263 retrieving revision 1.6
264 diff -u -r1.5 -r1.6
265 --- lm_sensors-2.10.2.ebuild 28 Oct 2007 13:56:39 -0000 1.5
266 +++ lm_sensors-2.10.2.ebuild 26 Feb 2008 08:29:32 -0000 1.6
267 @@ -1,6 +1,6 @@
268 -# Copyright 1999-2007 Gentoo Foundation
269 +# Copyright 1999-2008 Gentoo Foundation
270 # Distributed under the terms of the GNU General Public License v2
271 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.2.ebuild,v 1.5 2007/10/28 13:56:39 phreak Exp $
272 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.2.ebuild,v 1.6 2008/02/26 08:29:32 zlin Exp $
273
274 inherit eutils flag-o-matic linux-info toolchain-funcs multilib
275
276 @@ -123,24 +123,24 @@
277 }
278
279 pkg_postinst() {
280 - einfo
281 - einfo "Please run \`/usr/sbin/sensors-detect' in order to setup"
282 - einfo "/etc/conf.d/lm_sensors."
283 - einfo
284 - einfo "/etc/conf.d/lm_sensors is vital to the init-script."
285 - einfo "Please make sure you also add lm_sensors to the desired"
286 - einfo "runlevel. Otherwise your I2C modules won't get loaded"
287 - einfo "on the next startup."
288 - einfo
289 - einfo "You will also need to run the above command if you're upgrading from"
290 - einfo "<=${PN}-2.9.0, as the needed entries in /etc/conf.d/lm_sensors has"
291 - einfo "changed."
292 - einfo
293 - einfo "Be warned, the probing of hardware in your system performed by"
294 - einfo "sensors-detect could freeze your system. Also make sure you read"
295 - einfo "the documentation before running lm_sensors on IBM ThinkPads."
296 - einfo
297 - einfo "Please refer to the lm_sensors documentation for more information."
298 - einfo "(http://www.lm-sensors.org/wiki/Documentation)"
299 - einfo
300 + elog
301 + elog "Please run \`/usr/sbin/sensors-detect' in order to setup"
302 + elog "/etc/conf.d/lm_sensors."
303 + elog
304 + elog "/etc/conf.d/lm_sensors is vital to the init-script."
305 + elog "Please make sure you also add lm_sensors to the desired"
306 + elog "runlevel. Otherwise your I2C modules won't get loaded"
307 + elog "on the next startup."
308 + elog
309 + elog "You will also need to run the above command if you're upgrading from"
310 + elog "<=${PN}-2.9.0, as the needed entries in /etc/conf.d/lm_sensors has"
311 + elog "changed."
312 + elog
313 + elog "Be warned, the probing of hardware in your system performed by"
314 + elog "sensors-detect could freeze your system. Also make sure you read"
315 + elog "the documentation before running lm_sensors on IBM ThinkPads."
316 + elog
317 + elog "Please refer to the lm_sensors documentation for more information."
318 + elog "(http://www.lm-sensors.org/wiki/Documentation)"
319 + elog
320 }
321
322
323
324 --
325 gentoo-commits@l.g.o mailing list