From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 904E1138334 for ; Sat, 9 Mar 2019 09:56:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B23CCE088F; Sat, 9 Mar 2019 09:56:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E53AE088F for ; Sat, 9 Mar 2019 09:56:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A9DD335C94 for ; Sat, 9 Mar 2019 09:56:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 434754E3 for ; Sat, 9 Mar 2019 09:56:16 +0000 (UTC) From: "Thomas Sachau" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Sachau" Message-ID: <1545819395.533044621a8608b0186ae79eeaa994a0a40a7204.tommy@gentoo> Subject: [gentoo-commits] proj/portage:multilib commit in: / X-VCS-Repository: proj/portage X-VCS-Committer: tommy X-VCS-Committer-Name: Thomas Sachau X-VCS-Revision: 533044621a8608b0186ae79eeaa994a0a40a7204 X-VCS-Branch: multilib Date: Sat, 9 Mar 2019 09:56:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 69ccc092-367c-4a16-885f-407901abf4ce X-Archives-Hash: 0084a0c48dda22895796e8129be3e8ce commit: 533044621a8608b0186ae79eeaa994a0a40a7204 Author: Thomas Sachau gentoo org> AuthorDate: Wed Dec 26 09:50:27 2018 +0000 Commit: Thomas Sachau gentoo org> CommitDate: Wed Dec 26 10:16:35 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=53304462 merge portage-2.3.52 Signed-off-by: Thomas Sachau gentoo.org> RELEASE-NOTES | 32 +++ bin/ebuild-helpers/dodoc | 3 +- bin/ebuild-helpers/ecompress | 161 ------------- bin/ebuild-helpers/ecompressdir | 226 ------------------- bin/ebuild-helpers/fowners | 15 ++ bin/ebuild-helpers/fperms | 15 ++ bin/ebuild-helpers/prepall | 25 +- bin/ebuild-helpers/prepalldocs | 19 +- bin/ebuild-helpers/prepallinfo | 9 +- bin/ebuild-helpers/prepallman | 20 +- bin/ebuild-helpers/prepinfo | 3 +- bin/ebuild-helpers/prepman | 35 +-- bin/ebuild.sh | 8 +- bin/ecompress | 198 ++++++++++++++++ bin/ecompress-file | 61 +++++ bin/estrip | 10 +- bin/etc-update | 12 +- bin/helper-functions.sh | 9 +- bin/install-qa-check.d/60pngfix | 13 +- bin/isolated-functions.sh | 24 +- bin/misc-functions.sh | 211 +++++++---------- bin/phase-functions.sh | 2 +- bin/phase-helpers.sh | 7 +- bin/pid-ns-init | 30 +++ bin/portageq | 4 + bin/postinst-qa-check.d/50gnome2-utils | 2 +- bin/postinst-qa-check.d/50xdg-utils | 2 +- cnf/make.globals | 4 +- lib/_emerge/actions.py | 7 - lib/portage/const.py | 6 +- lib/portage/dbapi/porttree.py | 72 ++++-- lib/portage/dbapi/vartree.py | 12 + lib/portage/package/ebuild/doebuild.py | 27 ++- lib/portage/process.py | 73 +++++- lib/portage/repository/config.py | 148 +++++++++--- .../repository/storage}/__init__.py | 2 +- .../repository/storage/hardlink_quarantine.py | 97 ++++++++ lib/portage/repository/storage/hardlink_rcu.py | 251 +++++++++++++++++++++ lib/portage/repository/storage/inplace.py | 49 ++++ lib/portage/repository/storage/interface.py | 87 +++++++ lib/portage/sync/controller.py | 1 + lib/portage/sync/modules/rsync/rsync.py | 85 ++----- lib/portage/sync/syncbase.py | 55 ++++- lib/portage/tests/__init__.py | 36 +-- lib/portage/tests/bin/setup_env.py | 2 +- lib/portage/tests/sync/test_sync_local.py | 40 +++- .../tests/util/futures/test_compat_coroutine.py | 22 +- lib/portage/util/futures/_asyncio/__init__.py | 14 ++ lib/portage/util/futures/_sync_decorator.py | 54 +++++ lib/portage/util/futures/compat_coroutine.py | 14 ++ man/ebuild.1 | 5 + man/ebuild.5 | 6 +- man/emerge.1 | 2 +- man/make.conf.5 | 33 ++- man/portage.5 | 35 +++ repoman/RELEASE-NOTES | 18 ++ repoman/bin/repoman | 2 +- repoman/cnf/linechecks/linechecks.yaml | 3 +- repoman/lib/repoman/actions.py | 55 ++++- repoman/lib/repoman/copyrights.py | 18 +- repoman/lib/repoman/main.py | 9 +- repoman/lib/repoman/modules/commit/manifest.py | 11 +- .../modules/linechecks/gentoo_header/header.py | 47 ++-- repoman/lib/repoman/scanner.py | 3 +- repoman/lib/repoman/tests/__init__.py | 34 +-- .../lib/repoman/tests/changelog/test_echangelog.py | 2 +- repoman/lib/repoman/tests/simple/test_simple.py | 14 +- repoman/setup.py | 2 +- setup.py | 4 +- 69 files changed, 1696 insertions(+), 921 deletions(-) diff --cc bin/phase-functions.sh index a1aaea020,d8ebf3d3e..fd17e6377 --- a/bin/phase-functions.sh +++ b/bin/phase-functions.sh @@@ -311,9 -287,8 +311,9 @@@ __dyn_clean() fi if [[ $EMERGE_FROM = binary ]] || ! has keepwork $FEATURES; then - rm -f "$PORTAGE_BUILDDIR"/.{ebuild_changed,logid,pretended,setuped,unpacked,prepared} \ - "$PORTAGE_BUILDDIR"/.{configured,compiled,tested,packaged,instprepped} \ + rm -f "$PORTAGE_BUILDDIR"/.{ebuild_changed,logid,pretended*,setuped*,unpacked*,prepared*} \ - "$PORTAGE_BUILDDIR"/.{configured*,compiled*,tested*,packaged*} \ ++ "$PORTAGE_BUILDDIR"/.{configured*,compiled*,tested*,packaged*,instprepped} \ + "$PORTAGE_BUILDDIR"/.abi \ "$PORTAGE_BUILDDIR"/.die_hooks \ "$PORTAGE_BUILDDIR"/.ipc_{in,out,lock} \ "$PORTAGE_BUILDDIR"/.exit_status