Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Thu, 29 Sep 2022 21:35:15
Message-Id: 1664487309.ca15dca30d785e755c1144de9c39037e569e5378.sam@gentoo
1 commit: ca15dca30d785e755c1144de9c39037e569e5378
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 21:35:02 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 21:35:09 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=ca15dca3
7
8 NEWS: consolidate compressor suffix fixes
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 NEWS | 17 ++++-------------
13 1 file changed, 4 insertions(+), 13 deletions(-)
14
15 diff --git a/NEWS b/NEWS
16 index 64095d920..1ea559ee5 100644
17 --- a/NEWS
18 +++ b/NEWS
19 @@ -13,11 +13,8 @@ Features:
20
21 * bin: ecompress: xz: Pass -9 to xz for compression level like we do for bzip2 & gzip.
22
23 -* bin: ecompress: xz: Pass -T N where N is the number of jobs from ${MAKEOPTS}
24 - to xz for parallel compression.
25 -
26 -* bin: ecompress: zstd: Pass -T N where N is the number of jobs from ${MAKEOPTS}
27 - to zstd for parallel compression.
28 +* bin: ecompress: xz, zstd: Pass -T N where N is the number of jobs from ${MAKEOPTS}
29 + to xz, zstd for parallel compression.
30
31 Bug fixes:
32 * emerge: Scheduler: Fix filenames for binpkgs in some cases - reuse existing
33 @@ -32,14 +29,8 @@ Bug fixes:
34 * bin: isolated-functions.sh: return number of CPUs in ___makeopts_jobs as default
35 instead of 1 to match Portage's behavior on the Python side.
36
37 -* bin: ecompress: zstd: Recognize .zst as a compressed file suffix for the purposes
38 - of the internal compressed file collision check.
39 -
40 -* bin: ecompress: lz4: Recognize .lz4 as a compressed file suffix for the purposes
41 - of the internal compressed file collision check.
42 -
43 -* bin: compress: Recognize .lzo and .lz for the internal compressed file
44 - collision check too.
45 +* bin: ecompress: Recognize .lz, .lzo, .lz4,, and .zst as compressed file
46 + suffixes for the purposes of the internal compressed file collision check.
47
48 * bin: ecompress: zstd: Set '-q --rm' in PORTAGE_COMPRESS_FLAGS to behave
49 like other compressors.