Gentoo Archives: gentoo-commits

From: Thomas Sachau <tommy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:multilib commit in: /
Date: Sun, 07 Jan 2018 10:33:10
Message-Id: 1515321033.284eeaaa4b2ded1a16313b1951489aadcbb68bc9.tommy@gentoo
1 commit: 284eeaaa4b2ded1a16313b1951489aadcbb68bc9
2 Author: Thomas Sachau <tommy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 7 10:30:33 2018 +0000
4 Commit: Thomas Sachau <tommy <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 7 10:30:33 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=284eeaaa
7
8 Merge tag 'portage-2.3.5' into multilib
9
10 new release
11
12 .travis.yml | 9 +-
13 NEWS | 7 +
14 RELEASE-NOTES | 18 +
15 man/emerge.1 | 37 +-
16 pym/_emerge/create_depgraph_params.py | 5 +
17 pym/_emerge/depgraph.py | 119 +++++--
18 pym/_emerge/main.py | 5 +
19 pym/portage/_emirrordist/FetchTask.py | 2 +-
20 pym/portage/checksum.py | 340 +++++++++++-------
21 pym/portage/const.py | 3 +-
22 pym/portage/dbapi/bintree.py | 4 +-
23 pym/portage/dep/__init__.py | 4 +-
24 pym/portage/eclass_cache.py | 2 +-
25 pym/portage/manifest.py | 4 +-
26 pym/portage/package/ebuild/config.py | 7 +-
27 pym/portage/package/ebuild/fetch.py | 11 +-
28 pym/portage/tests/resolver/ResolverPlayground.py | 5 +
29 .../soname/test_slot_conflict_reinstall.py | 16 +-
30 pym/portage/tests/resolver/test_bdeps.py | 215 ++++++++++++
31 pym/portage/tests/resolver/test_slot_abi.py | 12 +-
32 .../tests/resolver/test_slot_conflict_rebuild.py | 8 +-
33 .../resolver/test_slot_operator_exclusive_slots.py | 109 ++++++
34 .../test_slot_operator_runtime_pkg_mask.py | 136 ++++++++
35 .../modules => tests/util/file_copy}/__init__.py | 0
36 .../tests/{bin => util/file_copy}/__test__.py | 0
37 pym/portage/tests/util/file_copy/test_copyfile.py | 71 ++++
38 pym/portage/tests/util/test_checksum.py | 106 ++++++
39 pym/portage/util/file_copy/__init__.py | 36 ++
40 pym/portage/util/movefile.py | 5 +-
41 repoman/pym/repoman/actions.py | 21 +-
42 repoman/pym/repoman/modules/scan/ebuild/checks.py | 26 ++
43 repoman/pym/repoman/modules/scan/ebuild/errors.py | 2 +
44 repoman/pym/repoman/qa_data.py | 4 +-
45 repoman/pym/repoman/utilities.py | 39 ++-
46 setup.py | 11 +-
47 src/portage_util_file_copy_reflink_linux.c | 385 +++++++++++++++++++++
48 36 files changed, 1573 insertions(+), 211 deletions(-)