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 1RC9jy-0007S8-Kc for garchives@archives.gentoo.org; Fri, 07 Oct 2011 12:41:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2BE521C04A; Fri, 7 Oct 2011 12:41:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6E32521C04A for ; Fri, 7 Oct 2011 12:41:18 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE8351B4031 for ; Fri, 7 Oct 2011 12:41:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 55F5B80042 for ; Fri, 7 Oct 2011 12:41:17 +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: <54fbc12eec26f21aaa4a993167b51ba963cdf04f.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: 54fbc12eec26f21aaa4a993167b51ba963cdf04f Date: Fri, 7 Oct 2011 12:41:17 +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: 530731dc69f032acf52c8b28ef02c2a7 commit: 54fbc12eec26f21aaa4a993167b51ba963cdf04f Author: Thomas Sachau gentoo org> AuthorDate: Fri Oct 7 12:40:39 2011 +0000 Commit: Thomas Sachau gentoo org> CommitDate: Fri Oct 7 12:40:39 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D54fbc12e Merge commit 'v2.2.0_alpha62' into multilib bin/dispatch-conf | 2 +- bin/repoman | 65 ++- pym/_emerge/depgraph.py | 17 +- pym/_emerge/resolver/output.py | 2 + pym/portage/cache/template.py | 1 + pym/portage/checksum.py | 75 ++- pym/portage/const.py | 31 +- pym/portage/dbapi/porttree.py | 15 +- pym/portage/dbapi/vartree.py | 7 +- pym/portage/dep/__init__.py | 45 ++- pym/portage/elog/messages.py | 1 + pym/portage/manifest.py | 48 +- pym/portage/output.py | 12 +- .../package/ebuild/_config/KeywordsManager.py | 16 +- pym/portage/repository/config.py | 69 ++- pym/portage/tests/dep/test_best_match_to_list.py | 28 +- pym/portage/tests/ebuild/test_config.py | 1 + pym/portage/tests/resolver/ResolverPlayground.py | 8 +- pym/portage/tests/resolver/test_keywords.py | 356 +++++++++ .../tests/resolver/test_virtual_transition.py | 51 ++ pym/portage/tests/util/test_whirlpool.py | 16 + pym/portage/util/whirlpool.py | 794 ++++++++++++++= ++++++ 22 files changed, 1554 insertions(+), 106 deletions(-)