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 1PpnmS-0002MQ-U3 for garchives@archives.gentoo.org; Wed, 16 Feb 2011 20:15:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB185E06D8; Wed, 16 Feb 2011 20:15:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 893F9E06D8 for ; Wed, 16 Feb 2011 20:15:13 +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 0CE631B41A5 for ; Wed, 16 Feb 2011 20:15:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 630278006A for ; Wed, 16 Feb 2011 20:15:12 +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: <583b1dbc4d40488759f9683d281dba9b05793491.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: 583b1dbc4d40488759f9683d281dba9b05793491 Date: Wed, 16 Feb 2011 20:15:12 +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: dd22c0d68c54473b7707874b242ff6f6 commit: 583b1dbc4d40488759f9683d281dba9b05793491 Author: Thomas Sachau gentoo org> AuthorDate: Wed Feb 16 20:14:41 2011 +0000 Commit: Thomas Sachau gentoo org> CommitDate: Wed Feb 16 20:14:41 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D583b1dbc Merge commit 'v2.2.0_alpha24' into multilib bin/egencache | 37 ++++- bin/repoman | 1 + cnf/sets/portage.conf | 2 +- man/ebuild.1 | 6 +- man/emerge.1 | 17 ++- pym/_emerge/EbuildExecuter.py | 3 +- pym/_emerge/Scheduler.py | 3 +- pym/_emerge/create_depgraph_params.py | 16 ++- pym/_emerge/depgraph.py | 256 +++++++++++++++++++++++-= ------ pym/_emerge/help.py | 7 +- pym/_emerge/resolver/output.py | 10 +- pym/portage/dbapi/bintree.py | 16 ++- pym/portage/dbapi/vartree.py | 14 ++- pym/portage/dep/dep_check.py | 35 +++-- pym/portage/getbinpkg.py | 8 +- pym/portage/tests/resolver/test_depth.py | 233 ++++++++++++++++++++++++= +++ pym/repoman/checks.py | 2 +- 17 files changed, 561 insertions(+), 105 deletions(-)