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 A9E8E1386B7 for ; Sat, 26 Jan 2013 17:19:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED60821C039; Sat, 26 Jan 2013 17:19:15 +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 4E7DB21C018 for ; Sat, 26 Jan 2013 17:19:15 +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 6606333DB8D for ; Sat, 26 Jan 2013 17:19:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0C4A0E4086 for ; Sat, 26 Jan 2013 17:19:13 +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: <1359220674.1874bf1ac75822b7f7c0af76b2e2697b48cda618.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: 1874bf1ac75822b7f7c0af76b2e2697b48cda618 X-VCS-Branch: multilib Date: Sat, 26 Jan 2013 17:19:13 +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: 3fac997a-4bff-42de-a830-8d6d155d3c2d X-Archives-Hash: 76265f553c376047c0f2d3a6a0d36796 commit: 1874bf1ac75822b7f7c0af76b2e2697b48cda618 Author: Thomas Sachau gentoo org> AuthorDate: Sat Jan 26 17:17:54 2013 +0000 Commit: Thomas Sachau gentoo org> CommitDate: Sat Jan 26 17:17:54 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=1874bf1a Merge tag 'v2.2.0_alpha154' into multilib bin/ebuild | 2 +- bin/ebuild.sh | 11 ++- man/make.conf.5 | 3 + man/portage.5 | 6 +- man/ru/ebuild.1 | 36 +++++---- pym/_emerge/EbuildMetadataPhase.py | 5 +- pym/_emerge/EbuildProcess.py | 12 ++- pym/_emerge/EbuildSpawnProcess.py | 10 ++- pym/_emerge/MiscFunctionsProcess.py | 7 ++- pym/_emerge/SpawnProcess.py | 23 +++--- pym/_emerge/SubProcess.py | 9 +-- pym/_emerge/actions.py | 13 +++ pym/_emerge/depgraph.py | 17 ++-- .../package/ebuild/_config/special_env_vars.py | 4 +- pym/portage/package/ebuild/doebuild.py | 52 +++---------- pym/portage/process.py | 15 ++++ pym/portage/util/_get_vm_info.py | 80 ++++++++++++++++++++ 17 files changed, 202 insertions(+), 103 deletions(-)