Created attachment 784883 [details] emerge --info app-misc/timew Trying to emerge timew without having dev-ruby/asciidoctor installed, will result in a warning during the install phase: >>> Install app-misc/timew-1.4.3 into /var/tmp/portage/app-misc/timew-1.4.3/image * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/app-misc/timew-1.4.3/work/timew-1.4.3" * Build directory (BUILD_DIR): "/var/tmp/portage/app-misc/timew-1.4.3/work/timew-1.4.3_build" [1/3] cd /var/tmp/portage/app-misc/timew-1.4.3/work/timew-1.4.3_build/doc && echo Tool\ 'asciidoctor'\ is\ required\ to\ generate\ man\ pages!\ Please\ install\ it\ first. Tool asciidoctor is required to generate man pages! Please install it first. [2/3] Install the project... I've manually installed asciidoctor, that way the warning is gone, but the manpages are still not installed (just an empty /usr/share/man/man1/CMakeFiles and /usr/share/man/man7/CMakeFiles directory), which is pretty annoying since timew doesn't have built-in --help, it just tries to open the manpage.
Created attachment 784886 [details] build log
Thank you for this bug. Timew does seem to have a built-in help: type in "timew help", but it seems indeed that no really helpful text is provided by this command. I'll try and install those manpages.
"timew help" indeed does work, but anything else just fails with an error: $ timew help summary No manual entry for timew-summary $ timew help dates No manual entry for timew-dates
I submitted a pull request that did install manpages, without having to install asciidoc (which brings in a lot of dependencies). The warning remains but the initial problem seems to be solved. Let me know what you think.
Tested it, seems like it works, I have manpages installed and commands like `timew summary --help` work now.
I messed up with my commit message, but the PR was merged (commit f035062b3900282fa8b1fba915d38d3cfd8b7d1b) and this bug can be closed now.