From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QLBdA-0001la-1L for garchives@archives.gentoo.org; Sat, 14 May 2011 09:59:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7FB81C005; Sat, 14 May 2011 09:59:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8A7381C005 for ; Sat, 14 May 2011 09:59:20 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C22C1B404A for ; Sat, 14 May 2011 09:59:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5DB4A80505 for ; Sat, 14 May 2011 09:59:19 +0000 (UTC) From: "Thomas Sachau" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Sachau" Message-ID: <4e63915f19eefb5a1c8dc109d0e49619aba7ad79.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: 4e63915f19eefb5a1c8dc109d0e49619aba7ad79 Date: Sat, 14 May 2011 09:59:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 9a50d6b6545aa692e5b449ac50cf7024 commit: 4e63915f19eefb5a1c8dc109d0e49619aba7ad79 Author: Thomas Sachau gentoo org> AuthorDate: Sat May 14 09:58:36 2011 +0000 Commit: Thomas Sachau gentoo org> CommitDate: Sat May 14 09:58:36 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D4e63915f Merge commit 'v2.2.0_alpha33' into multilib bin/ebuild.sh | 2 +- cnf/make.globals | 2 +- man/emerge.1 | 2 + man/make.conf.5 | 11 +- pym/_emerge/EbuildPhase.py | 20 +- pym/_emerge/FakeVartree.py | 17 +- pym/_emerge/Scheduler.py | 45 ++- pym/_emerge/actions.py | 75 +--- pym/_emerge/depgraph.py | 85 ++--- pym/_emerge/help.py | 5 +- pym/_emerge/main.py | 1 - pym/_emerge/unmerge.py | 20 +- pym/portage/cache/sqlite.py | 7 +- pym/portage/cache/volatile.py | 3 +- pym/portage/const.py | 7 +- pym/portage/dbapi/_MergeProcess.py | 36 ++- pym/portage/dbapi/_expand_new_virt.py | 72 +++ pym/portage/dbapi/cpv_expand.py | 13 +- pym/portage/dbapi/porttree.py | 38 +- pym/portage/dbapi/vartree.py | 498 +++++++++++---= ------ pym/portage/dep/dep_check.py | 15 +- pym/portage/package/ebuild/config.py | 6 +- pym/portage/package/ebuild/doebuild.py | 15 +- pym/portage/util/_dyn_libs/LinkageMapELF.py | 65 ++- .../util/_dyn_libs/PreservedLibsRegistry.py | 69 ++- 25 files changed, 692 insertions(+), 437 deletions(-)