Gentoo Archives: gentoo-portage-dev

From: "M. J. Everitt" <m.j.everitt@×××.org>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] [PATCH 0/4] Rename PORT_LOGDIR{,_CLEAN} variables to PORTAGE_LOGDIR{,_CLEAN} Bug 668538
Date: Sat, 15 Dec 2018 02:25:31
Message-Id: e6441267-da50-a95c-80e4-09ac8ad38fcf@iee.org
1 This patchset aims to fix potential ambiguity and confusion between older PORT_LOG* variables,
2 and more recent PORTAGE_* variables - often leading to mysteriously lacking logging due to
3 incorrect variable names. Documented in Bug 668538; with thanks to Zac for diagnosis, and
4 solution assistance!
5
6 M. J. Everitt (4):
7 Renamed PORT_LOGDIR[_CLEAN] to PORTAGE_LOGDIR[_CLEAN]
8 Provide compatibility support for old PORT_LOGDIR* variable names
9 Update documentation for PORT_LOGDIR* changes
10 Add note to NEWS/ChangeLog for PORT_LOGDIR* changes
11
12 NEWS | 8 +++-
13 cnf/make.conf.example | 12 +++---
14 cnf/make.globals | 2 +-
15 lib/_emerge/post_emerge.py | 2 +-
16 lib/portage/dbapi/vartree.py | 2 +-
17 lib/portage/elog/mod_echo.py | 2 +-
18 lib/portage/elog/mod_save.py | 4 +-
19 lib/portage/elog/mod_save_summary.py | 4 +-
20 lib/portage/emaint/modules/logs/__init__.py | 2 +-
21 lib/portage/emaint/modules/logs/logs.py | 22 +++++------
22 .../package/ebuild/_config/special_env_vars.py | 2 +-
23 lib/portage/package/ebuild/config.py | 11 ++++++
24 lib/portage/package/ebuild/prepare_build_dirs.py | 26 ++++++------
25 lib/portage/tests/emerge/test_simple.py | 2 +-
26 man/ebuild.5 | 2 +-
27 man/emaint.1 | 6 +--
28 man/emerge.1 | 2 +-
29 man/make.conf.5 | 46 ++++++++++++----------
30 18 files changed, 90 insertions(+), 67 deletions(-)
31
32 --
33 2.13.6

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies