summaryrefslogtreecommitdiff
blob: 6b231dc46a30b56524191297c1c3027109f23195 (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
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
# ChangeLog for net-misc/cfengine
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/ChangeLog,v 1.174 2014/12/28 16:40:24 titanofold Exp $

  28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org> cfengine-3.3.9.ebuild,
  cfengine-3.4.5.ebuild, cfengine-3.5.3.ebuild, cfengine-3.6.2.ebuild:
  Rename virtual/postgresql to dev-db/postgresql

  05 Dec 2014; Marc Schiffbauer <mschiff@gentoo.org> -cfengine-3.2.4.ebuild,
  -cfengine-3.3.5.ebuild:
  Remove old ebuilds. Fixes #520498.

  05 Dec 2014; Agostino Sarubbo <ago@gentoo.org> cfengine-3.3.9.ebuild:
  Stable for x86, wrt bug #529726

*cfengine-3.6.2 (30 Nov 2014)

  30 Nov 2014; Marc Schiffbauer <mschiff@gentoo.org> +cfengine-3.6.2.ebuild,
  +files/cfengine-3.6.2-ifconfig.patch:
  Bump version. Fixes #525914. Thanks to freak132 for the ifconfig patch.

  26 Nov 2014; Agostino Sarubbo <ago@gentoo.org> cfengine-3.3.9.ebuild:
  Stable for amd64, wrt bug #529726

  03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> cfengine-3.2.4.ebuild,
  cfengine-3.3.5.ebuild, cfengine-3.3.9.ebuild, cfengine-3.4.5.ebuild,
  cfengine-3.5.3.ebuild:
  Update PostgreSQL dependencies and/or checks to virtual/postgresql.

  03 Mar 2014; Marc Schiffbauer <mschiff@gentoo.org> cfengine-3.5.3.ebuild:
  Fix configure with USE=,ysql for some users. Fixes bug #503022 (thanks
  tonich)

*cfengine-3.5.3 (27 Feb 2014)

  27 Feb 2014; Marc Schiffbauer <mschiff@gentoo.org> +cfengine-3.5.3.ebuild,
  +files/cfengine-3.5.3-ifconfig.patch:
  Add 3.5.3 ebuild. Fixed USE=mysql. Removed html and tests USE flags. Fixes
  #491838. Should fix #464358

*cfengine-3.4.5 (22 Feb 2014)

  22 Feb 2014; Marc Schiffbauer <mschiff@gentoo.org> +cfengine-3.4.5.ebuild,
  +files/cfengine-3.4.5-acl.patch, +files/cfengine-3.4.5-ifconfig.patch,
  -cfengine-3.4.4.ebuild, -files/cfengine-3.4.4-acl.patch,
  -files/cfengine-3.4.4-ifconfig.patch:
  Bump 3.4.4 -> 3.4.5. DEP cleanup. Should fix #464358

  22 Feb 2014; Marc Schiffbauer <mschiff@gentoo.org> metadata.xml:
  added myself as maintainer

  22 Feb 2014; Christian Ruppert <idl0r@gentoo.org> metadata.xml:
  Update metadata.xml; I maintain 2.x only

  23 Dec 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml:
  Cleanup due bug #66351

  16 May 2013; Agostino Sarubbo <ago@gentoo.org> cfengine-2.2.10-r4.ebuild,
  cfengine-3.2.4.ebuild:
  Stable for ppc64, wrt bug #416433

*cfengine-3.4.4 (28 Mar 2013)

  28 Mar 2013; Christian Ruppert <idl0r@gentoo.org> +cfengine-3.4.4.ebuild,
  +files/cfengine-3.4.4-acl.patch, +files/cfengine-3.4.4-ifconfig.patch:
  Version bump, bug 462664 also fixes the ifconfig path, bug 444532

*cfengine-3.3.9 (27 Oct 2012)

  27 Oct 2012; Christian Ruppert <idl0r@gentoo.org> +cfengine-3.3.9.ebuild:
  Version bump, bug 439812

*cfengine-3.3.5 (24 Aug 2012)

  24 Aug 2012; Christian Ruppert <idl0r@gentoo.org> -cfengine-2.2.10-r3.ebuild,
  -cfengine-3.1.4.ebuild, -cfengine-3.3.4.ebuild, +cfengine-3.3.5.ebuild:
  Version bump

  30 Jul 2012; Anthony G. Basile <blueness@gentoo.org>
  cfengine-2.2.10-r4.ebuild, cfengine-3.2.4.ebuild:
  Stable ppc, keyword ~ppc64, bug #416433

  29 Jul 2012; Raúl Porcel <armin76@gentoo.org> cfengine-2.2.10-r4.ebuild,
  cfengine-3.2.4.ebuild:
  sparc stable wrt #416433

  25 Jul 2012; Christian Ruppert <idl0r@gentoo.org> cfengine-2.2.10-r4.ebuild:
  Add missing sys-devel/flex DEPEND

  25 Jul 2012; Christian Ruppert <idl0r@gentoo.org> cfengine-2.2.10-r4.ebuild:
  Add missing virtual/yacc DEPEND

