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 1RWYf8-00062U-MG for garchives@archives.gentoo.org; Fri, 02 Dec 2011 19:20:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B347121C0D3; Fri, 2 Dec 2011 19:20:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 817AE21C0D3 for ; Fri, 2 Dec 2011 19:20:34 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D88AA1B400A for ; Fri, 2 Dec 2011 19:20:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5F22680044 for ; Fri, 2 Dec 2011 19:20:33 +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: <081454efed0d1df6b53830dd0b55b4a7e9ec309c.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: 081454efed0d1df6b53830dd0b55b4a7e9ec309c Date: Fri, 2 Dec 2011 19:20:33 +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: bcedb177-3be0-494c-a68f-3518b13461f4 X-Archives-Hash: 0a1c768b98f30bd3cb789590079d4d1a commit: 081454efed0d1df6b53830dd0b55b4a7e9ec309c Author: Fabian Groffen gentoo org> AuthorDate: Fri Dec 2 19:20:05 2011 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Fri Dec 2 19:20:05 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D081454ef Merge remote-tracking branch 'overlays-gentoo-org/master' into prefix bin/emerge-webrsync | 2 +- bin/repoman | 1 + man/emerge.1 | 5 +++ man/make.conf.5 | 6 ++- pym/_emerge/AsynchronousLock.py | 43 +++++++++++++++-------= - pym/_emerge/EbuildMetadataPhase.py | 23 +++++++++---- pym/_emerge/PipeReader.py | 35 ++++++++----------- pym/_emerge/SubProcess.py | 5 ++- pym/_emerge/depgraph.py | 35 ++++++++++++------- pym/_emerge/help.py | 2 +- pym/portage/checksum.py | 29 ++++++++++++++++ pym/portage/dbapi/_MergeProcess.py | 2 +- pym/portage/elog/mod_syslog.py | 5 +++ pym/portage/locks.py | 5 +++ pym/portage/package/ebuild/config.py | 45 ++++++++++++----------= -- pym/portage/package/ebuild/doebuild.py | 4 ++ pym/portage/process.py | 7 +++- pym/portage/tests/util/test_uniqueArray.py | 6 ++-- pym/portage/util/movefile.py | 51 ++++++++++++++++------= ------ pym/repoman/utilities.py | 4 ++ 20 files changed, 206 insertions(+), 109 deletions(-)