# ChangeLog for dev-python/pypy3
# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
# (auto-generated from git log)

*pypy3-2.4.0 (09 Aug 2015)

  09 Aug 2015; Robin H. Johnson <robbat2@gentoo.org> +files/1.9-distutils.unix
  ccompiler.UnixCCompiler.runtime_library_dir_option.patch,
  +files/1.9-scripts-location.patch, +files/2.3.1-shared-lib.patch,
  +metadata.xml, +pypy3-2.4.0.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

  15 Aug 2015; Michał Górny <mgorny@gentoo.org> pypy3-2.4.0.ebuild:
  dev-python/pypy*: Fix USE=-ncurses and USE=-gdbm

  Fix USE=-ncurses (and USE=-gdbm in pypy-2.6.0) not to try to regenerate
  cffi modules for the two.

  Bug: https://bugs.gentoo.org/show_bug.cgi?id=557540#c3

  Package-Manager: portage-2.2.20

  15 Aug 2015; Michał Górny <mgorny@gentoo.org> pypy3-2.4.0.ebuild:
  dev-python/pypy*: require sys-libs/ncurses:5/5 due to cffi use

  The cffi modules in dev-python/pypy{,3} are locked to .so.5 ABI.

  Package-Manager: portage-2.2.20

  18 Aug 2015; Justin Lecher <jlec@gentoo.org>
  +files/pypy3-2.4.0-gcc-4.9.patch, pypy3-2.4.0.ebuild:
  Backport for fix gcc-4.9

  https://bitbucket.org/pypy/pypy/commits/c1abec418acf30bb04891c3249bc12cbe8f4
  8d4a

  Bug-Debian: https://bugs.debian.org/771137
  Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=536920

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

  23 Aug 2015; Michał Górny <mgorny@gentoo.org> pypy3-2.4.0.ebuild:
  dev-python/pypy*: Fix pkg_{pretend,setup} not to run for binpkgs

  Package-Manager: portage-2.2.20

  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> pypy3-2.4.0.ebuild:
  dev-python/pypy*: fix ncurses dep #557472

  There is no 5 subslot, so trying to depend on it won't actually work.

  26 Aug 2015; Mike Frysinger <vapier@gentoo.org> pypy3-2.4.0.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.

  13 Oct 2015; Julian Ospald <hasufell@gentoo.org>
  +files/pypy3-2.4.0-libressl.patch, pypy3-2.4.0.ebuild:
  add libressl support

  16 Oct 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
  Update remote-ids

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

  12 Nov 2015; Michał Górny <mgorny@gentoo.org> pypy3-2.4.0.ebuild:
  dev-python/pypy*: Fix epython.py module first install

*pypy3-9999 (20 Dec 2015)

  20 Dec 2015; Michał Górny <mgorny@gentoo.org> +files/2.5.0-shared-lib.patch,
  +files/4.0.0-gentoo-path.patch, +pypy3-9999.ebuild:
  Add a live ebuild

  20 Dec 2015; Michał Górny <mgorny@gentoo.org>
  +files/21_all_distutils_c++.patch, pypy3-9999.ebuild:
  Add an updated distutils/C++ patch

  07 Jan 2016; Michał Górny <mgorny@gentoo.org> pypy3-2.4.0.ebuild,
  pypy3-9999.ebuild:
  dev-python/pypy*: Default to USE=shadowstack to improve compatibility

  Prefer the shadowstack gcrootfinder over asmgcc since the latter
  strongly relies on specific assembly being generated by gcc and is often
  broken by various optimization flags.

  24 Jan 2016; Michał Górny <mgorny@gentoo.org> metadata.xml:
  Unify quoting in metadata.xml files for machine processing

  Force unified quoting in all metadata.xml files since lxml does not
  preserve original use of single and double quotes. Ensuring unified
  quoting before the process allows distinguishing the GLEP 67-related
  metadata.xml changes from unrelated quoting changes.

  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)

  06 Feb 2016; Michał Górny <mgorny@gentoo.org> files/4.0.0-gentoo-path.patch:
  Fix Gentoo path fix to check for correct PyPy3 dir

*pypy3-2.4.0-r1 (06 Feb 2016)

  06 Feb 2016; Michał Górny <mgorny@gentoo.org> +files/2.4.0-ncurses6.patch,
  +pypy3-2.4.0-r1.ebuild:
  Apply fix for ncurses-6, #564454

  06 Feb 2016; Michał Górny <mgorny@gentoo.org> pypy3-2.4.0-r1.ebuild:
  Use the new Gentoo path patch on 2.4.0-r1

*pypy3-2.4.0-r2 (03 Mar 2016)

  03 Mar 2016; Michał Górny <mgorny@gentoo.org> -pypy3-2.4.0-r1.ebuild,
  +pypy3-2.4.0-r2.ebuild:
  Fix path subst in Gentoo paths

  03 Mar 2016; Michał Górny <mgorny@gentoo.org>
  +files/2.4.0-21_all_distutils_c++.patch, pypy3-2.4.0-r2.ebuild,
  pypy3-9999.ebuild:
  Sync between release and live ebuild

  03 Mar 2016; Michał Górny <mgorny@gentoo.org>
  -files/1.9-scripts-location.patch, -pypy3-2.4.0.ebuild:
  Drop old

  05 May 2016; Patrice Clement <monsieurp@gentoo.org>
  +files/pypy3-2.4.0-fix-tkinter-regression.patch, pypy3-2.4.0-r2.ebuild:
  fix regression in tkinter

  Gentoo-Bug: https://bugs.gentoo.org/533384
  Closes: https://github.com/gentoo/gentoo/pull/1326

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

  14 May 2016; Michał Górny <mgorny@gentoo.org> pypy3-2.4.0-r2.ebuild,
  pypy3-9999.ebuild:
  Fix pax-marking in src_compile()

  14 May 2016; Michał Górny <mgorny@gentoo.org> pypy3-2.4.0-r2.ebuild,
  pypy3-9999.ebuild:
  INSDESTTREE -> custom var, #582982

  09 Jun 2016; Michał Górny <mgorny@gentoo.org>
  -files/21_all_distutils_c++.patch, +files/5.2.0-distutils-c++.patch,
  pypy3-9999.ebuild:
  Update the distutils C++ patch

*pypy3-5.2.0_alpha1 (09 Jun 2016)

  09 Jun 2016; Michał Górny <mgorny@gentoo.org> +pypy3-5.2.0_alpha1.ebuild:
  Version bump to 5.2.0-alpha1

  29 Jul 2016; Michał Górny <mgorny@gentoo.org> pypy3-2.4.0-r2.ebuild,
  pypy3-5.2.0_alpha1.ebuild, pypy3-9999.ebuild:
  Remove unnecessary PDEP on python-updater

*pypy3-5.5.0_alpha (12 Oct 2016)

  12 Oct 2016; Michał Górny <mgorny@gentoo.org> +pypy3-5.5.0_alpha.ebuild:
  Bump to 5.5.0 (alpha)