From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9896F138334 for ; Thu, 28 Feb 2019 12:31:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2C12E0951; Thu, 28 Feb 2019 12:31:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6CF6EE0951 for ; Thu, 28 Feb 2019 12:31:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F27A8335D07 for ; Thu, 28 Feb 2019 12:31:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 524FB452 for ; Thu, 28 Feb 2019 12:31:41 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1551357079.991d7349c8faab28bf956c00e477e115654ba3b0.grobian@gentoo> Subject: [gentoo-commits] proj/portage:prefix commit in: / X-VCS-Repository: proj/portage X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 991d7349c8faab28bf956c00e477e115654ba3b0 X-VCS-Branch: prefix Date: Thu, 28 Feb 2019 12:31:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 50eb900d-0e73-4a68-ba2f-867dc4f7eae8 X-Archives-Hash: f767a21b6dcc00ff8f9e5bb8400fb7ce commit: 991d7349c8faab28bf956c00e477e115654ba3b0 Author: Fabian Groffen gentoo org> AuthorDate: Thu Feb 28 12:31:19 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Feb 28 12:31:19 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=991d7349 Merge remote-tracking branch 'overlays-gentoo-org/master' into prefix Signed-off-by: Fabian Groffen gentoo.org> RELEASE-NOTES | 50 +++++ bin/ebuild.sh | 30 ++- bin/misc-functions.sh | 2 - 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 | 8 +- cnf/make.globals | 3 +- lib/_emerge/SpawnProcess.py | 2 +- lib/_emerge/resolver/output.py | 13 +- lib/portage/dbapi/porttree.py | 20 +- lib/portage/locks.py | 150 +++++++++++++-- .../package/ebuild/_config/special_env_vars.py | 3 +- lib/portage/package/ebuild/config.py | 4 +- lib/portage/package/ebuild/doebuild.py | 3 +- lib/portage/process.py | 38 +++- lib/portage/tests/resolver/ResolverPlayground.py | 2 + lib/portage/tests/util/test_install_mask.py | 36 ++++ lib/portage/tests/util/test_socks5.py | 211 +++++++++++++++++++++ lib/portage/util/cpuinfo.py | 33 +++- 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/make.conf.5 | 6 +- setup.py | 2 +- 28 files changed, 839 insertions(+), 168 deletions(-)