public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/portage:prefix commit in: /
Date: Sun, 24 Jan 2021 09:02:04 +0000 (UTC)	[thread overview]
Message-ID: <1611478895.8f0e38ebd69ed128d6ad7ff59c4d255bfc070d94.grobian@gentoo> (raw)

commit:     8f0e38ebd69ed128d6ad7ff59c4d255bfc070d94
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 09:01:35 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 09:01:35 2021 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=8f0e38eb

Merge remote-tracking branch 'origin/master' into prefix

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 NEWS                                               |  6 ++
 RELEASE-NOTES                                      | 20 +++++
 bin/clean_locks                                    |  5 +-
 bin/dispatch-conf                                  | 17 ++--
 bin/ebuild                                         |  4 +-
 bin/egencache                                      |  6 +-
 bin/emerge                                         | 13 +--
 bin/glsa-check                                     |  5 +-
 bin/portageq                                       | 18 ++--
 bin/quickpkg                                       | 10 +--
 bin/regenworld                                     |  6 +-
 cnf/sets/portage.conf                              |  5 ++
 doc/config/sets.docbook                            |  8 ++
 lib/_emerge/depgraph.py                            | 22 +++++
 lib/portage/__init__.py                            |  3 +-
 lib/portage/_emirrordist/FetchTask.py              |  3 +-
 lib/portage/_sets/dbapi.py                         | 39 ++++++++-
 lib/portage/dbapi/bintree.py                       | 58 ++++++++-----
 lib/portage/dbapi/vartree.py                       |  8 +-
 lib/portage/emaint/modules/move/move.py            | 13 ++-
 lib/portage/package/ebuild/doebuild.py             | 13 +--
 lib/portage/package/ebuild/fetch.py                | 11 ++-
 .../repository/storage/hardlink_quarantine.py      | 45 ++++------
 lib/portage/repository/storage/hardlink_rcu.py     | 57 +++++--------
 lib/portage/repository/storage/inplace.py          | 27 ++----
 lib/portage/repository/storage/interface.py        | 17 ++--
 lib/portage/tests/dbapi/test_auxdb.py              | 12 ++-
 lib/portage/tests/emerge/test_simple.py            | 16 ++--
 lib/portage/tests/process/test_AsyncFunction.py    | 10 +--
 lib/portage/tests/process/test_PipeLogger.py       | 22 +++--
 .../resolver/test_slot_operator_reverse_deps.py    | 98 +++++++++++++++++++++-
 lib/portage/tests/update/test_move_ent.py          |  7 +-
 .../util/futures/asyncio/test_child_watcher.py     | 10 +--
 .../util/futures/asyncio/test_subprocess_exec.py   | 32 ++++---
 lib/portage/tests/util/futures/test_retry.py       | 28 ++-----
 lib/portage/tests/util/test_socks5.py              |  4 +-
 lib/portage/util/_eventloop/asyncio_event_loop.py  | 30 ++++++-
 lib/portage/util/_eventloop/global_event_loop.py   | 28 +------
 lib/portage/util/futures/_asyncio/__init__.py      | 30 +++++--
 lib/portage/util/futures/_sync_decorator.py        |  6 +-
 lib/portage/util/futures/compat_coroutine.py       |  6 +-
 lib/portage/util/socks5.py                         |  9 +-
 man/make.conf.5                                    | 16 +++-
 repoman/lib/repoman/_subprocess.py                 |  4 -
 repoman/lib/repoman/actions.py                     |  3 +-
 repoman/lib/repoman/config.py                      |  5 --
 repoman/lib/repoman/gpg.py                         |  2 -
 repoman/lib/repoman/main.py                        |  3 +-
 repoman/lib/repoman/metadata.py                    |  1 -
 repoman/lib/repoman/modules/commit/manifest.py     |  1 -
 repoman/lib/repoman/modules/commit/repochecks.py   |  1 -
 repoman/lib/repoman/modules/linechecks/__init__.py |  1 -
 .../modules/linechecks/assignment/__init__.py      |  3 +-
 .../repoman/modules/linechecks/depend/__init__.py  |  3 +-
 .../modules/linechecks/deprecated/__init__.py      |  3 +-
 .../modules/linechecks/deprecated/deprecated.py    |  2 +-
 .../lib/repoman/modules/linechecks/do/__init__.py  |  3 +-
 .../repoman/modules/linechecks/eapi/__init__.py    |  3 +-
 .../repoman/modules/linechecks/emake/__init__.py   |  3 +-
 .../modules/linechecks/gentoo_header/__init__.py   |  3 +-
 .../repoman/modules/linechecks/helpers/__init__.py |  3 +-
 .../repoman/modules/linechecks/helpers/offset.py   |  2 +-
 .../repoman/modules/linechecks/nested/__init__.py  |  3 +-
 .../repoman/modules/linechecks/patches/__init__.py |  3 +-
 .../repoman/modules/linechecks/patches/patches.py  |  3 +-
 .../repoman/modules/linechecks/phases/__init__.py  |  3 +-
 .../repoman/modules/linechecks/portage/__init__.py |  3 +-
 .../repoman/modules/linechecks/quotes/__init__.py  |  3 +-
 .../lib/repoman/modules/linechecks/uri/__init__.py |  3 +-
 repoman/lib/repoman/modules/linechecks/uri/uri.py  | 28 +++----
 .../lib/repoman/modules/linechecks/use/__init__.py |  3 +-
 .../repoman/modules/linechecks/use/builtwith.py    |  2 +-
 .../repoman/modules/linechecks/useless/__init__.py |  3 +-
 .../modules/linechecks/whitespace/__init__.py      |  3 +-
 .../modules/linechecks/workaround/__init__.py      |  3 +-
 .../modules/linechecks/workaround/workarounds.py   |  2 +-
 .../lib/repoman/modules/scan/depend/__init__.py    |  3 +-
 .../repoman/modules/scan/depend/_depend_checks.py  |  4 +-
 repoman/lib/repoman/modules/scan/depend/profile.py | 22 ++---
 .../repoman/modules/scan/directories/__init__.py   |  3 +-
 repoman/lib/repoman/modules/scan/eapi/__init__.py  |  3 +-
 .../lib/repoman/modules/scan/ebuild/__init__.py    |  3 +-
 .../lib/repoman/modules/scan/eclasses/__init__.py  |  3 +-
 repoman/lib/repoman/modules/scan/fetch/__init__.py |  3 +-
 .../lib/repoman/modules/scan/keywords/__init__.py  |  3 +-
 .../lib/repoman/modules/scan/manifest/__init__.py  |  3 +-
 .../lib/repoman/modules/scan/metadata/__init__.py  |  3 +-
 .../modules/scan/metadata/ebuild_metadata.py       |  1 -
 .../repoman/modules/scan/metadata/pkgmetadata.py   |  5 +-
 .../lib/repoman/modules/scan/metadata/restrict.py  |  1 -
 .../lib/repoman/modules/scan/options/__init__.py   |  3 +-
 repoman/lib/repoman/modules/vcs/None/status.py     |  1 -
 repoman/lib/repoman/modules/vcs/__init__.py        |  1 -
 repoman/lib/repoman/modules/vcs/bzr/changes.py     |  2 +-
 repoman/lib/repoman/modules/vcs/bzr/status.py      |  2 +
 repoman/lib/repoman/modules/vcs/cvs/status.py      |  2 +-
 repoman/lib/repoman/modules/vcs/git/changes.py     |  3 +-
 repoman/lib/repoman/modules/vcs/git/status.py      |  3 +-
 repoman/lib/repoman/modules/vcs/hg/changes.py      |  3 +-
 repoman/lib/repoman/modules/vcs/hg/status.py       |  2 +
 repoman/lib/repoman/modules/vcs/svn/changes.py     |  2 -
 repoman/lib/repoman/modules/vcs/svn/status.py      |  1 +
 repoman/lib/repoman/modules/vcs/vcs.py             |  2 -
 repoman/lib/repoman/repos.py                       |  1 +
 repoman/lib/repoman/tests/commit/__test__.py       |  1 -
 repoman/lib/repoman/tests/runTests.py              |  8 +-
 repoman/lib/repoman/tests/simple/__test__.py       |  1 -
 repoman/lib/repoman/tests/simple/test_simple.py    |  4 +-
 repoman/lib/repoman/utilities.py                   |  6 +-
 setup.py                                           |  2 +-
 tox.ini                                            |  2 +-
 111 files changed, 585 insertions(+), 444 deletions(-)

