Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 652376 - app-admin/ansible should install manual pages/documentation by default
Summary: app-admin/ansible should install manual pages/documentation by default
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-03 22:23 UTC by Jaak Ristioja
Modified: 2018-05-22 22:34 UTC (History)
4 users (show)

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 Jaak Ristioja 2018-04-03 22:23:51 UTC
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!
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2018-04-04 05:47: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).
Comment 2 Larry the Git Cow gentoo-dev 2018-05-22 22:34:55 UTC
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(-)