From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 903FE59CA5 for ; Sun, 20 Mar 2016 19:31:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95790E07ED; Sun, 20 Mar 2016 19:31:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3EE84E07ED for ; Sun, 20 Mar 2016 19:31:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5CB9340A22 for ; Sun, 20 Mar 2016 19:31:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE2D7822 for ; Sun, 20 Mar 2016 19:31:42 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1458502266.08d48efbbdc7f7e36b5be16884cd72f5ef52e3d6.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: 08d48efbbdc7f7e36b5be16884cd72f5ef52e3d6 X-VCS-Branch: prefix Date: Sun, 20 Mar 2016 19:31:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8d957062-aef5-4afa-a0ed-419680655b9a X-Archives-Hash: 4f502288aedce78e428df2b2709efafb commit: 08d48efbbdc7f7e36b5be16884cd72f5ef52e3d6 Author: Fabian Groffen gentoo org> AuthorDate: Sun Mar 20 19:31:06 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Mar 20 19:31:06 2016 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=08d48efb Merge remote-tracking branch 'overlays-gentoo-org/master' into prefix .travis.yml | 3 +++ RELEASE-NOTES | 20 +++++++++++++++++++ bin/egencache | 6 +++--- bin/misc-functions.sh | 2 +- bin/phase-functions.sh | 7 +------ bin/phase-helpers.sh | 7 ++++++- bin/portageq | 33 ++++++++++++++------------------ man/portage.5 | 6 ++++++ pym/portage/dbapi/porttree.py | 3 ++- pym/portage/package/ebuild/doebuild.py | 2 +- pym/portage/sync/modules/git/__init__.py | 5 ++++- pym/portage/sync/modules/git/git.py | 4 ++++ pym/portage/tests/repoman/test_simple.py | 9 +++------ pym/repoman/actions.py | 29 +++++++++++++++++++--------- pym/repoman/scanner.py | 2 +- runtests | 4 ++-- setup.py | 2 +- 17 files changed, 92 insertions(+), 52 deletions(-) diff --cc bin/misc-functions.sh index 080e366,58755a1..a930604 mode 100644,100755..100644 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh