Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/functions/src_unpack/
Date: Wed, 01 Sep 2021 17:58:29
Message-Id: 1630172331.ee38282ed5b47bef8fe81183746ebac9f16b54bf.ulm@gentoo
1 commit: ee38282ed5b47bef8fe81183746ebac9f16b54bf
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 28 17:38:51 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 28 17:38:51 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=ee38282e
7
8 ebuild-writing/functions/src_unpack: Update list of unpack formats
9
10 Drop 7zip, RAR, and LHA from the list of recognized unpack formats,
11 following the EAPI 8 change to unpack(). This considers that these
12 formats were never widely used, and that soon most new ebuilds will
13 use the new EAPI.
14
15 Closes: https://bugs.gentoo.org/810796
16 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
17
18 ebuild-writing/functions/src_unpack/text.xml | 3 ---
19 1 file changed, 3 deletions(-)
20
21 diff --git a/ebuild-writing/functions/src_unpack/text.xml b/ebuild-writing/functions/src_unpack/text.xml
22 index 3412006..022e77c 100644
23 --- a/ebuild-writing/functions/src_unpack/text.xml
24 +++ b/ebuild-writing/functions/src_unpack/text.xml
25 @@ -94,9 +94,6 @@ The <c>unpack</c> function recognizes the following file formats:
26 <li><c>*.xz</c>, <c>*.tar.xz</c>, <c>*.txz</c></li>
27 <li><c>*.zip</c>, <c>*.ZIP</c>, <c>*.jar</c></li>
28 <li><c>*.a</c>, <c>*.deb</c></li>
29 - <li><c>*.7z</c>, <c>*.7Z</c></li>
30 - <li><c>*.rar</c>, <c>*.RAR</c></li>
31 - <li><c>*.LHA</c>, <c>*.LHa</c>, <c>*.lha</c>, <c>*.lzh</c></li>
32 </ul>
33
34 <p>