# ChangeLog for app-crypt/pinentry
# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
# (auto-generated from git log)

*pinentry-0.9.5 (09 Aug 2015)
*pinentry-0.9.0-r3 (09 Aug 2015)
*pinentry-0.9.0 (09 Aug 2015)

  09 Aug 2015; Robin H. Johnson <robbat2@gentoo.org>
  +files/pinentry-0.8.2-ncurses.patch, +files/pinentry-0.8.2-texi.patch,
  +files/pinentry-0.9.0-accessibility.patch,
  +files/pinentry-0.9.4-actually_respect_users_pm.patch,
  +files/pinentry-0.9.5-build.patch, +metadata.xml, +pinentry-0.9.0.ebuild,
  +pinentry-0.9.0-r3.ebuild, +pinentry-0.9.5.ebuild:
  proj/gentoo: Initial commit

  This commit represents a new era for Gentoo:
  Storing the gentoo-x86 tree in Git, as converted from CVS.

  This commit is the start of the NEW history.
  Any historical data is intended to be grafted onto this point.

  Creation process:
  1. Take final CVS checkout snapshot
  2. Remove ALL ChangeLog* files
  3. Transform all Manifests to thin
  4. Remove empty Manifests
  5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
  5.1. Do not touch files with -kb/-ko keyword flags.

  Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
  X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration
  tests
  X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this
  project
  X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo
  developer, wrote Git features for the migration
  X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve
  cvs2svn
  X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
  X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014
  work in migration
  X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
  X-Thanks: All of other Gentoo developers - many ideas and lots of paint on
  the bikeshed

  16 Aug 2015; Justin Lecher <jlec@gentoo.org> metadata.xml,
  pinentry-0.9.0.ebuild, pinentry-0.9.0-r3.ebuild, pinentry-0.9.5.ebuild:
  Use slot operators for ncurses

  Package-Manager: portage-2.2.20.1
  Signed-off-by: Justin Lecher <jlec@gentoo.org>

  16 Aug 2015; Kristian Fiskerstrand <k_f@gentoo.org>
  -files/pinentry-0.9.4-actually_respect_users_pm.patch:
  Remove unused patch file

  pinentry-0.9.4-actually_respect_users_pm.patch is no longer used
  since the bump to 0.9.5. Cleaning up.

  Package-Manager: portage-2.2.20.1

  24 Aug 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
  Use https by default

  Convert all URLs for sites supporting encrypted connections from http to
  https

  Signed-off-by: Justin Lecher <jlec@gentoo.org>

  24 Aug 2015; Mike Gilbert <floppym@gentoo.org> metadata.xml:
  Revert DOCTYPE SYSTEM https changes in metadata.xml

  repoman does not yet accept the https version.
  This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.

  Bug: https://bugs.gentoo.org/552720

  26 Aug 2015; Mike Frysinger <vapier@gentoo.org> pinentry-0.9.0.ebuild,
  pinentry-0.9.0-r3.ebuild, pinentry-0.9.5.ebuild:
  sys-libs/ncurses: move to SLOT=0 #557472

  Use SLOT=0 for installing of main development files like other packages
  so we can use other SLOTs for installing SONAME libs for binary packages.

  05 Sep 2015; Mikle Kolyada <zlogene@gentoo.org> pinentry-0.9.5.ebuild:
  amd64 stable wrt bug #552614

  Package-Manager: portage-2.2.20.1

  08 Sep 2015; Jeroen Roovers <jer@gentoo.org> pinentry-0.9.5.ebuild:
  Stable for HPPA PPC64 (bug #552614).

  Package-Manager: portage-2.2.20.1

  12 Sep 2015; Agostino Sarubbo <ago@gentoo.org> pinentry-0.9.5.ebuild:
  x86 stable wrt bug #552614

  Package-Manager: portage-2.2.20.1
  RepoMan-Options: --include-arches="x86"

*pinentry-0.9.6 (14 Sep 2015)

  14 Sep 2015; Kristian Fiskerstrand <k_f@gentoo.org> +pinentry-0.9.6.ebuild:
  Version bump to 0.9.6

  Package-Manager: portage-2.2.20.1

  14 Sep 2015; Kristian Fiskerstrand <k_f@gentoo.org> pinentry-0.9.6.ebuild:
  Fix version bump to 0.9.6

  Package-Manager: portage-2.2.20.1

  16 Sep 2015; Tobias Klausmann <klausman@gentoo.org> pinentry-0.9.5.ebuild:
  add alpha keyword

  Gentoo-Bug: 552614

  Package-Manager: portage-2.2.20.1

*pinentry-0.9.6-r1 (18 Sep 2015)

  18 Sep 2015; Kristian Fiskerstrand <k_f@gentoo.org>
  +files/pinentry-0.9.6-Disable-Qt5-support-to-force-Qt4.patch,
  +pinentry-0.9.6-r1.ebuild:
  Fix Qt4 support

  Pinentry 0.9.6 introduced automatic detection of Qt version and added
  support
  for Qt5 using automagic. This revbump removes Qt5 support and explicitly
  require Qt4 as in previous versions until this can be set using USE flag
  to get proper dependencies.

  Additionally upstream renamed the pinentry-qt4 binary to pinentry-qt, so a
  symlink is generated to ensure backwards compatibility.

  Package-Manager: portage-2.2.20.1

*pinentry-0.9.6-r2 (21 Sep 2015)

  21 Sep 2015; Kristian Fiskerstrand <k_f@gentoo.org>
  +files/pinentry-0.9.6-Remove-detection-of-Qt5.patch,
  +pinentry-0.9.6-r2.ebuild:
  Completely remove Qt5 detection

  Revision bump that removes more of the Qt5 automagic that resulted in
  failed builds in 0.9.6-r1

  Bug: 560786

  Package-Manager: portage-2.2.20.1

  21 Sep 2015; Kristian Fiskerstrand <k_f@gentoo.org>
  -files/pinentry-0.9.6-Disable-Qt5-support-to-force-Qt4.patch,
  -pinentry-0.9.6-r1.ebuild:
  Remove flawed revision 0.9.6-r1

  Package-Manager: portage-2.2.20.1

*pinentry-0.9.6-r3 (21 Sep 2015)

  21 Sep 2015; Kristian Fiskerstrand <k_f@gentoo.org>
  +pinentry-0.9.6-r3.ebuild:
  Add explicit dep for app-crypt/gcr

  When gnome-keyring USE is selected

  Bug: 560322

  Package-Manager: portage-2.2.20.1

*pinentry-0.9.6-r4 (24 Sep 2015)

  24 Sep 2015; Kristian Fiskerstrand <k_f@gentoo.org>
  +pinentry-0.9.6-r4.ebuild:
  Restructure dependencies in 0.9.6-r4

  Package-Manager: portage-2.2.20.1

  27 Sep 2015; Markus Meier <maekke@gentoo.org> pinentry-0.9.5.ebuild:
  arm stable, bug #552614

  Package-Manager: portage-2.2.20.1
  RepoMan-Options: --include-arches="arm"

*pinentry-0.9.6-r5 (29 Sep 2015)

  29 Sep 2015; Kristian Fiskerstrand <k_f@gentoo.org>
  +files/pinentry-0.9.6-add-disable-pinentry-qt5-option.patch,
  +pinentry-0.9.6-r5.ebuild:
  0.9.6-r5: Add Qt5 support

  Package-Manager: portage-2.2.20.1

  29 Sep 2015; Kristian Fiskerstrand <k_f@gentoo.org> -pinentry-0.9.6.ebuild,
  -pinentry-0.9.6-r2.ebuild, -pinentry-0.9.6-r3.ebuild:
  Remove some older 0.9.6 revisions

  Package-Manager: portage-2.2.20.1

  10 Oct 2015; Mikle Kolyada <zlogene@gentoo.org> pinentry-0.9.5.ebuild:
  sparc stable wrt bug #552614

  Package-Manager: portage-2.2.20.1

*pinentry-0.9.6-r6 (26 Oct 2015)

  26 Oct 2015; Kristian Fiskerstrand <k_f@gentoo.org>
  +pinentry-0.9.6-r6.ebuild:
  Enable qt5 as possible single backend and fix symlink

  Enable qt5 as the only single backend and fix issue where pinentry-qt4
  symlink
  was created unconditionally

  Bug: 564000
  Bug: 563520

  Package-Manager: portage-2.2.20.1

  10 Nov 2015; Agostino Sarubbo <ago@gentoo.org> pinentry-0.9.5.ebuild:
  ppc stable wrt bug #552614

  Package-Manager: portage-2.2.20.1
  RepoMan-Options: --include-arches="ppc"

  10 Nov 2015; Agostino Sarubbo <ago@gentoo.org> pinentry-0.9.5.ebuild:
  ia64 stable wrt bug #552614

  Package-Manager: portage-2.2.20.1
  RepoMan-Options: --include-arches="ia64"

*pinentry-0.9.7 (15 Dec 2015)

  15 Dec 2015; Kristian Fiskerstrand <k_f@gentoo.org> +pinentry-0.9.7.ebuild:
  Version bump to 0.9.7

  Package-Manager: portage-2.2.20.1

  15 Dec 2015; Kristian Fiskerstrand <k_f@gentoo.org>
  -pinentry-0.9.6-r4.ebuild, -pinentry-0.9.6-r5.ebuild:
  Cleanup some older versions

  24 Jan 2016; Michał Górny <mgorny@gentoo.org> metadata.xml:
  Replace all herds with appropriate projects (GLEP 67)

  Replace all uses of herd with appropriate project maintainers, or no
  maintainers in case of herds requested to be disbanded.

  24 Jan 2016; Michał Górny <mgorny@gentoo.org> metadata.xml:
  Set appropriate maintainer types in metadata.xml (GLEP 67)

  07 Jul 2016; Patrice Clement <monsieurp@gentoo.org>
  -files/pinentry-0.9.6-Remove-detection-of-Qt5.patch:
  remove unused patch

  Closes: https://github.com/gentoo/gentoo/pull/1826

  Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

*pinentry-0.9.7-r1 (11 Aug 2016)

  11 Aug 2016; Kristian Fiskerstrand <k_f@gentoo.org>
  +files/pinentry-0.9.7-require-CPP11-for-qt-5-7.patches,
  +pinentry-0.9.7-r1.ebuild:
  Use -std=c++11 if using Qt >= 5.7

  Gentoo-Bug: 587764

  Package-Manager: portage-2.3.0

  14 Aug 2016; Kristian Fiskerstrand <k_f@gentoo.org> metadata.xml:
  Add myself as maintainer

  Make sure not to miss any bugs by adding myself as maintainer

  Package-Manager: portage-2.3.0

*pinentry-1.0.0 (22 Nov 2016)

  22 Nov 2016; Kristian Fiskerstrand <k_f@gentoo.org> +pinentry-1.0.0.ebuild:
  New upstream version 1.0.0

  Package-Manager: portage-2.3.2

  02 Dec 2016; Tobias Klausmann <klausman@gentoo.org>
  pinentry-0.9.7-r1.ebuild:
  0.9.7-r1: stable on alpha

  Gentoo-Bug: 601364

  08 Dec 2016; Michael Palimaka <kensington@gentoo.org>
  pinentry-0.9.7-r1.ebuild:
  stabilise 0.9.7-r1 on amd64

  Gentoo-bug: 601364

  Package-Manager: portage-2.3.2

  10 Dec 2016; Alon Bar-Lev <alonbl@gentoo.org>
  +files/pinentry-1.0.0-build.patch, pinentry-1.0.0.ebuild:
  fix build issue

  +EAP6

  Bug: 602148

  Package-Manager: portage-2.3.0

  10 Dec 2016; Alon Bar-Lev <alonbl@gentoo.org> pinentry-1.0.0.ebuild:
  simplify MOC a bit

  Package-Manager: portage-2.3.0

