From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3796F1388C1 for ; Sun, 28 Feb 2016 12:37:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B7C921C015; Sun, 28 Feb 2016 12:37:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9D1521C015 for ; Sun, 28 Feb 2016 12:37:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B633E340A75 for ; Sun, 28 Feb 2016 12:37:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEA9E1B9F for ; Sun, 28 Feb 2016 12:37:01 +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: <1456662301.fa253ca6f939b075c380e6c208a3283bcbaab0c5.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: fa253ca6f939b075c380e6c208a3283bcbaab0c5 X-VCS-Branch: multilib Date: Sun, 28 Feb 2016 12:37:01 +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: 93844059-13b7-4134-a0dd-0c0cb0507fe6 X-Archives-Hash: 68e8070cca42a874dd881bd25e10616c commit: fa253ca6f939b075c380e6c208a3283bcbaab0c5 Author: Thomas Sachau gentoo org> AuthorDate: Sun Feb 28 12:25:01 2016 +0000 Commit: Thomas Sachau gentoo org> CommitDate: Sun Feb 28 12:25:01 2016 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=fa253ca6 Merge tag 'v2.2.24' into multilib Version 2.2.24 RELEASE-NOTES | 19 ++++++ bin/binhost-snapshot | 4 +- bin/cgroup-release-agent | 2 +- bin/chpathtool.py | 45 ++++--------- bin/ebuild | 4 +- bin/egencache | 33 +++++++--- bin/fixpackages | 4 +- bin/glsa-check | 4 +- bin/install.py | 4 +- bin/portageq | 6 +- bin/quickpkg | 4 +- bin/xattr-helper.py | 4 +- bin/xpak-helper.py | 4 +- man/egencache.1 | 10 +++ man/emerge.1 | 7 ++ pym/_emerge/AbstractEbuildProcess.py | 18 ++++++ pym/_emerge/Binpkg.py | 24 +++---- pym/_emerge/BinpkgFetcher.py | 2 +- pym/_emerge/EbuildBuild.py | 21 +++--- pym/_emerge/SpawnProcess.py | 4 +- pym/_emerge/actions.py | 74 ++++++++++++++++------ pym/_emerge/main.py | 4 +- pym/portage/_emirrordist/main.py | 4 +- pym/portage/dbapi/vartree.py | 8 ++- pym/portage/emaint/main.py | 6 +- .../package/ebuild/_config/KeywordsManager.py | 35 ++++------ pym/portage/repository/config.py | 7 +- pym/portage/sync/controller.py | 1 - pym/portage/tests/__init__.py | 4 +- pym/portage/tests/resolver/test_depclean.py | 10 ++- pym/portage/util/_argparse.py | 42 ------------ pym/repoman/argparser.py | 4 +- pym/repoman/checks/ebuilds/checks.py | 5 +- pym/repoman/qa_data.py | 3 +- pym/repoman/scanner.py | 10 +++ runtests | 48 +++++++++----- setup.py | 21 +++--- 37 files changed, 291 insertions(+), 218 deletions(-)