Summary: | devmanual: update "known file formats" for EAPI 8 | ||
---|---|---|---|
Product: | Documentation | Reporter: | Emily Rowlands <gentoo> |
Component: | Devmanual | Assignee: | Gentoo Devmanual Team <devmanual> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | PATCH |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://devmanual.gentoo.org/ebuild-writing/functions/src_unpack/index.html | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | ebuild-writing/functions/src_unpack: Update list of unpack formats |
Description
Emily Rowlands
2021-08-28 14:13:43 UTC
The simple solution would be to remove the last three items of that list. These formats were never widely used, and soon most new ebuilds will be EAPI 8. Created attachment 736498 [details, diff]
ebuild-writing/functions/src_unpack: Update list of unpack formats
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=ee38282ed5b47bef8fe81183746ebac9f16b54bf commit ee38282ed5b47bef8fe81183746ebac9f16b54bf Author: Ulrich Müller <ulm@gentoo.org> AuthorDate: 2021-08-28 17:38:51 +0000 Commit: Ulrich Müller <ulm@gentoo.org> CommitDate: 2021-08-28 17:38:51 +0000 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> ebuild-writing/functions/src_unpack/text.xml | 3 --- 1 file changed, 3 deletions(-) Thank you for reporting. |