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:07
Message-Id: 1515321021.6154d2d5738bf2b554edcf507a419d931244ad5f.tommy@gentoo
1 commit: 6154d2d5738bf2b554edcf507a419d931244ad5f
2 Author: Thomas Sachau <tommy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 7 10:30:21 2018 +0000
4 Commit: Thomas Sachau <tommy <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 7 10:30:21 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=6154d2d5
7
8 Merge tag 'portage-2.3.3' into multilib
9
10 new release
11
12 NEWS | 10 ++++
13 RELEASE-NOTES | 28 +++++++++++-
14 bin/ebuild | 25 +++++++---
15 bin/egencache | 76 ++-----------------------------
16 bin/phase-helpers.sh | 7 ++-
17 man/portage.5 | 9 +++-
18 pym/_emerge/depgraph.py | 23 ++++++++--
19 pym/portage/dbapi/vartree.py | 14 ++++++
20 pym/portage/dep/__init__.py | 16 +++++--
21 pym/portage/dep/dep_check.py | 41 +++++++++++++----
22 pym/portage/manifest.py | 6 ++-
23 pym/portage/package/ebuild/config.py | 5 --
24 pym/portage/package/ebuild/digestcheck.py | 2 +-
25 pym/portage/package/ebuild/doebuild.py | 9 ++--
26 pym/portage/repository/config.py | 18 ++++++--
27 pym/portage/sync/modules/git/git.py | 33 +-------------
28 pym/portage/util/changelog.py | 69 ++++++++++++++++++++++++++++
29 pym/portage/versions.py | 23 +++++-----
30 pym/portage/xml/metadata.py | 28 +++++++++++-
31 setup.py | 2 +-
32 20 files changed, 287 insertions(+), 157 deletions(-)