Summary: | app-arch/cpio, app-arch/tar: install as gcpio, gtar with symlinks | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Michał Górny <mgorny> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | PullRequest |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=93816 https://github.com/gentoo/gentoo/pull/27846 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Michał Górny
![]() ![]() ![]() ![]() The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cddeeeb867340fae38dda81d3cb2fd794c1a3c60 commit cddeeeb867340fae38dda81d3cb2fd794c1a3c60 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2022-10-19 12:15:20 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-10-30 09:54:24 +0000 app-arch/cpio: Install as gcpio, make cpio a symlink Closes: https://bugs.gentoo.org/877645 Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/27846 Signed-off-by: Sam James <sam@gentoo.org> app-arch/cpio/cpio-2.13-r3.ebuild | 50 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab103bbf57bbbe62466583af03b900f1c3d5f2ee commit ab103bbf57bbbe62466583af03b900f1c3d5f2ee Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2022-10-19 12:10:32 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-10-30 09:54:24 +0000 app-arch/tar: Always install as gtar, make tar a symlink to it For better compatibility with systems that do not use GNU userland, install GNU tar as `gtar` rather than `tar`, and make `tar` a symlink to the former. This replaces the prior inconsistent logic that installed `gtar` symlink on Prefix only. Closes: https://bugs.gentoo.org/877645 Signed-off-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org> app-arch/tar/tar-1.34-r1.ebuild | 84 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) |