summaryrefslogtreecommitdiff
blob: 8401ff47aa777448eaa7245548ff0a6e5d90611c (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
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
# ChangeLog for dev-lang/lua
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/ChangeLog,v 1.199 2015/05/01 18:25:13 jer Exp $

  01 May 2015; Jeroen Roovers <jer@gentoo.org> lua-5.1.5-r3.ebuild:
  Stable for PPC64 (bug #520864).

  31 Mar 2015; Ulrich Müller <ulm@gentoo.org> lua-5.1.5-r2.ebuild,
  lua-5.1.5-r100.ebuild, lua-5.2.3.ebuild, lua-5.2.3-r1.ebuild:
  Update dependency after package move of eselect modules to app-eselect.

  02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> lua-5.1.5-r3.ebuild:
  Stable for ppc, wrt bug #520864

  15 Jan 2015; Raúl Porcel <armin76@gentoo.org> lua-5.1.5-r3.ebuild:
  ia64/s390/sh/sparc stable wrt #520864

  21 Nov 2014; Tobias Klausmann <klausman@gentoo.org> lua-5.1.5-r3.ebuild:
  Stable on alpha, bug 520864

  04 Nov 2014; Markus Meier <maekke@gentoo.org> lua-5.1.5-r3.ebuild:
  arm stable, bug #520864

  23 Oct 2014; Pacho Ramos <pacho@gentoo.org> lua-5.1.5-r3.ebuild:
  x86 stable, bug #520864

  13 Oct 2014; Tobias Klausmann <klausman@gentoo.org> lua-5.1.5-r3.ebuild:
  Stable on amd64, bug 520864

  04 Sep 2014; Jeroen Roovers <jer@gentoo.org> lua-5.1.5-r3.ebuild:
  Stable for HPPA (bug #520864).

  04 Jul 2014; Matti Bickel <mabi@gentoo.org> -lua-5.2.0-r1.ebuild,
  -lua-5.2.0.ebuild, -lua-5.2.1.ebuild:
  remove unslotted, masked versions of lua-5.2 (#513776)

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

*lua-5.1.5-r100 (12 Jun 2014)
*lua-5.1.5-r3 (12 Jun 2014)
*lua-5.2.3-r1 (12 Jun 2014)

  12 Jun 2014; Michał Górny <mgorny@gentoo.org> +lua-5.1.5-r100.ebuild,
  +lua-5.1.5-r3.ebuild, +lua-5.2.3-r1.ebuild:
  Enable multilib support.

  29 May 2014; Matti Bickel <mabi@gentoo.org> -lua-5.1.4-r4.ebuild:
  remove stale EAPI1 ebuild

  24 May 2014; Matti Bickel <mabi@gentoo.org> lua-5.2.3.ebuild:
  omit broken tests, bug #510360

*lua-5.2.3 (22 Apr 2014)
*lua-5.1.5-r2 (22 Apr 2014)

  22 Apr 2014; Matti Bickel <mabi@gentoo.org> +files/lua-5.1-make-r2.patch,
  +files/lua-5.2-make-r1.patch, +lua-5.1.5-r2.ebuild, +lua-5.2.3.ebuild:
  Introduce slotted versions of lua. Use with eselect to define the "main"
  version.

*lua-5.1.5-r1 (28 Mar 2014)

  28 Mar 2014; Mike Frysinger <vapier@gentoo.org> +lua-5.1.5-r1.ebuild:
  Fix libdir setting in luaconf.h #493646 by Aleksey Kunitskiy.

  26 May 2013; Matti Bickel <mabi@gentoo.org> lua-5.2.1.ebuild:
  fix incorrect sed usage (bug #463416)

  10 Mar 2013; Agostino Sarubbo <ago@gentoo.org> lua-5.1.5.ebuild:
  Stable for s390, wrt bug #457882

  09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> lua-5.1.5.ebuild:
  Stable for ia64, wrt bug #457882

  09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> lua-5.1.5.ebuild:
  Stable for alpha, wrt bug #457882

  08 Mar 2013; Agostino Sarubbo <ago@gentoo.org> lua-5.1.5.ebuild:
  Stable for arm, wrt bug #457882

  08 Mar 2013; Jeroen Roovers <jer@gentoo.org> lua-5.1.5.ebuild:
  Stable for HPPA (bug #457882).

  05 Mar 2013; Agostino Sarubbo <ago@gentoo.org> lua-5.1.5.ebuild:
  Stable for sh, wrt bug #457882

  03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> lua-5.1.5.ebuild:
  Stable for sparc, wrt bug #457882

  03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> lua-5.1.5.ebuild:
  Stable for ppc64, wrt bug #457882

  03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> lua-5.1.5.ebuild:
  Stable for ppc, wrt bug #457882

  03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> lua-5.1.5.ebuild:
  Stable for x86, wrt bug #457882

  03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> lua-5.1.5.ebuild:
  Stable for amd64, wrt bug #457882

  20 Feb 2013; Zac Medico <zmedico@gentoo.org> lua-5.1.5.ebuild,
  lua-5.2.1.ebuild:
  Fix for prefix and add ~arm-linux + ~x86-linux keywords.

  09 Sep 2012; Raúl Porcel <armin76@gentoo.org> lua-5.1.4-r8.ebuild:
  alpha/ia64/s390/sh/sparc stable wrt #430752

  05 Sep 2012; Justin Lecher <jlec@gentoo.org> lua-5.1.4-r4.ebuild,
  lua-5.1.4-r8.ebuild, lua-5.1.5.ebuild:
  Use doicon instead insinto + doins to install icon files

  15 Aug 2012; Jeroen Roovers <jer@gentoo.org> lua-5.1.4-r8.ebuild:
  Stable for HPPA (bug #430752).

  14 Aug 2012; Anthony G. Basile <blueness@gentoo.org> lua-5.1.4-r8.ebuild:
  Stable ppc, bug #430752

  13 Aug 2012; Anthony G. Basile <blueness@gentoo.org> lua-5.1.4-r8.ebuild:
  Stable arm, bug #430752

  13 Aug 2012; Anthony G. Basile <blueness@gentoo.org> lua-5.1.4-r8.ebuild:
  Stable ppc64, bug #430752

  13 Aug 2012; Johannes Huber <johu@gentoo.org> lua-5.1.4-r8.ebuild:
  Stable for x86, wrt bug #430752

  12 Aug 2012; Agostino Sarubbo <ago@gentoo.org> lua-5.1.4-r8.ebuild:
  Stable for amd64, wrt bug #430752

*lua-5.2.1 (04 Jul 2012)

  04 Jul 2012; Matti Bickel <mabi@gentoo.org> +lua-5.2.1.ebuild:
  version bump (fixes bug #422369)

  29 May 2012; Alexis Ballier <aballier@gentoo.org> lua-5.1.5.ebuild,
  lua-5.2.0.ebuild, lua-5.2.0-r1.ebuild:
  keyword ~amd64-fbsd

  19 Mar 2012; Matti Bickel <mabi@gentoo.org> lua-5.1.5.ebuild:
  deprecated patch from 5.1.4 applies to 5.1.5, too (bug #408827)

*lua-5.2.0-r1 (17 Mar 2012)

  17 Mar 2012; Matti Bickel <mabi@gentoo.org>
  +files/5.2.0/01_all_memory_hoarding.upstream.patch,
  +files/5.2.0/02_all_hex_number_handling.upstream.patch, +lua-5.2.0-r1.ebuild:
  new patches for lua-5.2, see http://www.lua.org/bugs.html#5.2.0 for details

*lua-5.1.5 (17 Mar 2012)

  17 Mar 2012; Matti Bickel <mabi@gentoo.org> +lua-5.1.5.ebuild:
  version bump for lua-5.1

  05 Mar 2012; Zac Medico <zmedico@gentoo.org> lua-5.2.0.ebuild:
  Add missing newline escape in src_compile emake command.

  05 Mar 2012; Matti Bickel <mabi@gentoo.org> lua-5.2.0.ebuild:
  make lua respect LDFLAGS (bug #406997)

  05 Mar 2012; Matti Bickel <mabi@gentoo.org>
  -files/5.1.3/01_all_LUAI_MAXCSTACK.upstream.patch,
  -files/5.1.3/02_all_coroutine.resume.upstream.patch,
  -files/5.1.3/03_all_lua_checkstack.upstream.patch,
  -files/5.1.3/04_all_unpack.upstream.patch,
  -files/5.1.3/05_all_validator.upstream.patch,
  -files/5.1.3/06_all_c_stack.upstream.patch,
  -files/5.1.3/07_all_validator2.upstream.patch,
  -files/5.1.3/08_all_code_injection.upstream.patch,
  -files/5.1.3/09_all_string_byte_fix_upstream.patch,
  -files/5.1.3/10_all_gc_loop_fix.upstream.patch,
  -files/5.1.3/11_all_module.upstream.patch,
  -files/5.1.3/12_all_svalue.upstream.patch, -lua-5.1.4.ebuild:
  cleanup

*lua-5.2.0 (04 Mar 2012)

  04 Mar 2012; Matti Bickel <mabi@gentoo.org> +files/configure.in,
  +files/lua-5.2-make.patch, +files/lua.pc, +lua-5.2.0.ebuild:
  version bump (bug #395057). also now uses local libtool (bug #336167)

*lua-5.1.4-r8 (24 Jan 2012)

  24 Jan 2012; Matti Bickel <mabi@gentoo.org>
  +files/5.1.4/07_all_boolean_expression.upstream.patch,
  +files/5.1.4/08_all_metatable.upstream.patch,
  +files/5.1.4/09_all_prototype_collection.upstream.patch, +lua-5.1.4-r8.ebuild,
  -lua-5.1.4-r6.ebuild, -lua-5.1.4-r7.ebuild:
  add three patches (see http://www.lua.org/bugs.html), bump to EAPI4, fix bug
  #387771

  17 Sep 2011; Diego E. Pettenò <flameeyes@gentoo.org> lua-5.1.4.ebuild,
  lua-5.1.4-r4.ebuild, lua-5.1.4-r6.ebuild, lua-5.1.4-r7.ebuild:
  QA: do not add libtool to _runtime_ dependencies.

  11 Sep 2011; Rafael G. Martins <rafaelmartins@gentoo.org> lua-5.1.4.ebuild,
  lua-5.1.4-r4.ebuild, lua-5.1.4-r6.ebuild, lua-5.1.4-r7.ebuild:
  Added missing DEPEND sys-devel/libtool (bug #382501).

*lua-5.1.4-r7 (09 Jan 2011)

  09 Jan 2011; Matti Bickel <mabi@gentoo.org> +lua-5.1.4-r7.ebuild:
  eapi bump to 3, fixes path annoyances (bug #347717)

  11 Nov 2010; Rafael G. Martins <rafaelmartins@gentoo.org> metadata.xml:
  Added myself to metadata.xml

*lua-5.1.4-r6 (19 Jun 2010)

  19 Jun 2010; Matti Bickel <mabi@gentoo.org>
  +files/5.1.4/05_all_string_format.upstream.patch, -lua-5.1.4-r1.ebuild,
  -lua-5.1.4-r3.ebuild, +files/5.1.4/06_all_io_read.upstream.patch,
  -lua-5.1.4-r2.ebuild, -lua-5.1.4-r5.ebuild, +lua-5.1.4-r6.ebuild:
  add two upstream patches, remove old ebuilds

  10 Apr 2010; Raúl Porcel <armin76@gentoo.org> lua-5.1.4-r4.ebuild:
  ia64/s390/sh stable

  05 Mar 2010; Matti Bickel <mabi@gentoo.org> lua-5.1.4-r5.ebuild:
  fix bug #306869

*lua-5.1.4-r5 (23 Feb 2010)

  23 Feb 2010; <mabi@gentoo.org>
  +files/5.1.4/03_all_debug_getfenv.upstream.patch, +lua-5.1.4-r5.ebuild,
  +files/5.1.4/04_all_gc_performance.upstream.patch:
  add upstream patches

  10 Jan 2010; nixnut <nixnut@gentoo.org> lua-5.1.4-r4.ebuild:
  ppc stable #295134

  01 Jan 2010; Tobias Klausmann <klausman@gentoo.org> lua-5.1.4-r4.ebuild:
  Stable on alpha, bug #295698

  08 Dec 2009; Brent Baude <ranger@gentoo.org> lua-5.1.4-r4.ebuild:
  Marking lua-5.1.4-r4 ppc64 for bug 295134

  07 Dec 2009; Markus Meier <maekke@gentoo.org> lua-5.1.4-r4.ebuild:
  arm stable, bug #295134

  07 Dec 2009; Tiago Cunha <tcunha@gentoo.org> lua-5.1.4-r4.ebuild:
  stable sparc, bug 295134

  07 Dec 2009; Markus Meier <maekke@gentoo.org> lua-5.1.4-r4.ebuild:
  amd64/x86 stable, bug #295134

  04 Dec 2009; Jeroen Roovers <jer@gentoo.org> lua-5.1.4-r4.ebuild:
  Stable for HPPA (bug #295134).

*lua-5.1.4-r4 (26 Nov 2009)

  26 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> +lua-5.1.4-r4.ebuild:
  jer's earlier fix missed some of the pkgconfig calls for the INSTALL_LIB
  and libdir settings. Fixup so I can do Lua SWIG bindings.

*lua-5.1.4-r3 (24 Nov 2009)

  24 Nov 2009; Jeroen Roovers <jer@gentoo.org> +lua-5.1.4-r3.ebuild:
  Fix libdir path for CMOD in pkgconfig file (bug #294368).

  29 Sep 2009; Ulrich Mueller <ulm@gentoo.org> lua-5.1.4-r2.ebuild:
  Depend on app-emacs/lua-mode with USE=emacs, fixes bug 263249. Explicitly
  assign RDEPEND to make RepoMan happy.

*lua-5.1.4-r2 (10 Jul 2009)

  10 Jul 2009; <mabi@gentoo.org> -files/lua-5.1.3-deprecated.patch,
  -files/lua-5.1.3-test.patch,
  +files/5.1.4/01_all_boolean_expression.upstream.patch,
  +files/5.1.4/02_all_table.upstream.patch, -lua-5.1.1-r2.ebuild,
  -lua-5.1.3-r3.ebuild, +lua-5.1.4-r2.ebuild:
  cleanup and introduce new upstream patches (see http://www.lua.org/bugs.html
  for more)

  15 Apr 2009; Brent Baude <ranger@gentoo.org> lua-5.1.4.ebuild:
  Marking lua-5.1.4 ppc64 for bug 255191

  13 Apr 2009; Matti Bickel <mabi@gentoo.org>
  files/lua-5.1-make_static-r1.patch:
  fixed patch, once more

  05 Apr 2009; Matti Bickel <mabi@gentoo.org> files/lua-5.1-make-r1.patch,
  files/lua-5.1-make_static-r1.patch, -lua-5.1.3-r4.ebuild:
  fix broken patches, cleanup

  04 Apr 2009; Matti Bickel <mabi@gentoo.org> lua-5.1.4.ebuild:
  ppc stable (bug #255191)

  04 Apr 2009; Tiago Cunha <tcunha@gentoo.org> lua-5.1.4.ebuild:
  stable amd64, bug 255191

  04 Apr 2009; Matti Bickel <mabi@gentoo.org>
  files/lua-5.1-make_static.patch:
  fixed missing $(LDFLAGS) that was added to make.patch but not make_static.patch

  30 Mar 2009; Raúl Porcel <armin76@gentoo.org> lua-5.1.4.ebuild:
  arm/ia64/s390/sh/sparc/x86 stable wrt #255191

  23 Mar 2009; Matti Bickel <mabi@gentoo.org> lua-5.1.4-r1.ebuild:
  removed useless (for now) emacs use flags

  23 Mar 2009; Jeroen Roovers <jer@gentoo.org> lua-5.1.4.ebuild:
  Stable for HPPA (bug #255191).

  22 Mar 2009; Tobias Klausmann <klausman@gentoo.org> lua-5.1.4.ebuild:
  Stable on alpha, bug #255191

  22 Mar 2009; Matti Bickel <mabi@gentoo.org> +files/lua-5.1-make-r1.patch,
  +files/lua-5.1-make_static-r1.patch, +lua-5.1.4-r1.ebuild:
  fix bug #260008 (new makefile!)

  21 Mar 2009; Matti Bickel <mabi@gentoo.org> files/lua-5.1-make.patch,
  lua-5.1.4.ebuild:
  fixed bug #253594, removed useless variable

  17 Oct 2008; Matti Bickel <mabi@gentoo.org> -lua-5.1.4-r1.ebuild:
  rolled back the -r1 ebuild b/c it breaks several packages (see bug #242174
  for example). The cxx USE is gone as the risks and failures outweigh the
  chances. Nothing else is changed.

*lua-5.1.4-r1 (09 Oct 2008)

  09 Oct 2008; Matti Bickel <mabi@gentoo.org> +lua-5.1.4-r1.ebuild:
  add cxx use flag for compilation with g++ (fixes bug #234622)

  01 Oct 2008; Matti Bickel <mabi@gentoo.org>
  +files/lua-5.1.4-deprecated.patch, +files/lua-5.1.4-test.patch:
  add missing patch files, closes bug #239134, thanks to Rajat Vig for the report

*lua-5.1.4 (28 Sep 2008)

  28 Sep 2008; Matti Bickel <mabi@gentoo.org> -lua-5.1.3-r1.ebuild,
  -lua-5.1.3-r2.ebuild, +lua-5.1.4.ebuild:
  rev bump, this is a bugfix release including all fixes from lua-5.1.3-r*,
  removed old versions

  13 Sep 2008; <solar@gentoo.org> lua-5.1.3-r4.ebuild:
  - make lua partially cross compile aware. More work might be needed

  23 Aug 2008; Jeroen Roovers <jer@gentoo.org> metadata.xml,
  lua-5.1.3-r3.ebuild:
  Stable for HPPA (bug #210517). Added GLEP 56 USE flag description.

  14 Aug 2008; Alexis Ballier <aballier@gentoo.org> lua-5.1.3-r4.ebuild:
  keyword ~x86-fbsd

  12 Aug 2008; Matti Bickel <mabi@gentoo.org> lua-5.1.3-r3.ebuild:
  ppc stable (bug #210517)

  12 Aug 2008; Brent Baude <ranger@gentoo.org> lua-5.1.3-r3.ebuild:
  stable ppc64, bug 210517

  12 Aug 2008; Raúl Porcel <armin76@gentoo.org> lua-5.1.3-r3.ebuild:
  alpha/ia64/x86 stable wrt #210517

  11 Aug 2008; Ricardo Mendoza <ricmm@gentoo.org> lua-5.1.3-r4.ebuild:
  Add ~mips, bug #222243

  10 Aug 2008; Santiago M. Mola <coldwind@gentoo.org> lua-5.1.3-r3.ebuild:
  amd64 stable wrt bug #210517

  10 Aug 2008; Ferris McCormick <fmccor@gentoo.org> lua-5.1.3-r3.ebuild:
  Sparc stable, Bug #210517.  All as expected.

*lua-5.1.3-r4 (10 Aug 2008)

  10 Aug 2008; Matti Bickel <mabi@gentoo.org>
  +files/5.1.3/09_all_string_byte_fix_upstream.patch,
  +files/5.1.3/10_all_gc_loop_fix.upstream.patch,
  +files/5.1.3/11_all_module.upstream.patch,
  +files/5.1.3/12_all_svalue.upstream.patch, +lua-5.1.3-r4.ebuild:
  bump to include more upstream patches

*lua-5.1.3-r3 (27 May 2008)

  27 May 2008; Matti Bickel <mabi@gentoo.org> -lua-5.1.2-r2.ebuild,
  -lua-5.1.3.ebuild, +lua-5.1.3-r3.ebuild:
  clean old versions, add EAPI 1 ebuild with default for deprecated USE

  18 May 2008; Markus Meier <maekke@gentoo.org> lua-5.1.3-r1.ebuild:
  amd64/x86 stable, bug #210517

  18 May 2008; Raúl Porcel <armin76@gentoo.org> lua-5.1.3-r2.ebuild:
  ia64 stable wrt #210517

  18 May 2008; Markus Rothe <corsair@gentoo.org> lua-5.1.3-r1.ebuild:
  Stable on ppc64; bug #210517

  17 May 2008; Tobias Klausmann <klausman@gentoo.org> lua-5.1.3-r2.ebuild:
  Stable on alpha, bug #210517

  16 May 2008; Ferris McCormick <fmccor@gentoo.org> lua-5.1.3-r1.ebuild:
  Sparc stable, Bug #210517, nothing unexpected.

  16 May 2008; Jeroen Roovers <jer@gentoo.org> lua-5.1.3-r1.ebuild:
  Stable for HPPA (bug #210517).

  16 May 2008; Matti Bickel <mabi@gentoo.org>
  -files/5.1.3/05_validator.upstream.patch,
  -files/5.1.3/06_c_stack.upstream.patch,
  +files/5.1.3/06_all_c_stack.upstream.patch,
  +files/5.1.3/07_all_validator2.upstream.patch,
  +files/lua-5.1.3-test.patch, +files/5.1.3/05_all_validator.upstream.patch,
  -files/5.1.3/07_validator2.upstream.patch,
  +files/5.1.3/08_all_code_injection.upstream.patch,
  -files/5.1.3/08_code_injection.upstream.patch, lua-5.1.3-r1.ebuild,
  lua-5.1.3-r2.ebuild:
  patch fixing test by oliver huber (bug #210904), fix patch naming, so the
  new patches finally apply

*lua-5.1.3-r2 (15 May 2008)

  15 May 2008; Matti Bickel <mabi@gentoo.org>
  +files/5.1.3/05_validator.upstream.patch,
  +files/5.1.3/06_c_stack.upstream.patch,
  +files/5.1.3/07_validator2.upstream.patch,
  +files/5.1.3/08_code_injection.upstream.patch, +lua-5.1.3-r2.ebuild:
  bump including some serious crash fixes. see http://www.lua.org/bugs.html

  21 Feb 2008; Jeroen Roovers <jer@gentoo.org> lua-5.1.2-r2.ebuild:
  Stable for HPPA (bug #210517).

  19 Feb 2008; Matti Bickel <mabi@gentoo.org> lua-5.1.2-r2.ebuild:
  ppc stable

  19 Feb 2008; Santiago M. Mola <coldwind@gentoo.org> lua-5.1.2-r2.ebuild:
  amd64 stable wrt bug #210517

  19 Feb 2008; Raúl Porcel <armin76@gentoo.org> lua-5.1.2-r2.ebuild:
  alpha/ia64/sparc stable wrt #210517

  18 Feb 2008; Matti Bickel <mabi@gentoo.org> lua-5.1.3-r1.ebuild:
  rip out reintroduced ppc-macos conditional code (thanks fabian for reminding
  me)

  18 Feb 2008; Christian Faulhammer <opfer@gentoo.org> lua-5.1.2-r2.ebuild:
  stable x86, bug 210517

  18 Feb 2008; Brent Baude <ranger@gentoo.org> lua-5.1.2-r2.ebuild:
  stable ppc64, bug 210517

  17 Feb 2008; Matti Bickel <mabi@gentoo.org>
  files/5.1.3/03_all_lua_checkstack.upstream.patch, lua-5.1.3-r1.ebuild:
  fixed whitespace error in patch, inconsistent patch naming

  17 Feb 2008; Matti Bickel <mabi@gentoo.org> files/lua-5.1-make.patch:
  fix bug #204308

  17 Feb 2008; Matti Bickel <mabi@gentoo.org>
  -files/lua-5.0.2-LDFLAGS_and_as-needed.patch, -files/lua-5.0.2-pic.patch,
  -files/lua-5.0.3-asneeded.patch, -files/lua-5.0.3-destdir.patch,
  -files/lua-5.0.3-dylib.patch, -files/lua-5.0.3-ldflags.patch,
  -files/lua-5.0.3-shared.patch, -files/lua-ppc-macos-Makefile.patch,
  -lua-5.0.2.ebuild, -lua-5.0.3.ebuild:
  remove old 5.0 version

*lua-5.1.3-r1 (17 Feb 2008)

  17 Feb 2008; Matti Bickel <mabi@gentoo.org>
  +files/5.1.3/01_all_LUAI_MAXCSTACK.upstream.patch,
  +files/5.1.3/03_all_lua_checkstack.upstream.patch,
  +files/lua-5.1.3-deprecated.patch,
  +files/5.1.3/02_all_coroutine.resume.upstream.patch,
  +files/5.1.3/04_all_unpack.upstream.patch, +lua-5.1.3-r1.ebuild:
  fixed bug #210461 (thanks for spotting this), added upstream patches, added
  patch to remove deprecated code (thanks to polarina on bug #209883)

  13 Feb 2008; Fabian Groffen <grobian@gentoo.org> lua-5.1.3.ebuild:
  Stop adding back ppc-macos, it's gone -- accept it

*lua-5.1.3 (11 Feb 2008)

  11 Feb 2008; Matti Bickel <mabi@gentoo.org> files/lua-5.1-make.patch,
  lua-5.1.1-r2.ebuild, -lua-5.1.2.ebuild, -lua-5.1.2-r1.ebuild,
  lua-5.1.2-r2.ebuild, +lua-5.1.3.ebuild:
  version bump, reduced make patch due to upstream now shipping a more
  friendly Makefile

*lua-5.1.2-r2 (18 Sep 2007)

  18 Sep 2007; Matti Bickel <mabi@gentoo.org> +lua-5.1.2-r2.ebuild:
  new revision fixing bug #191333

  24 Apr 2007; Alexander Færøy <eroyf@gentoo.org> lua-5.1.1-r2.ebuild:
  Marked ~mips.

  17 Apr 2007; Jose Luis Rivero <yoswink@gentoo.org> lua-5.1.1-r2.ebuild:
  Marked stable on alpha

  15 Apr 2007; Raúl Porcel <armin76@gentoo.org> lua-5.1.1-r2.ebuild:
  ia64 stable

  08 Apr 2007; Matti Bickel <mabi@gentoo.org> lua-5.1.1-r2.ebuild:
  Fix bug #173699

*lua-5.1.2-r1 (07 Apr 2007)

  07 Apr 2007; Matti Bickel <mabi@gentoo.org> +lua-5.1.2-r1.ebuild:
  Fix liblua.so naming (bug #173611)

*lua-5.1.2 (05 Apr 2007)

  05 Apr 2007; Matti Bickel <mabi@gentoo.org> -files/lua-5.1.1-make.patch,
  -files/lua-5.1.1-make_static.patch, -files/lua-5.1.1-module_paths.patch,
  -files/lua-5.1.1-readline.patch, +files/lua-5.1-make.patch,
  +files/lua-5.1-make_static.patch, +files/lua-5.1-module_paths.patch,
  +files/lua-5.1-readline.patch, -lua-5.1.1.ebuild, lua-5.1.1-r2.ebuild,
  +lua-5.1.2.ebuild:
  Version bump. Changed patching to use same patches across minor versions.
  Cleanup.

  05 Apr 2007; Markus Rothe <corsair@gentoo.org> lua-5.1.1-r2.ebuild:
  Stable on ppc64

  04 Apr 2007; Fernando J. Pereda <ferdy@gentoo.org> lua-5.1.1-r2.ebuild:
  Re-add ~alpha keyword as per bug #155518

  29 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> lua-5.1.1-r2.ebuild:
  Stable on sparc

  28 Mar 2007; Jeroen Roovers <jer@gentoo.org> :
  Stable for HPPA too.

  26 Mar 2007; Christian Faulhammer <opfer@gentoo.org> lua-5.1.1-r2.ebuild:
  stable x86, bug 168792

  25 Mar 2007; Raúl Porcel <armin76@gentoo.org> lua-5.1.1-r2.ebuild:
  Add ~ia64 wrt bug 155518

  25 Mar 2007; Tobias Scherbaum <dertobi123@gentoo.org> lua-5.1.1-r2.ebuild:
  Stable on ppc wrt bug #168792.

  17 Mar 2007; Steve Dibb <beandog@gentoo.org> lua-5.1.1-r2.ebuild:
  amd64 stable, bug 168792

  15 Mar 2007; Jeroen Roovers <jer@gentoo.org> lua-5.1.1.ebuild:
  Stable for HPPA (bug #168792).

  15 Mar 2007; Markus Rothe <corsair@gentoo.org> lua-5.1.1.ebuild:
  Stable on ppc64; bug #168792

  13 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> lua-5.1.1.ebuild:
  Stable on sparc wrt #168792

*lua-5.1.1-r2 (06 Mar 2007)

  06 Mar 2007; Matti Bickel <mabi@gentoo.org> +lua-5.1.1-r2.ebuild:
  fix to the .pc file

  03 Feb 2007; Jason Wever <weeve@gentoo.org> lua-5.1.1.ebuild:
  Added ~sparc keyword wrt bugs #155518 and 162985.

  25 Jan 2007; Matti Bickel <mabi@gentoo.org> lua-5.1.1.ebuild:
  fixing multilib-strict issue (bug #156153)

  24 Jan 2007; Steve Dibb <beandog@gentoo.org> lua-5.1.1.ebuild:
  Add ~amd64, bug 155518

  23 Jan 2007; Matti Bickel <mabi@gentoo.org> files/lua-5.1.1-make.patch:
  Fixing slotted fallout in make.patch

  22 Jan 2007; Matti Bickel <mabi@gentoo.org>
  -files/lua-5.1.1-Makefile.patch, -lua-5.0.3-r1.ebuild,
  -lua-5.1.1-r1.ebuild:
  Slotted lua officially dead

  16 Jan 2007; Matti Bickel <mabi@gentoo.org>
  files/lua-5.1.1-Makefile.patch:
  correct path problems with Makefile.patch (justin in bug #155518)

  14 Jan 2007; Matti Bickel <mabi@gentoo.org> lua-5.0.3-r1.ebuild,
  lua-5.1.1-r1.ebuild:
  fixing pkg-config data (bug #162036)

*lua-5.1.1-r1 (10 Jan 2007)
*lua-5.0.3-r1 (10 Jan 2007)

  10 Jan 2007; Matti Bickel <mabi@gentoo.org> -files/lua-4.0-config.patch,
  +files/lua-5.1.1-Makefile.patch, files/lua-5.1.1-make_static.patch,
  -lua-4.0.1.ebuild, +lua-5.0.3-r1.ebuild, +lua-5.1.1-r1.ebuild:
  Remove old version, add slotted versions of lua

  27 Dec 2006; Stuart Longland <redhatter@gentoo.org> lua-5.0.2.ebuild:
  Marked v5.0.2 stable on mips as per bug #150072

  05 Dec 2006; Jeroen Roovers <jer@gentoo.org> lua-5.1.1.ebuild:
  Marked ~hppa (bug #155518).

  01 Dec 2006; Matti Bickel <mabi@gentoo.org> files/lua-5.1.1-make.patch,
  lua-5.0.2.ebuild, lua-5.1.1.ebuild:
  Made lua -5.0.2 and -5.1.1 use dlopen_lib for BSD, changed the name of
  liblua back to the old liblualib, seems we're slowly getting into a usable
  state :)

  27 Nov 2006; Matti Bickel <mabi@gentoo.org> files/lua-5.1.1-make.patch,
  files/lua-5.1.1-make_static.patch, lua-5.1.1.ebuild:
  Build static library too, do tests with static lua

  24 Nov 2006; Markus Rothe <corsair@gentoo.org> lua-5.1.1.ebuild:
  Added ~ppc64; bug #155518

  21 Nov 2006; Matti Bickel <mabi@gentoo.org> files/lua-5.1.1-make.patch,
  +files/lua-5.1.1-make_static.patch, lua-5.1.1.ebuild:
  Added static useflag to allow to be closer to upstreams recommendations

  18 Nov 2006; Christian Faulhammer <opfer@gentoo.org> lua-5.1.1.ebuild:
  keyworded ~x86, bug #155518

  17 Nov 2006; Matti Bickel <mabi@gentoo.org> +files/lua-5.1.1-make.patch,
  +files/lua-5.1.1-readline.patch, +file/lua-5.1.1-module_paths.patch,
  +lua-5.1.1.ebuild, Changelog, metadata.xml:
  Version bump (bug #124719); exg is retired, i'll try to help out

  16 Oct 2006; Emanuele Giaquinta <exg@gentoo.org>
  -files/lua-5.0.2-gentoo.patch, +files/lua-5.0.3-destdir.patch,
  +files/lua-5.0.3-dylib.patch, -lua-5.0.2-r1.ebuild, lua-5.0.3.ebuild:
  Add patch for ppc-macos. Cleanup.

  15 Oct 2006; Emanuele Giaquinta <exg@gentoo.org>
  files/lua-ppc-macos-Makefile.patch, lua-5.0.2.ebuild:
  Clean up ppc-macos patch. Disable as-needed patch, it is broken.

  15 Oct 2006; Emanuele Giaquinta <exg@gentoo.org>
  files/lua-5.0.3-asneeded.patch, files/lua-5.0.3-ldflags.patch,
  -files/lua-5.0.3-linking.patch, +files/lua-5.0.3-shared.patch,
  lua-5.0.3.ebuild:
  Proper support for PIC.

  14 Oct 2006; Emanuele Giaquinta <exg@gentoo.org>
  files/lua-5.0.3-asneeded.patch, lua-5.0.3.ebuild:
  Fix patch for as-needed, see comment #7 in bug #122128. Remove useless -l
  directives when using readline.

  07 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> lua-5.0.3.ebuild:
  Add ~x86-fbsd keyword.

*lua-5.0.3 (07 Oct 2006)

  07 Oct 2006; Emanuele Giaquinta <exg@gentoo.org>
  +files/lua-5.0.3-asneeded.patch, +files/lua-5.0.3-ldflags.patch,
  +files/lua-5.0.3-linking.patch, +lua-5.0.3.ebuild:
  Version bump, fixes bugs #132417, #137582, #149911.

  09 Jul 2006; Joshua Kinard <kumba@gentoo.org> lua-4.0.1.ebuild:
  Marking stable to satisfy elinks dep.

  25 Jun 2006; Stefan Schweizer <genstef@gentoo.org>
  +files/lua-5.0.2-LDFLAGS_and_as-needed.patch, lua-5.0.2.ebuild:
  as-needed patch thanks to TGL <degrenier@easyconnect.fr> in bug 122128 from
  Benjamin Schindler <config@gentoo.org>

  01 Mar 2006; Tom Payne <twp@gentoo.org> -lua-4.0.ebuild, -lua-5.0.ebuild,
  -lua-5.0.1_beta20031003-r2.ebuild:
  Remove old versions.

  11 Feb 2006; Joshua Kinard <kumba@gentoo.org> lua-5.0.2-r1.ebuild:
  Marked stable on mips.

  19 Aug 2005; Tom Payne <twp@gentoo.org> lua-5.0.1_beta20031003-r2.ebuild,
  lua-5.0.2.ebuild, lua-5.0.2-r1.ebuild:
  Don't install /etc/magic. Bug # 102970.

  28 Jul 2005; Lina Pezzella <j4rg0n@gentoo.org> lua-5.0.2-r1.ebuild:
  Ported patch from 5.0.2 version to this version. Only affects ppc-macos
  environment.

  22 Apr 2005; Herbie Hopkins <herbs@gentoo.org> lua-5.0.2.ebuild,
  lua-5.0.2-r1.ebuild:
  Fixed multilib strict issue, bug #88120

  21 Apr 2005; Aron Griffis <agriffis@gentoo.org> lua-5.0.2.ebuild,
  lua-5.0.2-r1.ebuild:
  Add ia64 keywords

  22 Mar 2005; Lina Pezzella <j4rg0n@gentoo.org> lua-5.0.2.ebuild:
  Fix to use more of the options used on x86

  07 Mar 2005; Lina Pezzella <j4rg0n@gentoo.org> lua-5.0.2.ebuild:
  Stable ppc-macos.

  15 Feb 2005; Lina Pezzella <j4rg0n@gentoo.org> lua-5.0.2.ebuild:
  Fixed find statement to be arch independent.

  05 Feb 2005; Lina Pezzella <j4rg0n@gentoo.org>
  +files/lua-ppc-macos-Makefile.patch, lua-5.0.2.ebuild:
  Unstable ppc-macos
  Fix for Bug #65591

  29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
  Change encoding to UTF-8 for GLEP 31 compliance

  05 Sep 2004; Guy Martin <gmsoft@gentoo.org> lua-5.0.2.ebuild:
  Stable on hppa.

*lua-5.0.2-r1 (05 Aug 2004)

  05 Aug 2004; <twp@gentoo.org> +files/lua-5.0.2-gentoo.patch,
  +lua-5.0.2-r1.ebuild:
  Hopefully fixed linking problems. Bugs 49309 & 59487.

  17 Jul 2004; Tom Gall <tgall@gentoo.org> lua-5.0.2.ebuild:
  stable on ppc64, bug #55680

  01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> lua-4.0.1.ebuild,
  lua-4.0.ebuild:
  virtual/glibc -> virtual/libc

  06 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> lua-5.0.2.ebuild:
  Marked stable on amd64.

  15 May 2004; Bryan Østergaard <kloeri@gentoo.org> lua-5.0.2.ebuild:
  Stable on alpha.

  05 Apr 2004; Chris Aniszczyk <zx@gentoo.org> lua-5.0.ebuild:
  Marking stable on hppa

  29 Mar 2004; Gustavo Zacarias <gustavoz@gentoo.org> lua-5.0.2.ebuild:
  stable on sparc

  26 Mar 2004; Tom Payne <twp@gentoo.org> lua-5.0.2.ebuild :
  Marked stable on x86. Bug # 45739.

  26 Mar 2004; Tom Payne <twp@gentoo.org> lua-4.0.ebuild, lua-4.0.1.ebuild, lua-5.0.ebuild :
  Added IUSE.

*lua-5.0.2 (16 Mar 2004)

  16 Mar 2004; Tom Payne <twp@gentoo.org> lua-5.0.2.ebuild :
  Version bump.

  15 Mar 2004; Tom Payne <twp@gentoo.org> lua-5.0.1_beta20031003-r1.ebuild, lua-5.0.1_beta20031003.ebuild, lua-5.0_beta.ebuild :
  Removed old versions. Lua 4.0*: inherit eutils, use epatch.

  05 Mar 2004; Gustavo Zacarias <gustavoz@gentoo.org> lua-5.0.ebuild:
  stable on sparc

  06 Feb 2004; Daniel Ahlberg <aliz@gentoo.org>
  lua-5.0.1_beta20031003-r2.ebuild:
  Apply existing pic patch, makes it build on amd64. Should close #35675.

  26 Jan 2004; Tom Payne <twp@gentoo.org> lua-5.0.1_beta20031003-r2.ebuild :
  New tarball location. Bug # 39211.

  03 Jan 2004; Jon Portnoy <avenj@gentoo.org> lua-5.0.1_beta20031003-r1.ebuild :
  AMD64 keywords. Copyright date fixes to make repoman happy.

*lua-5.0.1_beta20031003-r2 (08 Jan 2003)

  08 Jan 2003; Tom Payne <twp@gentoo.org> lua-5.0.1_beta20031003.ebuild-r2 :
  Added compiler and interpreter variables to lua.pc.

  21 Dec 2003; Tom Payne <twp@gentoo.org> lua-5.0.1_beta20031003-r1.ebuild, metadata.xml :
  Install all READMEs. Use dl and readline. Install various bits from etc/.
  Add pkg-config script. Added metadata.xml.

  20 Dec 2003; Guy Martin <gmsoft@gentoo.org> lua-5.0.1_beta20031003.ebuild,
  files/lua-5.0.1-pic.patch :
  Added a pic patch to use -fPIC flag correctly. This fix hppa compilation.

*lua-5.0.1_beta20031003 (21 Nov 2003)

  21 Nov 2003; Tom Payne <twp@gentoo.org> lua-5.0.1_beta20031003.ebuild :
  Version bump using patches from http://lua-users.org/lists/lua-l/2003-10/msg00039.html.
  Marked ~x86.

  05 Sep 2003; Michael Sterrett <msterret@gentoo.org> lua-5.0.ebuild:
  use sed -i; add error messages

*lua-5.0 (14 Apr 2003)

  14 Apr 2003; Tom Payne <twp@gentoo.org> lua-5.0.ebuild :

  Version bump. Added ~arch keywords.

*lua-5.0_beta (09 Apr 2003)

  09 Apr 2003; Tom Payne <twp@gentoo.org> lua-5.0_beta.ebuild :

  Version bump. Install docs. Tidied ebuild.

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords

*lua-4.0.1 (07 Feb 2003)

  07 Feb 2003; Ryan Phillips <rphillips@gentoo.org> lua-4.0.1.ebuild :
  new version
 
*lua-4.0 (09 June 2002)
  
  04 Aug 2002; Calum Selkirk <cselkirk@gentoo.org> lua-4.0.ebuild :

  Added ppc to KEYWORDS.

  09 June 2002; Ryan Phillips <rphillips@gentoo.org> lua-4.0.ebuild :

  Fixed ebuild since package has changed.
  
  23 Apr 2002; Ryan Phillips <rphillips@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.