diff --cc bin/clean_locks
index 25dc62915,e5765fd7e..7959486ac
--- a/bin/clean_locks
+++ b/bin/clean_locks
@@@ -1,8 -1,9 +1,9 @@@
 -#!/usr/bin/python -b
 +#!@PREFIX_PORTAGE_PYTHON@ -b
- # Copyright 1999-2020 Gentoo Authors
+ # Copyright 1999-2021 Gentoo Authors
  # Distributed under the terms of the GNU General Public License v2
  
- import sys, errno
+ import errno
+ import sys
  from os import path as osp
  if osp.isfile(osp.join(osp.dirname(osp.dirname(osp.realpath(__file__))), ".portage_not_installed")):
  	sys.path.insert(0, osp.join(osp.dirname(osp.dirname(osp.realpath(__file__))), "lib"))
diff --cc bin/dispatch-conf
index 6fe6d332c,0fdfbaa81..d2b034666
--- a/bin/dispatch-conf
+++ b/bin/dispatch-conf
@@@ -1,5 -1,5 +1,5 @@@
 -#!/usr/bin/python -b
 +#!@PREFIX_PORTAGE_PYTHON@ -b
- # Copyright 1999-2020 Gentoo Authors
+ # Copyright 1999-2021 Gentoo Authors
  # Distributed under the terms of the GNU General Public License v2
  
  #
