public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Sachau" <tommy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/portage:multilib commit in: /
Date: Sun,  7 Jan 2018 09:50:45 +0000 (UTC)	[thread overview]
Message-ID: <1515318535.e69902fbc9c41f0470461561258f596535d9f5c7.tommy@gentoo> (raw)

commit:     e69902fbc9c41f0470461561258f596535d9f5c7
Author:     Thomas Sachau <tommy <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  7 09:48:55 2018 +0000
Commit:     Thomas Sachau <tommy <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 09:48:55 2018 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=e69902fb

Merge tag 'portage-2.3.0' into multilib

Final release

 .gitignore                                         |   2 +
 .travis.yml                                        |  13 +-
 MANIFEST.in                                        |   1 -
 NEWS                                               |  10 +
 RELEASE-NOTES                                      |  32 +
 bin/dispatch-conf                                  |  15 +-
 bin/eapi.sh                                        |   4 -
 bin/ebuild.sh                                      |  30 +-
 bin/egencache                                      |  17 +-
 bin/install-qa-check.d/10executable-issues         |  20 +-
 bin/install-qa-check.d/60openrc                    |   8 +-
 bin/install-qa-check.d/90gcc-warnings              |  10 +-
 bin/phase-helpers.sh                               |   9 +-
 bin/portageq                                       |   6 +-
 cnf/make.globals                                   |   4 +-
 cnf/metadata.dtd                                   | 102 ---
 pym/_emerge/EbuildBuild.py                         |  22 +-
 pym/_emerge/MiscFunctionsProcess.py                |   3 +-
 pym/_emerge/Scheduler.py                           |   9 +-
 pym/_emerge/actions.py                             |   2 +-
 pym/_emerge/depgraph.py                            |  20 +-
 pym/_emerge/resolver/output.py                     |   5 +-
 pym/_emerge/resolver/output_helpers.py             |  11 +
 pym/portage/__init__.py                            |   9 -
 pym/portage/_sets/__init__.py                      |  37 +-
 pym/portage/const.py                               |   2 +-
 pym/portage/dbapi/bintree.py                       |   7 +-
 pym/portage/dbapi/porttree.py                      |   4 +-
 pym/portage/dbapi/vartree.py                       | 117 +++-
 pym/portage/emaint/modules/binhost/__init__.py     |   1 +
 pym/portage/emaint/modules/config/__init__.py      |   1 +
 pym/portage/emaint/modules/logs/__init__.py        |   1 +
 pym/portage/emaint/modules/merges/__init__.py      |   1 +
 pym/portage/emaint/modules/move/__init__.py        |   2 +
 pym/portage/emaint/modules/resume/__init__.py      |   1 +
 pym/portage/emaint/modules/sync/__init__.py        |   1 +
 pym/portage/emaint/modules/world/__init__.py       |   1 +
 pym/portage/localization.py                        |   6 +-
 pym/portage/manifest.py                            |  17 +-
 pym/portage/module.py                              |  15 +-
 pym/portage/news.py                                |   7 +-
 pym/portage/output.py                              |   2 +-
 pym/portage/package/ebuild/doebuild.py             |   6 +-
 pym/portage/package/ebuild/prepare_build_dirs.py   |   5 +-
 pym/portage/repository/config.py                   |  47 +-
 pym/portage/sync/modules/cvs/__init__.py           |   1 +
 pym/portage/sync/modules/cvs/cvs.py                |   4 +-
 pym/portage/sync/modules/git/__init__.py           |   1 +
 pym/portage/sync/modules/git/git.py                |   4 +-
 pym/portage/sync/modules/rsync/__init__.py         |   1 +
 pym/portage/sync/modules/rsync/rsync.py            |   4 +-
 pym/portage/sync/modules/svn/__init__.py           |   1 +
 pym/portage/sync/modules/svn/svn.py                |   6 +-
 pym/portage/sync/modules/webrsync/__init__.py      |   1 +
 pym/portage/sync/modules/webrsync/webrsync.py      |   2 +-
 ...bi.py => test_emerge_blocker_file_collision.py} | 101 ++-
 pym/portage/tests/emerge/test_simple.py            |   2 -
 pym/portage/tests/resolver/ResolverPlayground.py   |  24 +-
 pym/portage/tests/util/test_getconfig.py           |   4 +-
 pym/portage/util/__init__.py                       |   6 +-
 pym/portage/util/_desktop_entry.py                 |  25 +-
 pym/portage/util/_dyn_libs/LinkageMapELF.py        |   5 +-
 pym/portage/util/configparser.py                   |  76 +++
 pym/{repoman => portage/util/futures}/__init__.py  |   0
 pym/portage/util/futures/extendedfutures.py        |  73 ++
 pym/portage/util/futures/futures.py                | 118 ++++
 pym/portage/xml/metadata.py                        |  59 +-
 pym/repoman/_xml.py                                | 106 ---
 pym/repoman/checks/ebuilds/eclasses/live.py        |  39 --
 pym/repoman/checks/ebuilds/isebuild.py             |  71 --
 pym/repoman/checks/ebuilds/manifests.py            | 102 ---
 pym/repoman/checks/ebuilds/misc.py                 |  57 --
 pym/repoman/checks/ebuilds/pkgmetadata.py          | 177 -----
 pym/repoman/checks/ebuilds/thirdpartymirrors.py    |  39 --
 pym/repoman/checks/ebuilds/variables/eapi.py       |  44 --
 pym/repoman/checks/ebuilds/variables/license.py    |  47 --
 pym/repoman/checks/herds/__init__.py               |   0
 pym/repoman/ebuild.py                              |  29 -
 pym/repoman/metadata.py                            | 153 -----
 pym/repoman/modules/__init__.py                    |   0
 pym/repoman/modules/commit/__init__.py             |   0
 pym/repoman/modules/fix/__init__.py                |   0
 pym/repoman/modules/full/__init__.py               |   0
 pym/repoman/modules/manifest/__init__.py           |   0
 pym/repoman/modules/scan/__init__.py               |   0
 pym/repoman/scan.py                                | 172 -----
 pym/repoman/scanner.py                             | 755 ---------------------
 pym/repoman/vcs/__init__.py                        |   0
 pym/repoman/vcs/vcs.py                             | 287 --------
 pym/repoman/vcs/vcsstatus.py                       | 114 ----
 .../__test__.py => repoman/.repoman_not_installed  |   0
 repoman/MANIFEST.in                                |   3 +
 repoman/NEWS                                       |   9 +
 README => repoman/README                           |   0
 repoman/RELEASE-NOTES                              |  23 +
 TEST-NOTES => repoman/TEST-NOTES                   |   0
 {bin => repoman/bin}/repoman                       |  11 +-
 repoman/cnf/metadata.xsd                           | 547 +++++++++++++++
 {man => repoman/man}/repoman.1                     |   0
 repoman/pym/repoman/__init__.py                    |   6 +
 {pym => repoman/pym}/repoman/_portage.py           |   0
 {pym => repoman/pym}/repoman/_subprocess.py        |   0
 {pym => repoman/pym}/repoman/actions.py            | 448 ++----------
 {pym => repoman/pym}/repoman/argparser.py          |   0
 {pym => repoman/pym}/repoman/check_missingslot.py  |   0
 {pym => repoman/pym}/repoman/checks/__init__.py    |   0
 .../pym/repoman/checks/herds}/__init__.py          |   0
 .../pym}/repoman/checks/herds/herdbase.py          |   0
 .../pym}/repoman/checks/herds/metadata.py          |   0
 {pym => repoman/pym}/repoman/copyrights.py         |   0
 {pym => repoman/pym}/repoman/errors.py             |   0
 {pym => repoman/pym}/repoman/gpg.py                |   0
 {pym => repoman/pym}/repoman/main.py               |  36 +-
 repoman/pym/repoman/metadata.py                    | 126 ++++
 .../pym/repoman/modules}/__init__.py               |   0
 .../pym/repoman/modules/commit}/__init__.py        |   0
 repoman/pym/repoman/modules/commit/manifest.py     | 115 ++++
 .../pym}/repoman/modules/commit/repochecks.py      |   4 +-
 .../pym/repoman/modules/scan}/__init__.py          |   0
 .../pym/repoman/modules/scan/depend/__init__.py    |  32 +
 .../repoman/modules/scan/depend/_depend_checks.py  | 195 ++++++
 .../pym/repoman/modules/scan/depend/_gen_arches.py |  57 ++
 repoman/pym/repoman/modules/scan/depend/profile.py | 256 +++++++
 .../repoman/modules/scan/directories/__init__.py   |  48 ++
 .../pym/repoman/modules/scan}/directories/files.py |  43 +-
 .../pym/repoman/modules/scan/directories/mtime.py  |  30 +
 repoman/pym/repoman/modules/scan/eapi/__init__.py  |  29 +
 repoman/pym/repoman/modules/scan/eapi/eapi.py      |  49 ++
 .../pym/repoman/modules/scan/ebuild/__init__.py    |  58 ++
 .../pym/repoman/modules/scan/ebuild}/checks.py     |   8 +-
 repoman/pym/repoman/modules/scan/ebuild/ebuild.py  | 238 +++++++
 .../pym/repoman/modules/scan/ebuild}/errors.py     |   0
 .../pym/repoman/modules/scan/ebuild/multicheck.py  |  56 ++
 .../pym/repoman/modules/scan/eclasses/__init__.py  |  47 ++
 repoman/pym/repoman/modules/scan/eclasses/live.py  |  76 +++
 .../pym/repoman/modules/scan}/eclasses/ruby.py     |  26 +-
 repoman/pym/repoman/modules/scan/fetch/__init__.py |  33 +
 .../pym/repoman/modules/scan/fetch}/fetches.py     |  97 ++-
 .../pym/repoman/modules/scan/keywords/__init__.py  |  33 +
 .../pym/repoman/modules/scan/keywords}/keywords.py |  95 +--
 .../pym/repoman/modules/scan/manifest/__init__.py  |  30 +
 .../pym/repoman/modules/scan/manifest/manifests.py |  56 ++
 .../pym/repoman/modules/scan/metadata/__init__.py  |  85 +++
 .../repoman/modules/scan/metadata}/description.py  |  23 +-
 .../modules/scan/metadata/ebuild_metadata.py       |  71 ++
 .../repoman/modules/scan/metadata/pkgmetadata.py   | 198 ++++++
 .../pym/repoman/modules/scan/metadata}/restrict.py |  32 +-
 .../repoman/modules/scan/metadata}/use_flags.py    |  28 +-
 .../pym/repoman/modules/scan/options/__init__.py   |  28 +
 .../pym/repoman/modules/scan/options/options.py    |  29 +
 repoman/pym/repoman/modules/scan/scan.py           |  66 ++
 repoman/pym/repoman/modules/scan/scanbase.py       |  79 +++
 repoman/pym/repoman/modules/vcs/None/__init__.py   |  34 +
 repoman/pym/repoman/modules/vcs/None/changes.py    |  50 ++
 repoman/pym/repoman/modules/vcs/None/status.py     |  53 ++
 repoman/pym/repoman/modules/vcs/__init__.py        |  14 +
 repoman/pym/repoman/modules/vcs/bzr/__init__.py    |  34 +
 repoman/pym/repoman/modules/vcs/bzr/changes.py     |  68 ++
 repoman/pym/repoman/modules/vcs/bzr/status.py      |  70 ++
 repoman/pym/repoman/modules/vcs/changes.py         | 169 +++++
 repoman/pym/repoman/modules/vcs/cvs/__init__.py    |  34 +
 repoman/pym/repoman/modules/vcs/cvs/changes.py     | 118 ++++
 repoman/pym/repoman/modules/vcs/cvs/status.py      | 131 ++++
 repoman/pym/repoman/modules/vcs/git/__init__.py    |  34 +
 repoman/pym/repoman/modules/vcs/git/changes.py     | 120 ++++
 repoman/pym/repoman/modules/vcs/git/status.py      |  79 +++
 repoman/pym/repoman/modules/vcs/hg/__init__.py     |  34 +
 repoman/pym/repoman/modules/vcs/hg/changes.py      | 105 +++
 repoman/pym/repoman/modules/vcs/hg/status.py       |  65 ++
 repoman/pym/repoman/modules/vcs/settings.py        | 108 +++
 repoman/pym/repoman/modules/vcs/svn/__init__.py    |  34 +
 repoman/pym/repoman/modules/vcs/svn/changes.py     | 142 ++++
 repoman/pym/repoman/modules/vcs/svn/status.py      | 150 ++++
 repoman/pym/repoman/modules/vcs/vcs.py             | 161 +++++
 {pym => repoman/pym}/repoman/profile.py            |   0
 {pym => repoman/pym}/repoman/qa_data.py            |   2 +
 {pym => repoman/pym}/repoman/qa_tracker.py         |   0
 {pym => repoman/pym}/repoman/repos.py              |  13 +-
 repoman/pym/repoman/scanner.py                     | 434 ++++++++++++
 .../pym/repoman}/tests/__init__.py                 |  17 +-
 .../bin => repoman/pym/repoman/tests}/__test__.py  |   0
 .../pym/repoman/tests/changelog}/__init__.py       |   0
 .../repoman/tests/changelog}/test_echangelog.py    |   0
 .../pym/repoman}/tests/runTests.py                 |  12 +-
 .../pym/repoman/tests/simple}/__init__.py          |   0
 repoman/pym/repoman/tests/simple/__test__.py       |   1 +
 .../pym/repoman/tests/simple}/test_simple.py       |  17 +-
 {pym => repoman/pym}/repoman/utilities.py          |   7 -
 runtests => repoman/runtests                       |  22 +-
 setup.py => repoman/setup.py                       | 241 +------
 runtests                                           |  16 +-
 setup.py                                           |   6 +-
 192 files changed, 6092 insertions(+), 3417 deletions(-)


             reply	other threads:[~2018-01-07  9:50 UTC|newest]

