Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 727850 - sys-apps/less: lesspipe.sh add support for zstd compressed files
Summary: sys-apps/less: lesspipe.sh add support for zstd compressed files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2020-06-10 14:35 UTC by Alan Swanson
Modified: 2020-10-20 21:00 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
lesspipe-zstd.patch (lesspipe-zstd.patch,999 bytes, patch)
2020-06-10 14:35 UTC, Alan Swanson
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alan Swanson 2020-06-10 14:35:12 UTC
Created attachment 644298 [details, diff]
lesspipe-zstd.patch

Add support for zstd compressed files in our lesspipe script. Can use "zstdcat" (in attached patch) or "zstd -dcf" if preferred.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-06-10 14:37:10 UTC
Please include a signed off line in a comment, so it can be used.

Thanks for the patch!
Comment 2 Alan Swanson 2020-06-10 19:46:04 UTC
Signed-off-by: Alan Swanson <reiver@improbability.net>
Comment 3 Larry the Git Cow gentoo-dev 2020-10-20 21:00:57 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fceed2b941748287f5a9da78f770758b62dcec2

commit 5fceed2b941748287f5a9da78f770758b62dcec2
Author:     Alan Swanson <reiver@improbability.net>
AuthorDate: 2020-10-20 20:59:09 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2020-10-20 21:00:45 +0000

    sys-apps/less: lesspipe: add support for zstd compressed files
    
    Signed-off-by: Alan Swanson <reiver@improbability.net>
    Closes: https://bugs.gentoo.org/727850
    Package-Manager: Portage-3.0.8, Repoman-3.0.2
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 sys-apps/less/files/lesspipe-r1.sh | 287 +++++++++++++++++++++++++++++++++++++
 sys-apps/less/less-563-r1.ebuild   |  44 ++++++
 2 files changed, 331 insertions(+)