diff --cc bin/ebuild
index 54c024fd3,0a2b13a13..6f70ee4bf
--- a/bin/ebuild
+++ b/bin/ebuild
@@@ -1,5 -1,5 +1,5 @@@
 -#!/usr/bin/python -b
 +#!@PREFIX_PORTAGE_PYTHON@ -b
- # Copyright 1999-2020 Gentoo Authors
+ # Copyright 1999-2021 Gentoo Authors
  # Distributed under the terms of the GNU General Public License v2
  
  import argparse
diff --cc bin/egencache
index ae54b611c,9b6df2e7d..e083b78d7
--- a/bin/egencache
+++ b/bin/egencache
@@@ -1,5 -1,5 +1,5 @@@
 -#!/usr/bin/python -b
 +#!@PREFIX_PORTAGE_PYTHON@ -b
- # Copyright 2009-2020 Gentoo Authors
+ # Copyright 2009-2021 Gentoo Authors
  # Distributed under the terms of the GNU General Public License v2
  
  # unicode_literals for compat with TextIOWrapper in Python 2
diff --cc bin/emerge
index 8f1db61a6,813d7bae5..d952840ef
--- a/bin/emerge
+++ b/bin/emerge
@@@ -1,5 -1,5 +1,5 @@@
 -#!/usr/bin/python -b
 +#!@PREFIX_PORTAGE_PYTHON@ -b
- # Copyright 2006-2020 Gentoo Authors
+ # Copyright 2006-2021 Gentoo Authors
  # Distributed under the terms of the GNU General Public License v2
  
  import platform
diff --cc bin/glsa-check
index a61dee4f8,a3e7aa043..2aada5bee
--- a/bin/glsa-check
+++ b/bin/glsa-check
@@@ -1,5 -1,5 +1,5 @@@
 -#!/usr/bin/python -b
 +#!@PREFIX_PORTAGE_PYTHON@ -b
- # Copyright 1999-2020 Gentoo Authors
+ # Copyright 1999-2021 Gentoo Authors
  # Distributed under the terms of the GNU General Public License v2
  
  import argparse
diff --cc bin/portageq
index 91b9c1322,67fdc9d38..cb991fef7
--- a/bin/portageq
+++ b/bin/portageq
@@@ -1,5 -1,5 +1,5 @@@
 -#!/usr/bin/python -b
 +#!@PREFIX_PORTAGE_PYTHON@ -b
- # Copyright 1999-2020 Gentoo Authors
+ # Copyright 1999-2021 Gentoo Authors
  # Distributed under the terms of the GNU General Public License v2
  
  import argparse
diff --cc bin/quickpkg
index 72fe19c18,1b7ad666c..1bcbda8ba
--- a/bin/quickpkg
+++ b/bin/quickpkg
@@@ -1,5 -1,5 +1,5 @@@
 -#!/usr/bin/python -b
 +#!@PREFIX_PORTAGE_PYTHON@ -b
- # Copyright 1999-2020 Gentoo Authors
+ # Copyright 1999-2021 Gentoo Authors
  # Distributed under the terms of the GNU General Public License v2
  
  import argparse
diff --cc bin/regenworld
index c195c0b3a,a5b1f0431..e3f852f26
--- a/bin/regenworld
+++ b/bin/regenworld
@@@ -1,5 -1,5 +1,5 @@@
 -#!/usr/bin/python -b
 +#!@PREFIX_PORTAGE_PYTHON@ -b
- # Copyright 1999-2020 Gentoo Authors
+ # Copyright 1999-2021 Gentoo Authors
  # Distributed under the terms of the GNU General Public License v2
  
  import sys


             reply	other threads:[~2021-01-24  9:02 UTC|newest]

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

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=1611478895.8f0e38ebd69ed128d6ad7ff59c4d255bfc070d94.grobian@gentoo \
    --to=grobian@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