Created attachment 436492 [details, diff] patch for fix doc files names *.asciidoc files were renamed to *.adoc, see URL field. Attached patch for the ebuild to fix the problem.
I face the same issue and this patch is working for me. When this fix will enter the tree?
Applying this patch locally fixes the issue for me. This has been around for a while (since may), any chance of getting the fix upstreamed so I don't have to keep applying it after syncs?
(In reply to Niklas Haas from comment #2) > Applying this patch locally fixes the issue for me. > > This has been around for a while (since may), any chance of getting the fix > upstreamed so I don't have to keep applying it after syncs? Looked into it some more, it seems like the files were not just renamed, but upstream also switched from asciidoc to asciidoctor. The DEPENDS for USE="doc" should probably also be updated. See https://github.com/weechat/weechat/issues/722
(In reply to Niklas Haas from comment #3) > (In reply to Niklas Haas from comment #2) > > Applying this patch locally fixes the issue for me. > > > > This has been around for a while (since may), any chance of getting the fix > > upstreamed so I don't have to keep applying it after syncs? > > Looked into it some more, it seems like the files were not just renamed, but > upstream also switched from asciidoc to asciidoctor. The DEPENDS for > USE="doc" should probably also be updated. > > See https://github.com/weechat/weechat/issues/722 It seems that *.adoc files just bzipped and saved as is: $ equery f weechat | grep doc /usr/share/doc /usr/share/doc/weechat-9999 /usr/share/doc/weechat-9999/AUTHORS.adoc.bz2 /usr/share/doc/weechat-9999/ChangeLog.adoc.bz2 /usr/share/doc/weechat-9999/README.adoc.bz2 /usr/share/doc/weechat-9999/ReleaseNotes.adoc.bz2 Anyway, it human-readable w/o any specific tool. I guess asciidoc/asciidoctor need only for creating html documantation. I don't sure whether asciidoc/asciidoctor necessary in dependencies under "doc" USE flag.
Fixed in the tree.