From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-995978-garchives=archives.gentoo.org@lists.gentoo.org> 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 D42EC138331 for <garchives@archives.gentoo.org>; Sun, 7 Jan 2018 10:33:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13926E08D3; Sun, 7 Jan 2018 10:33:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CE545E08D3 for <gentoo-commits@lists.gentoo.org>; Sun, 7 Jan 2018 10:33:07 +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 7312C335DB9 for <gentoo-commits@lists.gentoo.org>; Sun, 7 Jan 2018 10:33:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F057C1A5 for <gentoo-commits@lists.gentoo.org>; Sun, 7 Jan 2018 10:33:04 +0000 (UTC) From: "Thomas Sachau" <tommy@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Sachau" <tommy@gentoo.org> Message-ID: <1515321028.d6db617338b7764db3ad8eeb62907ec048a91ff4.tommy@gentoo> Subject: [gentoo-commits] proj/portage:multilib commit in: / X-VCS-Repository: proj/portage X-VCS-Committer: tommy X-VCS-Committer-Name: Thomas Sachau X-VCS-Revision: d6db617338b7764db3ad8eeb62907ec048a91ff4 X-VCS-Branch: multilib Date: Sun, 7 Jan 2018 10:33:04 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 30e8b553-315e-497e-9f6a-e31ea545ae4a X-Archives-Hash: 42d8ce424b0d4fd95f89714f5f0712c0 commit: d6db617338b7764db3ad8eeb62907ec048a91ff4 Author: Thomas Sachau <tommy <AT> gentoo <DOT> org> AuthorDate: Sun Jan 7 10:30:28 2018 +0000 Commit: Thomas Sachau <tommy <AT> gentoo <DOT> org> CommitDate: Sun Jan 7 10:30:28 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=d6db6173 Merge tag 'portage-2.3.4' into multilib version bump .gitignore | 2 + .travis.yml | 1 + RELEASE-NOTES | 35 +++++ bin/check-implicit-pointer-usage.py | 22 +-- bin/dispatch-conf | 4 +- bin/etc-update | 19 ++- bin/glsa-check | 19 ++- bin/helper-functions.sh | 9 +- bin/portageq | 7 + bin/save-ebuild-env.sh | 2 +- bin/socks5-server.py | 5 + cnf/make.conf.example | 18 +-- cnf/make.conf.example.alpha.diff | 2 +- cnf/make.conf.example.amd64-fbsd.diff | 2 +- cnf/make.conf.example.amd64.diff | 2 +- cnf/make.conf.example.arm.diff | 2 +- cnf/make.conf.example.hppa.diff | 2 +- cnf/make.conf.example.ia64.diff | 2 +- cnf/make.conf.example.m68k.diff | 2 +- cnf/make.conf.example.mips.diff | 2 +- cnf/make.conf.example.ppc.diff | 2 +- cnf/make.conf.example.ppc64.diff | 2 +- cnf/make.conf.example.s390.diff | 2 +- cnf/make.conf.example.sh.diff | 2 +- cnf/make.conf.example.sparc-fbsd.diff | 2 +- cnf/make.conf.example.sparc.diff | 2 +- cnf/make.conf.example.x86-fbsd.diff | 2 +- cnf/make.conf.example.x86.diff | 2 +- man/emaint.1 | 8 +- man/emerge.1 | 8 +- man/portage.5 | 11 +- pym/_emerge/actions.py | 17 ++- pym/_emerge/depgraph.py | 24 ++-- pym/_emerge/main.py | 4 +- pym/_emerge/post_emerge.py | 6 +- pym/_emerge/resolver/slot_collision.py | 37 ++++- pym/portage/__init__.py | 4 +- pym/portage/checksum.py | 78 ++++++++--- pym/portage/const.py | 6 +- pym/portage/cvstree.py | 6 +- pym/portage/dbapi/bintree.py | 33 ++++- pym/portage/dbapi/vartree.py | 15 +- pym/portage/emaint/main.py | 12 +- pym/portage/emaint/modules/binhost/binhost.py | 8 +- pym/portage/emaint/modules/config/config.py | 14 +- pym/portage/emaint/modules/logs/logs.py | 55 ++++---- pym/portage/emaint/modules/merges/merges.py | 18 ++- pym/portage/emaint/modules/move/move.py | 15 +- pym/portage/emaint/modules/resume/resume.py | 5 +- pym/portage/emaint/modules/sync/sync.py | 156 +++++++++++---------- pym/portage/emaint/modules/world/world.py | 10 +- pym/portage/glsa.py | 12 +- pym/portage/news.py | 4 +- pym/portage/package/ebuild/fetch.py | 4 +- pym/portage/process.py | 4 + pym/portage/repository/config.py | 16 ++- pym/portage/sync/controller.py | 13 +- pym/portage/sync/modules/git/__init__.py | 16 +-- pym/portage/sync/modules/git/git.py | 11 +- pym/portage/tests/emerge/test_simple.py | 1 + .../resolver/test_imagemagick_graphicsmagick.py | 104 ++++++++++++++ pym/portage/tests/{bin => sets}/__test__.py | 0 pym/portage/tests/{bin => sync}/__test__.py | 0 pym/portage/tests/sync/test_sync_local.py | 23 ++- pym/portage/tests/util/test_getconfig.py | 4 +- pym/portage/tests/util/test_varExpand.py | 4 +- pym/portage/util/__init__.py | 13 +- pym/portage/util/_async/PopenProcess.py | 9 +- pym/portage/util/_dyn_libs/LinkageMapELF.py | 33 ++++- pym/portage/util/compression_probe.py | 5 +- pym/portage/util/env_update.py | 10 +- pym/portage/util/lafilefixer.py | 8 +- pym/portage/versions.py | 8 +- pym/portage/xml/metadata.py | 4 +- repoman/MANIFEST.in | 1 + repoman/RELEASE-NOTES | 34 +++++ repoman/cnf/metadata.xsd | 1 + repoman/man/repoman.1 | 8 +- repoman/pym/repoman/__init__.py | 73 ++++++++++ repoman/pym/repoman/actions.py | 12 +- repoman/pym/repoman/copyrights.py | 10 +- repoman/pym/repoman/main.py | 3 +- repoman/pym/repoman/modules/scan/ebuild/checks.py | 51 +++---- repoman/pym/repoman/modules/scan/ebuild/errors.py | 6 +- repoman/pym/repoman/modules/scan/fetch/fetches.py | 3 + .../modules/scan/metadata/ebuild_metadata.py | 17 ++- .../repoman/modules/scan/metadata/pkgmetadata.py | 2 +- repoman/pym/repoman/modules/vcs/cvs/changes.py | 2 +- repoman/pym/repoman/modules/vcs/cvs/status.py | 6 +- repoman/pym/repoman/modules/vcs/git/status.py | 15 +- repoman/pym/repoman/modules/vcs/svn/changes.py | 2 +- repoman/pym/repoman/qa_data.py | 8 ++ .../pym/repoman/tests/changelog}/__test__.py | 0 repoman/runtests | 1 + repoman/setup.py | 42 +++++- runtests | 1 + setup.py | 2 +- 97 files changed, 964 insertions(+), 367 deletions(-)