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 6F7F1138010 for ; Sat, 6 Oct 2012 11:34:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27D1721C009; Sat, 6 Oct 2012 11:34:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A756B21C009 for ; Sat, 6 Oct 2012 11:34:20 +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 DC56433D218 for ; Sat, 6 Oct 2012 11:34:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 87171E5436 for ; Sat, 6 Oct 2012 11:34:18 +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: <1349522920.e565dbb49b6a69d083cd7dc3769c405bc83cab6d.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: e565dbb49b6a69d083cd7dc3769c405bc83cab6d X-VCS-Branch: multilib Date: Sat, 6 Oct 2012 11:34:18 +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: fb9a1a00-c586-4187-8229-3b19201417c3 X-Archives-Hash: f79789fb7223c3d892e6e91818771960 commit: e565dbb49b6a69d083cd7dc3769c405bc83cab6d Author: Thomas Sachau gentoo org> AuthorDate: Sat Oct 6 11:28:40 2012 +0000 Commit: Thomas Sachau gentoo org> CommitDate: Sat Oct 6 11:28:40 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=e565dbb4 Merge tag 'v2.2.0_alpha135' into multilib bin/ebuild-helpers/fowners | 5 - bin/ebuild-helpers/unprivileged/chgrp | 1 + bin/ebuild-helpers/unprivileged/chown | 33 ++++ bin/ebuild.sh | 4 +- bin/egencache | 160 +++++++++++++++++++- bin/phase-functions.sh | 4 +- bin/repoman | 12 ++- man/egencache.1 | 21 +++ pym/_emerge/BlockerCache.py | 4 +- pym/_emerge/EbuildFetcher.py | 53 ++----- pym/_emerge/PollScheduler.py | 6 +- pym/_emerge/depgraph.py | 14 ++- pym/portage/cache/mappings.py | 6 +- pym/portage/dbapi/_MergeProcess.py | 6 +- pym/portage/dbapi/vartree.py | 4 +- pym/portage/getbinpkg.py | 4 +- pym/portage/manifest.py | 10 +- .../ebuild/_parallel_manifest/ManifestProcess.py | 43 ++++++ .../ebuild/_parallel_manifest/ManifestScheduler.py | 88 +++++++++++ .../ebuild/_parallel_manifest/ManifestTask.py | 93 +++++++++++ .../ebuild/_parallel_manifest}/__init__.py | 0 pym/portage/package/ebuild/doebuild.py | 4 + pym/portage/util/_async/AsyncScheduler.py | 104 +++++++++++++ pym/portage/util/_async/ForkProcess.py | 50 ++++++ .../{tests/update => util/_async}/__init__.py | 0 25 files changed, 659 insertions(+), 70 deletions(-)