- Add IUSE="doc" to optionally build man pages via dev-ruby/asciidoctor
- Add blocker on app-admin/sudo (both provide /usr/bin/sudo)
- Remove pkg_postinst (blocker replaces the warning)
Signed-off-by: Theron York <theron.york@cloudnuke.org>
Remove the doc USE flag and unconditionally build and install the man
page, as per Gentoo QA policy (man pages should not be optional).
- Drop IUSE="doc"
- Make dev-ruby/asciidoctor an unconditional BDEPEND
- Always run 'emake man' in src_compile
- Always pass install-man target to emake in src_install
Signed-off-by: Theron York <theron.york@cloudnuke.org>
- Add IUSE="doc" to control optional man page generation
- Add BDEPEND on dev-ruby/asciidoctor when USE=doc
- Use conditional emake targets (install-exec, install-man) in src_install
- Remove redundant S assignment (default value)
Signed-off-by: Theron York <theron.york@cloudnuke.org>