commit:     88a712b0cf17c1bc47de174f8f1219d24912eee6
Author:     Thomas Sachau <tommy <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 17 11:34:05 2019 +0000
Commit:     Thomas Sachau <tommy <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 11:34:05 2019 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=88a712b0

Merge tag 'portage-2.3.62' into multilib

portage-2.3.62

Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 .travis.yml                                        |   7 +
 NEWS                                               |   9 +-
 RELEASE-NOTES                                      |  76 +++++++
 bin/ebuild-helpers/bsd/sed                         |   3 +-
 bin/ebuild-helpers/portageq                        |   3 +-
 bin/ebuild-helpers/unprivileged/chown              |   3 +-
 bin/ebuild-helpers/xattr/install                   |   3 +-
 bin/ebuild.sh                                      |  34 ++--
 bin/etc-update                                     |   2 +-
 bin/misc-functions.sh                              |  34 ++++
 bin/pid-ns-init                                    | 105 +++++++++-
 bin/postinst-qa-check.d/50gnome2-utils             |  64 ------
 bin/postinst-qa-check.d/50xdg-utils                |  54 +++++
 bin/preinst-qa-check.d/50gnome2-utils              |   1 -
 bin/socks5-server.py                               |   8 +-
 cnf/make.conf.example                              |  20 +-
 cnf/make.globals                                   |  14 +-
 lib/_emerge/AbstractEbuildProcess.py               |   9 +-
 lib/_emerge/SpawnProcess.py                        |   2 +-
 lib/_emerge/help.py                                |   2 +-
 lib/_emerge/post_emerge.py                         |   2 +-
 lib/_emerge/resolver/output.py                     |  13 +-
 lib/portage/const.py                               |   1 +
 lib/portage/dbapi/porttree.py                      |  20 +-
 lib/portage/dbapi/vartree.py                       |  17 +-
 lib/portage/elog/mod_echo.py                       |   2 +-
 lib/portage/elog/mod_save.py                       |   4 +-
 lib/portage/elog/mod_save_summary.py               |   4 +-
 lib/portage/emaint/modules/logs/__init__.py        |   2 +-
 lib/portage/emaint/modules/logs/logs.py            |  22 +--
 lib/portage/locks.py                               | 154 ++++++++++++---
 .../package/ebuild/_config/special_env_vars.py     |   5 +-
 lib/portage/package/ebuild/config.py               |  15 +-
 lib/portage/package/ebuild/doebuild.py             |  49 ++---
 lib/portage/package/ebuild/prepare_build_dirs.py   |  26 +--
 lib/portage/process.py                             | 220 +++++++++++++++++----
 lib/portage/sync/modules/git/git.py                |  10 +-
 lib/portage/sync/modules/rsync/rsync.py            |  11 +-
 lib/portage/tests/emerge/test_simple.py            |   2 +-
 lib/portage/tests/resolver/ResolverPlayground.py   |  49 +++++
 lib/portage/tests/sync/test_sync_local.py          |  22 ++-
 lib/portage/tests/util/test_install_mask.py        |  36 ++++
 lib/portage/tests/util/test_socks5.py              | 211 ++++++++++++++++++++
 lib/portage/util/ExtractKernelVersion.py           |  17 +-
 lib/portage/util/cpuinfo.py                        |  33 +++-
 lib/portage/util/futures/compat_coroutine.py       |   6 +-
 lib/portage/util/futures/executor/fork.py          |   4 +-
 lib/portage/util/futures/iter_completed.py         |  18 +-
 lib/portage/util/install_mask.py                   |  89 ++++++++-
 lib/portage/util/socks5.py                         |  48 ++++-
 man/ebuild.5                                       |   2 +-
 man/emaint.1                                       |   6 +-
 man/emerge.1                                       |   8 +-
 man/make.conf.5                                    |  52 ++---
 man/portage.5                                      |   2 +-
 repoman/runtests                                   |   6 +-
 runtests                                           |   6 +-
 setup.py                                           |   2 +-
 tox.ini                                            |   2 +-
 59 files changed, 1304 insertions(+), 347 deletions(-)

Reply via email to