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 1PymXj-0000Ms-QI for garchives@archives.gentoo.org; Sun, 13 Mar 2011 14:45:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C78B9E0529; Sun, 13 Mar 2011 14:45:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8E07BE0529 for ; Sun, 13 Mar 2011 14:45:06 +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 230121B4092 for ; Sun, 13 Mar 2011 14:45:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8F9928006A for ; Sun, 13 Mar 2011 14:45:05 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <0e8dc4226bf5bad8ade819aa5282ec6aca01f220.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: 0e8dc4226bf5bad8ade819aa5282ec6aca01f220 Date: Sun, 13 Mar 2011 14:45:05 +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: 63fb90d3c506a382e2c1c04f58b61958 commit: 0e8dc4226bf5bad8ade819aa5282ec6aca01f220 Author: Fabian Groffen gentoo org> AuthorDate: Sun Mar 13 14:42:58 2011 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Mar 13 14:42:58 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D0e8dc422 Merge remote-tracking branch 'overlays-gentoo-org/master' into prefix Conflicts: bin/ebuild-ipc.py bin/ebuild-ipc.py | 15 +++++------- pym/_emerge/AbstractEbuildProcess.py | 5 ++++ pym/_emerge/AbstractPollTask.py | 11 ++++++++- pym/_emerge/MetadataRegen.py | 15 ++++++----- pym/_emerge/PollScheduler.py | 39 ++++++++++++++++++++++++++= ----- pym/_emerge/QueueScheduler.py | 3 ++ pym/_emerge/Scheduler.py | 24 ++++++++++++++++--- pym/portage/dbapi/vartree.py | 18 +++++++------- pym/portage/package/ebuild/doebuild.py | 7 ++++- 9 files changed, 98 insertions(+), 39 deletions(-) diff --cc bin/ebuild-ipc.py index 786f4a7,d8e7e55..761b695 --- a/bin/ebuild-ipc.py +++ b/bin/ebuild-ipc.py @@@ -1,5 -1,5 +1,5 @@@ -#!/usr/bin/python +#!@PREFIX_PORTAGE_PYTHON@ - # Copyright 2010 Gentoo Foundation + # Copyright 2010-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # # This is a helper which ebuild processes can use