*cfengine-3.3.4 (24 Jun 2012)

  24 Jun 2012; Christian Ruppert <idl0r@gentoo.org> -cfengine-3.3.3.ebuild,
  +cfengine-3.3.4.ebuild:
  Version bump

  04 Jun 2012; Christian Ruppert <idl0r@gentoo.org> cfengine-2.2.10-r3.ebuild,
  cfengine-2.2.10-r4.ebuild:
  Add missing multilib inherits

*cfengine-3.3.3 (04 Jun 2012)

  04 Jun 2012; Christian Ruppert <idl0r@gentoo.org> +cfengine-3.3.3.ebuild,
  -cfengine-3.3.2.ebuild:
  Version bump

  28 May 2012; Markus Meier <maekke@gentoo.org> cfengine-3.2.4.ebuild:
  arm stable, bug #416433

  28 May 2012; Markus Meier <maekke@gentoo.org> cfengine-2.2.10-r4.ebuild:
  arm stable, bug #416433

  22 May 2012; Jeff Horelick <jdhore@gentoo.org> cfengine-2.2.10-r4.ebuild,
  cfengine-3.2.4.ebuild:
  marked x86 per bug 416433

  20 May 2012; Agostino Sarubbo <ago@gentoo.org> cfengine-3.2.4.ebuild:
  Stable for amd64, wrt bug #416433

  20 May 2012; Agostino Sarubbo <ago@gentoo.org> cfengine-2.2.10-r4.ebuild:
  Stable for amd64, wrt bug #416433

*cfengine-3.3.2 (17 May 2012)

  17 May 2012; Christian Ruppert <idl0r@gentoo.org> -cfengine-3.3.1.ebuild,
  +cfengine-3.3.2.ebuild:
  Version bump

*cfengine-3.3.1 (07 May 2012)

  07 May 2012; Christian Ruppert <idl0r@gentoo.org> -cfengine-3.2.3.ebuild,
  -cfengine-3.3.0.ebuild, +cfengine-3.3.1.ebuild:
  Version bump and cleanup

  05 May 2012; Brent Baude <ranger@gentoo.org> cfengine-3.1.4.ebuild:
  Marking cfengine-3.1.4 ppc for bug 352280

  17 Apr 2012; Brent Baude <ranger@gentoo.org> cfengine-3.3.0.ebuild:
  Marking cfengine-3.3.0 ~ppc for bug 412253

*cfengine-3.3.0 (16 Apr 2012)

  16 Apr 2012; Christian Ruppert <idl0r@gentoo.org> +cfengine-3.3.0.ebuild,
  metadata.xml:
  Version bump to 3.3.0

*cfengine-3.2.4 (12 Feb 2012)

  12 Feb 2012; Christian Ruppert <idl0r@gentoo.org> -cfengine-3.1.5.ebuild,
  +cfengine-3.2.4.ebuild:
  Version bump.

*cfengine-3.2.3 (01 Nov 2011)

  01 Nov 2011; Christian Ruppert <idl0r@gentoo.org> -cfengine-3.2.1.ebuild,
  +cfengine-3.2.3.ebuild:
  Version bump to 3.2.3.

*cfengine-2.2.10-r4 (01 Nov 2011)

  01 Nov 2011; Robin H. Johnson <robbat2@gentoo.org>
  +cfengine-2.2.10-r4.ebuild:
  Revbump with a fix for some hardened boxes in infra and OSUOSL.

*cfengine-3.2.1 (20 Sep 2011)

  20 Sep 2011; Christian Ruppert <idl0r@gentoo.org> -cfengine-3.2.0.ebuild,
  +cfengine-3.2.1.ebuild:
  Version bump.

*cfengine-3.2.0 (30 Aug 2011)

  30 Aug 2011; Christian Ruppert <idl0r@gentoo.org> cfengine-2.2.10-r3.ebuild,
  cfengine-3.1.4.ebuild, cfengine-3.1.5.ebuild, +cfengine-3.2.0.ebuild:
  Version bump to 3.2.0. Fix SRC_URI.

*cfengine-3.1.5 (03 May 2011)

  03 May 2011; Christian Ruppert <idl0r@gentoo.org> -cfengine-2.2.10.ebuild,
  -cfengine-3.1.2.ebuild, +cfengine-3.1.5.ebuild:
  Version bump to 3.1.5. Remove old versions.

  25 Apr 2011; Raúl Porcel <armin76@gentoo.org> cfengine-3.1.4.ebuild:
  sparc stable wrt #352280

  10 Apr 2011; Thomas Kahle <tomka@gentoo.org> cfengine-3.1.4.ebuild:
  x86 stable per bug 352280

  09 Apr 2011; Markus Meier <maekke@gentoo.org> cfengine-3.1.4.ebuild:
  arm stable, bug #352280

  29 Mar 2011; Christoph Mende <angelos@gentoo.org> cfengine-3.1.4.ebuild:
  Stable on amd64 wrt bug #352280

  23 Feb 2011; Christian Ruppert <idl0r@gentoo.org> -files/cfportage.README:
  Remove unused files/cfportage.README

  13 Feb 2011; Raúl Porcel <armin76@gentoo.org> cfengine-3.1.2.ebuild:
  sparc stable wrt #352280

  07 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  cfengine-3.1.2.ebuild:
  x86 stable wrt bug #352280

  05 Feb 2011; Markus Meier <maekke@gentoo.org> cfengine-3.1.2.ebuild:
  arm stable, bug #352280

