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-330746-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Q4Fg9-0007Mm-PX
	for garchives@archives.gentoo.org; Mon, 28 Mar 2011 16:52:33 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 175EF1C143;
	Mon, 28 Mar 2011 16:52:27 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id D9B081C143
	for <gentoo-commits@lists.gentoo.org>; Mon, 28 Mar 2011 16:52:26 +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 42D591B4079
	for <gentoo-commits@lists.gentoo.org>; Mon, 28 Mar 2011 16:52:26 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id A39FF8006A
	for <gentoo-commits@lists.gentoo.org>; Mon, 28 Mar 2011 16:52:25 +0000 (UTC)
From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" <grobian@gentoo.org>
Message-ID: <0eccbf1e5c9084510dd98fe47b442273d931f76a.grobian@gentoo>
Subject: [gentoo-commits] proj/portage:prefix commit in: /
X-VCS-Repository: proj/portage
X-VCS-Committer: grobian
X-VCS-Committer-Name: Fabian Groffen
X-VCS-Revision: 0eccbf1e5c9084510dd98fe47b442273d931f76a
Date: Mon, 28 Mar 2011 16:52:25 +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: da33ef256c23dd3e1bbcdc3ce3f25861

commit:     0eccbf1e5c9084510dd98fe47b442273d931f76a
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 16:47:57 2011 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 16:47:57 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a=
=3Dcommit;h=3D0eccbf1e

Merge remote-tracking branch 'overlays-gentoo-org/master' into prefix


 bin/ebuild.sh                                      |   16 +-
 bin/emerge-webrsync                                |    6 +-
 man/emerge.1                                       |    2 +-
 pym/_emerge/AbstractEbuildProcess.py               |    6 +-
 pym/_emerge/AsynchronousTask.py                    |    4 +-
 pym/_emerge/Binpkg.py                              |   20 +-
 pym/_emerge/BlockerDB.py                           |   17 +-
 pym/_emerge/EbuildBuild.py                         |   13 +-
 pym/_emerge/EbuildMerge.py                         |   49 ++--
 pym/_emerge/EbuildPhase.py                         |   31 ++-
 pym/_emerge/FakeVartree.py                         |   18 +-
 pym/_emerge/MergeListItem.py                       |   36 +--
 pym/_emerge/MiscFunctionsProcess.py                |    5 +-
 pym/_emerge/PackageMerge.py                        |   17 +-
 pym/_emerge/PollScheduler.py                       |   49 ++-
 pym/_emerge/Scheduler.py                           |   27 +--
 pym/_emerge/actions.py                             |    7 +
 pym/_emerge/depgraph.py                            |    8 +-
 pym/_emerge/help.py                                |    4 +-
 pym/_emerge/main.py                                |   17 +-
 pym/portage/dbapi/_MergeProcess.py                 |  191 +++++++++++-
 pym/portage/dbapi/vartree.py                       |  313 ++++++++------=
-----
 pym/portage/exception.py                           |   17 +-
 .../package/ebuild/_config/special_env_vars.py     |   10 +-
 pym/portage/util/env_update.py                     |   20 +-
 25 files changed, 533 insertions(+), 370 deletions(-)