Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 784815

Summary: dev-util/cmake-3.22.1 default-enable USE=doc for manpages
Product: Gentoo Linux Reporter: Esteve Varela Colominas <esteve.varela>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: enhancement CC: jstein, kde, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=770997
Whiteboard:
Package list:
Runtime testing required: ---

Description Esteve Varela Colominas 2021-04-21 14:56:46 UTC
Recently, app-emulation/qemu was updated to default-enable USE=doc, because it installs man pages, which are by many expected to be present by default, regardless of additional documentation.

CMake is in a very similar position, where USE=doc is required to install the man pages, as it uses sphinx to generate them. This is why I'd suggest doing the same, for the sake of consistency.

Relevant app-emulation/qemu discussion: https://bugs.gentoo.org/770997
Comment 1 Larry the Git Cow gentoo-dev 2022-08-05 04:09:26 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92f3b866eaf6514215fb89afdb40c37f778128af

commit 92f3b866eaf6514215fb89afdb40c37f778128af
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-08-05 04:07:10 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-08-05 04:07:58 +0000

    dev-util/cmake: provide pre-generated man pages
    
    Closes: https://bugs.gentoo.org/784815
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-util/cmake/Manifest            |  1 +
 dev-util/cmake/cmake-3.24.0.ebuild | 23 ++++++++++++++++++++++-
 dev-util/cmake/cmake-9999.ebuild   | 23 ++++++++++++++++++++++-
 3 files changed, 45 insertions(+), 2 deletions(-)