*cfengine-3.1.4 (31 Jan 2011)

  31 Jan 2011; Christian Ruppert <idl0r@gentoo.org> -cfengine-3.1.3.ebuild,
  +cfengine-3.1.4.ebuild:
  Version bump to 3.1.4.

  30 Jan 2011; Christian Ruppert <idl0r@gentoo.org> cfengine-3.1.2.ebuild,
  cfengine-3.1.3.ebuild:
  QDBM and Tokyo Cabinet can't be used together

  23 Jan 2011; Christian Ruppert <idl0r@gentoo.org> cfengine-3.1.2.ebuild,
  cfengine-3.1.3.ebuild:
  Always depend on libpcre, upstream forces it from now on.

  21 Jan 2011; Markos Chandras <hwoarang@gentoo.org> cfengine-3.1.2.ebuild:
  Stable on amd64 wrt bug #352280

  20 Jan 2011; Christian Ruppert <idl0r@gentoo.org> cfengine-3.1.2.ebuild,
  cfengine-3.1.3.ebuild:
  Re-add ~ppc keyword, bug 341163.

  20 Jan 2011; Christian Ruppert <idl0r@gentoo.org> cfengine-3.1.2.ebuild,
  cfengine-3.1.3.ebuild:
  libvirt disabled for now because it blocks stabilization etc.

*cfengine-3.1.3 (20 Jan 2011)

  20 Jan 2011; Christian Ruppert <idl0r@gentoo.org> +cfengine-3.1.3.ebuild:
  Version bump to 3.1.3.

  10 Jan 2011; Brent Baude <ranger@gentoo.org> cfengine-2.2.10-r3.ebuild:
  stable ppc, bug 344841

*cfengine-3.1.2 (10 Dec 2010)

  10 Dec 2010; Christian Ruppert <idl0r@gentoo.org>
  -files/cfengine-3.1.0-cf-key.patch, -cfengine-3.1.1.ebuild,
  +cfengine-3.1.2.ebuild:
  Version bump to 3.1.2.

*cfengine-3.1.1 (24 Nov 2010)

  24 Nov 2010; Christian Ruppert <idl0r@gentoo.org>
  -cfengine-3.0.5_p1-r3.ebuild, -files/cfengine-3.0.5_p1-Makefile.am.patch,
  -files/cfengine-3.0.5_p1-configure.ac.patch,
  -files/cfengine-3.0.5_p1-regex.c.patch, -cfengine-3.1.0-r1.ebuild,
  -files/cfengine-3.1.0-configure.ac.patch, +cfengine-3.1.1.ebuild:
  Version bump to 3.1.1. Cleanup.

  21 Nov 2010; Raúl Porcel <armin76@gentoo.org> cfengine-2.2.10-r3.ebuild:
  arm/sparc stable wrt #344841

*cfengine-3.1.0-r1 (19 Nov 2010)

  19 Nov 2010; Christian Ruppert <idl0r@gentoo.org> -cfengine-3.1.0.ebuild,
  +cfengine-3.1.0-r1.ebuild, +files/cfengine-3.1.0-cf-key.patch:
  Revision bump. Fix cf-key --output-file/-f option, upstream bug:
  https://cfengine.com/bugtracker/view.php?id=390

  17 Nov 2010; Markus Meier <maekke@gentoo.org> cfengine-2.2.10-r3.ebuild:
  x86 stable, bug #344841

  12 Nov 2010; Markos Chandras <hwoarang@gentoo.org>
  cfengine-2.2.10-r3.ebuild:
  Stable on amd64 wrt bug #344841

*cfengine-3.1.0 (09 Nov 2010)

  09 Nov 2010; Christian Ruppert <idl0r@gentoo.org> +cfengine-3.1.0.ebuild,
  +files/cfengine-3.1.0-configure.ac.patch, files/cf-execd.rc6:
  Version bump to 3.1.0. Start cf-execd after cf-serverd.

*cfengine-3.0.5_p1-r3 (03 Nov 2010)

  03 Nov 2010; Christian Ruppert <idl0r@gentoo.org>
  -cfengine-3.0.5_p1-r2.ebuild, +cfengine-3.0.5_p1-r3.ebuild,
  files/cf-execd.rc6, files/cf-monitord.rc6, files/cf-serverd.rc6:
  Revision bump. Use pid files in the init scripts. cf-execd needs cf-serverd.

  30 Oct 2010; Markus Meier <maekke@gentoo.org> cfengine-3.0.5_p1-r2.ebuild:
  restore ~arm, bug #341163

  30 Oct 2010; Christian Ruppert <idl0r@gentoo.org>
  cfengine-3.0.5_p1-r2.ebuild:
  Add ~sparc back again, I accidentally removed it during my last revbump.

