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 <gentoo-commits+bounces-373279-garchives=archives.gentoo.org@lists.gentoo.org>) id 1QtIdY-0003R2-Oa for garchives@archives.gentoo.org; Tue, 16 Aug 2011 12:20:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E77821C021; Tue, 16 Aug 2011 12:20:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 72B1221C021 for <gentoo-commits@lists.gentoo.org>; Tue, 16 Aug 2011 12:20:44 +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 8CEAA1B4005 for <gentoo-commits@lists.gentoo.org>; Tue, 16 Aug 2011 12:20:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B433E80040 for <gentoo-commits@lists.gentoo.org>; Tue, 16 Aug 2011 12:20:42 +0000 (UTC) From: "Thomas Sachau" <tommy@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Sachau" <tommy@gentoo.org> Message-ID: <f80075060915ae64f2d152166bc87f45d3ca1d79.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: f80075060915ae64f2d152166bc87f45d3ca1d79 Date: Tue, 16 Aug 2011 12:20:42 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 7ba5081def308a46d89aa4bb0ca91178 commit: f80075060915ae64f2d152166bc87f45d3ca1d79 Author: Thomas Sachau <tommy <AT> gentoo <DOT> org> AuthorDate: Tue Aug 16 12:20:20 2011 +0000 Commit: Thomas Sachau <tommy <AT> gentoo <DOT> org> CommitDate: Tue Aug 16 12:20:20 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Df8007506 Merge commit 'v2.2.0_alpha51' into multilib bin/portageq | 62 ++++++++++++--- bin/repoman | 25 ++++++ man/portage.5 | 1 + man/repoman.1 | 3 + pym/_emerge/Package.py | 6 -- pym/_emerge/Scheduler.py | 7 ++ pym/_emerge/actions.py | 91 +++++++++++-----= ------ pym/_emerge/depgraph.py | 12 ++-- pym/portage/dbapi/porttree.py | 5 - pym/portage/dbapi/vartree.py | 44 +++++++++++ pym/portage/elog/mod_save.py | 25 ++++++- pym/portage/elog/mod_save_summary.py | 18 ++++- pym/portage/package/ebuild/config.py | 3 + pym/portage/package/ebuild/doebuild.py | 27 ++++++- pym/portage/package/ebuild/fetch.py | 11 +++- pym/portage/package/ebuild/getmaskingstatus.py | 4 - pym/portage/package/ebuild/prepare_build_dirs.py | 17 ++++- pym/portage/repository/config.py | 2 +- pym/repoman/checks.py | 2 +- 19 files changed, 275 insertions(+), 90 deletions(-)