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 7B19C1381F3 for ; Tue, 10 Sep 2013 16:53:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 975B4E0983; Tue, 10 Sep 2013 16:53:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 288F0E0983 for ; Tue, 10 Sep 2013 16:53:14 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1434C33EC0C for ; Tue, 10 Sep 2013 16:53:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B5ACAE468F for ; Tue, 10 Sep 2013 16:53:10 +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: <1378831960.ccdd40c3588b47a3048ec51c2bc0eb28f9023930.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: ccdd40c3588b47a3048ec51c2bc0eb28f9023930 X-VCS-Branch: multilib Date: Tue, 10 Sep 2013 16:53:10 +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: 68d0cf7e-a3d3-4743-8175-6d8f4f7b8858 X-Archives-Hash: fa1bb531ca806e99d57fbb6159cf74e1 commit: ccdd40c3588b47a3048ec51c2bc0eb28f9023930 Author: Thomas Sachau gentoo org> AuthorDate: Tue Sep 10 16:52:40 2013 +0000 Commit: Thomas Sachau gentoo org> CommitDate: Tue Sep 10 16:52:40 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=ccdd40c3 Merge tag 'v2.2.2' into multilib bin/dohtml.py | 46 ++++++++++-- bin/eapi.sh | 4 + bin/ebuild-helpers/doexe | 3 +- bin/ebuild-helpers/doins | 2 +- bin/ebuild-helpers/keepdir | 20 +++++ bin/ebuild-helpers/newins | 10 +-- bin/ebuild-helpers/unprivileged/chown | 10 ++- bin/ebuild.sh | 2 +- bin/install.py | 5 ++ bin/phase-helpers.sh | 116 +++++++++++++++++++++-------- bin/save-ebuild-env.sh | 2 +- doc/package/ebuild/eapi/4-python.docbook | 1 - doc/package/ebuild/eapi/5-progress.docbook | 1 - pym/_emerge/AsynchronousLock.py | 21 +++--- pym/_emerge/EbuildMetadataPhase.py | 20 ++--- pym/_emerge/FakeVartree.py | 11 ++- pym/_emerge/FifoIpcDaemon.py | 16 ++-- pym/_emerge/PipeReader.py | 25 ++++--- pym/_emerge/SpawnProcess.py | 30 +++++--- pym/_emerge/SubProcess.py | 19 ++++- pym/_emerge/actions.py | 63 ++++++++++++---- pym/portage/dbapi/_MergeProcess.py | 21 +++--- pym/portage/locks.py | 16 ++-- pym/portage/package/ebuild/doebuild.py | 19 +++++ pym/portage/process.py | 40 +++++++++- pym/portage/repository/config.py | 2 +- pym/portage/tests/process/test_poll.py | 36 ++++----- pym/portage/util/__init__.py | 43 +++++++---- pym/portage/util/_async/PipeLogger.py | 21 +++--- pym/portage/util/_eventloop/EventLoop.py | 29 +++++--- pym/portage/util/movefile.py | 14 +++- 31 files changed, 475 insertions(+), 193 deletions(-)