*cfengine-3.0.5_p1-r2 (28 Oct 2010)

  28 Oct 2010; Christian Ruppert <idl0r@gentoo.org> -cfengine-3.0.5.ebuild,
  -cfengine-3.0.5_p1-r1.ebuild, +cfengine-3.0.5_p1-r2.ebuild,
  files/cf-execd.rc6, files/cf-monitord.rc6, files/cf-serverd.rc6:
  Revision bump to cfengine-3.0.5_p1-r2. Fix some typos. Remove --quiet option
  from the init scripts. Allow one to define extra options by using
  EXTRA_OPTIONS in /etc/conf.d/cf-*.

  24 Oct 2010; Raúl Porcel <armin76@gentoo.org>
  cfengine-3.0.5_p1-r1.ebuild:
  Re-add ~sparc wrt #341163

*cfengine-2.2.10-r3 (15 Oct 2010)

  15 Oct 2010; Christian Ruppert <idl0r@gentoo.org> -cfengine-2.2.10-r2.ebuild,
  +cfengine-2.2.10-r3.ebuild,
  +files/cfengine-2.2.10-snprintf_buffer_overflow.patch,
  -cfengine-3.0.4.ebuild, cfengine-3.0.5_p1-r1.ebuild:
  Remove cfengine-3.0.4. Revision bump from cfengine-2.2.10-r2 to -r3, fixes
  bug 339808. Remove ~arm, ~sparc, ~ppc keywords due to libvirt useflag.

*cfengine-3.0.5_p1-r1 (16 Sep 2010)

  16 Sep 2010; Christian Ruppert <idl0r@gentoo.org> -cfengine-3.0.5_p1.ebuild,
  +cfengine-3.0.5_p1-r1.ebuild, +files/cfengine-3.0.5_p1-Makefile.am.patch,
  files/cfengine-3.0.5_p1-configure.ac.patch,
  +files/cfengine-3.0.5_p1-regex.c.patch:
  Revision bump. Use shared libraries by default. Fix some QA warnings during
  compile.

*cfengine-3.0.5_p1 (01 Sep 2010)

  01 Sep 2010; Christian Ruppert <idl0r@gentoo.org> +cfengine-3.0.5_p1.ebuild,
  +files/cfengine-3.0.5_p1-configure.ac.patch, metadata.xml:
  Add cfengine-3.0.5_p1. Add several new useflags. Fix configure.ac to allow
  the use of configure switches properly. Some QA fixes.

  29 Aug 2010; Christian Ruppert <idl0r@gentoo.org> cfengine-3.0.4.ebuild,
  cfengine-3.0.5.ebuild:
  Use a different slot for cfengine-3, bug 322237.

  25 Aug 2010; Christian Ruppert <idl0r@gentoo.org>
  -cfengine-2.1.22-r2.ebuild,
  -files/cfengine-2.1.22-db48-namespace-fix.patch,
  -files/cfengine-2.1.22-package-fix.patch,
  -files/cfengine-2.1-package-locking-fixup.patch,
  -files/cfengine-2.2.6-typo-fix.patch, -cfengine-2.2.8.ebuild,
  -cfengine-2.2.8-r1.ebuild,
  -files/cfengine-2.2-package-locking-fixup.patch,
  -files/module-cfportage.tbz2:
  Clean up. Fixes bug 328655 as well.

  17 Jun 2010; Patrick Lauer <patrick@gentoo.org> cfengine-3.0.4.ebuild,
  cfengine-3.0.5.ebuild:
  Migrating away from deprecated postgres virtuals

