summaryrefslogtreecommitdiff
blob: 7b6bb1f7834649c3fca986fa085554bfcad9843e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
# ChangeLog for sys-power/cpufrequtils
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufrequtils/ChangeLog,v 1.70 2012/11/18 11:41:59 pacho Exp $

  18 Nov 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml:
  Drop mobile herd as talked in gentoo-dev ML

  16 Aug 2011; Matt Turner <mattst88@gentoo.org> cpufrequtils-008-r1.ebuild:
  Add dependency on libintl, bug 379313. Bump to EAPI=4.

  14 Aug 2011; Matt Turner <mattst88@gentoo.org>
  files/cpufrequtils-007-nls.patch:
  Fix authorship of a patch.

  14 Aug 2011; Matt Turner <mattst88@gentoo.org>
  -files/cpufrequtils-conf.d-005, -files/cpufrequtils-init.d-005,
  -cpufrequtils-005-r1.ebuild, -files/cpufrequtils-005-build.patch,
  -files/cpufrequtils-005-nls.patch, -cpufrequtils-007.ebuild,
  -cpufrequtils-008.ebuild:
  Remove old ebuilds and patches.

  07 Aug 2011; Raúl Porcel <armin76@gentoo.org> cpufrequtils-008-r1.ebuild:
  ia64/sparc stable wrt #375921

  07 Aug 2011; Markus Meier <maekke@gentoo.org> cpufrequtils-008-r1.ebuild:
  arm stable, bug #375921

  06 Aug 2011; Markus Meier <maekke@gentoo.org> cpufrequtils-008-r1.ebuild:
  x86 stable, bug #375921

  04 Aug 2011; Matt Turner <mattst88@gentoo.org> cpufrequtils-005-r1.ebuild,
  cpufrequtils-007.ebuild:
  Remove unnecessary dependency on sys-fs/sysfsutils, bug 348620 and 377721.

  02 Aug 2011; Matt Turner <mattst88@gentoo.org> metadata.xml:
  Add myself as maintainer.

  26 Jul 2011; Matt Turner <mattst88@gentoo.org> cpufrequtils-008-r1.ebuild:
  Added ~mips. Works on Yeeloong.

  26 Jul 2011; Matt Turner <mattst88@gentoo.org> cpufrequtils-008-r1.ebuild,
  +files/cpufrequtils-008-fix-compilation-on-x86-32-with-fPIC.patch:
  Fix compilatin on x86-32 with -fPIC (for hardened), bug 375967.

  26 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org>
  cpufrequtils-008-r1.ebuild:
  ppc/ppc64 stable wrt #375921

  25 Jul 2011; Zac Medico <zmedico@gentoo.org> cpufrequtils-008-r1.ebuild:
  Fix src_install to use emake DESTDIR="${ED}" for prefix compatibility.
  There's no configure script, so in this case we have to use emake
  DESTDIR="${ED}" instead of the usual econf --prefix="${EPREFIX}".

  24 Jul 2011; Markos Chandras <hwoarang@gentoo.org>
  cpufrequtils-008-r1.ebuild:
  Stable on amd64 wrt bug #375921

*cpufrequtils-008-r1 (21 Jul 2011)

  21 Jul 2011; Matt Turner <mattst88@gentoo.org> +cpufrequtils-008-r1.ebuild,
  +files/cpufrequtils-008-cpuid.patch,
  +files/cpufrequtils-008-fix-msr-read.patch,
  +files/cpufrequtils-008-increase-MAX_LINE_LEN.patch:
  Add a few upstream fixes patches, one of which allows us to use cpufrequtils
  on mips.

  13 Aug 2010; Joseph Jezak <josejx@gentoo.org> cpufrequtils-007.ebuild:
  Marked ppc/ppc64 stable for bug #327035.

  18 Jul 2010; Raúl Porcel <armin76@gentoo.org> cpufrequtils-007.ebuild:
  arm/ia64/sparc stable wrt #327035

  10 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
  cpufrequtils-007.ebuild:
  stable x86, bug 327035

  06 Jul 2010; Markos Chandras <hwoarang@gentoo.org>
  cpufrequtils-007.ebuild:
  Stable on amd64 wrt bug #327035

