diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-08-28 19:38:51 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-08-28 19:38:51 +0200 |
commit | ee38282ed5b47bef8fe81183746ebac9f16b54bf (patch) | |
tree | 6d7c810a918f783225d72646195701854fe06ae8 /ebuild-writing | |
parent | ebuild-writing/common-mistakes: Rewrap a long line (diff) | |
download | devmanual-ee38282ed5b47bef8fe81183746ebac9f16b54bf.tar.gz devmanual-ee38282ed5b47bef8fe81183746ebac9f16b54bf.tar.bz2 devmanual-ee38282ed5b47bef8fe81183746ebac9f16b54bf.zip |
ebuild-writing/functions/src_unpack: Update list of unpack formats
Drop 7zip, RAR, and LHA from the list of recognized unpack formats,
following the EAPI 8 change to unpack(). This considers that these
formats were never widely used, and that soon most new ebuilds will
use the new EAPI.
Closes: https://bugs.gentoo.org/810796
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ebuild-writing')
-rw-r--r-- | ebuild-writing/functions/src_unpack/text.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ebuild-writing/functions/src_unpack/text.xml b/ebuild-writing/functions/src_unpack/text.xml index 3412006..022e77c 100644 --- a/ebuild-writing/functions/src_unpack/text.xml +++ b/ebuild-writing/functions/src_unpack/text.xml @@ -94,9 +94,6 @@ The <c>unpack</c> function recognizes the following file formats: <li><c>*.xz</c>, <c>*.tar.xz</c>, <c>*.txz</c></li> <li><c>*.zip</c>, <c>*.ZIP</c>, <c>*.jar</c></li> <li><c>*.a</c>, <c>*.deb</c></li> - <li><c>*.7z</c>, <c>*.7Z</c></li> - <li><c>*.rar</c>, <c>*.RAR</c></li> - <li><c>*.LHA</c>, <c>*.LHa</c>, <c>*.lha</c>, <c>*.lzh</c></li> </ul> <p> |