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 DCE3A138330 for ; Sun, 7 Jan 2018 09:39:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBF76E089A; Sun, 7 Jan 2018 09:39:39 +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 CB623E089A for ; Sun, 7 Jan 2018 09:39:39 +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 09EB2335DA2 for ; Sun, 7 Jan 2018 09:39:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 748C1147 for ; Sun, 7 Jan 2018 09:39:37 +0000 (UTC) From: "Thomas Sachau" 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" Message-ID: <1515317564.f89c3c5cd8d1da1e40d9a94a016b3002df237237.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: f89c3c5cd8d1da1e40d9a94a016b3002df237237 X-VCS-Branch: multilib Date: Sun, 7 Jan 2018 09:39:37 +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-Archives-Salt: 5f55cc56-06b7-4c3d-8e23-0e4ff2fac0e9 X-Archives-Hash: 3352e5a0387d175123cea506bb2efd07 commit: f89c3c5cd8d1da1e40d9a94a016b3002df237237 Author: Thomas Sachau gentoo org> AuthorDate: Sun Jan 7 09:32:44 2018 +0000 Commit: Thomas Sachau gentoo org> CommitDate: Sun Jan 7 09:32:44 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=f89c3c5c Merge tag 'v2.2.28' into multilib New Release .travis.yml | 3 +++ RELEASE-NOTES | 20 +++++++++++++++++++ bin/isolated-functions.sh | 11 ++++++----- bin/misc-functions.sh | 2 +- bin/phase-functions.sh | 7 +------ bin/phase-helpers.sh | 7 ++++++- bin/portageq | 33 ++++++++++++++------------------ man/emerge.1 | 3 ++- man/make.conf.5 | 6 +++--- man/portage.5 | 6 ++++++ pym/_emerge/BinpkgFetcher.py | 7 +++---- pym/_emerge/UserQuery.py | 15 +++++++++++---- pym/_emerge/chk_updated_cfg_files.py | 8 ++++---- pym/_emerge/depgraph.py | 7 +++++-- pym/portage/_legacy_globals.py | 2 +- pym/portage/dbapi/bintree.py | 2 +- pym/portage/dbapi/porttree.py | 3 ++- pym/portage/news.py | 2 +- pym/portage/package/ebuild/config.py | 4 ++-- pym/portage/package/ebuild/doebuild.py | 2 +- pym/portage/sync/modules/git/__init__.py | 5 ++++- pym/portage/sync/modules/git/git.py | 4 ++++ pym/portage/tests/repoman/test_simple.py | 9 +++------ pym/repoman/_xml.py | 2 ++ pym/repoman/actions.py | 29 +++++++++++++++++++--------- pym/repoman/checks/ebuilds/checks.py | 3 ++- pym/repoman/checks/ebuilds/misc.py | 2 ++ pym/repoman/checks/herds/herdbase.py | 2 +- pym/repoman/errors.py | 2 ++ pym/repoman/metadata.py | 2 ++ pym/repoman/scanner.py | 7 +++++-- runtests | 4 ++-- setup.py | 2 +- 33 files changed, 143 insertions(+), 80 deletions(-)