Thread overview: 192+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-07  9:50 Thomas Sachau [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-21 11:57 [gentoo-commits] proj/portage:multilib commit in: / Thomas Sachau
2022-03-21 11:43 Thomas Sachau
2022-03-21 11:34 Thomas Sachau
2022-03-21 11:33 Thomas Sachau
2022-03-21 11:27 Thomas Sachau
2022-03-21 11:26 Thomas Sachau
2022-03-21 10:01 Thomas Sachau
2021-10-30  9:44 Thomas Sachau
2021-10-30  9:44 Thomas Sachau
2021-07-25 11:43 Thomas Sachau
2021-07-25 11:43 Thomas Sachau
2021-07-25 11:43 Thomas Sachau
2021-04-03  8:28 Thomas Sachau
2021-04-03  8:28 Thomas Sachau
2021-04-03  8:28 Thomas Sachau
2021-04-03  8:28 Thomas Sachau
2021-01-23  9:52 Thomas Sachau
2021-01-15 16:20 Thomas Sachau
2021-01-15 16:20 Thomas Sachau
2021-01-15 16:20 Thomas Sachau
2021-01-15 16:20 Thomas Sachau
2021-01-15 16:20 Thomas Sachau
2020-10-30 10:29 Thomas Sachau
2020-08-23 12:22 Thomas Sachau
2020-07-05 17:57 Thomas Sachau
2019-12-26 11:56 Thomas Sachau
2019-03-17 11:35 Thomas Sachau
2019-03-09  9:56 Thomas Sachau
2018-09-01 11:03 Thomas Sachau
2018-05-23 12:23 Thomas Sachau
2018-04-14 12:16 Thomas Sachau
2018-03-03 15:18 Thomas Sachau
2018-01-07 10:43 Thomas Sachau
2018-01-07 10:43 Thomas Sachau
2018-01-07 10:43 Thomas Sachau
2018-01-07 10:43 Thomas Sachau
2018-01-07 10:43 Thomas Sachau
2018-01-07 10:43 Thomas Sachau
2018-01-07 10:43 Thomas Sachau
2018-01-07 10:43 Thomas Sachau
2018-01-07 10:43 Thomas Sachau
2018-01-07 10:43 Thomas Sachau
2018-01-07 10:43 Thomas Sachau
2018-01-07 10:38 Thomas Sachau
2018-01-07 10:33 Thomas Sachau
2018-01-07 10:33 Thomas Sachau
2018-01-07 10:33 Thomas Sachau
2018-01-07 10:33 Thomas Sachau
2018-01-07 10:33 Thomas Sachau
2018-01-07 10:30 Thomas Sachau
2018-01-07 10:09 Thomas Sachau
2018-01-07  9:39 Thomas Sachau
2016-02-28 12:37 Thomas Sachau
2016-02-28 12:37 Thomas Sachau
2016-02-28 12:37 Thomas Sachau
2016-02-28 12:37 Thomas Sachau
2016-02-28 12:37 Thomas Sachau
2016-02-28 12:37 Thomas Sachau
2015-10-04 11:38 Thomas Sachau
2015-10-04 11:38 Thomas Sachau
2015-10-04 11:38 Thomas Sachau
2015-10-04 11:38 Thomas Sachau
2015-10-04 11:38 Thomas Sachau
2015-05-05 11:29 Thomas Sachau
2014-12-12 20:23 Thomas Sachau
2014-12-12 20:23 Thomas Sachau
2014-12-12 20:23 Thomas Sachau
2014-12-12 20:23 Thomas Sachau
2014-12-12 20:23 Thomas Sachau
2014-06-02 20:00 Thomas Sachau
2013-09-15 20:54 Thomas Sachau
2013-09-15 11:39 Thomas Sachau
2013-09-15 11:06 Thomas Sachau
2013-09-10 16:53 Thomas Sachau
2013-08-25 19:50 Thomas Sachau
2013-08-18 20:55 Thomas Sachau
2013-08-04 11:19 Thomas Sachau
2013-08-04 11:19 Thomas Sachau
2013-05-31 12:16 Thomas Sachau
2013-05-20 10:41 Thomas Sachau
2013-05-10  8:01 Thomas Sachau
2013-04-14 13:20 Thomas Sachau
2013-04-03 11:51 Thomas Sachau
2013-03-28 19:31 Thomas Sachau
2013-03-23 16:24 Thomas Sachau
2013-03-08 17:46 Thomas Sachau
2013-03-03 13:44 Thomas Sachau
2013-02-16 18:47 Thomas Sachau
2013-01-26 17:19 Thomas Sachau
2013-01-26 17:19 Thomas Sachau
2013-01-26 17:19 Thomas Sachau
2013-01-26 17:19 Thomas Sachau
2013-01-26 17:19 Thomas Sachau
2013-01-26 17:19 Thomas Sachau
2013-01-26 17:19 Thomas Sachau
2013-01-26 17:19 Thomas Sachau
2013-01-26 17:19 Thomas Sachau
2013-01-26 17:19 Thomas Sachau
2013-01-12 11:21 Thomas Sachau
2012-12-16 10:49 Thomas Sachau
2012-12-14 20:16 Thomas Sachau
2012-12-14 20:14 Thomas Sachau
2012-12-09 10:54 Thomas Sachau
2012-12-07 22:24 Thomas Sachau
2012-11-30 16:44 Thomas Sachau
2012-10-29 12:23 Thomas Sachau
2012-10-22  8:57 Thomas Sachau
2012-10-14  9:35 Thomas Sachau
2012-10-06 11:34 Thomas Sachau
2012-09-29 12:51 Thomas Sachau
2012-09-24 20:38 Thomas Sachau
2012-09-22 15:33 Thomas Sachau
2012-09-22 15:23 Thomas Sachau
2012-09-17 17:07 Thomas Sachau
2012-09-08 12:55 Thomas Sachau
2012-09-08 12:55 Thomas Sachau
2012-09-08 12:55 Thomas Sachau
2012-09-08 12:55 Thomas Sachau
2012-09-08 12:55 Thomas Sachau
2012-09-08 12:55 Thomas Sachau
2012-09-08 12:55 Thomas Sachau
2012-09-08 12:55 Thomas Sachau
2012-07-08 10:03 Thomas Sachau
2012-07-01 12:01 Thomas Sachau
2012-06-10 12:42 Thomas Sachau
2012-06-03 12:33 Thomas Sachau
2012-05-28 10:19 Thomas Sachau
2012-05-17 10:00 Thomas Sachau
2012-05-12  7:57 Thomas Sachau
2012-05-11 20:38 Thomas Sachau
2012-04-24 21:26 Thomas Sachau
2012-04-06 11:50 Thomas Sachau
2012-04-04 12:42 Thomas Sachau
2012-04-01 22:00 Thomas Sachau
2012-03-30 18:55 Thomas Sachau
2012-03-24 10:51 Thomas Sachau
2012-03-23 14:42 Thomas Sachau
2012-03-21 18:50 Thomas Sachau
2012-03-18 15:29 Thomas Sachau
2012-03-06 18:21 Thomas Sachau
2012-02-26 16:27 Thomas Sachau
2012-02-25 12:04 Thomas Sachau
2012-02-23 19:08 Thomas Sachau
2012-02-18 15:52 Thomas Sachau
2012-02-06 19:38 Thomas Sachau
2011-12-28 13:33 Thomas Sachau
2011-12-24 14:16 Thomas Sachau
2011-12-16 16:30 Thomas Sachau
2011-12-07 21:31 Thomas Sachau
2011-11-26 14:03 Thomas Sachau
2011-11-19 14:25 Thomas Sachau
2011-11-18 23:27 Thomas Sachau
2011-11-11 22:52 Thomas Sachau
2011-10-31 19:53 Thomas Sachau
2011-10-24 18:54 Thomas Sachau
2011-10-23 11:05 Thomas Sachau
2011-10-23 11:05 Thomas Sachau
2011-10-21 13:57 Thomas Sachau
2011-10-12 16:28 Thomas Sachau
2011-10-09 10:33 Thomas Sachau
2011-10-08  8:34 Thomas Sachau
2011-10-07 12:41 Thomas Sachau
2011-10-01 13:56 Thomas Sachau
2011-10-01 13:56 Thomas Sachau
2011-09-11 14:33 Thomas Sachau
2011-09-09 13:03 Thomas Sachau
2011-08-16 12:20 Thomas Sachau
2011-08-05 12:29 Thomas Sachau
2011-08-01 16:53 Thomas Sachau
2011-07-28 17:07 Thomas Sachau
2011-07-21 19:18 Thomas Sachau
2011-07-15 13:24 Thomas Sachau
2011-07-05 17:34 Thomas Sachau
2011-06-16 16:54 Thomas Sachau
2011-06-07 15:44 Thomas Sachau
2011-05-28 13:14 Thomas Sachau
2011-05-26 17:55 Thomas Sachau
2011-05-22  9:42 Thomas Sachau
2011-05-14  9:59 Thomas Sachau
2011-05-07 18:38 Thomas Sachau
2011-04-16 10:17 Thomas Sachau
2011-04-16 10:17 Thomas Sachau
2011-03-28 17:24 Thomas Sachau
2011-03-19 19:39 Thomas Sachau
2011-03-17 17:58 Thomas Sachau
2011-03-03 19:53 Thomas Sachau
2011-02-25 13:45 Thomas Sachau
2011-02-16 20:15 Thomas Sachau
2011-02-10 18:12 Thomas Sachau
2011-02-08 18:12 Thomas Sachau
2011-02-06 13:10 Thomas Sachau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1515318535.e69902fbc9c41f0470461561258f596535d9f5c7.tommy@gentoo \
    --to=tommy@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox