Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:prefix commit in: /
Date: Thu, 28 Feb 2019 12:31:45
Message-Id: 1551357079.991d7349c8faab28bf956c00e477e115654ba3b0.grobian@gentoo
1 commit: 991d7349c8faab28bf956c00e477e115654ba3b0
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 28 12:31:19 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 28 12:31:19 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=991d7349
7
8 Merge remote-tracking branch 'overlays-gentoo-org/master' into prefix
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 RELEASE-NOTES | 50 +++++
13 bin/ebuild.sh | 30 ++-
14 bin/misc-functions.sh | 2 -
15 bin/pid-ns-init | 105 +++++++++-
16 bin/postinst-qa-check.d/50gnome2-utils | 64 -------
17 bin/postinst-qa-check.d/50xdg-utils | 54 ++++++
18 bin/preinst-qa-check.d/50gnome2-utils | 1 -
19 bin/socks5-server.py | 8 +-
20 cnf/make.conf.example | 8 +-
21 cnf/make.globals | 3 +-
22 lib/_emerge/SpawnProcess.py | 2 +-
23 lib/_emerge/resolver/output.py | 13 +-
24 lib/portage/dbapi/porttree.py | 20 +-
25 lib/portage/locks.py | 150 +++++++++++++--
26 .../package/ebuild/_config/special_env_vars.py | 3 +-
27 lib/portage/package/ebuild/config.py | 4 +-
28 lib/portage/package/ebuild/doebuild.py | 3 +-
29 lib/portage/process.py | 38 +++-
30 lib/portage/tests/resolver/ResolverPlayground.py | 2 +
31 lib/portage/tests/util/test_install_mask.py | 36 ++++
32 lib/portage/tests/util/test_socks5.py | 211 +++++++++++++++++++++
33 lib/portage/util/cpuinfo.py | 33 +++-
34 lib/portage/util/futures/executor/fork.py | 4 +-
35 lib/portage/util/futures/iter_completed.py | 18 +-
36 lib/portage/util/install_mask.py | 89 ++++++++-
37 lib/portage/util/socks5.py | 48 ++++-
38 man/make.conf.5 | 6 +-
39 setup.py | 2 +-
40 28 files changed, 839 insertions(+), 168 deletions(-)