Summary: | app-admin/ansible should install manual pages/documentation by default | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jaak Ristioja <jaak> |
Component: | Current packages | Assignee: | Tony Vroon (RETIRED) <chainsaw> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | arthur, calchan, monsieurp, prometheanfire |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Jaak Ristioja
2018-04-03 22:23:51 UTC
(In reply to Jaak Ristioja from comment #0) > Please add support for USE="doc" and USE="man" to app-admin/ansible. It > would really help having Ansible documentation and man-pages installed > locally as well. Thanks! Man pages should be installed by default (and only blocked by INSTALL_MASK unless that changed recently). The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9730b699a2d2030ca21df76b0917eec71b4b3604 commit 9730b699a2d2030ca21df76b0917eec71b4b3604 Author: Patrice Clement <monsieurp@gentoo.org> AuthorDate: 2018-05-22 22:34:20 +0000 Commit: Patrice Clement <monsieurp@gentoo.org> CommitDate: 2018-05-22 22:34:49 +0000 app-admin/ansible: generate and install documentation using sphinx. Documentation generation and installation is now available when enabling the doc USE flag. Sphinx will generate the exact same website as the one available on http://docs.ansible.com. As to the manual pages installation, they are already installed automatically. Closes: https://bugs.gentoo.org/652376 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-admin/ansible/ansible-2.5.3-r1.ebuild | 66 +++++++++++++++++++++++++++++++ app-admin/ansible/ansible-9999.ebuild | 16 +++++--- 2 files changed, 77 insertions(+), 5 deletions(-) |