From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B4ED8139694 for ; Thu, 2 Mar 2017 08:18:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F658E0C38; Thu, 2 Mar 2017 08:18:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2A73BE0C38 for ; Thu, 2 Mar 2017 08:18:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1BF59341679 for ; Thu, 2 Mar 2017 08:18:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 859965995 for ; Thu, 2 Mar 2017 08:18:40 +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: <1488442679.5e05dc6ff4903a2035dd1c95babf6f461249fca4.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: 5e05dc6ff4903a2035dd1c95babf6f461249fca4 X-VCS-Branch: prefix Date: Thu, 2 Mar 2017 08:18:40 +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: 697da847-4bdc-4075-8a6a-979e28cc126f X-Archives-Hash: f4204d14e7f6a031493267a984657570 commit: 5e05dc6ff4903a2035dd1c95babf6f461249fca4 Author: Fabian Groffen gentoo org> AuthorDate: Thu Mar 2 08:17:59 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Mar 2 08:17:59 2017 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=5e05dc6f Merge remote-tracking branch 'overlays-gentoo-org/master' into prefix RELEASE-NOTES | 35 ++++++ man/emerge.1 | 8 +- pym/portage/checksum.py | 78 +++++++++---- pym/portage/const.py | 6 +- pym/portage/dbapi/vartree.py | 15 +-- pym/portage/emaint/modules/binhost/binhost.py | 2 +- pym/portage/emaint/modules/config/config.py | 8 +- pym/portage/emaint/modules/logs/logs.py | 28 +++-- pym/portage/emaint/modules/move/move.py | 6 +- pym/portage/emaint/modules/resume/resume.py | 2 +- pym/portage/emaint/modules/sync/sync.py | 136 ++++++++++++---------- pym/portage/emaint/modules/world/world.py | 2 +- pym/portage/sync/modules/git/__init__.py | 4 - pym/portage/sync/modules/git/git.py | 9 +- pym/portage/util/__init__.py | 9 +- repoman/MANIFEST.in | 1 + repoman/RELEASE-NOTES | 18 +++ repoman/pym/repoman/copyrights.py | 10 +- repoman/pym/repoman/modules/scan/ebuild/checks.py | 11 +- repoman/pym/repoman/modules/scan/ebuild/errors.py | 6 +- repoman/setup.py | 2 +- setup.py | 2 +- 22 files changed, 251 insertions(+), 147 deletions(-)