*cpufrequtils-008 (05 Jul 2010)

  05 Jul 2010; Mike Frysinger <vapier@gentoo.org> +cpufrequtils-008.ebuild:
  Version bump.

  31 Mar 2010; Jonathan Callen <abcd@gentoo.org> cpufrequtils-007.ebuild:
  Bump to EAPI=3, add prefix keywords

*cpufrequtils-007 (16 Jan 2010)

  16 Jan 2010; Mike Frysinger <vapier@gentoo.org> +cpufrequtils-007.ebuild,
  +files/cpufrequtils-007-build.patch, +files/cpufrequtils-007-nls.patch:
  Version bump.

  15 Jan 2010; Mike Frysinger <vapier@gentoo.org> cpufrequtils-006.ebuild,
  -files/cpufrequtils-006-modprobe-gov.patch:
  Drop the modprobe patch since the kernel handles this for us
  automatically.

*cpufrequtils-006 (15 Jan 2010)

  15 Jan 2010; Mike Frysinger <vapier@gentoo.org>
  +files/cpufrequtils-conf.d-006, +files/cpufrequtils-init.d-006,
  +cpufrequtils-006.ebuild, +files/cpufrequtils-006-modprobe-gov.patch,
  +files/cpufrequtils-006-nls.patch:
  Version bump #292246 by gionnico with updated NLS patch by Lars Wendler
  and a more flexible init.d script #179729 by Oliver Koch.

  15 Jan 2010; Mike Frysinger <vapier@gentoo.org>
  cpufrequtils-005-r1.ebuild:
  add ia64 love.

  11 Jul 2009; Joseph Jezak <josejx@gentoo.org> cpufrequtils-005-r1.ebuild:
  Marked ppc/ppc64 stable for bug #256599.

  07 Jun 2009; Raúl Porcel <armin76@gentoo.org> cpufrequtils-005-r1.ebuild:
  arm/sparc stable wrt #256599

  03 Jun 2009; Dawid Węgliński <cla@gentoo.org>
  cpufrequtils-005-r1.ebuild:
  Stable on amd64 (bug #256599)

  02 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
  cpufrequtils-005-r1.ebuild:
  stable x86, bug 256599

*cpufrequtils-005-r1 (21 Oct 2008)

  21 Oct 2008; Mike Frysinger <vapier@gentoo.org>
  files/cpufrequtils-init.d-005, +files/cpufrequtils-005-build.patch,
  +files/cpufrequtils-005-nls.patch, +cpufrequtils-005-r1.ebuild:
  Fix building against uClibc #205576 by Jos van der Ende. Fix init.d
  scripts to work properly #243008 by konsti / Rene Meier. Make sure we
  respect LDFLAGS.

*cpufrequtils-005 (20 Oct 2008)

  20 Oct 2008; Mike Frysinger <vapier@gentoo.org>
  +files/cpufrequtils-conf.d-005, +files/cpufrequtils-init.d-005,
  +cpufrequtils-005.ebuild:
  Version bump #228701 by Dennis Schridde and a more flexible init.d script
  by me #182049 by Jakub Zawadzki.

*cpufrequtils-002-r4 (11 Aug 2008)

  11 Aug 2008; Raúl Porcel <armin76@gentoo.org> files/cpufrequtils-conf.d,
  files/cpufrequtils-init.d, -cpufrequtils-002-r3.ebuild,
  +cpufrequtils-002-r4.ebuild:
  Fix init and confd scripts, bug #200018

  06 Oct 2007; Tom Gall <tgall@gentoo.com> pufrequtils-002-r3.ebuild:
  added ~ppc64

*cpufrequtils-002-r3 (26 May 2007)

  26 May 2007; Christian Heim <phreak@gentoo.org>
  -cpufrequtils-002-r2.ebuild, +cpufrequtils-002-r3.ebuild:
  Fix src_install to actually install the init/conf.d files. Thanks to Peter
  Hjalmarsson <xake at rymdraket.net> for spotting.

  17 May 2007; Christian Heim <phreak@gentoo.org> files/cpufrequtils-init.d:
  Updating the init-script to be busybox/dash compatible (thanks to Mike
  Arthur <mike at mikearthur.co.uk> in #178763).

  17 May 2007; Christian Heim <phreak@gentoo.org>
  -files/cpufrequtils-001-conf.d, -files/cpufrequtils-001-init.d,
  -files/cpufrequtils-002-conf.d, -files/cpufrequtils-002-init.d,
  +files/cpufrequtils-conf.d, +files/cpufrequtils-init.d,
  -cpufrequtils-001.ebuild:
  Cleaning up the older version; cleaning up $FILESDIR.

  17 May 2007; Christian Heim <phreak@gentoo.org> metadata.xml:
  Assigning sys-power/cpufrequtils directly to mobile at gentoo.org.

  04 Nov 2006; Danny van Dyk <kugelfang@gentoo.org>
  cpufrequtils-002-r2.ebuild:
  Marked stable on amd64.

  24 Oct 2006; Joshua Jackson <tsunam@gentoo.org>
  cpufrequtils-002-r2.ebuild:
  Stable x86; bug #152155

  21 Oct 2006; <nixnut@gentoo.org> cpufrequtils-002-r2.ebuild:
  Stable on ppc wrt bug 152155

  20 Oct 2006; Christian Heim <phreak@gentoo.org>
  files/cpufrequtils-002-conf.d, files/cpufrequtils-002-init.d:
  Fixing the Governor restore on stop(), fixing #152090 (thanks to Daniel
  Franke). Tuning the conf.d entry a bit.

*cpufrequtils-002-r2 (17 Jul 2006)

  17 Jul 2006; Christian Heim <phreak@gentoo.org>
  files/cpufrequtils-002-init.d, -cpufrequtils-002-r1.ebuild,
  +cpufrequtils-002-r2.ebuild:
  Revision bump. Modifying the init-script a bit, it is now only using
  cpu[0-9] from /sys/devices/.../cpu/ (thanks to Richard Fish <bigfish at
  asmallpond.org> in #140689 for the fix)

*cpufrequtils-002-r1 (16 Jul 2006)

  16 Jul 2006; Christian Heim <phreak@gentoo.org>
  files/cpufrequtils-002-init.d, -cpufrequtils-002.ebuild,
  +cpufrequtils-002-r1.ebuild:
  Adding a patch to restore the default state (#140505 thanks to Brian Harring
  <ferringb at gmail.com>)

  13 Jul 2006; Christian Heim <phreak@gentoo.org> metadata.xml,
  cpufrequtils-001.ebuild, cpufrequtils-002.ebuild:
  Fixing Quotation; Taking temporary maintainership

  25 Jun 2006; Henrik Brix Andersen <brix@gentoo.org>
  -files/cpufrequtils-0.4-conf.d, -files/cpufrequtils-0.4-init.d,
  -cpufrequtils-0.4.ebuild:
  Pruned old ebuild.

  13 Jun 2006; Danny van Dyk <kugelfang@gentoo.org> cpufrequtils-001.ebuild:
  Marked stable on amd64.

  05 Jun 2006; Henrik Brix Andersen <brix@gentoo.org>
  +files/cpufrequtils-002-parallel-make.patch, cpufrequtils-002.ebuild:
  Fix compilation with parallel make, bug #135521.

*cpufrequtils-002 (01 Jun 2006)

  01 Jun 2006; Henrik Brix Andersen <brix@gentoo.org>
  +files/cpufrequtils-002-conf.d, +files/cpufrequtils-002-init.d,
  +cpufrequtils-002.ebuild:
  Version bump. Fixed init script to work on SMP systems, thanks to Sebastien
  LANGE and Stefano Varesi in bug #132461.

  24 May 2006; Michael Hanselmann <hansmi@gentoo.org>
  cpufrequtils-001.ebuild:
  Stable on ppc.

  26 Apr 2006; Henrik Brix Andersen <brix@gentoo.org>
  cpufrequtils-001.ebuild:
  Stable on x86.

  05 Apr 2006; Scott Stoddard <deltacow@gentoo.org> cpufrequtils-001.ebuild:
  Multilib fix to ensure correct library install path.

*cpufrequtils-001 (26 Mar 2006)

  26 Mar 2006; Henrik Brix Andersen <brix@gentoo.org>
  +files/cpufrequtils-001-conf.d, +files/cpufrequtils-001-init.d,
  +cpufrequtils-001.ebuild:
  Version bump.

  13 Feb 2006; Henrik Brix Andersen <brix@gentoo.org>
  -files/cpufrequtils-0.3-conf.d, -files/cpufrequtils-0.3-init.d,
  -cpufrequtils-0.3-r1.ebuild:
  Pruned old ebuild.

  24 Jan 2006; Patrick McLean <chutzpah@gentoo.org> cpufrequtils-0.4.ebuild:
  Stable on amd64; bug #119926.

  23 Jan 2006; Joshua Jackson <tsunam@gentoo.org> cpufrequtils-0.4.ebuild:
  Stable on x86; bug #119926

  23 Jan 2006; Joseph Jezak <josejx@gentoo.org> cpufrequtils-0.4.ebuild:
  Marked ppc stable for bug #119926.

  02 Jan 2006; Michael Hanselmann <hansmi@gentoo.org>
  cpufrequtils-0.3-r1.ebuild:
  Stable on ppc.

*cpufrequtils-0.4 (18 Dec 2005)

  18 Dec 2005; Henrik Brix Andersen <brix@gentoo.org>
  +files/cpufrequtils-0.4-conf.d, +files/cpufrequtils-0.4-init.d,
  +cpufrequtils-0.4.ebuild:
  Version bump.

  21 Nov 2005; Henrik Brix Andersen <brix@gentoo.org>
  cpufrequtils-0.3-r1.ebuild:
  Use mirror://kernel/

  28 Aug 2005; Marcus D. Hanwell <cryos@gentoo.org>
  cpufrequtils-0.3-r1.ebuild:
  Stable on amd64.

  20 Aug 2005; Jason Wever <weeve@gentoo.org> cpufrequtils-0.3-r1.ebuild:
  Added ~sparc keyword.

  25 Jun 2005; <brix@gentoo.org> -cpufrequtils-0.2.ebuild,
  -cpufrequtils-0.3.ebuild:
  Pruned old ebuilds

  09 Jun 2005; <brix@gentoo.org> cpufrequtils-0.3-r1.ebuild:
  Stable on x86.

*cpufrequtils-0.3-r1 (16 May 2005)

  16 May 2005; <brix@gentoo.org> +files/cpufrequtils-0.3-conf.d,
  +files/cpufrequtils-0.3-init.d, +cpufrequtils-0.3-r1.ebuild:
  Added init script for setting governor at boot time as per bug #92241,
  thanks to Mark Rosenstand.

*cpufrequtils-0.3 (08 May 2005)

  08 May 2005; <brix@gentoo.org> +cpufrequtils-0.3.ebuild:
  Version bump.

  09 Apr 2005; Danny van Dyk <kugelfang@gentoo.org> cpufrequtils-0.2.ebuild:
  Marked ~amd64.

  07 Apr 2005; <brix@gentoo.org> cpufrequtils-0.2.ebuild:
  Stable on x86.

  01 Apr 2005; Joseph Jezak <josejx@gentoo.org> cpufrequtils-0.2.ebuild:
  Marked ~ppc for bug #87487.

*cpufrequtils-0.2 (14 Mar 2005)

  14 Mar 2005; Ciaran McCreesh <ciaranm@gentoo.org> +metadata.xml,
  +cpufrequtils-0.2.ebuild:
  Moved from sys-apps/cpufrequtils to sys-power/cpufrequtils.

  12 Mar 2005; Henrik Brix Andersen <brix@gentoo.org>
  -cpufrequtils-0.1.ebuild, -cpufrequtils-0.2_pre1.ebuild:
  Pruned old versions.

*cpufrequtils-0.2 (28 Feb 2005)

  28 Feb 2005; Henrik Brix Andersen <brix@gentoo.org>
  +cpufrequtils-0.2.ebuild:
  Version bump.

*cpufrequtils-0.2_pre1 (22 Jan 2005)

  22 Jan 2005; Henrik Brix Andersen <brix@gentoo.org> +metadata.xml,
  +cpufrequtils-0.1.ebuild, +cpufrequtils-0.2_pre1.ebuild:
  Initial commit. Thank you to all who commented on bug #69320.