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
|
# ChangeLog for dev-db/postgresql-docs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v 1.121 2011/12/08 02:07:14 titanofold Exp $
*postgresql-docs-9.1.2 (08 Dec 2011)
*postgresql-docs-9.0.6 (08 Dec 2011)
*postgresql-docs-8.4.10 (08 Dec 2011)
*postgresql-docs-8.3.17 (08 Dec 2011)
*postgresql-docs-8.2.23 (08 Dec 2011)
08 Dec 2011; Aaron W. Swenson <titanofold@gentoo.org>
+postgresql-docs-8.2.23.ebuild, +postgresql-docs-8.3.17.ebuild,
+postgresql-docs-8.4.10.ebuild, +postgresql-docs-9.0.6.ebuild,
+postgresql-docs-9.1.2.ebuild:
Version Bump
13 Nov 2011; Markus Meier <maekke@gentoo.org> postgresql-docs-9.1.1.ebuild:
x86 stable, bug #388489
06 Nov 2011; Markus Meier <maekke@gentoo.org> postgresql-docs-9.1.1.ebuild:
arm stable, bug #388489
02 Nov 2011; Jeroen Roovers <jer@gentoo.org> postgresql-docs-9.1.1.ebuild:
Stable for HPPA (bug #388489).
31 Oct 2011; Tony Vroon <chainsaw@gentoo.org> postgresql-docs-9.1.1.ebuild:
Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney &
Agostino "ago" Sarubbo in bug #388489.
02 Oct 2011; Aaron W. Swenson <titanofold@gentoo.org>
-postgresql-docs-8.2.21.ebuild, -postgresql-docs-8.3.14.ebuild,
-postgresql-docs-8.3.15.ebuild, -postgresql-docs-8.4.7.ebuild,
-postgresql-docs-8.4.8.ebuild, -postgresql-docs-9.0.3.ebuild,
-postgresql-docs-9.0.4.ebuild, -files/postgresql-9.0-common.3.patch:
Removed versions affected by bug 384539 and cleaned out unused files.
01 Oct 2011; Markos Chandras <hwoarang@gentoo.org>
postgresql-docs-8.2.22.ebuild, postgresql-docs-8.3.16.ebuild,
postgresql-docs-8.4.9.ebuild, postgresql-docs-9.0.5.ebuild:
Stable on amd64 wrt bug #384539
01 Oct 2011; Raúl Porcel <armin76@gentoo.org> postgresql-docs-8.2.22.ebuild,
postgresql-docs-8.3.16.ebuild, postgresql-docs-8.4.9.ebuild,
postgresql-docs-9.0.5.ebuild:
alpha/arm/ia64/s390/sh/sparc stable wrt #384539
30 Sep 2011; Thomas Kahle <tomka@gentoo.org> postgresql-docs-8.2.22.ebuild,
postgresql-docs-8.3.16.ebuild, postgresql-docs-8.4.9.ebuild,
postgresql-docs-9.0.5.ebuild:
x86 stable per bug 384539
28 Sep 2011; Kacper Kowalik <xarthisius@gentoo.org>
postgresql-docs-8.2.22.ebuild, postgresql-docs-8.3.16.ebuild,
postgresql-docs-8.4.9.ebuild, postgresql-docs-9.0.5.ebuild:
ppc/ppc64 stable wrt #384539
27 Sep 2011; Jeroen Roovers <jer@gentoo.org> postgresql-docs-8.2.22.ebuild,
postgresql-docs-8.3.16.ebuild, postgresql-docs-8.4.9.ebuild,
postgresql-docs-9.0.5.ebuild:
Stable for HPPA (bug #384539).
26 Sep 2011; Mark Loeser <halcy0n@gentoo.org> +postgresql-docs-8.3.14.ebuild,
+postgresql-docs-8.4.7.ebuild, +postgresql-docs-9.0.3.ebuild:
Add back versions for ppc64
26 Sep 2011; Patrick Lauer <patrick@gentoo.org>
-postgresql-docs-8.2.20.ebuild, -postgresql-docs-8.3.14.ebuild,
-postgresql-docs-8.4.7.ebuild, -postgresql-docs-9.0.3.ebuild,
-postgresql-docs-9.1.0.ebuild:
Remove old
*postgresql-docs-9.1.1 (26 Sep 2011)
*postgresql-docs-9.0.5 (26 Sep 2011)
*postgresql-docs-8.4.9 (26 Sep 2011)
*postgresql-docs-8.3.16 (26 Sep 2011)
*postgresql-docs-8.2.22 (26 Sep 2011)
26 Sep 2011; Patrick Lauer <patrick@gentoo.org>
+postgresql-docs-8.2.22.ebuild, +postgresql-docs-8.3.16.ebuild,
+postgresql-docs-8.4.9.ebuild, +postgresql-docs-9.0.5.ebuild,
+postgresql-docs-9.1.1.ebuild:
Bump for #384539
*postgresql-docs-9.1.0 (17 Sep 2011)
17 Sep 2011; Aaron W. Swenson <titanofold@gentoo.org>
-postgresql-docs-9.1_beta1.ebuild, -postgresql-docs-9.1_beta2.ebuild,
-postgresql-docs-9.1_beta3.ebuild, -postgresql-docs-9.1_rc1.ebuild,
+postgresql-docs-9.1.0.ebuild:
Version bump fixes bug 383183 and removed testing versions.
*postgresql-docs-9.1_rc1 (28 Aug 2011)
28 Aug 2011; Aaron W. Swenson <titanofold@gentoo.org>
+postgresql-docs-9.1_rc1.ebuild:
Version bump.
07 Aug 2011; Jeroen Roovers <jer@gentoo.org> postgresql-docs-8.2.21.ebuild,
postgresql-docs-8.3.15.ebuild, postgresql-docs-8.4.8.ebuild,
postgresql-docs-9.0.4.ebuild:
Stable for HPPA (bug #371763).
22 Jul 2011; Mark Loeser <halcy0n@gentoo.org> postgresql-docs-8.2.21.ebuild,
postgresql-docs-8.3.15.ebuild, postgresql-docs-8.4.8.ebuild,
postgresql-docs-9.0.4.ebuild:
Stable for ppc; bug #371763
*postgresql-docs-9.1_beta3 (15 Jul 2011)
15 Jul 2011; Aaron W. Swenson <titanofold@gentoo.org>
+postgresql-docs-9.1_beta3.ebuild:
Version bump
02 Jul 2011; Markos Chandras <hwoarang@gentoo.org>
postgresql-docs-8.2.21.ebuild, postgresql-docs-8.3.15.ebuild,
postgresql-docs-8.4.8.ebuild, postgresql-docs-9.0.4.ebuild:
Stable on amd64 wrt bug #371763
*postgresql-docs-9.1_beta2 (26 Jun 2011)
26 Jun 2011; Aaron W. Swenson <titanofold@gentoo.org>
+postgresql-docs-9.1_beta2.ebuild:
Version bump
24 Jun 2011; Raúl Porcel <armin76@gentoo.org> postgresql-docs-8.2.21.ebuild,
postgresql-docs-8.3.15.ebuild, postgresql-docs-8.4.8.ebuild,
postgresql-docs-9.0.4.ebuild:
alpha/arm/ia64/s390/sh/sparc stable wrt #371763
20 Jun 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
postgresql-docs-8.2.21.ebuild, postgresql-docs-8.3.15.ebuild,
postgresql-docs-8.4.8.ebuild, postgresql-docs-9.0.4.ebuild:
x86 stable wrt bug #371763
19 May 2011; Tomáš Chvátal <scarabeus@gentoo.org>
-postgresql-docs-8.2.18.ebuild, -postgresql-docs-8.2.19.ebuild,
-postgresql-docs-8.2.20-r1.ebuild, -postgresql-docs-8.3.12.ebuild,
-postgresql-docs-8.3.13.ebuild, -postgresql-docs-8.3.14-r1.ebuild,
-postgresql-docs-8.4.5.ebuild, -postgresql-docs-8.4.6.ebuild,
-postgresql-docs-8.4.7-r1.ebuild, -postgresql-docs-9.0.1.ebuild,
-postgresql-docs-9.0.2.ebuild, -postgresql-docs-9.0.3-r1.ebuild,
-files/postgresql-9.0-common.patch, -postgresql-docs-9.1_alpha4.ebuild,
-postgresql-docs-9.1_alpha5.ebuild:
Spring cleanup. Drop overshadowed versions.
*postgresql-docs-9.1_beta1 (03 May 2011)
03 May 2011; Aaron W. Swenson <titanofold@gentoo.org>
+postgresql-docs-9.1_beta1.ebuild:
Version bump
24 Apr 2011; Fabian Groffen <grobian@gentoo.org>
postgresql-docs-9.0.3-r1.ebuild, postgresql-docs-9.0.4.ebuild,
postgresql-docs-9.1_alpha5.ebuild:
Marked ~ppc-macos, ~x86-solaris
*postgresql-docs-9.0.4 (20 Apr 2011)
*postgresql-docs-8.4.8 (20 Apr 2011)
*postgresql-docs-8.3.15 (20 Apr 2011)
*postgresql-docs-8.2.21 (20 Apr 2011)
20 Apr 2011; Aaron W. Swenson <titanofold@gentoo.org>
+postgresql-docs-8.2.21.ebuild, +postgresql-docs-8.3.15.ebuild,
+postgresql-docs-8.4.8.ebuild, +postgresql-docs-9.0.4.ebuild:
Version bump
*postgresql-docs-9.1_alpha5 (31 Mar 2011)
31 Mar 2011; Aaron W. Swenson <titanofold@gentoo.org>
+postgresql-docs-9.1_alpha5.ebuild:
Version bump.
*postgresql-docs-9.0.3-r1 (21 Mar 2011)
*postgresql-docs-8.4.7-r1 (21 Mar 2011)
*postgresql-docs-8.3.14-r1 (21 Mar 2011)
*postgresql-docs-8.2.20-r1 (21 Mar 2011)
21 Mar 2011; Aaron W. Swenson <titanofold@gentoo.org>
+postgresql-docs-8.2.20-r1.ebuild, +postgresql-docs-8.3.14-r1.ebuild,
+postgresql-docs-8.4.7-r1.ebuild, +postgresql-docs-9.0.3-r1.ebuild:
Move to EAPI4. Fixes bug 331033.
*postgresql-docs-9.1_alpha4 (20 Mar 2011)
20 Mar 2011; Aaron W. Swenson <titanofold@gentoo.org>
+postgresql-docs-9.1_alpha4.ebuild:
Adding 9.1 pre-release
20 Mar 2011; Mr. Aaron W. Swenson (TitanOfOld) <titanofold@gentoo.org>
-postgresql-docs-8.1.22.ebuild, -postgresql-docs-8.1.23.ebuild,
-files/postgresql-8.5-common.patch:
EOL'd upstream
06 Mar 2011; Raúl Porcel <armin76@gentoo.org> postgresql-docs-8.2.20.ebuild,
postgresql-docs-8.3.14.ebuild, postgresql-docs-8.4.7.ebuild,
postgresql-docs-9.0.3.ebuild:
arm/ia64/s390/sh/sparc stable wrt #353387
05 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org>
postgresql-docs-9.0.3.ebuild:
ppc/ppc64 stable wrt #343883
27 Feb 2011; Tobias Klausmann <klausman@gentoo.org>
postgresql-docs-9.0.3.ebuild:
Stable on alpha, bug #353387
27 Feb 2011; Tobias Klausmann <klausman@gentoo.org>
postgresql-docs-8.4.7.ebuild:
Stable on alpha, bug #353387
27 Feb 2011; Tobias Klausmann <klausman@gentoo.org>
postgresql-docs-8.3.14.ebuild:
Stable on alpha, bug #353387
27 Feb 2011; Tobias Klausmann <klausman@gentoo.org>
postgresql-docs-8.2.20.ebuild:
Stable on alpha, bug #353387
16 Feb 2011; Markos Chandras <hwoarang@gentoo.org>
postgresql-docs-8.2.20.ebuild, postgresql-docs-8.3.14.ebuild,
postgresql-docs-8.4.7.ebuild, postgresql-docs-9.0.3.ebuild:
Stable on amd64 wrt bug #353387
16 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org>
postgresql-docs-8.2.20.ebuild, postgresql-docs-8.3.14.ebuild,
postgresql-docs-8.4.7.ebuild:
ppc/ppc64 stable wrt #353387
05 Feb 2011; Christian Faulhammer <fauli@gentoo.org>
postgresql-docs-9.0.3.ebuild:
stable x86, bug 343883
05 Feb 2011; Christian Faulhammer <fauli@gentoo.org>
postgresql-docs-8.2.20.ebuild:
stable x86, security bug 353387
05 Feb 2011; Christian Faulhammer <fauli@gentoo.org>
postgresql-docs-8.3.14.ebuild:
stable x86, security bug 353387
05 Feb 2011; Christian Faulhammer <fauli@gentoo.org>
postgresql-docs-8.4.7.ebuild:
stable x86, security bug 353387
02 Feb 2011; Jeroen Roovers <jer@gentoo.org> postgresql-docs-8.2.20.ebuild,
postgresql-docs-8.3.14.ebuild, postgresql-docs-8.4.7.ebuild,
postgresql-docs-9.0.3.ebuild:
Stable for HPPA (bug #353387).
*postgresql-docs-9.0.3 (31 Jan 2011)
*postgresql-docs-8.4.7 (31 Jan 2011)
*postgresql-docs-8.3.14 (31 Jan 2011)
*postgresql-docs-8.2.20 (31 Jan 2011)
31 Jan 2011; Patrick Lauer <patrick@gentoo.org>
+postgresql-docs-8.2.20.ebuild, +postgresql-docs-8.3.14.ebuild,
+postgresql-docs-8.4.7.ebuild, +postgresql-docs-9.0.3.ebuild:
Bump
31 Jan 2011; Patrick Lauer <patrick@gentoo.org>
-postgresql-docs-8.1.21.ebuild, -postgresql-docs-8.2.17.ebuild,
-postgresql-docs-8.3.11.ebuild, -postgresql-docs-8.4.4.ebuild,
-postgresql-docs-9.0.0.ebuild:
Remove old
25 Jan 2011; Markos Chandras <hwoarang@gentoo.org>
postgresql-docs-9.0.1.ebuild:
Stable on amd64 wrt bug #343883
10 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org>
postgresql-docs-8.3.12.ebuild, postgresql-docs-8.4.5.ebuild:
ppc64 stable wrt #339935
08 Jan 2011; Raúl Porcel <armin76@gentoo.org> postgresql-docs-8.1.22.ebuild,
postgresql-docs-8.2.18.ebuild, postgresql-docs-8.3.12.ebuild,
postgresql-docs-8.4.5.ebuild:
alpha/arm/ia64/s390/sh/sparc stable wrt #339935
*postgresql-docs-8.1.23 (06 Jan 2011)
06 Jan 2011; Patrick Lauer <patrick@gentoo.org>
+postgresql-docs-8.1.23.ebuild:
Bump 8.1 too
*postgresql-docs-9.0.2 (04 Jan 2011)
*postgresql-docs-8.4.6 (04 Jan 2011)
*postgresql-docs-8.3.13 (04 Jan 2011)
*postgresql-docs-8.2.19 (04 Jan 2011)
04 Jan 2011; Patrick Lauer <patrick@gentoo.org>
+postgresql-docs-8.2.19.ebuild, +postgresql-docs-8.3.13.ebuild,
+postgresql-docs-8.4.6.ebuild, +postgresql-docs-9.0.2.ebuild:
Bump
02 Jan 2011; Tobias Klausmann <klausman@gentoo.org>
postgresql-docs-8.3.12.ebuild:
Stable on alpha, bug #347223
02 Jan 2011; Tobias Klausmann <klausman@gentoo.org>
postgresql-docs-8.2.18.ebuild:
Stable on alpha, bug #347223
02 Jan 2011; Tobias Klausmann <klausman@gentoo.org>
postgresql-docs-8.1.22.ebuild:
Stable on alpha, bug #347223
02 Jan 2011; Tobias Klausmann <klausman@gentoo.org>
postgresql-docs-8.4.5.ebuild:
Stable on alpha, bug #347223
31 Dec 2010; Markos Chandras <hwoarang@gentoo.org>
postgresql-docs-8.1.22.ebuild, postgresql-docs-8.2.18.ebuild,
postgresql-docs-8.3.12.ebuild, postgresql-docs-8.4.5.ebuild:
Stable on amd64 wrt bug #339935
18 Dec 2010; Jeroen Roovers <jer@gentoo.org> postgresql-docs-8.1.22.ebuild,
postgresql-docs-8.2.18.ebuild, postgresql-docs-8.3.12.ebuild,
postgresql-docs-8.4.5.ebuild:
Stable for HPPA PPC (bug #339935).
02 Dec 2010; Christian Faulhammer <fauli@gentoo.org>
postgresql-docs-8.1.22.ebuild, postgresql-docs-8.2.18.ebuild,
postgresql-docs-8.3.12.ebuild, postgresql-docs-8.4.5.ebuild:
stable x86, security bug 339935
29 Nov 2010; Jeroen Roovers <jer@gentoo.org> postgresql-docs-8.1.22.ebuild,
postgresql-docs-8.2.18.ebuild, postgresql-docs-8.3.12.ebuild,
postgresql-docs-8.4.5.ebuild:
Revert HPPA stabilisation (bug #339935).
29 Nov 2010; Jeroen Roovers <jer@gentoo.org> postgresql-docs-8.1.22.ebuild,
postgresql-docs-8.2.18.ebuild, postgresql-docs-8.3.12.ebuild,
postgresql-docs-8.4.5.ebuild:
Stable for HPPA (bug #339935).
*postgresql-docs-9.0.1 (06 Oct 2010)
*postgresql-docs-8.4.5 (06 Oct 2010)
*postgresql-docs-8.3.12 (06 Oct 2010)
*postgresql-docs-8.2.18 (06 Oct 2010)
*postgresql-docs-8.1.22 (06 Oct 2010)
06 Oct 2010; Patrick Lauer <patrick@gentoo.org>
+postgresql-docs-8.1.22.ebuild, +postgresql-docs-8.2.18.ebuild,
+postgresql-docs-8.3.12.ebuild, +postgresql-docs-8.4.5.ebuild,
+postgresql-docs-9.0.1.ebuild:
Bump
21 Sep 2010; Patrick Lauer <patrick@gentoo.org>
-postgresql-docs-9.0_beta4.ebuild, -postgresql-docs-9.0_rc1.ebuild:
Remove old
*postgresql-docs-9.0.0 (19 Sep 2010)
19 Sep 2010; Patrick Lauer <patrick@gentoo.org>
+postgresql-docs-9.0.0.ebuild:
Bump to 9.0.0 final
*postgresql-docs-9.0_rc1 (02 Sep 2010)
02 Sep 2010; Patrick Lauer <patrick@gentoo.org>
+postgresql-docs-9.0_rc1.ebuild:
Bump to 9.0_rc1
02 Sep 2010; Patrick Lauer <patrick@gentoo.org>
-postgresql-docs-8.1.11.ebuild, -postgresql-docs-8.1.18.ebuild,
-postgresql-docs-8.1.19.ebuild, -postgresql-docs-8.1.20.ebuild,
-postgresql-docs-8.2.14.ebuild, -postgresql-docs-8.2.15.ebuild,
-postgresql-docs-8.2.16.ebuild, -postgresql-docs-8.3.8.ebuild,
-postgresql-docs-8.3.9.ebuild, -postgresql-docs-8.3.10.ebuild,
-postgresql-docs-8.4.1.ebuild, -postgresql-docs-8.4.2.ebuild,
-postgresql-docs-8.4.3.ebuild, -postgresql-docs-9.0_beta3.ebuild:
Remove old
02 Sep 2010; Patrick Lauer <patrick@gentoo.org>
-postgresql-docs-7.4.26.ebuild, -postgresql-docs-7.4.27.ebuild,
-postgresql-docs-7.4.28.ebuild, -postgresql-docs-7.4.29.ebuild,
-postgresql-docs-8.0.22.ebuild, -postgresql-docs-8.0.23.ebuild,
-postgresql-docs-8.0.24.ebuild, -postgresql-docs-8.0.25.ebuild:
Remove 7.4 and 8.0
30 Aug 2010; Patrick Lauer <patrick@gentoo.org>
postgresql-docs-8.4.1.ebuild, postgresql-docs-8.4.2.ebuild,
postgresql-docs-8.4.3.ebuild, postgresql-docs-8.4.4.ebuild,
postgresql-docs-9.0_beta3.ebuild, postgresql-docs-9.0_beta4.ebuild:
Fixing stylesheet installation #335129. Fixing implicit RDEPEND
11 Aug 2010; Joseph Jezak <josejx@gentoo.org>
postgresql-docs-8.1.21.ebuild, postgresql-docs-8.2.17.ebuild,
postgresql-docs-8.3.11.ebuild, postgresql-docs-8.4.4.ebuild:
Marked ppc/ppc64 stable for bug #320967.
*postgresql-docs-9.0_beta4 (09 Aug 2010)
09 Aug 2010; Patrick Lauer <patrick@gentoo.org>
-postgresql-docs-9.0_beta2.ebuild, +postgresql-docs-9.0_beta4.ebuild:
Bump
*postgresql-docs-9.0_beta3 (14 Jul 2010)
14 Jul 2010; Patrick Lauer <patrick@gentoo.org>
+postgresql-docs-9.0_beta3.ebuild, +files/postgresql-9.0-common.3.patch:
Bump
10 Jul 2010; Raúl Porcel <armin76@gentoo.org>
postgresql-docs-7.4.29.ebuild, postgresql-docs-8.0.25.ebuild,
postgresql-docs-8.1.21.ebuild, postgresql-docs-8.2.17.ebuild,
postgresql-docs-8.3.11.ebuild, postgresql-docs-8.4.4.ebuild:
alpha/arm/ia64/s390/sh/sparc stable wrt #320967
23 Jun 2010; Christoph Mende <angelos@gentoo.org>
postgresql-docs-7.4.29.ebuild, postgresql-docs-8.0.25.ebuild,
postgresql-docs-8.1.21.ebuild, postgresql-docs-8.2.17.ebuild,
postgresql-docs-8.3.11.ebuild, postgresql-docs-8.4.4.ebuild:
Stable on amd64 wrt bug #320967
21 Jun 2010; Jeroen Roovers <jer@gentoo.org>
postgresql-docs-7.4.29.ebuild, postgresql-docs-8.0.25.ebuild,
postgresql-docs-8.1.21.ebuild, postgresql-docs-8.2.17.ebuild,
postgresql-docs-8.3.11.ebuild, postgresql-docs-8.4.4.ebuild:
Stable for HPPA (bug #320967).
15 Jun 2010; Patrick Lauer <patrick@gentoo.org>
-postgresql-docs-9.0_alpha4.ebuild, -postgresql-docs-9.0_beta1.ebuild:
Punt 9.0 alpha and beta1
13 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
postgresql-docs-7.4.29.ebuild, postgresql-docs-8.0.25.ebuild,
postgresql-docs-8.1.21.ebuild, postgresql-docs-8.2.17.ebuild,
postgresql-docs-8.3.11.ebuild, postgresql-docs-8.4.4.ebuild:
x86 stable wrt security bug #320967
*postgresql-docs-9.0_beta2 (09 Jun 2010)
09 Jun 2010; Patrick Lauer <patrick@gentoo.org>
+postgresql-docs-9.0_beta2.ebuild:
Bump to 9.0 beta 2
*postgresql-docs-8.4.4 (17 May 2010)
*postgresql-docs-8.3.11 (17 May 2010)
*postgresql-docs-8.2.17 (17 May 2010)
*postgresql-docs-8.1.21 (17 May 2010)
*postgresql-docs-8.0.25 (17 May 2010)
*postgresql-docs-7.4.29 (17 May 2010)
17 May 2010; Patrick Lauer <patrick@gentoo.org>
+postgresql-docs-7.4.29.ebuild, +postgresql-docs-8.0.25.ebuild,
+postgresql-docs-8.1.21.ebuild, +postgresql-docs-8.2.17.ebuild,
+postgresql-docs-8.3.11.ebuild, +postgresql-docs-8.4.4.ebuild:
Bump
*postgresql-docs-9.0_beta1 (11 May 2010)
11 May 2010; Patrick Lauer <patrick@gentoo.org>
+postgresql-docs-9.0_beta1.ebuild:
Bump to 9.0 beta1
25 Apr 2010; Raúl Porcel <armin76@gentoo.org>
postgresql-docs-7.4.27.ebuild, postgresql-docs-7.4.28.ebuild,
postgresql-docs-8.0.23.ebuild, postgresql-docs-8.0.24.ebuild,
postgresql-docs-8.1.11.ebuild, postgresql-docs-8.1.19.ebuild,
postgresql-docs-8.1.20.ebuild, postgresql-docs-8.2.15.ebuild,
postgresql-docs-8.2.16.ebuild:
alpha/arm/ia64/s390/sh/sparc stable wrt #285475
*postgresql-docs-8.4.3 (16 Mar 2010)
*postgresql-docs-8.3.10 (16 Mar 2010)
*postgresql-docs-8.2.16 (16 Mar 2010)
*postgresql-docs-8.1.20 (16 Mar 2010)
*postgresql-docs-8.0.24 (16 Mar 2010)
*postgresql-docs-7.4.28 (16 Mar 2010)
16 Mar 2010; Patrick Lauer <patrick@gentoo.org>
-postgresql-docs-7.3.21.ebuild, postgresql-docs-7.4.26.ebuild,
postgresql-docs-7.4.27.ebuild, +postgresql-docs-7.4.28.ebuild,
postgresql-docs-8.0.22.ebuild, postgresql-docs-8.0.23.ebuild,
+postgresql-docs-8.0.24.ebuild, postgresql-docs-8.1.18.ebuild,
postgresql-docs-8.1.19.ebuild, +postgresql-docs-8.1.20.ebuild,
postgresql-docs-8.2.14.ebuild, postgresql-docs-8.2.15.ebuild,
+postgresql-docs-8.2.16.ebuild, postgresql-docs-8.3.8.ebuild,
postgresql-docs-8.3.9.ebuild, +postgresql-docs-8.3.10.ebuild,
postgresql-docs-8.4.1.ebuild, postgresql-docs-8.4.2.ebuild,
+postgresql-docs-8.4.3.ebuild, -postgresql-docs-8.5_alpha3.ebuild:
Bump, fixes #283501. Remove 7.3 and 8.5. Thanks to Aaron W. Swenson.
*postgresql-docs-9.0_alpha4 (26 Feb 2010)
26 Feb 2010; Patrick Lauer <patrick@gentoo.org>
+postgresql-docs-9.0_alpha4.ebuild, +files/postgresql-9.0-common.patch:
Bump of the alpha, 8.5 became 9.0. Doc creation might fail.
*postgresql-docs-8.5_alpha3 (26 Jan 2010)
26 Jan 2010; Patrick Lauer <patrick@gentoo.org>
+postgresql-docs-8.5_alpha3.ebuild, +files/postgresql-8.5-common.patch:
Adding 8.5_alpha
07 Jan 2010; Steve Dibb <beandog@gentoo.org>
postgresql-docs-7.3.21.ebuild, postgresql-docs-7.4.26.ebuild,
postgresql-docs-7.4.27.ebuild, postgresql-docs-8.0.22.ebuild,
postgresql-docs-8.0.23.ebuild, postgresql-docs-8.1.11.ebuild,
postgresql-docs-8.1.18.ebuild, postgresql-docs-8.1.19.ebuild,
postgresql-docs-8.2.14.ebuild, postgresql-docs-8.2.15.ebuild,
postgresql-docs-8.3.8.ebuild, postgresql-docs-8.3.9.ebuild,
postgresql-docs-8.4.1.ebuild:
amd64 stable, bug 285475
07 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
postgresql-docs-8.4.1.ebuild:
stable x86, bug 285475
07 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
postgresql-docs-8.3.8.ebuild:
stable x86, bug 285475
07 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
postgresql-docs-8.2.14.ebuild:
stable x86, bug 285475
07 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
postgresql-docs-8.1.18.ebuild:
stable x86, bug 285475
07 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
postgresql-docs-8.0.22.ebuild:
stable x86, bug 285475
07 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
postgresql-docs-7.4.26.ebuild:
stable x86, bug 285475
07 Jan 2010; Steve Dibb <beandog@gentoo.org> postgresql-docs-8.4.2.ebuild:
amd64 stable, bug 285475
*postgresql-docs-7.4.27 (07 Jan 2010)
07 Jan 2010; Patrick Lauer <patrick@gentoo.org>
+postgresql-docs-7.4.27.ebuild:
Bump
*postgresql-docs-8.4.2 (14 Dec 2009)
*postgresql-docs-8.3.9 (14 Dec 2009)
*postgresql-docs-8.2.15 (14 Dec 2009)
*postgresql-docs-8.1.19 (14 Dec 2009)
*postgresql-docs-8.0.23 (14 Dec 2009)
14 Dec 2009; Patrick Lauer <patrick@gentoo.org>
+postgresql-docs-8.0.23.ebuild, +postgresql-docs-8.1.19.ebuild,
+postgresql-docs-8.2.15.ebuild, +postgresql-docs-8.3.9.ebuild,
+postgresql-docs-8.4.2.ebuild:
Bump
03 Dec 2009; Jeroen Roovers <jer@gentoo.org>
postgresql-docs-7.4.26.ebuild, postgresql-docs-8.0.22.ebuild,
postgresql-docs-8.1.18.ebuild, postgresql-docs-8.2.14.ebuild,
postgresql-docs-8.3.8.ebuild:
Stable for HPPA (bug #285475).
24 Oct 2009; nixnut <nixnut@gentoo.org> postgresql-docs-7.4.26.ebuild,
postgresql-docs-8.0.22.ebuild, postgresql-docs-8.1.18.ebuild,
postgresql-docs-8.2.14.ebuild, postgresql-docs-8.3.8.ebuild,
postgresql-docs-8.4.1.ebuild:
ppc stable #285475
13 Oct 2009; Jeroen Roovers <jer@gentoo.org> postgresql-docs-8.4.1.ebuild:
Stable for HPPA (bug #285475).
03 Oct 2009; Patrick Lauer <patrick@gentoo.org>
-postgresql-docs-7.4.19.ebuild, -postgresql-docs-7.4.21.ebuild,
-postgresql-docs-8.0.15.ebuild, -postgresql-docs-8.0.17.ebuild,
-postgresql-docs-8.1.13.ebuild, -postgresql-docs-8.2.9.ebuild,
-postgresql-docs-8.2.10.ebuild, -postgresql-docs-8.2.11.ebuild,
-postgresql-docs-8.3.5.ebuild, -postgresql-docs-8.3.7.ebuild,
-postgresql-docs-8.4.0.ebuild:
Remove old
*postgresql-docs-7.4.26 (03 Oct 2009)
03 Oct 2009; Patrick Lauer <patrick@gentoo.org>
+postgresql-docs-7.4.26.ebuild:
Bump to 7.4.26
01 Oct 2009; Tobias Klausmann <klausman@gentoo.org>
postgresql-docs-8.4.1.ebuild:
Stable on alpha, bug #285475
27 Sep 2009; Brent Baude <ranger@gentoo.org> postgresql-docs-8.4.1.ebuild:
Marking postgresql-docs-8.4.1 ppc64 stable for bug 285475
23 Sep 2009; Raúl Porcel <armin76@gentoo.org>
postgresql-docs-8.4.0.ebuild, postgresql-docs-8.4.1.ebuild:
Re-add ~s390
*postgresql-docs-8.0.22 (09 Sep 2009)
09 Sep 2009; Patrick Lauer <patrick@gentoo.org>
+postgresql-docs-8.0.22.ebuild:
Bump to 8.0.22
*postgresql-docs-8.2.14 (09 Sep 2009)
*postgresql-docs-8.1.18 (09 Sep 2009)
09 Sep 2009; Patrick Lauer <patrick@gentoo.org>
+postgresql-docs-8.1.18.ebuild, +postgresql-docs-8.2.14.ebuild:
Bump to 8.1.18 and 8.2.14
*postgresql-docs-8.4.1 (09 Sep 2009)
*postgresql-docs-8.3.8 (09 Sep 2009)
09 Sep 2009; Patrick Lauer <patrick@gentoo.org>
+postgresql-docs-8.3.8.ebuild, +postgresql-docs-8.4.1.ebuild:
Bump to 8.4.1 and 8.3.8
*postgresql-docs-8.4.0 (09 Sep 2009)
09 Sep 2009; Patrick Lauer <patrick@gentoo.org>
+postgresql-docs-8.4.0.ebuild:
Bump to 8.4.0. Fixes #276125
05 Jun 2009; Steve Dibb <beandog@gentoo.org>
postgresql-docs-7.3.21.ebuild, postgresql-docs-7.4.19.ebuild,
postgresql-docs-7.4.21.ebuild, postgresql-docs-8.0.15.ebuild,
postgresql-docs-8.0.17.ebuild, postgresql-docs-8.1.11.ebuild,
postgresql-docs-8.1.13.ebuild, postgresql-docs-8.2.9.ebuild,
postgresql-docs-8.2.10.ebuild, postgresql-docs-8.2.11.ebuild,
postgresql-docs-8.3.5.ebuild, postgresql-docs-8.3.7.ebuild:
Restrict make test
28 May 2009; Christian Faulhammer <fauli@gentoo.org>
postgresql-docs-8.1.11.ebuild:
stable x86, bug 268138
03 May 2009; Raúl Porcel <armin76@gentoo.org>
postgresql-docs-8.3.5.ebuild, postgresql-docs-8.3.7.ebuild:
Add ~s390
*postgresql-docs-8.3.7 (09 Apr 2009)
09 Apr 2009; Caleb Tennis <caleb@gentoo.org>
+postgresql-docs-8.3.7.ebuild:
version bump
*postgresql-docs-8.2.11 (03 Dec 2008)
03 Dec 2008; Caleb Tennis <caleb@gentoo.org>
+postgresql-docs-8.2.11.ebuild, -postgresql-docs-8.3.4.ebuild,
+postgresql-docs-8.3.5.ebuild:
version bumps
11 Nov 2008; Caleb Tennis <caleb@gentoo.org>
-postgresql-docs-8.3.4.ebuild, +postgresql-docs-8.3.5.ebuild:
version bump
01 Nov 2008; Robin H. Johnson <robbat2@gentoo.org> Manifest:
Fix Manifest corruption that was added by caleb on Sept 25, due to a
zero-byte postgresql-7.4.19.tar.bz2 on his system.
*postgresql-docs-8.3.5 (11 Nov 2008)
11 Nov 2008; Caleb Tennis <caleb@gentoo.org>
-postgresql-docs-8.3.4.ebuild, +postgresql-docs-8.3.5.ebuild:
version bump
28 Sep 2008; Caleb Tennis <caleb@gentoo.org>
-postgresql-docs-8.2.7.ebuild, -postgresql-docs-8.3.1.ebuild,
-postgresql-docs-8.3.3.ebuild:
Remove old versions
28 Sep 2008; Caleb Tennis <caleb@gentoo.org> postgresql-docs-8.3.4.ebuild:
Add test to RESTRICT per 232157
25 Sep 2008; Robin H. Johnson <robbat2@gentoo.org> Manifest:
Caleb's last commit broke the Manifest for 7.4.19, fix it up.
*postgresql-docs-8.3.4 (23 Sep 2008)
*postgresql-docs-8.2.10 (23 Sep 2008)
23 Sep 2008; Caleb Tennis <caleb@gentoo.org>
+postgresql-docs-8.2.10.ebuild, +postgresql-docs-8.3.4.ebuild:
version bump, latest unstable versions
14 Jun 2008; Tiziano Müller <dev-zero@gentoo.org>
postgresql-docs-8.3.1.ebuild, postgresql-docs-8.3.3.ebuild:
Added (dropped) ~sparc-fbsd keyword
*postgresql-docs-8.3.3 (13 Jun 2008)
*postgresql-docs-8.2.9 (13 Jun 2008)
*postgresql-docs-8.1.13 (13 Jun 2008)
*postgresql-docs-8.0.17 (13 Jun 2008)
*postgresql-docs-7.4.21 (13 Jun 2008)
13 Jun 2008; Tiziano Müller <dev-zero@gentoo.org>
+postgresql-docs-7.4.21.ebuild, +postgresql-docs-8.0.17.ebuild,
+postgresql-docs-8.1.13.ebuild, +postgresql-docs-8.2.9.ebuild,
+postgresql-docs-8.3.3.ebuild:
Version bump (bug #226361)
19 May 2008; Tiziano Müller <dev-zero@gentoo.org>
postgresql-docs-8.3.1.ebuild:
Keyworded for all archs having postgresql keyworded and have ossp-uuid
keyworded
*postgresql-docs-8.3.1 (15 Apr 2008)
*postgresql-docs-8.2.7 (15 Apr 2008)
*postgresql-docs-8.1.11 (15 Apr 2008)
*postgresql-docs-8.0.15 (15 Apr 2008)
*postgresql-docs-7.4.19 (15 Apr 2008)
*postgresql-docs-7.3.21 (15 Apr 2008)
15 Apr 2008; Tiziano Müller <dev-zero@gentoo.org> +metadata.xml,
+postgresql-docs-7.3.21.ebuild, +postgresql-docs-7.4.19.ebuild,
+postgresql-docs-8.0.15.ebuild, +postgresql-docs-8.1.11.ebuild,
+postgresql-docs-8.2.7.ebuild, +postgresql-docs-8.3.1.ebuild:
Moved into the tree. Thanks to Michael Krelin (polyonymous).
19 Mar 2008; Tiziano Müller <dev-zero@gentoo.org>
-postgresql-docs-8.2.6.ebuild, +postgresql-docs-8.2.7.ebuild,
-postgresql-docs-8.3.0.ebuild, +postgresql-docs-8.3.1.ebuild:
Version bump.
07 Mar 2008; Tiziano Müller <dev-zero@gentoo.org>
-postgresql-docs-8.3_rc1.ebuild, +postgresql-docs-8.3.0.ebuild:
Version bump.
|