Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 685500 - missing utils from sys-apps/moreutils
Summary: missing utils from sys-apps/moreutils
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tim Harder
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-10 00:10 UTC by Thomas Capricelli
Modified: 2019-05-10 09:08 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Capricelli 2019-05-10 00:10:50 UTC
According to upstream main page (https://joeyh.name/code/moreutils/), the following binaries/scripts are missing in what current ebuild installs:

chronic: runs a command quietly unless it fails
combine: combine the lines in two files using boolean operations
ts: timestamp standard input
vidir: edit a directory in your text editor
vipe: insert a text editor into a pipe
zrun: automatically uncompress arguments to command

I can confirm they are in the tgz, and (aha), the gentoo package installs the man pages for those.
Comment 1 Tim Harder gentoo-dev 2019-05-10 01:21:47 UTC
Use the perl USE flag to install perl-based scripts.
Comment 2 Thomas Capricelli 2019-05-10 09:08:21 UTC
Oops ! Indeed, sorry for the noise.