Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 676084 - media-sound/ncmpc-0.33 USE=doc installs manual in /usr/share/man/man/man1/
Summary: media-sound/ncmpc-0.33 USE=doc installs manual in /usr/share/man/man/man1/
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-23 05:24 UTC by Nguyen Thai Ngoc Duy
Modified: 2019-02-09 18:17 UTC (History)
0 users

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 Nguyen Thai Ngoc Duy 2019-01-23 05:24:55 UTC
When doc use flag is used, the man page is installed at

/usr/share/man/man/man1/ncmpc.1.bz2

instead of

/usr/share/man/man1/ncmpc.1.bz2

therefore cannot be found by "man ncmpc".

HTML documents are installed in /usr/share/doc/ncmpc/html instead of /usr/share/doc/ncmpc-0.33/html. This is flagged by portage

 * The ebuild is installing to one or more unexpected paths:
 *
 *   /usr/share/doc/ncmpc
 *
 * Please fix the ebuild to use correct FHS/Gentoo policy paths.
Comment 1 Larry the Git Cow gentoo-dev 2019-02-09 18:17:14 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d9c2013be1131a1e3998b086aaea010a8a50ad5

commit 4d9c2013be1131a1e3998b086aaea010a8a50ad5
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-02-09 17:47:39 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-02-09 18:10:18 +0000

    media-sound/ncmpc: Fix html docdir
    
    Closes: https://bugs.gentoo.org/676084
    Package-Manager: Portage-2.3.59, Repoman-2.3.12
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 media-sound/ncmpc/ncmpc-0.33-r1.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Additionally, it has been referenced in the following commit(s):

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

commit ab242c068b17ec82352a34f04cefdccbe56e1b8e
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-02-09 17:31:23 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-02-09 17:39:39 +0000

    media-sound/ncmpc: Fix USE=doc man dir path
    
    Bug: https://bugs.gentoo.org/676084
    Package-Manager: Portage-2.3.59, Repoman-2.3.12
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 media-sound/ncmpc/files/ncmpc-0.33-mandir.patch | 25 +++++++++
 media-sound/ncmpc/ncmpc-0.33-r1.ebuild          | 68 +++++++++++++++++++++++++
 2 files changed, 93 insertions(+)