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 8D3A4139694 for ; Fri, 17 Mar 2017 08:25:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B829F21C099; Fri, 17 Mar 2017 08:25:47 +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 92F2C21C099 for ; Fri, 17 Mar 2017 08:25:47 +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 AA8373414C1 for ; Fri, 17 Mar 2017 08:25:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B273E6B20 for ; Fri, 17 Mar 2017 08:25:44 +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: <1489739096.0ed453cdc3f1d395fa73a1abcf4d0870626d9fb4.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: 0ed453cdc3f1d395fa73a1abcf4d0870626d9fb4 X-VCS-Branch: prefix Date: Fri, 17 Mar 2017 08:25:44 +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: 4c4a72da-dd87-4b2c-99fb-06717012a769 X-Archives-Hash: e7b24e4e5e17cd221b2962395d7fd0dc commit: 0ed453cdc3f1d395fa73a1abcf4d0870626d9fb4 Author: Fabian Groffen gentoo org> AuthorDate: Fri Mar 17 08:24:56 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Fri Mar 17 08:24:56 2017 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=0ed453cd Merge remote-tracking branch 'overlays-gentoo-org/master' into prefix .travis.yml | 9 +- NEWS | 7 + RELEASE-NOTES | 18 + man/emerge.1 | 37 +- pym/_emerge/create_depgraph_params.py | 5 + pym/_emerge/depgraph.py | 119 +++++-- pym/_emerge/main.py | 5 + pym/portage/_emirrordist/FetchTask.py | 2 +- pym/portage/checksum.py | 340 +++++++++++------- pym/portage/const.py | 3 +- pym/portage/dbapi/bintree.py | 4 +- pym/portage/dep/__init__.py | 4 +- pym/portage/eclass_cache.py | 2 +- pym/portage/manifest.py | 4 +- pym/portage/package/ebuild/config.py | 7 +- pym/portage/package/ebuild/fetch.py | 11 +- pym/portage/tests/resolver/ResolverPlayground.py | 5 + .../soname/test_slot_conflict_reinstall.py | 16 +- pym/portage/tests/resolver/test_bdeps.py | 215 ++++++++++++ pym/portage/tests/resolver/test_slot_abi.py | 12 +- .../tests/resolver/test_slot_conflict_rebuild.py | 8 +- .../resolver/test_slot_operator_exclusive_slots.py | 109 ++++++ .../test_slot_operator_runtime_pkg_mask.py | 136 ++++++++ .../modules => tests/util/file_copy}/__init__.py | 0 .../tests/{bin => util/file_copy}/__test__.py | 0 pym/portage/tests/util/file_copy/test_copyfile.py | 71 ++++ pym/portage/tests/util/test_checksum.py | 106 ++++++ pym/portage/util/file_copy/__init__.py | 36 ++ pym/portage/util/movefile.py | 5 +- repoman/pym/repoman/actions.py | 21 +- repoman/pym/repoman/modules/scan/ebuild/checks.py | 26 ++ repoman/pym/repoman/modules/scan/ebuild/errors.py | 2 + repoman/pym/repoman/qa_data.py | 4 +- repoman/pym/repoman/utilities.py | 39 ++- setup.py | 11 +- src/portage_util_file_copy_reflink_linux.c | 385 +++++++++++++++++++++ 36 files changed, 1573 insertions(+), 211 deletions(-)