summaryrefslogtreecommitdiff
blob: 992fa6446615734e45d45fc4a8b126dbf46e49fb (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
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
# ChangeLog for media-libs/libmikmod
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libmikmod/ChangeLog,v 1.145 2015/07/30 13:00:55 ago Exp $

  30 Jul 2015; Agostino Sarubbo <ago@gentoo.org> libmikmod-3.3.7.ebuild:
  Stable for sparc, wrt bug #535462

  23 Jul 2015; Pacho Ramos <pacho@gentoo.org> libmikmod-3.3.7.ebuild:
  ppc stable wrt bug #535462

  20 Jul 2015; Jeroen Roovers <jer@gentoo.org> libmikmod-3.3.7.ebuild:
  Stable for HPPA (bug #535462).

  03 Jul 2015; Agostino Sarubbo <ago@gentoo.org> libmikmod-3.3.7.ebuild:
  Stable for alpha, wrt bug #535462

  26 Jun 2015; Agostino Sarubbo <ago@gentoo.org> libmikmod-3.3.7.ebuild:
  Stable for x86, wrt bug #535462

  11 Jun 2015; Agostino Sarubbo <ago@gentoo.org> libmikmod-3.3.7.ebuild:
  Stable for amd64, wrt bug #535462

  09 Jun 2015; Markus Meier <maekke@gentoo.org> libmikmod-3.3.7.ebuild:
  arm stable, bug #535462

  29 Jan 2015; Michał Górny <mgorny@gentoo.org> libmikmod-3.3.5.ebuild,
  libmikmod-3.3.6-r1.ebuild, libmikmod-3.3.7.ebuild:
  Convert to CPU_FLAGS_X86.

  02 Nov 2014; Agostino Sarubbo <ago@gentoo.org> libmikmod-3.3.6-r1.ebuild:
  Stable for alpha, wrt bug #525550

  29 Oct 2014; Agostino Sarubbo <ago@gentoo.org> libmikmod-3.3.6-r1.ebuild:
  Stable for sparc, wrt bug #525550

  28 Oct 2014; Agostino Sarubbo <ago@gentoo.org> libmikmod-3.3.6-r1.ebuild:
  Stable for ia64, wrt bug #525550

  27 Oct 2014; Agostino Sarubbo <ago@gentoo.org> libmikmod-3.3.6-r1.ebuild:
  Stable for ppc64, wrt bug #525550

  23 Oct 2014; Markus Meier <maekke@gentoo.org> libmikmod-3.3.6-r1.ebuild:
  arm stable, bug #525550

  21 Oct 2014; Jeroen Roovers <jer@gentoo.org> libmikmod-3.3.6-r1.ebuild:
  Stable for HPPA (bug #525550).

  18 Oct 2014; Agostino Sarubbo <ago@gentoo.org> libmikmod-3.3.6-r1.ebuild:
  Stable for ppc, wrt bug #525550

  18 Oct 2014; Pacho Ramos <pacho@gentoo.org> libmikmod-3.3.6-r1.ebuild:
  amd64 stable, bug #525550

  18 Oct 2014; Pacho Ramos <pacho@gentoo.org> libmikmod-3.3.6-r1.ebuild:
  x86 stable, bug #525550

*libmikmod-3.3.7 (17 Oct 2014)

  17 Oct 2014; Samuli Suominen <ssuominen@gentoo.org> +libmikmod-3.3.7.ebuild:
  Version bump.

*libmikmod-3.3.6-r1 (15 Oct 2014)

  15 Oct 2014; Michał Górny <mgorny@gentoo.org> +libmikmod-3.3.6-r1.ebuild,
  -libmikmod-3.3.6.ebuild:
  Revbump to be able to rely on ${CHOST}-libmikmod-config.

  13 Aug 2014; Agostino Sarubbo <ago@gentoo.org> libmikmod-3.3.5.ebuild:
  Stable for ppc, wrt bug #495798

  26 Jul 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> libmikmod-3.3.5.ebuild:
  x86 stable wrt bug #495798

  05 Jul 2014; Tobias Klausmann <klausman@gentoo.org> libmikmod-3.3.5.ebuild:
  Stable on alpha, bug #495798

  29 Jun 2014; Markus Meier <maekke@gentoo.org> libmikmod-3.3.5.ebuild:
  arm stable, bug #495798

  18 Jun 2014; Michał Górny <mgorny@gentoo.org> libmikmod-3.3.5.ebuild,
  libmikmod-3.3.6.ebuild:
  Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
  #513718.

  22 May 2014; Michał Górny <mgorny@gentoo.org> libmikmod-3.3.6.ebuild:
  Wrap libmikmod-config for multilib.

  09 May 2014; Samuli Suominen <ssuominen@gentoo.org>
  -libmikmod-3.2.0-r1.ebuild, -libmikmod-3.3.2.ebuild, -libmikmod-3.3.3.ebuild,
  -libmikmod-3.3.4.ebuild:
  old

  09 May 2014; Samuli Suominen <ssuominen@gentoo.org> libmikmod-3.3.6.ebuild:
  Update REQUIRED_USE to match current IUSE wrt #508956 by "Thomas"

  21 Apr 2014; Chema Alonso <nimiux@gentoo.org> libmikmod-3.3.5.ebuild:
  Stable for amd64 wrt bug #495798

  28 Mar 2014; Jeroen Roovers <jer@gentoo.org> libmikmod-3.3.5.ebuild:
  Stable for HPPA (bug #495798).

*libmikmod-3.3.6 (21 Mar 2014)

  21 Mar 2014; Alexis Ballier <aballier@gentoo.org> +libmikmod-3.3.6.ebuild:
  version bump

*libmikmod-3.3.5 (11 Jan 2014)

  11 Jan 2014; Alexis Ballier <aballier@gentoo.org> +libmikmod-3.3.5.ebuild:
  version bump

  17 Dec 2013; Samuli Suominen <ssuominen@gentoo.org> libmikmod-3.3.4.ebuild:
  Introduce USE="nas" for media-libs/nas support thanks to upstream fixing the
  nas code that was broken for years.

*libmikmod-3.3.4 (10 Dec 2013)

  10 Dec 2013; Alexis Ballier <aballier@gentoo.org> +libmikmod-3.3.4.ebuild:
  version bump

*libmikmod-3.3.3 (26 Oct 2013)

  26 Oct 2013; Alexis Ballier <aballier@gentoo.org> +libmikmod-3.3.3.ebuild:
  version bump

*libmikmod-3.3.2 (11 Oct 2013)

  11 Oct 2013; Samuli Suominen <ssuominen@gentoo.org> +libmikmod-3.3.2.ebuild:
  Version bump; with temporarily disabled openal, sdl and sdl2 support because
  they haven't been converted to the new multilib format yet.

  27 Jun 2013; Alexis Ballier <aballier@gentoo.org> libmikmod-3.2.0-r1.ebuild:
  Hardcode Libs in the .pc file since libmikmod-config is really broken: it
  gives -L/usr/lib64 as soon as it exists...

  27 Jun 2013; Alexis Ballier <aballier@gentoo.org> libmikmod-3.2.0-r1.ebuild:
  add a blocker on emul-linux-soundlibs

  27 Jun 2013; Alexis Ballier <aballier@gentoo.org> libmikmod-3.2.0-r1.ebuild:
  Add missing MULTILIB_USEDEP on alsa-lib. Add altivec, debug and threads
  useflags. Disable dlopening its libraries and link to them instead: We have
  tools to detect breakage in case its linked, it is more complicated with
  dlopen.

  03 May 2013; Samuli Suominen <ssuominen@gentoo.org> libmikmod-3.2.0.ebuild,
  libmikmod-3.2.0-r1.ebuild:
  Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER for automake-1.13
  compability wrt #468212 by Ulenrich

  16 Mar 2013; Samuli Suominen <ssuominen@gentoo.org> metadata.xml:
  Remove unused USE description "raw" (raw file format)

*libmikmod-3.2.0-r1 (16 Mar 2013)

  16 Mar 2013; Samuli Suominen <ssuominen@gentoo.org>
  +libmikmod-3.2.0-r1.ebuild:
  Port to multilib-minimal.eclass and ABI_X86="32" to replace the existing copy
  in app-emulation/emul-linux-x86-soundlibs.

  16 Jan 2013; Samuli Suominen <ssuominen@gentoo.org>
  -libmikmod-3.1.12-r1.ebuild, -files/libmikmod-3.1.12-64bit.patch,
  -files/libmikmod-3.1.12-autotools.patch, -libmikmod-3.2.0_beta2-r3.ebuild,
  -libmikmod-3.2.0_beta2-r5.ebuild, -files/libmikmod-3.2.0_beta2-64bit.patch,
  -files/libmikmod-3.2.0_beta2-CVE-2009-3995-3996.patch,
  -files/libmikmod-3.2.0_beta2-CVE-2010-2546-2971.patch,
  -files/libmikmod-3.2.0_beta2-autotools.patch,
  -files/libmikmod-3.2.0_beta2-doubleRegister.patch,
  -files/libmikmod-3.2.0_beta2-fix-unload-crash.patch,
  -files/libmikmod-3.2.0_beta2-fix-vol-crash.patch,
  -files/libmikmod-3.2.0_beta2-info.patch,
  -files/libmikmod-3.2.0_beta2-no-drv_raw.patch,
  -files/libmikmod-3.2.0_beta2-pa-workaround.patch,
  -files/libmikmod-3.2.0_beta2-shell.patch,
  -files/libmikmod-CVE-2007-6720.patch, -files/libmikmod-CVE-2009-0179.patch:
  old

  01 Jan 2013; Raúl Porcel <armin76@gentoo.org> libmikmod-3.2.0.ebuild:
  sh stable wrt #445556

  30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> libmikmod-3.2.0.ebuild:
  Stable for alpha, wrt bug #445556

  29 Dec 2012; Agostino Sarubbo <ago@gentoo.org> libmikmod-3.2.0.ebuild:
  Stable for sparc, wrt bug #445556

  23 Dec 2012; Agostino Sarubbo <ago@gentoo.org> libmikmod-3.2.0.ebuild:
  Stable for ppc64, wrt bug #445556

  18 Dec 2012; Agostino Sarubbo <ago@gentoo.org> libmikmod-3.2.0.ebuild:
  Stable for ia64, wrt bug #445556

  17 Dec 2012; Markus Meier <maekke@gentoo.org> libmikmod-3.2.0.ebuild:
  arm stable, bug #445556

  16 Dec 2012; Agostino Sarubbo <ago@gentoo.org> libmikmod-3.2.0.ebuild:
  Stable for ppc, wrt bug #445556

  10 Dec 2012; Samuli Suominen <ssuominen@gentoo.org>
  +files/3.2.0/010_all_altivec.patch:
  Use -maltivec instead of -faltivec for Linux (gcc) wrt #445556, Comment #2

  06 Dec 2012; Jeroen Roovers <jer@gentoo.org> libmikmod-3.2.0.ebuild:
  Stable for HPPA (bug #445556).

  06 Dec 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> libmikmod-3.2.0.ebuild:
  x86 stable wrt bug #445556

  04 Dec 2012; Fabian Groffen <grobian@gentoo.org> libmikmod-3.2.0.ebuild:
  Add coreaudio for Darwin targets

  02 Dec 2012; <ago@gentoo.org> libmikmod-3.2.0.ebuild:
  Stable for amd64, wrt bug #445556

  19 Nov 2012; Samuli Suominen <ssuominen@gentoo.org>
  +files/3.2.0/009_all_shell.patch:
  This one was not forwarded from the _beta2 as it should have been.

*libmikmod-3.2.0 (17 Nov 2012)

  17 Nov 2012; Samuli Suominen <ssuominen@gentoo.org>
  +files/3.2.0/001_all_64bit.patch, +files/3.2.0/006_all_CVE-2009-0179.patch,
  +files/3.2.0/002_all_strip-lib.patch, +files/3.2.0/003_all_multilib.patch,
  +libmikmod-3.2.0.ebuild, +files/3.2.0/004_all_malloc-fail.patch,
  +files/3.2.0/007_all_loopingvolume-fix.patch,
  +files/3.2.0/008_all_ldflags.patch, +files/3.2.0/005_all_CVE-2007-6720.patch:
  Version bump.

  02 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> -libmikmod-3.1.12.ebuild,
  -libmikmod-3.2.0_beta2-r1.ebuild, -libmikmod-3.2.0_beta2-r2.ebuild:
  old

  02 Mar 2012; Samuli Suominen <ssuominen@gentoo.org>
  libmikmod-3.1.12-r1.ebuild:
  x86 stable wrt #402861

  02 Mar 2012; Samuli Suominen <ssuominen@gentoo.org>
  libmikmod-3.2.0_beta2-r3.ebuild:
  ppc64 stable wrt #335892

  18 Feb 2012; Raúl Porcel <armin76@gentoo.org>
  libmikmod-3.2.0_beta2-r3.ebuild:
  ia64/sh/sparc stable wrt #335892

  17 Feb 2012; Tobias Klausmann <klausman@gentoo.org>
  libmikmod-3.2.0_beta2-r3.ebuild:
  Stable on alpha, bug #335892

  13 Feb 2012; Markus Meier <maekke@gentoo.org>
  libmikmod-3.2.0_beta2-r3.ebuild:
  arm stable, bug #335892

  11 Feb 2012; nixnut <nixnut@gentoo.org> libmikmod-3.2.0_beta2-r3.ebuild:
  ppc stable #335892

*libmikmod-3.2.0_beta2-r5 (09 Feb 2012)

  09 Feb 2012; Sergei Trofimovich <slyfox@gentoo.org>
  +files/libmikmod-3.2.0_beta2-shell.patch, +libmikmod-3.2.0_beta2-r5.ebuild,
  -libmikmod-3.2.0_beta2-r4.ebuild:
  Fix libmikmod.so installation caused by Makefile.am change. Fixes bug #402771
  by Torsten Kaiser.

  08 Feb 2012; Jeroen Roovers <jer@gentoo.org> libmikmod-3.2.0_beta2-r3.ebuild:
  Stable for HPPA (bug #335892).

  08 Feb 2012; Thomas Kahle <tomka@gentoo.org> libmikmod-3.2.0_beta2-r3.ebuild:
  marked x86 per bug 335892

  08 Feb 2012; Sergei Trofimovich <slyfox@gentoo.org>
  libmikmod-3.2.0_beta2-r4.ebuild:
  Fix build failure when default shell is dash (bug #401329 by Anthony Parsons).

*libmikmod-3.2.0_beta2-r4 (07 Feb 2012)

  07 Feb 2012; Sergei Trofimovich <slyfox@gentoo.org>
  +libmikmod-3.2.0_beta2-r4.ebuild:
  Add USE=static-libs (bug #402499 by Maurizio Camisaschi). Approved by
  ssuominen.

  07 Feb 2012; Agostino Sarubbo <ago@gentoo.org> libmikmod-3.1.12-r1.ebuild,
  libmikmod-3.2.0_beta2-r3.ebuild:
  Stable for AMD64, wrt security bug #335892

*libmikmod-3.1.12-r1 (06 Feb 2012)
*libmikmod-3.2.0_beta2-r3 (06 Feb 2012)

  06 Feb 2012; Sergei Trofimovich <slyfox@gentoo.org>
  +files/libmikmod-3.2.0_beta2-CVE-2009-3995-3996.patch,
  +files/libmikmod-3.2.0_beta2-CVE-2010-2546-2971.patch,
  +files/libmikmod-3.2.0_beta2-fix-unload-crash.patch,
  +files/libmikmod-3.2.0_beta2-fix-vol-crash.patch,
  +files/libmikmod-3.2.0_beta2-pa-workaround.patch, +libmikmod-3.1.12-r1.ebuild,
  +libmikmod-3.2.0_beta2-r3.ebuild:
  Fixed sdl-mixer crash (bug #300525 reported by A.C.Heron and fixed by pva).
  Fixed CVE-2009-3995, CVE-2009-3996 CVE-2010-2546 CVE-2010-2971 (security bug
  #335892 by Stefan Behte fixes are pulled from upstream, redhat and suse).
  Added workaround to avoid crash when libmikmod ran under padsp pulseaudio
  wrapper.

  21 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> libmikmod-3.1.12.ebuild:
  x86 stable wrt bug #384713

  20 Jan 2012; Agostino Sarubbo <ago@gentoo.org> libmikmod-3.1.12.ebuild:
  Stable for AMD64, wrt bug #384713

  12 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
  libmikmod-3.1.12.ebuild, libmikmod-3.2.0_beta2-r2.ebuild:
  Warn users if USE="oss" is disabled wrt #308919.

*libmikmod-3.1.12 (06 Mar 2010)

  06 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
  +libmikmod-3.1.12.ebuild, +files/libmikmod-3.1.12-64bit.patch,
  +files/libmikmod-3.1.12-autotools.patch:
  Import ABI slotted libmikmod.so.2 wrt #307893.

*libmikmod-3.2.0_beta2-r2 (01 Mar 2010)

  01 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
  +libmikmod-3.2.0_beta2-r2.ebuild,
  +files/libmikmod-3.2.0_beta2-no-drv_raw.patch, metadata.xml:
  Make raw file writer plug-in optional as requested wrt #266885.

  31 Jan 2010; Markus Meier <maekke@gentoo.org>
  libmikmod-3.2.0_beta2-r1.ebuild:
  amd64 stable, bug #255363

  25 Jan 2010; Raúl Porcel <armin76@gentoo.org>
  libmikmod-3.2.0_beta2-r1.ebuild:
  arm/ia64/sh/sparc stable wrt #255363

  16 Jan 2010; Tobias Klausmann <klausman@gentoo.org>
  libmikmod-3.2.0_beta2-r1.ebuild:
  Stable on alpha, bug #255363

  15 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
  libmikmod-3.2.0_beta2-r1.ebuild:
  Transfer Prefix keywords

  09 Jan 2010; Jeroen Roovers <jer@gentoo.org>
  libmikmod-3.2.0_beta2-r1.ebuild:
  Stable for HPPA (bug #255363).

  05 Jan 2010; Joseph Jezak <josejx@gentoo.org>
  libmikmod-3.2.0_beta2-r1.ebuild:
  Marked ppc/ppc64 stable for bug #279873.

  03 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
  libmikmod-3.2.0_beta2-r1.ebuild:
  stable x86, security bug 255363

*libmikmod-3.2.0_beta2-r1 (03 Jan 2010)

  03 Jan 2010; Samuli Suominen <ssuominen@gentoo.org>
  +libmikmod-3.2.0_beta2-r1.ebuild, +files/libmikmod-CVE-2007-6720.patch,
  +files/libmikmod-CVE-2009-0179.patch:
  Fix security bug #255363 (CVE-2007-6720 and CVE-2009-0179).

  12 Sep 2009; Raúl Porcel <armin76@gentoo.org> libmikmod-3.1.11-r5.ebuild:
  arm/ia64/sh/sparc stable wrt #278857

  31 Aug 2009; Brent Baude <ranger@gentoo.org> libmikmod-3.1.11-r5.ebuild:
  stable ppc64, bug 278857

  26 Aug 2009; Tobias Klausmann <klausman@gentoo.org>
  libmikmod-3.1.11-r5.ebuild:
  Stable on alpha, bug #278857

  09 Aug 2009; nixnut <nixnut@gentoo.org> libmikmod-3.1.11-r5.ebuild:
  ppc stable #278857

  01 Aug 2009; Jeroen Roovers <jer@gentoo.org> libmikmod-3.1.11-r5.ebuild:
  Stable for HPPA (bug #278857).

  01 Aug 2009; Markus Meier <maekke@gentoo.org> libmikmod-3.1.11-r5.ebuild:
  amd64/x86 stable, bug #278857

  23 Jul 2009; Samuli Suominen <ssuominen@gentoo.org>
  files/libmikmod-3.2.0_beta2-autotools.patch:
  Link to -lm for -Wl,--as-needed.

*libmikmod-3.2.0_beta2 (23 Jul 2009)

  23 Jul 2009; Samuli Suominen <ssuominen@gentoo.org>
  +libmikmod-3.2.0_beta2.ebuild, +files/libmikmod-3.2.0_beta2-64bit.patch,
  +files/libmikmod-3.2.0_beta2-autotools.patch,
  +files/libmikmod-3.2.0_beta2-doubleRegister.patch,
  +files/libmikmod-3.2.0_beta2-info.patch:
  Version bump.

  17 Jan 2009; Alexis Ballier <aballier@gentoo.org>
  libmikmod-3.1.11-r5.ebuild:
  use latest automake, bug #186808

  25 Mar 2008; Santiago M. Mola <coldwind@gentoo.org>
  libmikmod-3.1.11-r4.ebuild:
  amd64 stable

  16 Jan 2008; Fabian Groffen <grobian@gentoo.org>
  libmikmod-3.1.11-r2.ebuild, libmikmod-3.1.11-r3.ebuild,
  libmikmod-3.1.11-r4.ebuild, libmikmod-3.1.11-r5.ebuild:
  Dropped ppc-macos keyword, see you in prefix

  15 Oct 2007; Tom Gall <tgall@gentoo.org> libmikmod-3.1.11-r4.ebuild:
  stable on ppc64

*libmikmod-3.1.11-r5 (07 Oct 2007)

  07 Oct 2007; Tupone Alfredo <tupone@gentoo.org>
  +files/libmikmod-3.1.11-doubleRegister.patch, +libmikmod-3.1.11-r5.ebuild:
  Do not register a driver twice. Bug #159166 by me

  13 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  libmikmod-3.1.11-r4.ebuild:
  ppc. stable

  26 Jul 2007; Raúl Porcel <armin76@gentoo.org> libmikmod-3.1.11-r4.ebuild:
  alpha/ia64/x86 stable

  24 Apr 2007; Gustavo Zacarias <gustavoz@gentoo.org>
  libmikmod-3.1.11-r4.ebuild:
  Stable on sparc

*libmikmod-3.1.11-r4 (25 Mar 2007)

  25 Mar 2007; Samuli Suominen <drac@gentoo.org>
  +files/libmikmod-3.1.11-alsa.patch, +libmikmod-3.1.11-r4.ebuild:
  Fix ALSA support with patch from Matsuu Takuto in bug 97507. Other various
  fixes, including emake usage.

  30 Dec 2006; Tony Vroon <chainsaw@gentoo.org> libmikmod-3.1.11-r3.ebuild:
  Stable on PPC64, only this version works properly on 64UL. Ack'ed by
  rangerpb & tgall.

*libmikmod-3.1.11-r3 (23 Dec 2006)

  23 Dec 2006; Tony Vroon <chainsaw@gentoo.org>
  +files/libmikmod-3.1.11-amd64-ppc64-archdef.patch,
  +libmikmod-3.1.11-r3.ebuild:
  Portability fix for PPC64/64UL.

  05 Oct 2006; Diego Pettenò <flameeyes@gentoo.org>
  -libmikmod-3.1.11-r1.ebuild:
  Remove old version.

  01 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  libmikmod-3.1.11-r2.ebuild:
  hppa stable, bug #132183

  20 Sep 2006; Diego Pettenò <flameeyes@gentoo.org>
  libmikmod-3.1.11-r2.ebuild:
  Add explicit dependency on automake 1.5, thanks to Gabe Berke-Williams for
  reporting in bug #133970.

  08 Sep 2006; Diego Pettenò <flameeyes@gentoo.org>
  libmikmod-3.1.11-r2.ebuild:
  Add ~x86-fbsd keyword.

  04 Sep 2006; Joshua Kinard <kumba@gentoo.org> libmikmod-3.1.11-r2.ebuild:
  Marked stable on mips.

  13 Jul 2006; Aron Griffis <agriffis@gentoo.org>
  libmikmod-3.1.11-r2.ebuild:
  Mark 3.1.11-r2 stable on ia64

  14 May 2006; Mark Loeser <halcy0n@gentoo.org> libmikmod-3.1.11-r2.ebuild:
  Stable on x86; bug #132183

  11 May 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  libmikmod-3.1.11-r2.ebuild:
  ppc stable, bug #132183

  06 May 2006; Jason Wever <weeve@gentoo.org> libmikmod-3.1.11-r2.ebuild:
  Stable on SPARC wrt bug #132183.

  06 May 2006; Markus Rothe <corsair@gentoo.org> libmikmod-3.1.11-r2.ebuild:
  Stable on ppc64; bug #132183

  06 May 2006; <tcort@gentoo.org> libmikmod-3.1.11-r2.ebuild:
  Stable on alpha and amd64 wrt Bug #132183.

  06 May 2006; Diego Pettenò <flameeyes@gentoo.org>
  -libmikmod-3.1.10.ebuild, -libmikmod-3.1.10-r1.ebuild,
  -libmikmod-3.1.11.ebuild:
  Drop old versions.

*libmikmod-3.1.11-r2 (18 Mar 2006)

  18 Mar 2006; Diego Pettenò <flameeyes@gentoo.org>
  +files/libmikmod-3.1.11-respectflags.patch, +libmikmod-3.1.11-r2.ebuild:
  Add patch to respect LDFLAGS and avoid polluting CFLAGS, do a revbump as it
  requires quite a bit of changes (to autotools) and it's better to fall back
  in ~arch.

  27 May 2005; Joseph Jezak <josejx@gentoo.org> libmikmod-3.1.11-r1.ebuild:
  Marked ppc stable.

  12 Nov 2004; Kito <kito@gentoo.org> libmikmod-3.1.11-r1.ebuild:
  KEYWORD ~ppc-macos. Added elibtoolize conditional to fix shared libs on
  Darwin/OSX

  18 Aug 2004; Aron Griffis <agriffis@gentoo.org> libmikmod-3.1.11-r1.ebuild:
  stable on alpha

  28 Jul 2004; Tom Gall <tgall@gentoo.org> libmikmod-3.1.11-r1.ebuild:
  stable on ppc64, bug #55076

  07 Jun 2004; Aron Griffis <agriffis@gentoo.org> libmikmod-3.1.10-r1.ebuild,
  libmikmod-3.1.10.ebuild, libmikmod-3.1.11-r1.ebuild,
  libmikmod-3.1.11.ebuild:
  Fix use invocation, use use_enable when appropriate

*libmikmod-3.1.11-r1 (21 May 2004)

  21 May 2004; Jason Eric Huebel <jhuebel@gentoo.org>
  +files/libmikmod-3.1.11-amd64-archdef.patch, +libmikmod-3.1.11-r1.ebuild:
  added amd64 patch to fix 64bit arch defines

*libmikmod-3.1.11-r1 21 May 2004

  21 May 2004;  <> 
  # INSERT ENTRY HERE

  14 May 2004; Stephen P. Becker <geoman@gentoo.org> libmikmod-3.1.11.ebuild:
  Stable on mips.

  29 Apr 2004; Gustavo Zacarias <gustavoz@gentoo.org> libmikmod-3.1.11.ebuild:
  Stable on sparc

  25 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org>
  libmikmod-3.1.11.ebuild:
  Stable x86.

  08 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org>
  libmikmod-3.1.10-r1.ebuild, libmikmod-3.1.10.ebuild:
  cleaned up HOMEPAGE

*libmikmod-3.1.11 (26 Mar 2004)

  26 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org>
  libmikmod-3.1.10-r1.ebuild, libmikmod-3.1.10.ebuild, metadata.xml:
  Version bump closes bug #45737.  Removed explicit S=.  Added metadata.xml.

  07 Mar 2004; Gustavo Zacarias <gustavoz@gentoo.org>
  libmikmod-3.1.10-r1.ebuild:
  Stable on sparc

  29 Jan 2004; <agriffis@gentoo.org> libmikmod-3.1.10-r1.ebuild:
  stable on ia64

  13 Jan 2004; Aron Griffis <agriffis@gentoo.org> libmikmod-3.1.10-r1.ebuild:
  stable on alpha

  24 Nov 2003; Seemant Kulleen <seemant@gentoo.org>
  libmikmod-3.1.10-r1.ebuild, libmikmod-3.1.10.ebuild:
  SRC_URI fix

  23 Nov 2003; Michael Sterrett <mr_bones_@gentoo.org>
  libmikmod-3.1.10-r1.ebuild, libmikmod-3.1.10.ebuild:
  fix HOMEPAGE (bug 34204)

*libmikmod-3.1.10-r1 (24 May 2003)

  04 Nov 2003; Joshua Kinard <kumba@gentoo.org> libmikmod-3.1.10-r1.ebuild:
  Added ~mips to KEYWORDS

  26 May 2003; Chuck Brewer <killian@gentoo.org> libmikmod-3.1.10-r1.ebuild:
  Fixed filter-flags typo.

  24 May 2003; root <root@gentoo.org> libmikmod-3.1.10-r1.ebuild:
  Filtering -Os.
  
  For details see: http://bugs.gentoo.org/show_bug.cgi?id=14814

  29 Apr 2003; Aron Griffis <agriffis@gentoo.org> libmikmod-3.1.10.ebuild:
  Mark stable on alpha

  16 Jan 2003; Will Woods <wwoods@gentoo.org> : added ~alpha keyword

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
*libmikmod-3.1.10 (11 Feb 2002)

  28 Feb 2003; Will Woods <wwoods@gentoo.org> libmikmod-3.1.10.ebuild:
  Added gnuconfig hack for Alpha systems

  11 Feb 2002; F.Meyndert <m0rpheus@gentoo.org> libmikmod-3.1.10.ebuild :

  Added ebuild for the new libmikmod-3.1.10 thnx too 
  William A. McArthur, Jr <leknor@leknor.com>

*libmikmod-3.1.9-r3 (11 Feb 2002)

  11 Feb 2002; F.Meyndert <m0rpheus@gentoo.org> libmikmod-3.1.9-r3.ebuild :

  Fixed death link in ebuild, too new libmikmod homepage. Fix bug #641
  thnx xaxeusx@hotmail.com for the report
	
*libmikmod-3.1.9-r3 (1 Feb 2002)

  1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
  
  Added initial ChangeLog which should be updated whenever the package is
  updated in any way. This changelog is targetted to users. This means that the
  comments should well explained and written in clean English. The details about
  writing correct changelogs are explained in the skel.ChangeLog file which you
  can find in the root directory of the portage repository.