summaryrefslogtreecommitdiff
blob: 074d4bded949d5adf2854cb5cf4989763e91fc0f (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
# ChangeLog for app-crypt/pinentry
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.182 2015/07/18 08:18:39 alonbl Exp $

  18 Jul 2015; Alon Bar-Lev <alonbl@gentoo.org> pinentry-0.9.5.ebuild:
  Add emacs USE

  18 Jul 2015; Alon Bar-Lev <alonbl@gentoo.org>
  files/pinentry-0.9.5-build.patch:
  Even better pkg-config resolution, bug#554686

  18 Jul 2015; Alon Bar-Lev <alonbl@gentoo.org>
  files/pinentry-0.9.5-build.patch:
  Add pkg-config detection instead of initialization as pinentry does not use it
  correctly, bug#554686

  18 Jul 2015; Alon Bar-Lev <alonbl@gentoo.org>
  +files/pinentry-0.9.5-build.patch, pinentry-0.9.5.ebuild:
  Add pkg-config initialization, add pkg-config as DEPEND as most need it
  anyway, bug#554686

*pinentry-0.9.5 (01 Jul 2015)

  01 Jul 2015; Kristian Fiskerstrand <k_f@gentoo.org> +pinentry-0.9.5.ebuild,
  -pinentry-0.9.4-r1.ebuild:
  Version bump to pinentry 0.9.5

  07 Jun 2015; Kristian Fiskerstrand <k_f@gentoo.org>
  -files/pinentry-0.9.1-memleak.patch:
  Remove a redundant patch file after previous cleanup

  07 Jun 2015; Kristian Fiskerstrand <k_f@gentoo.org>
  -files/pinentry-0.9.2-cmd_confirm.patch, -files/pinentry-0.9.2-gnome3.patch,
  -files/pinentry-0.9.2-handlers-return.patch,
  -files/pinentry-0.9.2-linking-order.patch,
  -files/pinentry-0.9.2-management.patch, -files/pinentry-0.9.2-memory.patch,
  -files/pinentry-0.9.2-simplify.patch, -pinentry-0.9.1.ebuild,
  -pinentry-0.9.2-r1.ebuild, -pinentry-0.9.4.ebuild:
  Remove old versions

*pinentry-0.9.4-r1 (07 Jun 2015)

  07 Jun 2015; Kristian Fiskerstrand <k_f@gentoo.org>
  +files/pinentry-0.9.4-actually_respect_users_pm.patch,
  +pinentry-0.9.4-r1.ebuild:
  Add a patch from upstream master to actually respect the user's choice of
  using an external password manager for the gnome3 pinentry

*pinentry-0.9.4 (07 Jun 2015)

  07 Jun 2015; Kristian Fiskerstrand <k_f@gentoo.org> +pinentry-0.9.4.ebuild:
  New upstream version 0.9.4

  14 May 2015; Kristian Fiskerstrand <k_f@gentoo.org> -pinentry-0.9.0-r1.ebuild,
  -pinentry-0.9.0-r2.ebuild:
  Cleanup old

*pinentry-0.9.2-r1 (14 May 2015)

  14 May 2015; Kristian Fiskerstrand <k_f@gentoo.org> +pinentry-0.9.2-r1.ebuild,
  -pinentry-0.9.2.ebuild:
  Enable the GNOME3 pinentry if gnome-keyring USE flag is set

*pinentry-0.9.2 (13 May 2015)

  13 May 2015; Kristian Fiskerstrand <k_f@gentoo.org>
  +files/pinentry-0.9.2-cmd_confirm.patch, +files/pinentry-0.9.2-gnome3.patch,
  +files/pinentry-0.9.2-handlers-return.patch,
  +files/pinentry-0.9.2-linking-order.patch,
  +files/pinentry-0.9.2-management.patch, +files/pinentry-0.9.2-memory.patch,
  +files/pinentry-0.9.2-simplify.patch, +pinentry-0.9.2.ebuild:
  new upstream version 0.9.2 with fixes

  05 May 2015; Alon Bar-Lev <alonbl@gentoo.org> pinentry-0.9.1.ebuild:
  Remove aix hack as upstream addressed the issue

*pinentry-0.9.1 (03 May 2015)

  03 May 2015; Alon Bar-Lev <alonbl@gentoo.org>
  +files/pinentry-0.9.1-memleak.patch, +pinentry-0.9.1.ebuild:
  Version bump, bug#548456

  30 Apr 2015; Alon Bar-Lev <alonbl@gentoo.org> pinentry-0.9.0-r3.ebuild:
  Fix gcc-5 qt issue, bug#547528, thanks to Mark Wright

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

*pinentry-0.9.0-r3 (22 Mar 2015)

  22 Mar 2015; Kristian Fiskerstrand <k_f@gentoo.org> +pinentry-0.9.0-r3.ebuild:
  Use qt4_get_bindir from qmake-utils instead of hardcoding moc path. Fixes
  #544110

*pinentry-0.9.0-r2 (01 Mar 2015)

  01 Mar 2015; Kristian Fiskerstrand <k_f@gentoo.org>
  +files/pinentry-0.9.0-accessibility.patch, +pinentry-0.9.0-r2.ebuild:
  Fix for bug #541400

  28 Feb 2015; Alon Bar-Lev <alonbl@gentoo.org> -pinentry-0.8.2.ebuild,
  -pinentry-0.8.3.ebuild, -pinentry-0.8.4.ebuild:
  Cleanup

  28 Feb 2015; Agostino Sarubbo <ago@gentoo.org> pinentry-0.9.0.ebuild:
  Stable for ia64, wrt bug #540002

  27 Feb 2015; Agostino Sarubbo <ago@gentoo.org> pinentry-0.9.0.ebuild:
  Stable for sparc, wrt bug #540002

  26 Feb 2015; Markus Meier <maekke@gentoo.org> pinentry-0.9.0.ebuild:
  arm stable, bug #540002

  25 Feb 2015; Agostino Sarubbo <ago@gentoo.org> pinentry-0.9.0.ebuild:
  Stable for x86, wrt bug #540002

  24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> pinentry-0.9.0.ebuild:
  Stable for alpha, wrt bug #540002

  23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> pinentry-0.9.0.ebuild:
  Stable for ppc64, wrt bug #540002

  21 Feb 2015; Agostino Sarubbo <ago@gentoo.org> pinentry-0.9.0.ebuild:
  Stable for ppc, wrt bug #540002

  19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> pinentry-0.9.0.ebuild:
  Stable for amd64, wrt bug #540002

*pinentry-0.9.0-r1 (17 Feb 2015)

  17 Feb 2015; Alon Bar-Lev <alonbl@gentoo.org> +pinentry-0.9.0-r1.ebuild,
  metadata.xml:
  Add support to clipboard in qt, bug#540348, thanks to Ezio

  14 Feb 2015; Jeroen Roovers <jer@gentoo.org> pinentry-0.9.0.ebuild:
  Stable for HPPA (bug #540002).

*pinentry-0.9.0 (19 Nov 2014)

  19 Nov 2014; Kristian Fiskerstrand <k_f@gentoo.org> +pinentry-0.9.0.ebuild:
  Bump pinentry to 0.9.0

*pinentry-0.8.4 (08 Oct 2014)

  08 Oct 2014; Alon Bar-Lev <alonbl@gentoo.org> +pinentry-0.8.4.ebuild:
  Version bump, bug#524742

  03 Apr 2014; Michael Haubenwallner <haubi@gentoo.org> pinentry-0.8.3.ebuild:
  Add ~ppc-aix keyword.

  20 Jan 2014; Mike Frysinger <vapier@gentoo.org> pinentry-0.8.2.ebuild,
  pinentry-0.8.3.ebuild:
  Add arm64 love.

  27 Dec 2013; Alon Bar-Lev <alonbl@gentoo.org> pinentry-0.8.3.ebuild:
  Fix aix build, bug#493384, thanks to Michael Haubenwallner

  06 Nov 2013; Alon Bar-Lev <alonbl@gentoo.org> pinentry-0.8.2.ebuild,
  pinentry-0.8.3.ebuild:
  add gettext build dependency as we are autoreconfing, bug#490522, thanks to
  yegle

*pinentry-0.8.3 (07 Oct 2013)

  07 Oct 2013; Tim Harder <radhermit@gentoo.org> +pinentry-0.8.3.ebuild:
  Version bump (bug #487188).

  15 Jun 2013; Alon Bar-Lev <alonbl@gentoo.org>
  +files/pinentry-0.8.2-texi.patch, pinentry-0.8.2.ebuild:
  fix texi issue with recent compiler, bug#472700, thanks to Bryan Baldwin

  02 Jun 2013; Alon Bar-Lev <alonbl@gentoo.org> -pinentry-0.8.1.ebuild:
  cleanup old ebuild

  05 May 2013; Alon Bar-Lev <alonbl@gentoo.org>
  +files/pinentry-0.8.2-ncurses.patch, pinentry-0.8.2.ebuild:
  support sys-libs/ncurses[tinfo], per bug#468430

  02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> pinentry-0.8.1.ebuild,
  pinentry-0.8.2.ebuild:
  Move Qt dependencies to the new category

  20 Feb 2013; Zac Medico <zmedico@gentoo.org> pinentry-0.8.2.ebuild:
  Add ~arm-linux keyword.

  16 Dec 2012; Raúl Porcel <armin76@gentoo.org> pinentry-0.8.2.ebuild:
  alpha/ia64/s390/sh/sparc stable wrt #443522

  28 Nov 2012; Tim Harder <radhermit@gentoo.org> metadata.xml:
  Add to crypto herd.

  25 Nov 2012; Sven Wegener <swegener@gentoo.org> metadata.xml:
  Move to maintainer-needed.

  22 Nov 2012; Agostino Sarubbo <ago@gentoo.org> pinentry-0.8.2.ebuild:
  Stable for x86, tested by Vincent Olivert Riera <peratu@carrosses.com>, wrt
  bug #443522

  20 Nov 2012; Anthony G. Basile <blueness@gentoo.org> pinentry-0.8.2.ebuild:
  stable arm, bug #443522

  19 Nov 2012; Jeroen Roovers <jer@gentoo.org> pinentry-0.8.2.ebuild:
  Stable for HPPA (bug #443522).

  17 Nov 2012; Anthony G. Basile <blueness@gentoo.org> pinentry-0.8.2.ebuild:
  stable ppc64, bug #443522

  17 Nov 2012; Agostino Sarubbo <ago@gentoo.org> pinentry-0.8.2.ebuild:
  Stable for ppc, tested by Vicente Olivert Riera <peratu@carrosses.com>, wrt
  bug #443522

  16 Nov 2012; Tomáš Chvátal <scarabeus@gentoo.org> pinentry-0.8.2.ebuild:
  Better fix the static issue with ncurses, thanks to Diego.

  16 Nov 2012; Agostino Sarubbo <ago@gentoo.org> pinentry-0.8.2.ebuild:
  Stable for amd64, wrt bug #443522

  16 Nov 2012; Tomáš Chvátal <scarabeus@gentoo.org> pinentry-0.8.2.ebuild:
  Do not call ar directly, fixes bug#443526.

  16 Nov 2012; Tomáš Chvátal <scarabeus@gentoo.org> pinentry-0.8.2.ebuild:
  Try to fix building with static useflag enabled

  16 Nov 2012; Tomáš Chvátal <scarabeus@gentoo.org> pinentry-0.8.2.ebuild:
  Bump eapi in the ebuild and solve the log message print. Wrt bug#440540.

  29 Oct 2012; Tomáš Chvátal <scarabeus@gentoo.org>
  -files/pinentry-0.7.5-grab.patch, -files/pinentry-0.8.0-qt-fix.patch,
  -pinentry-0.8.0-r1.ebuild, -pinentry-0.8.0.ebuild:
  Drop older.

  09 Sep 2012; Raúl Porcel <armin76@gentoo.org> pinentry-0.8.1.ebuild:
  alpha/ia64/s390/sh/sparc stable wrt #421593

  03 Sep 2012; Michael Palimaka <kensington@gentoo.org>
  pinentry-0.8.0-r1.ebuild, pinentry-0.8.0.ebuild, pinentry-0.8.1.ebuild,
  pinentry-0.8.2.ebuild:
  Add missing slot dependencies on Qt.

  17 Aug 2012; Anthony G. Basile <blueness@gentoo.org> pinentry-0.8.1.ebuild:
  Stable ppc ppc64, bug #421593

*pinentry-0.8.2 (14 Aug 2012)

  14 Aug 2012; Tomáš Chvátal <scarabeus@gentoo.org> +pinentry-0.8.2.ebuild:
  Version bump, I was testing if it had fixed the issue from bug#400751 but it
  did not. Commiting as it works perfect otherwise.

  03 Jul 2012; Jeroen Roovers <jer@gentoo.org> pinentry-0.8.1.ebuild:
  Stable for HPPA (bug #421593).

  25 Jun 2012; Markus Meier <maekke@gentoo.org> pinentry-0.8.1.ebuild:
  arm stable, bug #421593

  19 Jun 2012; Agostino Sarubbo <ago@gentoo.org> pinentry-0.8.1.ebuild:
  Stable for amd64, wrt bug #421593

  17 Jun 2012; Jeff Horelick <jdhore@gentoo.org> pinentry-0.8.1.ebuild:
  marked x86 per bug 421593

  09 May 2012; Alexis Ballier <aballier@gentoo.org> pinentry-0.8.1.ebuild:
  keyword ~amd64-fbsd

  03 May 2012; Jeff Horelick <jdhore@gentoo.org> pinentry-0.8.0.ebuild,
  pinentry-0.8.0-r1.ebuild, pinentry-0.8.1.ebuild:
  dev-util/pkgconfig -> virtual/pkgconfig

  18 Feb 2012; Fabian Groffen <grobian@gentoo.org> pinentry-0.8.1.ebuild:
  Remove existing file in Prefix

  26 Aug 2011; Fabian Groffen <grobian@gentoo.org> pinentry-0.8.1.ebuild:
  Explicitly disable X11, such that Darwin users don't have hanging pinentry
  clients due to pinentry looking into the void for an X11 server.

  25 Mar 2011; Sven Wegener <swegener@gentoo.org> pinentry-0.8.0.ebuild,
  pinentry-0.8.0-r1.ebuild, pinentry-0.8.1.ebuild:
  Add dev-util/pkgconfig to DEPEND, bug #360411.

*pinentry-0.8.1 (15 Jan 2011)

  15 Jan 2011; Sven Wegener <swegener@gentoo.org> +pinentry-0.8.1.ebuild:
  Version bump, bug #351115.

  30 Sep 2010; Samuli Suominen <ssuominen@gentoo.org>
  pinentry-0.8.0-r1.ebuild:
  Use eselect-pinentry.

*pinentry-0.8.0-r1 (25 Sep 2010)

  25 Sep 2010; Samuli Suominen <ssuominen@gentoo.org>
  +pinentry-0.8.0-r1.ebuild:
  Revision bump wrt #328189 by Federico Zenith. Fix USE static deps wrt
  #331739 by "wd".

  05 Sep 2010; Raúl Porcel <armin76@gentoo.org> pinentry-0.8.0.ebuild:
  ia64/s390/sh/sparc stable wrt #299388

  23 Aug 2010; Jeroen Roovers <jer@gentoo.org> pinentry-0.8.0.ebuild:
  Stable for HPPA (bug #299388).

  19 Jul 2010; Markus Meier <maekke@gentoo.org> pinentry-0.8.0.ebuild:
  arm stable, bug #299388

  19 Jul 2010; Joseph Jezak <josejx@gentoo.org> pinentry-0.8.0.ebuild:
  Marked ppc stable for bug #299388.

  18 Jul 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
  pinentry-0.8.0.ebuild, +files/pinentry-0.8.0-qt-fix.patch:
  Non-maintainer commit - this has been affecting me for a long time and
  it's quite upsetting.
  Added upstream patch to ensure pinentry is displayed in the foreground
  with qt - https://bugs.g10code.com/gnupg/issue1162
  Thanks to rubik's cube <daniel.hornung@gmx.de> - fixes bug 328189.

  11 Jul 2010; Tobias Klausmann <klausman@gentoo.org> pinentry-0.8.0.ebuild:
  Stable on alpha, bug #299388

  04 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> pinentry-0.8.0.ebuild:
  ppc64 stable wrt #299388

  27 Jun 2010; Christian Faulhammer <fauli@gentoo.org>
  pinentry-0.8.0.ebuild:
  add ~x86-freebsd

  24 Jun 2010; Christoph Mende <angelos@gentoo.org> pinentry-0.8.0.ebuild:
  Stable on amd64 wrt bug #299388

  20 Jun 2010; Christian Faulhammer <fauli@gentoo.org>
  pinentry-0.8.0.ebuild:
  fix HOMEPAGE

  20 Jun 2010; Christian Faulhammer <fauli@gentoo.org>
  pinentry-0.8.0.ebuild:
  stable x86, bug 299388

  30 May 2010; Fabian Groffen <grobian@gentoo.org> pinentry-0.8.0.ebuild:
  Marked ~sparc-solaris, ~sparc64-solaris

*pinentry-0.8.0 (26 Apr 2010)

  26 Apr 2010; Christian Faulhammer <fauli@gentoo.org>
  +pinentry-0.8.0.ebuild:
  version bump for bug 308695

  01 Apr 2010; Jonathan Callen <abcd@gentoo.org> pinentry-0.7.6.ebuild:
  Bump to EAPI=3, add prefix keywords

  02 Jan 2010; Ben de Groot <yngwin@gentoo.org> pinentry-0.7.5.ebuild,
  pinentry-0.7.5-r1.ebuild, pinentry-0.7.6.ebuild:
  Drop qt3 support

  15 Jul 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  pinentry-0.7.6.ebuild:
  Disable support for Qt-4 when "static" USE flag is enabled (bug #277963).

  04 Jul 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  pinentry-0.7.6.ebuild, -files/pinentry-0.7.6-qt4-moc-fix.diff:
  Properly regenerate .moc files.

*pinentry-0.7.6 (04 Jul 2009)

  04 Jul 2009; Sven Wegener <swegener@gentoo.org> +pinentry-0.7.6.ebuild,
  +files/pinentry-0.7.6-qt4-moc-fix.diff:
  Version bump, bug #274999 by Lars Wendler.

  02 May 2009; Sven Wegener <swegener@gentoo.org> pinentry-0.7.5.ebuild,
  pinentry-0.7.5-r1.ebuild:
  Migrate gtk to slot dependency, bug #268218.

*pinentry-0.7.5-r1 (22 Jan 2009)

  22 Jan 2009; Sven Wegener <swegener@gentoo.org> +pinentry-0.7.5-r1.ebuild:
  Add support for the static USE flag, bug #247770.

  06 Jan 2009; Sven Wegener <swegener@gentoo.org>
  -files/pinentry-0.7.2-grab.patch, -files/0.7.2-info.patch,
  -files/pinentry-0.7.4-grab.patch, -files/0.7.2-libcap.patch,
  -pinentry-0.7.3.ebuild, -pinentry-0.7.4-r1.ebuild:
  Cleanup.

  27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> pinentry-0.7.3.ebuild,
  pinentry-0.7.4-r1.ebuild, pinentry-0.7.5.ebuild:
  QA: Get rid of deprecated qt_min_version().

  18 Jun 2008; Jeroen Roovers <jer@gentoo.org> pinentry-0.7.5.ebuild:
  Stable for HPPA (bug #217845).

  12 May 2008; Markus Rothe <corsair@gentoo.org> pinentry-0.7.5.ebuild:
  Stable on ppc64

  03 May 2008; Richard Freeman <rich0@gentoo.org> pinentry-0.7.5.ebuild:
  amd64 stable - 217845

  17 Apr 2008; nixnut <nixnut@gentoo.org> pinentry-0.7.5.ebuild:
  Stable on ppc wrt bug 217845

  17 Apr 2008; Raúl Porcel <armin76@gentoo.org> pinentry-0.7.5.ebuild:
  ia64/sparc/x86 stable wrt #217845

  16 Apr 2008; Tobias Klausmann <klausman@gentoo.org> pinentry-0.7.5.ebuild:
  Stable on alpha, bug #217845

*pinentry-0.7.5 (23 Mar 2008)

  23 Mar 2008; Sven Wegener <swegener@gentoo.org>
  +files/pinentry-0.7.5-grab.patch, +files/pinentry-gmem.patch,
  pinentry-0.7.3.ebuild, pinentry-0.7.4-r1.ebuild, +pinentry-0.7.5.ebuild:
  Version bump, bug #213383. Drop bindnow-flags, bug #213669. Workaround for
  API change in >=glib-2.16.1, bug #213382.

  13 Feb 2008; Alon Bar-Lev <alonbl@gentoo.org> -pinentry-0.7.2-r3.ebuild:
  Cleanup

  21 Jan 2008; Jeroen Roovers <jer@gentoo.org> pinentry-0.7.4-r1.ebuild:
  Stable for HPPA (bug #206664).

  20 Jan 2008; Raúl Porcel <armin76@gentoo.org> pinentry-0.7.4-r1.ebuild:
  alpha/ia64/sparc/x86 stable wrt #206664

  20 Jan 2008; Christoph Mende <angelos@gentoo.org>
  pinentry-0.7.4-r1.ebuild:
  Stable on amd64 wrt bug #206664

  20 Jan 2008; nixnut <nixnut@gentoo.org> pinentry-0.7.4-r1.ebuild:
  Stable on ppc wrt bug 206664

  20 Jan 2008; Brent Baude <ranger@gentoo.org> ChangeLog:
  Marking pinentry-0.7.4-r1 ppc64 for bug 206664

  20 Jan 2008; Brent Baude <ranger@gentoo.org> pinentry-0.7.4-r1.ebuild:
  Marking pinentry-0.7.4-r1 ppc64 for bug 206664

*pinentry-0.7.4-r1 (22 Dec 2007)

  22 Dec 2007; Alon Bar-Lev <alonbl@gentoo.org>
  files/pinentry-0.7.4-grab.patch, -pinentry-0.7.4.ebuild,
  +pinentry-0.7.4-r1.ebuild:
  Fix grab (again), this time, remove the map-event completely, bug#201951

  21 Dec 2007; Alon Bar-Lev <alonbl@gentoo.org> pinentry-0.7.4.ebuild:
  Readd flag-o-matic

  20 Dec 2007; Alon Bar-Lev <alonbl@gentoo.org>
  +files/pinentry-0.7.4-grab.patch, pinentry-0.7.4.ebuild:
  Readd grab patch, bug#165493

  20 Dec 2007; Alon Bar-Lev <alonbl@gentoo.org>
  +files/pinentry-0.7.4-grab.patch, pinentry-0.7.4.ebuild:
  Readd grab patch, bug#165493

*pinentry-0.7.4 (20 Dec 2007)

  20 Dec 2007; Alon Bar-Lev <alonbl@gentoo.org> -pinentry-0.7.2-r4.ebuild,
  +pinentry-0.7.4.ebuild:
  Version bump

  09 Oct 2007; Christoph Mende <angelos@gentoo.org> pinentry-0.7.3.ebuild:
  Stable on amd64 wrt bug #194113

  03 Oct 2007; Tom Gall <tgall@gentoo.org> pinentry-0.7.3.ebuild:
  stable on ppc64

  02 Oct 2007; Raúl Porcel <armin76@gentoo.org> pinentry-0.7.3.ebuild:
  alpha/ia64 stable wrt #194113

  30 Sep 2007; Markus Meier <maekke@gentoo.org> pinentry-0.7.3.ebuild:
  x86 stable, bug #194113

  29 Sep 2007; Lars Weiler <pylon@gentoo.org> pinentry-0.7.3.ebuild:
  stable ppc, bug #194113

  29 Sep 2007; Jeroen Roovers <jer@gentoo.org> pinentry-0.7.3.ebuild:
  Stable for HPPA (bug #194113).

  28 Sep 2007; Ferris McCormick <fmccor@gentoo.org> pinentry-0.7.3.ebuild:
  Sparc stable --- Bug #194113 --- Acts like Manual Sec. 2 says.

*pinentry-0.7.3 (06 Jul 2007)

  06 Jul 2007; Alon Bar-Lev <alonbl@gentoo.org> +pinentry-0.7.3.ebuild:
  Version bump

*pinentry-0.7.2-r4 (15 Jun 2007)

  15 Jun 2007; Alon Bar-Lev <alonbl@gentoo.org>
  +files/pinentry-0.7.2-grab.patch, +pinentry-0.7.2-r4.ebuild:
  Fix gtk2+ grab issue, bug#165493, thanks to Vincent Pit

  24 Apr 2007; Sven Wegener <swegener@gentoo.org> -pinentry-0.7.2-r2.ebuild:
  Cleanup.

  12 Apr 2007; Christian Faulhammer <opfer@gentoo.org>
  pinentry-0.7.2-r3.ebuild:
  stable amd64, bug 167230

  01 Mar 2007; Christian Faulhammer <opfer@gentoo.org>
  pinentry-0.7.2-r3.ebuild:
  stable x86; bug 167230

  24 Jan 2007; Marius Mauch <genone@gentoo.org> pinentry-0.7.2-r2.ebuild,
  pinentry-0.7.2-r3.ebuild:
  Replacing einfo with elog

  09 Jan 2007; Sven Wegener <swegener@gentoo.org> pinentry-0.7.2-r3.ebuild:
  Add WANT_AUTO* variables, should fix bug #161165.

  10 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org>
  pinentry-0.7.2-r3.ebuild:
  Stable on sparc

  24 Sep 2006; Sven Wegener <swegener@gentoo.org> +files/0.7.2-info.patch,
  pinentry-0.7.2-r3.ebuild:
  Use correct format for direntry to make emacs users happy, bug #133048.

  16 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  pinentry-0.7.2-r3.ebuild:
  ppc stable

  19 Aug 2006; Bryan Østergaard <kloeri@gentoo.org>
  pinentry-0.7.2-r3.ebuild:
  Stable on alpha.

  22 Jul 2006; <psi29a@gentoo.org> pinentry-0.7.2-r3.ebuild:
  stable on mips

  12 Jul 2006; Aron Griffis <agriffis@gentoo.org> pinentry-0.7.2-r3.ebuild:
  Mark 0.7.2-r3 stable on ia64

  12 Jul 2006; Danny van Dyk <kugelfang@gentoo.org>
  pinentry-0.7.2-r3.ebuild:
  QA: Changed qt to qt3.

  26 Jun 2006; Javier Villavicencio <the_paya@gentoo.org>
  pinentry-0.7.2-r3.ebuild:
  Add ~x86-fbsd keyword.

  23 Jun 2006; Doug Goldstein <cardoe@gentoo.org> pinentry-0.7.2-r2.ebuild,
  pinentry-0.7.2-r3.ebuild:
  USE flag qt->qt3/qt4 change

  05 Jun 2006; Guy Martin <gmsoft@gentoo.org> pinentry-0.7.2-r3.ebuild:
  Stable on hppa.

  18 May 2006; Sven Wegener <swegener@gentoo.org> -pinentry-0.7.2.ebuild:
  Remove old version.

  16 May 2006; Markus Rothe <corsair@gentoo.org> pinentry-0.7.2-r3.ebuild:
  Stable on ppc64; bug #132343

  27 Apr 2006; Marien Zwart <marienz@gentoo.org>
  files/digest-pinentry-0.7.2, files/digest-pinentry-0.7.2-r2,
  files/digest-pinentry-0.7.2-r3, Manifest:
  Fixing SHA256 digest for real, pass three...

  27 Apr 2006; Marien Zwart <marienz@gentoo.org>
  files/digest-pinentry-0.7.2, files/digest-pinentry-0.7.2-r2,
  files/digest-pinentry-0.7.2-r3, Manifest:
  Fixing SHA256 digest, pass two.

  22 Apr 2006; Markus Rothe <corsair@gentoo.org> pinentry-0.7.2-r3.ebuild:
  Added ~ppc64; bug #130718

*pinentry-0.7.2-r3 (23 Feb 2006)

  23 Feb 2006; Sven Wegener <swegener@gentoo.org> +files/0.7.2-libcap.patch,
  +pinentry-0.7.2-r3.ebuild:
  Revision bump to include optional capabilities support. Thanks to Diego in
  bug #108845.

  06 Feb 2006; Herbie Hopkins <herbs@gentoo.org> pinentry-0.7.2-r2.ebuild:
  Fix problem detecting qt on amd64's no-symlink profile.

  03 Jan 2006; <plasmaroo@gentoo.org> pinentry-0.7.2-r2.ebuild:
  Stable on IA64.

  30 Dec 2005; Fernando J. Pereda <ferdy@gentoo.org>
  pinentry-0.7.2-r2.ebuild:
  Stable on alpha wrt security bug #116822

  29 Dec 2005; Tobias Scherbaum <dertobi123@gentoo.org>
  pinentry-0.7.2-r2.ebuild:
  ppc stable, bug #116822

  28 Dec 2005; Mark Loeser <halcy0n@gentoo.org> pinentry-0.7.2-r2.ebuild:
  Stable on x86; bug #116822

  28 Dec 2005; Gustavo Zacarias <gustavoz@gentoo.org>
  pinentry-0.7.2-r2.ebuild:
  Stable on sparc wrt security #116822

  28 Dec 2005; Simon Stelling <blubb@gentoo.org> pinentry-0.7.2-r2.ebuild:
  stable on amd64 wrt bug 116822

*pinentry-0.7.2-r2 (27 Dec 2005)

  27 Dec 2005; Sven Wegener <swegener@gentoo.org> pinentry-0.7.2.ebuild,
  -pinentry-0.7.2-r1.ebuild, +pinentry-0.7.2-r2.ebuild:
  Fix the fperms call, security bug #116822.

  25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org>
  pinentry-0.7.2-r1.ebuild:
  Use bindnow-flags function instead of -Wl,-z,now.

*pinentry-0.7.2-r1 (22 Sep 2005)

  22 Sep 2005; Sven Wegener <swegener@gentoo.org> +pinentry-0.7.2-r1.ebuild:
  Deprecate gtk2 USE flag, bug #106560.

  19 Sep 2005; Gustavo Zacarias <gustavoz@gentoo.org> pinentry-0.7.2.ebuild:
  Stable on sparc

  07 Aug 2005; Daniel Black <dragonheart@gentoo.org> pinentry-0.7.2.ebuild:
  changed to mirror://gnupg

  31 Jul 2005; Aaron Walker <ka0ttic@gentoo.org> pinentry-0.7.2.ebuild:
  Added ~mips.

  28 Jul 2005; Caleb Tennis <caleb@gentoo.org> pinentry-0.7.2.ebuild:
  Made qt dep qt3 explicit per bug #100235

  08 May 2005; Sven Wegener <swegener@gentoo.org>
  -files/qt-compile-fix.diff, -pinentry-0.7.1-r1.ebuild:
  Removed old ebuild.

  01 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> pinentry-0.7.2.ebuild:
  Stable on ppc.

  15 Mar 2005; Michael Cummings <mcummings@gentoo.org> pinentry-0.7.2.ebuild:
  Keywording for ~sparc - makes manifest signing so much nicer. Bug 85376

  13 Mar 2005; Marcus D. Hanwell <cryos@gentoo.org> pinentry-0.7.2.ebuild:
  Marked stable on amd64.

  12 Mar 2005; Aron Griffis <agriffis@gentoo.org> pinentry-0.7.2.ebuild:
  stable on alpha, ia64 and x86

*pinentry-0.7.2 (28 Jan 2005)

  28 Jan 2005; Sven Wegener <swegener@gentoo.org>
  -pinentry-0.7.1_p20041207.ebuild, +pinentry-0.7.2.ebuild:
  Version bump, bug #79801.

  02 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> :
  Change encoding to UTF-8 for GLEP 31 compliance

*pinentry-0.7.1_p20041207 (07 Dec 2004)

  07 Dec 2004; Sven Wegener <swegener@gentoo.org> metadata.xml,
  -pinentry-0.7.0.ebuild, +pinentry-0.7.1_p20041207.ebuild:
  Version bump, CVS snapshot with gtk+-2 support. Closes bug #73704.

  05 Oct 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
  pinentry-0.7.0.ebuild, pinentry-0.7.1-r1.ebuild:
  Masked pinentry-0.7.1-r1.ebuild stable for ppc

  05 Oct 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
  pinentry-0.7.0.ebuild:
  Masked pinentry-0.7.0.ebuild stable for ppc

  25 Aug 2004; Travis Tilley <lv@gentoo.org> pinentry-0.7.1-r1.ebuild:
  stable on amd64

  07 Aug 2004; Daniel Black <dragonheart@gentoo.org> -pinentry-0.6.9.ebuild,
  pinentry-0.7.1-r1.ebuild, -pinentry-0.7.1.ebuild:
  Version 0.7.1 was broken. added x86 keyword to 0.7.1-r1. removed old version

*pinentry-0.7.1-r1 (21 Jun 2004)

  21 Jun 2004; Bryan Østergaard <kloeri@gentoo.org>
  +files/qt-compile-fix.diff, +pinentry-0.7.1-r1.ebuild:
  Add qt compile fix submitted by Sebastian Trueg
  <trueg@informatik.uni-freiburg.de> in bug #54225. Also use emake and einstall.

  07 Jun 2004; Daniel Black <dragonheart@gentoo.org> +metadata.xml,
  pinentry-0.7.0.ebuild, pinentry-0.7.1.ebuild:
  x86 keyword

  20 May 2004; <paul@gentoo.org> pinentry-0.7.1.ebuild:
  Works on amd64 perfectly

*pinentry-0.7.1 (01 May 2004)

  01 May 2004; Bryan Østergaard <kloeri@gentoo.org> +pinentry-0.7.1.ebuild:
  Bump version, bug #48917.

  26 Apr 2004; Aron Griffis <agriffis@gentoo.org> pinentry-0.6.9.ebuild:
  Add die following econf for bug 48950

*pinentry-0.7.0 (28 Feb 2004)

  28 Feb 2004; Mike Frysinger <vapier@gentoo.org> :
  Version bumpage.  Cause the ebuild to fall back to ncurses if user
  has -gtk -qt and -ncurses in USE instead of calling die itself.

*pinentry-0.6.9 (21 Sep 2003)

  21 Sep 2003; Caleb Tennis <caleb@gentoo.org> pinentry-0.6.8.ebuild,
  pinentry-0.6.8.ebuild, pinentry-0.6.9.ebuild:
  version bump, old one didn't compile with qt-3.2

*pinentry-0.6.8 (07 Apr 2003)

  07 Apr 2003; danarmak <danarmak@gentoo.org> pinentry-0.6.8.ebuild:
  New upstream version. Added because the kmail page about Aegypten says it is
  needed. Makes patch from 0.6.7-r1 unnecessary as it was taken from the
  pinentry cvs in the first place.

*pinentry-0.6.7-r1 (07 Feb 2003)

  05 Mar 2003; Bartosch Pixa <darkspecter@gentoo.org>
  pinentry-0.6.7-r1.ebuild:
  set ~ppc in keywords

  07 Feb 2003; J Robert Ray <jrray@gentoo.org> : Added patch to correct
  problem with pinentry-qt.  Thanks to Paul de Vrieze <gentoo-bugs@devrieze.net>.

*pinentry-0.6.7 (06 Feb 2003)

  06 Feb 2003; J Robert Ray <jrray@gentoo.org> : Initial ebuild.  QT support
  is currently broken and disabled.