*cfengine-3.0.5 (16 Jun 2010)

  16 Jun 2010; Lance Albertson <ramereth@gentoo.org> +cfengine-3.0.5.ebuild:
  Version bump, resolves #324235

  28 May 2010; Torsten Veller <tove@gentoo.org> metadata.xml:
  Remove klieber from metadata.xml (#317393)

*cfengine-2.2.10-r2 (10 May 2010)

  10 May 2010; Christian Ruppert <idl0r@gentoo.org>
  +files/511666-segfault.patch, -cfengine-2.2.10-r1.ebuild,
  +cfengine-2.2.10-r2.ebuild, +files/admit-noclass-520696.patch:
  Revision bump, fixes
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520696 and
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511666

*cfengine-2.2.10-r1 (07 Mar 2010)

  07 Mar 2010; Lance Albertson <ramereth@gentoo.org>
  +cfengine-2.2.10-r1.ebuild, cfengine-3.0.4.ebuild:
  Add vim-syntax PDEPEND per #152275

*cfengine-3.0.4 (07 Mar 2010)

  07 Mar 2010; Lance Albertson <ramereth@gentoo.org> +cfengine-3.0.4.ebuild,
  +files/cf-execd.rc6, +files/cf-monitord.rc6, +files/cf-serverd.rc6:
  Finally add a masked version 3.x ebuild for testing. Fixes #281244

  26 Jan 2010; Robin H. Johnson <robbat2@gentoo.org>
  cfengine-2.1.22-r2.ebuild,
  +files/cfengine-2.1.22-db48-namespace-fix.patch:
  Compile-fix for using cfengine-2.1 and db4.8 together.

  19 Jan 2010; nixnut <nixnut@gentoo.org> cfengine-2.2.10.ebuild:
  ppc stable #300483

  17 Jan 2010; Raúl Porcel <armin76@gentoo.org> cfengine-2.2.10.ebuild:
  sparc stable wrt #300483

  12 Jan 2010; Markus Meier <maekke@gentoo.org> cfengine-2.2.10.ebuild:
  arm stable, bug #300483

  24 Sep 2009; Lance Albertson <ramereth@gentoo.org> cfengine-2.2.10.ebuild:
  Stable on x86/amd64

*cfengine-2.2.10 (23 Aug 2009)

  23 Aug 2009; Lance Albertson <ramereth@gentoo.org>
  -cfengine-2.1.20.ebuild, -cfengine-2.1.21.ebuild,
  -cfengine-2.1.22-r1.ebuild, cfengine-2.1.22-r2.ebuild,
  -cfengine-2.2.6.ebuild, -cfengine-2.2.7.ebuild, cfengine-2.2.8.ebuild,
  cfengine-2.2.8-r1.ebuild, +cfengine-2.2.10.ebuild:
  Version bump to 2.2.10, mark 2.2.x series stable

    * Old version clean up
    * Finally stablize the 2.2.x series (minus 2.2.10)
    * Fix QA issues with ebuilds
    * Update SRC_URI as it changed
    * 2.2.10
      - Include info files
      - Remove libcfengine.la/.a files as they aren't needed
      - Update ebuild to EAPI 2
      - package locking patch no longer needed

  05 Dec 2008; Robin H. Johnson <robbat2@gentoo.org>
  files/cfengine-2.1-package-locking-fixup.patch,
  files/cfengine-2.2-package-locking-fixup.patch:
  Update the locking fix patches to fully document the change and the
  testcase that triggers it.

  05 Dec 2008; Robin H. Johnson <robbat2@gentoo.org>
  cfengine-2.2.8-r1.ebuild:
  Bug #124314 - implement ROOT support. cfkeys must be run with ROOT==/, but
  is not run until emerge --config now.

*cfengine-2.2.8-r1 (05 Dec 2008)
*cfengine-2.1.22-r2 (05 Dec 2008)

  05 Dec 2008; Robin H. Johnson <robbat2@gentoo.org>
  +files/cfengine-2.1-package-locking-fixup.patch,
  +files/cfengine-2.2-package-locking-fixup.patch,
  +cfengine-2.1.22-r2.ebuild, +cfengine-2.2.8-r1.ebuild:
  Avoid a collision on the lock names inside the packages method when the
  package name, cmp and action are the same, but version and
  define/elsedefine are different.

  27 Sep 2008; Raúl Porcel <armin76@gentoo.org> cfengine-2.1.22-r1.ebuild:
  arm stable wrt #220927

*cfengine-2.2.8 (12 Aug 2008)

  12 Aug 2008; Lance Albertson <ramereth@gentoo.org> +cfengine-2.2.8.ebuild:
  Version bump to 2.2.8

*cfengine-2.2.7 (16 Jun 2008)

  16 Jun 2008; Lance Albertson <ramereth@gentoo.org> +cfengine-2.2.7.ebuild:
  Bump version

  08 Jun 2008; nixnut <nixnut@gentoo.org> cfengine-2.1.22-r1.ebuild:
  Stable on ppc wrt bug 220927

  18 May 2008; Raúl Porcel <armin76@gentoo.org> cfengine-2.1.22-r1.ebuild:
  sparc stable wrt #220927

  28 Apr 2008; Lance Albertson <ramereth@gentoo.org>
  -cfengine-2.1.17.ebuild, -cfengine-2.1.18.ebuild, cfengine-2.1.20.ebuild,
  cfengine-2.1.21.ebuild, -cfengine-2.1.22.ebuild,
  cfengine-2.1.22-r1.ebuild:
  * Stable bumps for x86/amd64
  * Clean old ebuilds out
  * Fix DESCRIPTION,HOMEPAGE,SRC_URI fields

*cfengine-2.2.6 (28 Apr 2008)

  28 Apr 2008; Lance Albertson <ramereth@gentoo.org>
  +files/cfengine-2.2.6-typo-fix.patch, +files/cfenvd.rc6,
  +files/cfexecd.rc6, +cfengine-2.2.6.ebuild:
  * Bump package to 2.2.6
    - Update DESCRIPTION,HOMEPAGE,SRC_URI fields
    - Add portage-utils depend
    - Add typo patch for this specific version
    - Fix man pages that use /usr/local
    - Add init scripts for cfenvd & cfexecd
    - Fix documentation
    - Remove references to cfportage since upstream now has it builtin
    - Update postinst section

*cfengine-2.1.22-r1 (21 Mar 2007)

  21 Mar 2007; Michael Marineau <marineam@gentoo.org>
  +files/cfengine-2.1.22-package-fix.patch, +cfengine-2.1.22-r1.ebuild:
  Minor fix, backport r347 from trunk to 2.1.22 to fix inform for package
  install.

*cfengine-2.1.22 (20 Feb 2007)

  20 Feb 2007; Michael Marineau <marineam@gentoo.org>
  +cfengine-2.1.22.ebuild:
  Bump cfengine to version 2.1.22

*cfengine-2.1.21 (20 Sep 2006)

  20 Sep 2006; Lance Albertson <ramereth@gentoo.org>
  +cfengine-2.1.21.ebuild:
  * Version bump

  13 Aug 2006; Jason Wever <weeve@gentoo.org> cfengine-2.1.20.ebuild:
  Stable on SPARC.

  18 Jul 2006; Michael Hanselmann <hansmi@gentoo.org>
  cfengine-2.1.20.ebuild:
  Stable on ppc.

  04 Jul 2006; Lance Albertson <ramereth@gentoo.org>
  -cfengine-2.1.15-r1.ebuild, -cfengine-2.1.16.ebuild,
  cfengine-2.1.20.ebuild:
  * Stable on x86
  * Remove old ebuilds/files

  02 Jul 2006; Chris White <chriswhite@gentoo.org> metadata.xml:
  Japanese metadata.xml translation. Thanks to Yoshino-san in bug #133930 for
  the translation.

*cfengine-2.1.20 (27 Apr 2006)

  27 Apr 2006; Lance Albertson <ramereth@gentoo.org>
  +cfengine-2.1.20.ebuild:
  * Version bump

  10 Mar 2006; Michael Hanselmann <hansmi@gentoo.org>
  cfengine-2.1.18.ebuild:
  Stable on ppc.

  27 Feb 2006; Gustavo Zacarias <gustavoz@gentoo.org>
  cfengine-2.1.18.ebuild:
  Stable on sparc

  25 Feb 2006; Lance Albertson <ramereth@gentoo.org> cfengine-2.1.18.ebuild:
  * Stable on x86

  07 Feb 2006; Simon Stelling <blubb@gentoo.org> cfengine-2.1.17.ebuild:
  stable on amd64

  15 Jan 2006; Michael Hanselmann <hansmi@gentoo.org>
  cfengine-2.1.17.ebuild:
  Stable on ppc.

  11 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org>
  cfengine-2.1.17.ebuild:
  Stable on sparc

*cfengine-2.1.18 (11 Jan 2006)

  11 Jan 2006; Lance Albertson <ramereth@gentoo.org> cfengine-2.1.17.ebuild,
  +cfengine-2.1.18.ebuild:
  * Stable on x86
  * Version bump

  24 Dec 2005; Michael Hanselmann <hansmi@gentoo.org>
  cfengine-2.1.16.ebuild:
  Stable on ppc.

  16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> cfengine-2.1.17.ebuild:
  Replace root:root in root:0. Bug #103563.

  22 Nov 2005; Gustavo Zacarias <gustavoz@gentoo.org>
  cfengine-2.1.16.ebuild:
  Stable on sparc

*cfengine-2.1.17 (20 Nov 2005)

  20 Nov 2005; Lance Albertson <ramereth@gentoo.org>
  -cfengine-2.1.14-r1.ebuild, cfengine-2.1.16.ebuild,
  +cfengine-2.1.17.ebuild:
  * Version bump
  * Stable on x86
  * Clean out old ebuild

*cfengine-2.1.16 (02 Oct 2005)

  02 Oct 2005; Lance Albertson <ramereth@gentoo.org>
  -files/cfengine-2.1.10-setnetgrent.patch, metadata.xml,
  -cfengine-2.1.13.ebuild, -cfengine-2.1.14.ebuild, +cfengine-2.1.16.ebuild:
  * Rev bump for 2.1.16
  * Ebuild cleanup
  * Fix wordwrap in metadata.xml
  * Removed unused patch

  20 Aug 2005; Jason Wever <weeve@gentoo.org> cfengine-2.1.15-r1.ebuild:
  Stable on SPARC.

  19 Aug 2005; Michael Hanselmann <hansmi@gentoo.org>
  cfengine-2.1.15-r1.ebuild:
  Stable on ppc.

  17 Aug 2005; Lance Albertson <ramereth@gentoo.org>
  cfengine-2.1.14-r1.ebuild, -cfengine-2.1.15.ebuild,
  cfengine-2.1.15-r1.ebuild:
  * Stable on x86/amd64

  13 Aug 2005; Michael Hanselmann <hansmi@gentoo.org>
  cfengine-2.1.14.ebuild:
  Stable on ppc.

  07 Aug 2005; Jason Wever <weeve@gentoo.org> cfengine-2.1.14.ebuild:
  Stable on SPARC.

*cfengine-2.1.15-r1 (02 Jul 2005)
*cfengine-2.1.14-r1 (02 Jul 2005)

  02 Jul 2005; Lance Albertson <ramereth@gentoo.org>
  +cfengine-2.1.14-r1.ebuild, +cfengine-2.1.15-r1.ebuild:
  * Fixed openssl dep to match upstream's suggestion
  * Fixed the contrib, inputs, & doc installation issue
    (It would put it in the wrong place)
  * Fixed a few doc locations
  * Added manpages

*cfengine-2.1.15 (25 Jun 2005)

  25 Jun 2005; Lance Albertson <ramereth@gentoo.org> cfengine-2.1.14.ebuild,
  +cfengine-2.1.15.ebuild:
  * Bumped 2.1.14 stable on x86
  * Added 2.1.15 ~arch

*cfengine-2.1.14 (30 Apr 2005)

  30 Apr 2005; Lance Albertson <ramereth@gentoo.org> metadata.xml,
  -cfengine-2.1.7.ebuild, -cfengine-2.1.9.ebuild,
  -cfengine-2.1.10-r2.ebuild, -cfengine-2.1.11-r1.ebuild,
  -cfengine-2.1.11-r2.ebuild, +cfengine-2.1.14.ebuild:
  version bump, cleaning out old ebuilds

  25 Apr 2005; Jason Wever <weeve@gentoo.org> cfengine-2.1.13.ebuild:
  Stable on SPARC.

  20 Apr 2005; Michael Hanselmann <hansmi@gentoo.org>
  cfengine-2.1.13.ebuild:
  Stable on ppc.

  23 Mar 2005; Kurt Lieber <klieber@gentoo.org> cfengine-2.1.13.ebuild:
  marked stable on x86

*cfengine-2.1.13 (27 Jan 2005)

  27 Jan 2005; Kurt Lieber <klieber@gentoo.org> +cfengine-2.1.13.ebuild:
  version bumpage

*cfengine-2.1.11-r2 (14 Nov 2004)

  14 Nov 2004; Kurt Lieber <klieber@gentoo.org> +files/cfservd.rc6,
  +cfengine-2.1.11-r2.ebuild:
  added init script, changed perms for module:cfportage. thanks to jaervosz for
  the changes

  09 Nov 2004; Jason Wever <weeve@gentoo.org> cfengine-2.1.11-r1.ebuild:
  Stable on sparc.

  04 Nov 2004; Kurt Lieber <klieber@gentoo.org> cfengine-2.1.11-r1.ebuild:
  unmasking on x86

*cfengine-2.1.11-r1 (01 Nov 2004)

  01 Nov 2004; Kurt Lieber <klieber@gentoo.org> +cfengine-2.1.11-r1.ebuild,
  -cfengine-2.1.11.ebuild:
  oops, forgot to inherit gnuconfig

*cfengine-2.1.11 (01 Nov 2004)

  01 Nov 2004; Kurt Lieber <klieber@gentoo.org> +cfengine-2.1.11.ebuild:
  version bump to 2.1.11

*cfengine-2.1.10-r2 (01 Nov 2004)

  01 Nov 2004; Kurt Lieber <klieber@gentoo.org> +cfengine-2.1.10-r2.ebuild:
  Add inherit eutils

  30 Oct 2004; Kurt Lieber <klieber@gentoo.org> cfengine-2.1.10-r1.ebuild:
  marking stable on x86 and ppc

*cfengine-2.1.10-r1 (25 Oct 2004)

  25 Oct 2004; Kurt Lieber <klieber@gentoo.org> +cfengine-2.1.10-r1.ebuild:
  bumpage to fix 68709 and 64411

  06 Oct 2004; Kurt Lieber <klieber@gentoo.org> cfengine-2.1.10.ebuild:
  added ~amd64 to ebuild

*cfengine-2.1.10 (18 Sep 2004)

  04 Oct 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> cfengine-*.ebuild:
  Masking stable on ppc

  18 Sep 2004; Jason Wever <weeve@gentoo.org> cfengine-2.1.10.ebuild:
  Stable on sparc.

  18 Aug 2004; Kurt Lieber <klieber@gentoo.org> :
  version bump to 2.1.10

*cfengine-2.1.9 (10 Aug 2004)

  10 Aug 2004; Jason Wever <weeve@gentoo.org> cfengine-2.1.9.ebuild:
  Stable on sparc wrt security bug #59895.

  10 Aug 2004; Kurt Lieber <klieber@gentoo.org> :
  version bump to 2.1.9

  14 Jul 2004; Kurt Lieber <klieber@gentoo.org> cfengine-2.1.7.ebuild:
  mark stable on x86

  01 Jul 2004; Jon Hood <squinky86@gentoo.org> cfengine-2.1.1.ebuild,
  cfengine-2.1.3.ebuild, cfengine-2.1.5.ebuild, cfengine-2.1.6.ebuild,
  cfengine-2.1.7.ebuild:
  change virtual/glibc to virtual/libc, add IUSE, fix headers

*cfengine-2.1.7 (29 Jun 2004)

  29 Jun 2004; Kurt Lieber <klieber@gentoo.org> +cfengine-2.1.7.ebuild:
  version bump to 2.1.7

  23 Jun 2004; Kurt Lieber <klieber@gentoo.org> cfengine-2.1.6.ebuild:
  marked 2.1.6 stable on x86

*cfengine-2.1.6 (13 May 2004)

  13 May 2004; Kurt Lieber <klieber@gentoo.org> cfengine-2.1.6.ebuild:
  cfengine version bump

*cfengine-2.1.5 (13 Apr 2004)

  13 Apr 2004; Kurt Lieber <klieber@gentoo.org> cfengine-2.1.5.ebuild:
  bump to 2.1.5 to fix a minor bug.

*cfengine-2.1.4 (06 Apr 2004)

  06 Apr 2004; Kurt Lieber <klieber@gentoo.org> cfengine-2.1.4.ebuild:
  2.1.4 committed ~masked

  19 Mar 2004; Kurt Lieber <klieber@gentoo.org> cfengine-2.0.8_p1-r3.ebuild,
  cfengine-2.1.3.ebuild:
  removed 2.0.8, marked 2.1.3 stable on x86

  08 Mar 2004; Kurt Lieber <klieber@gentoo.org> cfengine-2.1.1.ebuild,
  cfengine-2.1.3.ebuild:
  marked cfengine 2.1.1 stable on x86, removed DOCUMENTATION from dodoc on 2.1.3
  ebuild

*cfengine-2.1.3 (06 Mar 2004)

  06 Mar 2004; Kurt Lieber <klieber@gentoo.org> cfengine-2.1.3.ebuild:
  2.1.3 version bump

*cfengine-2.1.1 (31 Jan 2004)

  31 Jan 2004; Kurt Lieber <klieber@gentoo.org> cfengine-2.0.8_p1-r2.ebuild,
  cfengine-2.1.1.ebuild:
  added new 2.1.1 build

*cfengine-2.0.8_p1-r3 (17 Dec 2003)

  17 Dec 2003; rob holland <tigger@gentoo.org> cfengine-2.0.8_p1-r3.ebuild,
  files/cfportage.README, files/module:cfportage:
  Added a cfengine module to test for installed software using portage.
  Removed silly mkdir which did nothing

*cfengine-2.1.0_p1 (05 Nov 2003)

  05 Nov 2003; Kurt Lieber,,, <kurtl@gentoo.org> cfengine-2.1.0_p1.ebuild:
  2.1.0_p1 ebuild

  04 Nov 2003; Kurt Lieber,,, <klieber@gentoo.org> cfengine-2.0.3.ebuild,
  cfengine-2.1.0.ebuild, cfengine-2.1.0_beta5.ebuild:
  bumping 2.1.0 to stable on x86, removing 2.1.0b5 and 2.0.3 from portage.

*cfengine-2.1.0 (29 Oct 2003)

  29 Oct 2003; Kurt Lieber,,, <klieber@gentoo.org> cfengine-2.1.0.ebuild:
  final version of cfengine-2.1.0

  12 Oct 2003; Kurt Lieber,,, <klieber@gentoo.org> cfengine-2.0.8_p1-r1.ebuild,
  cfengine-2.0.8_p1-r2.ebuild:
  removing -r1, marking -r2 as stable.  minor cleanups.  no major changes

*cfengine-2.1.0_beta5 (11 Oct 2003)

  11 Oct 2003; Kurt Lieber,,, <klieber@gentoo.org> cfengine-2.1.0_beta4.ebuild,
  cfengine-2.1.0_beta5.ebuild:
  bumped to beta 5.  no other changes

  04 Oct 2003; Kurt Lieber,,, <klieber@gentoo.org> cfengine-2.1.0_beta4.ebuild:
  initial version of 2.1.0b4 for testing.

*cfengine-2.0.8_p1-r2 (04 Oct 2003)

  04 Oct 2003; Kurt Lieber,,, <klieber@gentoo.org> cfengine-2.0.8_p1-r2.ebuild:
  changed ln -sf to cp to maintain consistency with how cfengine does things.

  04 Oct 2003; Kurt Lieber,,, <klieber@gentoo.org> cfengine-2.0.8_p1-r1.ebuild:
  bumped to stable -- tested and running on multiple Gentoo infrastructure
  servers

  03 Oct 2003; Kurt Lieber <klieber@gentoo.org>;
  cfengine-2.0.8_p1-r1.ebuild:
  Misc. fixes regarding #28910.  Thanks to rladams@kelsey-seybold.com
  for the submission.

*cfengine-2.0.8_p1 (29 Sep 2003)

  30 Sep 2003; Donnie Berkholz <spyderous@gentoo.org>;
  cfengine-2.0.8_p1.ebuild:
  Ebuild cleanup.

*cfengine-2.0.8_p1 (29 Sep 2003)

  29 Sep 2003; <solar@gentoo.org> cfengine-2.0.8_p1.ebuild:
  security version bump. 2.0.8_p1 ebuild submission by Russell Adams

*cfengine-2.0.6-r1 (01 Aug 2003)

  01 Aug 2003; Paul de Vrieze <pauldv@gentoo.org> cfengine-2.0.6-r1.ebuild,
  files/cfengine-2.0.6-db4.diff:
  Add a hack to make configure work with versioned symbols in db4. Unfortunately
  autoconf does not work easilly so I had to hack configure itself

*cfengine-2.0.6 (30 Apr 2003)

  30 Apr 2003; Kurt Lieber <klieber@gentoo.org> cfengine-2.0.6.ebuild:
  Version bump

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
*cfengine-2.0.3 (1 Jul 2002)

  6 Jul 2002; phoen][x <phoenix@gentoo.org> ChangeLog cfengine-2.0.3.ebuild:
  
  Added KEYWORDS.

  1 Jul 2002; Jon Nelson <jnelson@gentoo.org> ChangeLog cfengine-2.0.3.ebuild:
  
  Update ebuild closes #2915
  Note that this revision still does not contain an init.d file,
  nor a sample config file, because at this time I (jnelson) haven't
  fully set up a cfengine installation.

*cfengine-1.6.3 (1 Feb 2002)

  6 Jul 2002; phoen][x <phoenix@gentoo.org> ChangeLog cfengine-1.6.3.ebuild:
  
  Added KEYWORDS, LICENSE, SLOT.

  1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
  
  Ebuild Author Prakash Shetty (Crux) <ps@gnuos.org>

  
  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.