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:43:37
Message-Id: 1515321554.252b6373d6716a503f990856f0e3619f2afc3fd7.tommy@gentoo
1 commit: 252b6373d6716a503f990856f0e3619f2afc3fd7
2 Author: Thomas Sachau <tommy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 7 10:39:14 2018 +0000
4 Commit: Thomas Sachau <tommy <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 7 10:39:14 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=252b6373
7
8 Merge tag 'portage-2.3.9' into multilib
9
10 NEWS | 2 +
11 RELEASE-NOTES | 19 +++++
12 bin/clean_locks | 2 +-
13 bin/dispatch-conf | 2 +-
14 bin/ebuild | 2 +-
15 bin/ebuild.sh | 9 +++
16 bin/emaint | 2 +-
17 bin/env-update | 2 +-
18 bin/isolated-functions.sh | 4 ++
19 bin/misc-functions.sh | 59 ++++++++++++++-
20 bin/phase-functions.sh | 53 ++++++++++++--
21 bin/portageq | 2 +-
22 bin/postinst-qa-check.d/50gnome2-utils | 52 ++++++++++++++
23 bin/postinst-qa-check.d/50xdg-utils | 83 ++++++++++++++++++++++
24 bin/quickpkg | 25 ++++---
25 pym/_emerge/AsynchronousLock.py | 6 +-
26 pym/portage/dbapi/vartree.py | 5 +-
27 pym/portage/elog/mod_echo.py | 13 +++-
28 .../package/ebuild/_config/special_env_vars.py | 4 +-
29 pym/portage/package/ebuild/doebuild.py | 5 +-
30 pym/portage/repository/config.py | 4 +-
31 pym/portage/sync/syncbase.py | 8 +--
32 pym/portage/tests/locks/test_asynchronous_lock.py | 8 ++-
33 pym/portage/util/digraph.py | 12 ++--
34 repoman/man/repoman.1 | 18 +++--
35 repoman/pym/repoman/actions.py | 17 ++---
36 setup.py | 2 +-
37 tabcheck.py | 2 +-
38 28 files changed, 362 insertions(+), 60 deletions(-)