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, 28 Feb 2016 12:37:08
Message-Id: 1456662266.3a63f58d0993f66975cd324eb85f4a2340d4f7c3.tommy@gentoo
1 commit: 3a63f58d0993f66975cd324eb85f4a2340d4f7c3
2 Author: Thomas Sachau <tommy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 12:24:26 2016 +0000
4 Commit: Thomas Sachau <tommy <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 12:24:26 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=3a63f58d
7
8 Merge tag 'v2.2.23' into multilib
9
10 New release
11
12 .travis.yml | 1 +
13 README | 10 +--
14 RELEASE-NOTES | 14 ++++
15 bin/cgroup-release-agent | 2 +
16 bin/{ebuild-ipc => chmod-lite} | 6 +-
17 bin/chmod-lite.py | 30 ++++++++
18 bin/dohtml.py | 47 +++++++++---
19 bin/phase-helpers.sh | 4 +-
20 man/make.conf.5 | 3 +
21 pym/_emerge/AbstractEbuildProcess.py | 14 ++--
22 pym/_emerge/Scheduler.py | 30 ++++----
23 pym/portage/checksum.py | 4 +-
24 pym/portage/const.py | 1 +
25 pym/portage/data.py | 2 +-
26 pym/portage/dbapi/__init__.py | 23 +++---
27 pym/portage/dbapi/porttree.py | 18 +++--
28 pym/portage/package/ebuild/doebuild.py | 14 ++--
29 pym/portage/sync/controller.py | 39 +++++++++-
30 pym/portage/util/__init__.py | 97 ++++++++++++++-----------
31 pym/repoman/_subprocess.py | 1 +
32 pym/repoman/_xml.py | 1 +
33 pym/repoman/actions.py | 3 +-
34 pym/repoman/argparser.py | 4 +
35 pym/repoman/check_missingslot.py | 1 +
36 pym/repoman/checks/directories/files.py | 1 +
37 pym/repoman/checks/ebuilds/checks.py | 1 +
38 pym/repoman/checks/ebuilds/errors.py | 1 +
39 pym/repoman/checks/ebuilds/fetches.py | 1 +
40 pym/repoman/checks/ebuilds/isebuild.py | 1 +
41 pym/repoman/checks/ebuilds/keywords.py | 1 +
42 pym/repoman/checks/ebuilds/manifests.py | 1 +
43 pym/repoman/checks/ebuilds/misc.py | 1 +
44 pym/repoman/checks/ebuilds/pkgmetadata.py | 1 +
45 pym/repoman/checks/ebuilds/thirdpartymirrors.py | 1 +
46 pym/repoman/checks/ebuilds/use_flags.py | 1 +
47 pym/repoman/checks/herds/metadata.py | 1 +
48 pym/repoman/copyrights.py | 1 +
49 pym/repoman/ebuild.py | 1 +
50 pym/repoman/errors.py | 1 +
51 pym/repoman/gpg.py | 1 +
52 pym/repoman/main.py | 1 +
53 pym/repoman/metadata.py | 1 +
54 pym/repoman/modules/commit/repochecks.py | 1 +
55 pym/repoman/profile.py | 1 +
56 pym/repoman/qa_data.py | 1 +
57 pym/repoman/repos.py | 3 +-
58 pym/repoman/scan.py | 4 +-
59 pym/repoman/scanner.py | 29 ++++++--
60 pym/repoman/utilities.py | 1 +
61 pym/repoman/vcs/vcs.py | 1 +
62 pym/repoman/vcs/vcsstatus.py | 1 +
63 setup.py | 2 +-
64 52 files changed, 304 insertions(+), 127 deletions(-)
65
66 diff --cc pym/portage/const.py
67 index 6b03017,6c4f613..20cf40e
68 --- a/pym/portage/const.py
69 +++ b/pym/portage/const.py
70 @@@ -147,9 -146,9 +147,10 @@@ SUPPORTED_FEATURES = frozenset(
71 "fakeroot",
72 "fixlafiles",
73 "force-mirror",
74 + "force-multilib",
75 "force-prefix",
76 "getbinpkg",
77 + "icecream",
78 "installsources",
79 "ipc-sandbox",
80 "keeptemp",