commit: ee38282ed5b47bef8fe81183746ebac9f16b54bf Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Aug 28 17:38:51 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Aug 28 17:38:51 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=ee38282e
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 <AT> gentoo.org> ebuild-writing/functions/src_unpack/text.xml | 3 --- 1 file changed, 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>
