summaryrefslogtreecommitdiff
blob: ee9ea0aa7b3d91987c976a07202f481d9b49a43a (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
# ChangeLog for net-irc/irssi
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/ChangeLog,v 1.174 2012/10/28 19:27:03 ago Exp $

  28 Oct 2012; Agostino Sarubbo <ago@gentoo.org> irssi-0.8.15-r1.ebuild:
  Stable for amd64, wrt bug #439958

  28 Oct 2012; Anthony G. Basile <blueness@gentoo.org> irssi-0.8.15-r1.ebuild:
  stable ppc ppc64, bug #439958

  29 Sep 2012; Agostino Sarubbo <ago@gentoo.org> irssi-0.8.15-r1.ebuild,
  irssi-9999.ebuild:
  eapi4 + fix glib version, wrt to bug #404471

  03 May 2012; Jeff Horelick <jdhore@gentoo.org> irssi-0.8.15.ebuild,
  irssi-0.8.15-r1.ebuild, irssi-9999.ebuild:
  dev-util/pkgconfig -> virtual/pkgconfig

  17 Nov 2011; Nathan Phillip Brink <binki@gentoo.org> irssi-9999.ebuild:
  Fix irssi-9999 to have IUSE=+perl.

  29 Oct 2011; Nathan Phillip Brink <binki@gentoo.org> irssi-0.8.15.ebuild,
  irssi-0.8.15-r1.ebuild, irssi-9999.ebuild:
  Drop blocker on net-irc/irssi-svn which was pkgmoved to net-irc/irssi.

  08 Sep 2011; Fabian Groffen <grobian@gentoo.org> irssi-0.8.15-r1.ebuild:
  Marked ~sparc-solaris

  27 Aug 2011; Fabian Groffen <grobian@gentoo.org> irssi-0.8.15-r1.ebuild:
  Run elibtoolize for modules on Darwin, bug #373129

*irssi-9999 (22 Jul 2011)

  22 Jul 2011; Nathan Phillip Brink <binki@gentoo.org> +irssi-9999.ebuild:
  Move irssi-svn-0.3 to irssi-999, stripping keywords and bumping it to EAPI=4.

*irssi-0.8.15-r1 (24 Jun 2011)

  24 Jun 2011; Nathan Phillip Brink <binki@gentoo.org>
  +irssi-0.8.15-r1.ebuild:
  Fix link error concerning -lncurses on prefix and import changes from
  prefix-overlay. Bump to EAPI=3.

  28 Aug 2010; Sven Wegener <swegener@gentoo.org> -irssi-0.8.14.ebuild,
  -irssi-0.8.15_rc1.ebuild:
  Cleanup.

  30 Apr 2010; Brent Baude <ranger@gentoo.org> irssi-0.8.15.ebuild:
  Marking irssi-0.8.15 ppc64 for bug 314639

  30 Apr 2010; Brent Baude <ranger@gentoo.org> irssi-0.8.15.ebuild:
  Marking irssi-0.8.15 ppc for bug 314639

  24 Apr 2010; Raúl Porcel <armin76@gentoo.org> irssi-0.8.15.ebuild:
  alpha/arm/ia64/s390/sh/sparc/x86 stable wrt #314639

  23 Apr 2010; Tobias Heinlein <keytoaster@gentoo.org> irssi-0.8.15.ebuild:
  amd64 stable, security bug #314639

  23 Apr 2010; Jeroen Roovers <jer@gentoo.org> irssi-0.8.15.ebuild:
  Stable for HPPA (bug #314639).

*irssi-0.8.15 (04 Apr 2010)

  04 Apr 2010; Sven Wegener <swegener@gentoo.org> +irssi-0.8.15.ebuild:
  Version bump.

*irssi-0.8.15_rc1 (22 Mar 2010)

  22 Mar 2010; Sven Wegener <swegener@gentoo.org> +irssi-0.8.15_rc1.ebuild:
  Version bump.

  03 Jan 2010; Sven Wegener <swegener@gentoo.org> -irssi-0.8.13-r1.ebuild,
  -files/irssi-0.8.13-svn-5068.patch:
  Cleanup.

  22 Nov 2009; Sven Wegener <swegener@gentoo.org> irssi-0.8.14.ebuild:
  Switch ebuild to EAPI-2.

  18 Nov 2009; Brent Baude <ranger@gentoo.org> irssi-0.8.14.ebuild:
  Marking irssi-0.8.14 ppc64 for bug 287273

  15 Nov 2009; Raúl Porcel <armin76@gentoo.org> irssi-0.8.14.ebuild:
  arm/ia64/s390/sh stable wrt #287273

  11 Nov 2009; Tiago Cunha <tcunha@gentoo.org> irssi-0.8.14.ebuild:
  stable sparc, bug 287273

  01 Nov 2009; nixnut <nixnut@gentoo.org> irssi-0.8.14.ebuild:
  ppc stable #287273

  25 Oct 2009; Markus Meier <maekke@gentoo.org> irssi-0.8.14.ebuild:
  amd64/x86 stable, bug #287273

  22 Oct 2009; Tobias Klausmann <klausman@gentoo.org> irssi-0.8.14.ebuild:
  Stable on alpha, bug #287273

  21 Oct 2009; Jeroen Roovers <jer@gentoo.org> irssi-0.8.14.ebuild:
  Stable for HPPA (bug #287273).

  09 Sep 2009; Sven Wegener <swegener@gentoo.org> -irssi-0.8.12.ebuild,
  -files/irssi-0.8.12-svn-4612.patch, -files/irssi-0.8.12-svn-4627.patch,
  -files/irssi-0.8.12-svn-4637.patch, -files/irssi-0.8.12-svn-4640.patch,
  -files/irssi-0.8.12-svn-4829.patch, -irssi-0.8.13.ebuild:
  Cleanup. Dropped mips stable keyword, no stable support, bug #271875.

*irssi-0.8.14 (28 Jul 2009)

  28 Jul 2009; Sven Wegener <swegener@gentoo.org> +irssi-0.8.14.ebuild:
  Version bump.

  07 Jun 2009; nixnut <nixnut@gentoo.org> irssi-0.8.13-r1.ebuild:
  ppc stable #271875

  02 Jun 2009; Jeroen Roovers <jer@gentoo.org> irssi-0.8.13-r1.ebuild:
  Stable for HPPA (bug #271875).

  01 Jun 2009; Raúl Porcel <armin76@gentoo.org> irssi-0.8.13-r1.ebuild:
  alpha/arm/ia64/s390/sh/sparc/x86 stable wrt #271875

  01 Jun 2009; Dawid Węgliński <cla@gentoo.org> irssi-0.8.13-r1.ebuild:
  Stable on amd64 (bug #271875)

  31 May 2009; Brent Baude <ranger@gentoo.org> irssi-0.8.13-r1.ebuild:
  Marking irssi-0.8.13-r1 ppc64 for bug 271875

*irssi-0.8.13-r1 (31 May 2009)

  31 May 2009; Sven Wegener <swegener@gentoo.org> +irssi-0.8.13-r1.ebuild,
  +files/irssi-0.8.13-svn-5068.patch:
  Security bump for wallop off-by-one heap access, bug #271875.

*irssi-0.8.13 (01 Apr 2009)

  01 Apr 2009; Sven Wegener <swegener@gentoo.org> -irssi-0.8.13_rc1.ebuild,
  +irssi-0.8.13.ebuild:
  Version bump.

  22 Mar 2009; Sven Wegener <swegener@gentoo.org> +irssi-0.8.13_rc1.ebuild:
  Version bump.

*irssi-0.8.13_rc1 (22 Mar 2009)

  22 Mar 2009; Sven Wegener <swegener@gentoo.org> +irssi-0.8.13_rc1.ebuild:
  Version bump.

  04 Sep 2008; Sven Wegener <swegener@gentoo.org>
  +files/irssi-0.8.12-svn-4612.patch, irssi-0.8.12.ebuild:
  Pull in a patch to fix the help URL, bug #235450.

  07 Jun 2008; Sven Wegener <swegener@gentoo.org>
  +files/irssi-0.8.12-svn-4640.patch, irssi-0.8.12.ebuild:
  Another patch to fix bug #202561.

  07 Jun 2008; Sven Wegener <swegener@gentoo.org>
  +files/irssi-0.8.12-svn-4637.patch, irssi-0.8.12.ebuild:
  Pull in a patch from upstream to fix bug #181528.

  17 May 2008; Sven Wegener <swegener@gentoo.org>
  +files/irssi-0.8.12-svn-4829.patch, irssi-0.8.12.ebuild:
  Add a patch submitted to upstream that fixes a segfault in irssi, that
  happens when we have no /usr/lib/gconv available, bug #163685.

  27 Feb 2008; Sven Wegener <swegener@gentoo.org> -irssi-0.8.11.ebuild:
  Cleanup.

  20 Feb 2008; nixnut <nixnut@gentoo.org> irssi-0.8.12.ebuild:
  Added ppc at armin76's request

  20 Jan 2008; Sven Wegener <swegener@gentoo.org>
  +files/irssi-0.8.12-svn-4627.patch, irssi-0.8.12.ebuild:
  Include a patch from upstream to fix a rare segmentation fault, notification
  by Phil Sutter via mail.

  04 Dec 2007; Jeroen Roovers <jer@gentoo.org> irssi-0.8.12.ebuild:
  Stable for HPPA too.

  01 Dec 2007; Markus Rothe <corsair@gentoo.org> irssi-0.8.12.ebuild:
  Stable on ppc64

  19 Nov 2007; Joshua Kinard <kumba@gentoo.org> irssi-0.8.12.ebuild:
  Stable on mips.

  18 Nov 2007; Christoph Mende <angelos@gentoo.org> irssi-0.8.12.ebuild:
  Stable on amd64

  07 Nov 2007; Sven Wegener <swegener@gentoo.org>
  -files/irssi-0.8.10-dcc-segv.patch, -files/irssi-0.8.10-line-split.patch,
  -irssi-0.8.10-r4.ebuild, -irssi-0.8.12_rc1.ebuild:
  Cleanup.

  07 Nov 2007; Raúl Porcel <armin76@gentoo.org> irssi-0.8.12.ebuild:
  alpha/ia64/sparc/x86 stable

  26 Oct 2007; Jeroen Roovers <jer@gentoo.org> irssi-0.8.11.ebuild:
  Stable for HPPA too.

  15 Oct 2007; Markus Rothe <corsair@gentoo.org> irssi-0.8.11.ebuild:
  Stable on ppc64

*irssi-0.8.12 (07 Oct 2007)

  07 Oct 2007; Sven Wegener <swegener@gentoo.org> +irssi-0.8.12.ebuild:
  Version bump, bug #194961.

  22 Sep 2007; Sven Wegener <swegener@gentoo.org> irssi-0.8.10-r4.ebuild,
  irssi-0.8.11.ebuild, irssi-0.8.12_rc1.ebuild:
  Add epunt_cxx for bug #185602.

*irssi-0.8.12_rc1 (26 Aug 2007)

  26 Aug 2007; Sven Wegener <swegener@gentoo.org> +irssi-0.8.12_rc1.ebuild:
  Version bump.

  13 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> irssi-0.8.11.ebuild:
  ppc. stable

  13 Jun 2007; Gustavo Zacarias <gustavoz@gentoo.org> irssi-0.8.11.ebuild:
  Stable on sparc

  03 Jun 2007; Christoph Mende <angelos@gentoo.org> irssi-0.8.11.ebuild:
  Stable on amd64 wrt bug 180767

  01 Jun 2007; Joshua Kinard <kumba@gentoo.org> irssi-0.8.11.ebuild:
  Stable on mips.

  26 May 2007; Raúl Porcel <armin76@gentoo.org> irssi-0.8.11.ebuild:
  alpha/ia64/x86 stable

  28 Apr 2007; Sven Wegener <swegener@gentoo.org> -irssi-0.8.11_rc1.ebuild,
  -irssi-0.8.11_rc2.ebuild, irssi-0.8.11.ebuild:
  Drop MY_P from 0.8.11. Cleanup _rc ebuilds.

*irssi-0.8.11 (25 Apr 2007)

  25 Apr 2007; Sven Wegener <swegener@gentoo.org> +irssi-0.8.11.ebuild:
  Version bump.

*irssi-0.8.11_rc2 (20 Apr 2007)

  20 Apr 2007; Sven Wegener <swegener@gentoo.org> +irssi-0.8.11_rc2.ebuild:
  Version bump.

  17 Mar 2007; Sven Wegener <swegener@gentoo.org> -irssi-0.8.10-r3.ebuild:
  Cleanup.

  17 Mar 2007; Steve Dibb <beandog@gentoo.org> irssi-0.8.10-r4.ebuild:
  amd64 stable, bug 169090

  06 Mar 2007; Markus Rothe <corsair@gentoo.org> irssi-0.8.10-r4.ebuild:
  Stable on ppc64; bug #169090

  03 Mar 2007; Andrej Kacian <ticho@gentoo.org> irssi-0.8.10-r4.ebuild:
  Stable on x86, bug #169090.

*irssi-0.8.11_rc1 (22 Feb 2007)

  22 Feb 2007; Sven Wegener <swegener@gentoo.org> irssi-0.8.10-r3.ebuild,
  irssi-0.8.10-r4.ebuild, +irssi-0.8.11_rc1.ebuild:
  Version bump, bug #167820.

  17 Jan 2007; Fabian Groffen <grobian@gentoo.org> irssi-0.8.10-r3.ebuild,
  irssi-0.8.10-r4.ebuild:
  Dropped ppc-macos keyword, see you in prefix

  11 Jan 2007; Gustavo Zacarias <gustavoz@gentoo.org>
  irssi-0.8.10-r4.ebuild:
  Stable on sparc

  07 Jan 2007; Sven Wegener <swegener@gentoo.org> irssi-0.8.10-r3.ebuild,
  irssi-0.8.10-r4.ebuild:
  Drop the extern inline workaround, 0.8.10 doesn't use them anymore.

  24 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  irssi-0.8.10-r4.ebuild:
  Stable on ppc.

  20 Dec 2006; Jeroen Roovers <jer@gentoo.org> irssi-0.8.10-r4.ebuild:
  Stable for HPPA.

  14 Dec 2006; Alexander H. Færøy <eroyf@gentoo.org>
  irssi-0.8.10-r4.ebuild:
  Stable on IA64 and MIPS.

  22 Oct 2006; Sven Wegener <swegener@gentoo.org>
  -files/irssi-socks-fix.patch, -irssi-0.8.10.ebuild:
  Cleanup.

  20 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> irssi-0.8.10-r4.ebuild:
  Stable on Alpha.

  13 Oct 2006; Sven Wegener <swegener@gentoo.org> irssi-0.8.10.ebuild,
  irssi-0.8.10-r3.ebuild, irssi-0.8.10-r4.ebuild:
  Adust the irssi and silc-client blockers.

*irssi-0.8.10-r4 (13 Oct 2006)

  13 Oct 2006; Sven Wegener <swegener@gentoo.org>
  +files/irssi-0.8.10-line-split.patch, +irssi-0.8.10-r4.ebuild:
  Revision bump. Pull in a patch from upstream that should fix bug #101640.

  03 Aug 2006; Gustavo Zacarias <gustavoz@gentoo.org>
  irssi-0.8.10-r3.ebuild:
  Stable on sparc

  22 Jul 2006; Simon Stelling <blubb@gentoo.org> irssi-0.8.10-r3.ebuild:
  stable on amd64

  09 Jul 2006; Joshua Kinard <kumba@gentoo.org> irssi-0.8.10-r3.ebuild:
  Marked stable on mips.

  06 Jul 2006; Markus Rothe <corsair@gentoo.org> irssi-0.8.10-r3.ebuild:
  Stable on ppc64

  29 Jun 2006; Guy Martin <gmsoft@gentoo.org> irssi-0.8.10-r3.ebuild:
  Stable on hppa.

  25 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  irssi-0.8.10-r3.ebuild:
  ppc stable

  22 Jun 2006; Emanuele Giaquinta <exg@gentoo.org> irssi-0.8.10-r3.ebuild:
  Add ~ppc-macos keyword.

  18 Jun 2006; Andrej Kacian <ticho@gentoo.org> irssi-0.8.10-r3.ebuild:
  Stable on x86. Bug #137189.

  28 May 2006; Sven Wegener <swegener@gentoo.org> -irssi-0.8.10-r2.ebuild:
  Cleanup.

*irssi-0.8.10-r3 (05 May 2006)

  05 May 2006; Emanuele Giaquinta <exg@gentoo.org>
  +files/irssi-0.8.10-dcc-segv.patch, +irssi-0.8.10-r3.ebuild:
  Add patch from upstream to fix segv on /quit with glib-2.10.

  30 Apr 2006; Sven Wegener <swegener@gentoo.org>
  -files/irssi-0.8.9-64bit-exec-fix.patch, -files/0.8.9-gcc4-fix.patch,
  -irssi-0.8.9-r1.ebuild:
  Cleanup.

  08 Apr 2006; Bryan Østergaard <kloeri@gentoo.org irssi-0.8.10.ebuild:
  Stable on alpha.

  07 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> irssi-0.8.10-r2.ebuild:
  Add ~x86-fbsd keyword.

  25 Mar 2006; Sven Wegener <swegener@gentoo.org> irssi-0.8.10-r2.ebuild:
  Drop myconf from econf, we don't need it anymore.

  18 Mar 2006; Sven Wegener <swegener@gentoo.org> irssi-0.8.9-r1.ebuild,
  irssi-0.8.10.ebuild, irssi-0.8.10-r2.ebuild:
  Remove the old irssi-cvs blocker.

*irssi-0.8.10-r2 (18 Mar 2006)

  18 Mar 2006; Sven Wegener <swegener@gentoo.org> -irssi-0.8.10-r1.ebuild,
  +irssi-0.8.10-r2.ebuild:
  Another revision bump to partly revert the last commit. Using ncurses for
  all things causes too much trouble.

*irssi-0.8.10-r1 (17 Mar 2006)

  17 Mar 2006; Sven Wegener <swegener@gentoo.org> +irssi-0.8.10-r1.ebuild:
  Revision bump. Some general ebuild cleanup, depend on newer dante to remove
  our socks patch and disable using terminfo directly, which should fix some
  color weirdness.

  26 Feb 2006; Joshua Kinard <kumba@gentoo.org> irssi-0.8.10.ebuild:
  Marked stable on mips.

  21 Feb 2006; Luis Medinas <metalgod@gentoo.org> irssi-0.8.10.ebuild:
  Stable on amd64.

  21 Feb 2006; Lars Weiler <pylon@gentoo.org> irssi-0.8.10.ebuild:
  Stable on ppc.

  21 Feb 2006; Jeroen Roovers <jer@gentoo.org> irssi-0.8.10.ebuild:
  Stable on hppa.

  20 Feb 2006; Markus Rothe <corsair@gentoo.org> irssi-0.8.10.ebuild:
  Stable on ppc64

  20 Feb 2006; Gustavo Zacarias <gustavoz@gentoo.org> irssi-0.8.10.ebuild:
  Stable on sparc

  19 Feb 2006; Sven Wegener <swegener@gentoo.org> metadata.xml,
  irssi-0.8.10.ebuild:
  Marked stable on x86.

*irssi-0.8.10 (11 Dec 2005)

  11 Dec 2005; Sven Wegener <swegener@gentoo.org> -irssi-0.8.10_rc6.ebuild,
  -irssi-0.8.10_rc7.ebuild, +irssi-0.8.10.ebuild:
  Version bump.

  28 Nov 2005; <mcumming@gentoo.org> irssi-0.8.10_rc6.ebuild,
  irssi-0.8.10_rc7.ebuild, irssi-0.8.9-r1.ebuild:
  Switched from perl-module to perl-app eclass

  13 Nov 2005; Sven Wegener <swegener@gentoo.org>
  +files/0.8.9-gcc4-fix.patch, irssi-0.8.9-r1.ebuild:
  Apply the gcc4 patch to 0.8.9 too, bug #110361.

*irssi-0.8.10_rc7 (10 Nov 2005)

  10 Nov 2005; Sven Wegener <swegener@gentoo.org> +irssi-0.8.10_rc7.ebuild:
  Version bump.

  14 Oct 2005; Sven Wegener <swegener@gentoo.org> irssi-0.8.10_rc6.ebuild:
  Remove unused configure options and no longer needed perl build-time
  dependency.

*irssi-0.8.10_rc6 (13 Oct 2005)

  13 Oct 2005; Sven Wegener <swegener@gentoo.org>
  -files/irssi-0.8.10_rc5-gcc4.patch, -irssi-0.8.10_rc5-r1.ebuild,
  +irssi-0.8.10_rc6.ebuild:
  Version bump.

  13 Jun 2005; Sven Wegener <swegener@gentoo.org> irssi-0.8.9-r1.ebuild,
  irssi-0.8.10_rc5-r1.ebuild:
  Irssi uses extern inlines and that needs at least -O in CFLAGS.

  19 May 2005; Sven Wegener <swegener@gentoo.org> irssi-0.8.9-r1.ebuild,
  irssi-0.8.10_rc5-r1.ebuild:
  Added a call to fixlocalpod to fix the collision-protect bug #68367.

  17 May 2005; Sven Wegener <swegener@gentoo.org>
  +files/irssi-0.8.10_rc5-gcc4.patch, irssi-0.8.10_rc5-r1.ebuild:
  Pull in gcc-4 patch from upstream svn. Closes bug #92918.

  15 May 2005; Sven Wegener <swegener@gentoo.org> irssi-0.8.9-r1.ebuild,
  irssi-0.8.10_rc5-r1.ebuild:
  Removed obsolete gettext support.

  14 May 2005; Sven Wegener <swegener@gentoo.org> irssi-0.8.9-r1.ebuild,
  irssi-0.8.10_rc5-r1.ebuild:
  Added blocker for net-irc/irssi-svn

  22 Apr 2005; Alin Nastac <mrness@gentoo.org> irssi-0.8.9-r1.ebuild,
  irssi-0.8.10_rc5-r1.ebuild:
  net-misc/dante -> net-proxy/dante

  06 Mar 2005; Gustavo Zacarias <gustavoz@gentoo.org> irssi-0.8.9-r1.ebuild:
  Apply socks patch to 0.8.9 too to fix LiveCD

  01 Mar 2005; Sven Wegener <swegener@gentoo.org>
  +files/irssi-socks-fix.patch, irssi-0.8.10_rc5-r1.ebuild,
  -irssi-0.8.10_rc5.ebuild:
  Added a patch that fixes wrong include order if socks support is enabled.
  Closes bug #83522.

  22 Jan 2005; Sven Wegener <swegener@gentoo.org>
  irssi-0.8.10_rc5-r1.ebuild:
  Added a call to syntax.pl to generate updated help files.

*irssi-0.8.10_rc5-r1 (21 Jan 2005)

  21 Jan 2005; Sven Wegener <swegener@gentoo.org>
  +irssi-0.8.10_rc5-r1.ebuild:
  Pull in all CVS changes from 0.8.10_rc5 to now. Includes several bugfixes
  (logging, memleak and more), updated help (recode) and some new features.
  Read upstream's ChangeLog for more information. Closes bug #78917.

  07 Jan 2005; Sven Wegener <swegener@gentoo.org> irssi-0.8.10_rc5.ebuild:
  Removed blockers on irssi-charconv and irssi-recode.

  13 Nov 2004; Sven Wegener <swegener@gentoo.org>
  -files/irssi-0.8.6-configure.patch, -files/irssi-0.8.8-configure.patch,
  irssi-0.8.10_rc5.ebuild, -irssi-0.8.6-r6.ebuild, irssi-0.8.9-r1.ebuild,
  -irssi-0.8.9.ebuild:
  Moved all stable KEYWORDS to 0.8.9-r1 to allow the removal of old ebuilds.

  07 Nov 2004; Joshua Kinard <kumba@gentoo.org> irssi-0.8.9-r1.ebuild:
  Marked stable on mips.

  31 Oct 2004; Kito <kito@gentoo.org> irssi-0.8.10_rc5.ebuild:
  added ~ppc-macos

*irssi-0.8.10_rc5 (12 Sep 2004)

  12 Sep 2004; Sven Wegener <swegener@gentoo.org> +irssi-0.8.10_rc5.ebuild:
  Version bump to 0.8.10_rc5. This version has the features of
  net-irc/irssi-charconv and net-irc/irssi-recode integrated, so we block them.
  Closes bug #63367.

*irssi-0.8.9-r1 (24 Jul 2004)

  24 Jul 2004; Sven Wegener <swegener@gentoo.org>
  +files/irssi-0.8.9-64bit-exec-fix.patch, +irssi-0.8.9-r1.ebuild:
  Added backported fix from upstream CVS, which fixes the /exec command bug on
  64-bit arches. Closes bug #57785.

  08 Jul 2004; Sven Wegener <swegener@gentoo.org> -irssi-0.8.6-r5.ebuild,
  irssi-0.8.6-r6.ebuild, irssi-0.8.9.ebuild:
  Updated dependencies and ebuild cleanup.

  18 Jun 2004; Sven Wegener <swegener@gentoo.org> irssi-0.8.9.ebuild:
  Added dev-libs/glib to RDEPEND. Closes bug #54323.

  27 Apr 2004; Aron Griffis <agriffis@gentoo.org> irssi-0.8.6-r5.ebuild,
  irssi-0.8.6-r6.ebuild:
  Add inherit eutils

  12 Apr 2004; <randy@gentoo.org> irssi-0.8.9.ebuild:
  Adding s390 keywords

  05 Mar 2004; Tom Gall <tgall@gentoo.org> irssi-0.8.9.ebuild:
  marked stable on ppc64

  21 Feb 2004; Seemant Kulleen <seemant@gentoo.org> irssi-0.8.9.ebuild:
  added perl, ssl and socks to RDEPENDS for livecd irssi to run properly

  15 Jan 2004; Jon Portnoy <avenj@gentoo.org> irssi-0.8.9.ebuild :
  Stable on AMD64.

  09 Jan 2004; Jason Wever <weeve@gentoo.org> irssi-0.8.9.ebuild:
  Marked stable on sparc.

  09 Jan 2004; root <root@gentoo.org> irssi-0.8.9.ebuild:
  Marked stable on hppa.

  05 Jan 2004; Aron Griffis <agriffis@gentoo.org> irssi-0.8.9.ebuild:
  Use glib2 (this ebuild accidentally regressed from 0.8.6-r6).  Don't
  build the bot, which is apparently broken and unsupported.  Mark
  stable on x86, alpha and ia64.  These changes fix bugs 33603, 35614
  and 35532 and follow discussion with Greg F. in December.

  12 Dec 2003; Greg Fitzgerald <gregf@gentoo.org> irssi-0.8.9.ebuild:
  Fixed patch problem, closes bug #35657

*irssi-0.8.9 (11 Dec 2003)

  11 Dec 2003; Greg Fitzgerald <gregf@gentoo.org> irssi-0.8.8-r1.ebuild,
  irssi-0.8.8.ebuild, irssi-0.8.9.ebuild:
  Version Bump, fixes ssl bug #35532

  11 Dec 2003; Greg Fitzgerald <gregf@gentoo.org> irssi-0.8.8-r1.ebuild,
  irssi-0.8.8.ebuild:
  Removed because of remoate crash bug

*irssi-0.8.8-r1 (26 Nov 2003)

  26 Nov 2003; Greg Fitzgerald <gregf@gentoo.org> irssi-0.8.8-r1.ebuild:
  Force glib2, removed bot (obsolete).

*irssi-0.8.6-r6 (26 Nov 2003)

  26 Nov 2003; Greg Fitzgerald <gregf@gentoo.org> irssi-0.8.6-r6.ebuild:
  Removed --with-bot, no used anymore and it was broken. Forced usage of glib2.
  This closes bug #33603.

  23 Nov 2003; Martin Holzer <mholzer@gentoo.org> irssi-0.8.8.ebuild,
  files/irssi-0.8.8-configure.patch:
  fixing head -1 issue. Closes #34186.

*irssi-0.8.8 (23 Nov 2003)

  23 Nov 2003; Greg Fitzgerald <gregf@gentoo.org> irssi-0.8.8.ebuild:
  Version bump.

*irssi-0.8.6-r5 (11 Nov 2003)

  11 Nov 2003; Chuck Short <zul@gentoo.org> irssi-0.8.6-r5.ebuild:
  New version, fixes use handling and new socks functionaility at compile time.
  Ebuild submitted by Aron Griffis <agriffis@gentoo.org>
  Closes bug #33230.

*irssi-0.8.6-r4 (05 Oct 2003)

  05 Oct 2003; Greg Fitzgerald <gregf@gentoo.org> irssi-0.8.6-r4.ebuild:
  Fix for use=perl, this closes bug #30029

  01 Oct 2003; Tavis Ormandy <taviso@gentoo.org> irssi-0.8.6-r3.ebuild:
  Stable on alpha

*irssi-0.8.6-r3 (30 Sep 2003)

  30 Sep 2003; Joshua Kinard <kumba@gentoo.org> irssi-0.8.6-r3.ebuild:
  Changed ~mips to mips in KEYWORDS

  18 Sep 2003; Jon Portnoy <avenj@gentoo.org> :
  ia64 keywords.

  21 Aug 2003; <chuck@gentoo.org> :
  Added SSL suport, closes bug #26343.

*irssi-0.8.6-r2 (10 Feb 2003)

  07 Aug 2003; Tavis Ormandy <taviso@gentoo.org> irssi-0.8.6-r2.ebuild:
  stable on alpha

  18 Jul 2003; Olivier Crete <tester@gentoo.org> irssi-0.8.6-r2.ebuild,
  files/irssi-0.8.6-configure.patch:
  Fix tail use to make it posix compliant

  18 Jul 2003; John Mylchreest <johnm@gentoo.org>; irssi-0.8.6-r2.ebuild:
  adding irssi-cvs block

  19 Jun 2003; <msterret@gentoo.org> irssi-0.8.6-r2.ebuild:
  Ugly hack to work around compression of the html files. (bug 23048)

  01 Jun 2003; Joshua Kinard <kumba@gentoo.org> irssi-0.8.6-r2.ebuild:
  Added ~mips to KEYWORDS

  11 Feb 2003; Guy Martin <gmsoft@gentoo.org> irssi-0.8.6-r2.ebuild :
  Added hppa to keywords.

  04 Apr 2003; Jason Wever <weeve@gentoo.org> irssi-0.8.6-r2.ebuild:
  Changed ~sparc keyword to sparc.

  10 Feb 2003; Peter Johanson <latexer@gentoo.org> :
  Added ~alpha to KEYWORDS.

  10 Feb 2002; Tobias Eichert <viz@gentoo.org> :
  Removed older irssi ebuilds and revisions to
  make the directory more concise..now we
  have an ebuild for irssi-0.8.5 and irssi-0.8.6.
  Changed =dev-libs/glib-2.2* dependency to
  >=dev-libs/glib-1.2.
  Changed "~x86" to "x86" in KEYWORDS.

  10 Feb 2003; Tobias Eichert <viz@gentoo.org> irssi-0.8.6-r2.ebuild:
  Removed glib-1.2* as a dependency. Therefor added glib-2.2*.
  Closes bug #13991.

*irssi-0.8.6-r1 (22 Dec 2002)

  22 Dec 2002; Maik Schreiber <blizzy@gentoo.org> : Obey USE="-ssl" (bug
  #12566).

  21 Dec 2002; Maik Schreiber <blizzy@gentoo.org> irssi-0.8.6.ebuild: Changed
  "~x86" to "x86" in KEYWORDS.

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
*irssi-0.8.6 (19 Nov 2002)

  19 Nov 2002; Maik Schreiber <blizzy@gentoo.org> : New version.

  20 Oct 2002; Mike Frysinger <vapier@gentoo.org> irssi-0.8.5-r2.ebuild :
  Added 'prepalldocs' to src_install since `make install` was putting them there

  16 Sep 2002; Maarten Thibaut <murphy@gentoo.org> irssi-0.8.5-r2.ebuild :
  Added sparc/sparc64 keywords.

  13 Sep 2002; Michael Cummings <mcummings@gentoo.org>: Corrected perl
  syntax to use perl eclass for perl Makefile.PL actions, bug 7868.

*irssi-0.8.5-r2 (12 Sep 2002)

  10 Feb 2003; Peter Johanson <latexer@gentoo.org> :
  Added ~alpha to KEYWORDS.

  12 Sep 2002; Daniel Robbins <drobbins@gentoo.org>: new rev bump with
  configuration flag fixes: several use/configure combos were toggled, the
  ebuild had "--enable-perl" instead of "--with-perl", etc. Lamer's socks
  stuff has been commented out for the time being so that I can unmask
  this now (but is being kept so that it can be uncommented later.)

*irssi-0.8.5-r1 (15 Jul 2002)

  24 Jul 2002; Mark Guertin <gerk@gentoo.org>: Added ppc to keywords

  15 Jul 2002; Ben Lutgens <lamer@gentoo.org> ChangeLog: Incremented the
  version number. Anyone with socks in use gets an additional depend on
  net-misc/dante-1.1.13. It's needed for libsocks.so and socks.h (otherwise
  toggling the option --with-socks does no good) needs more socks testing
  however so it's getting masked)

*irssi-0.8.5 (23 Jun 2002)

  23 Jun 2002; lamer <lamer@gentoo.org>: Updated to latest version from
  upstream. Fixes a topic string overflow DoS attack. Upgrade now.

  11 Apr 2002; Spider <spider@gentoo.org>: Update all glib dependencies to use
  glib-1.2*  in preparation of unmasking the glib-2.0.1 packages