Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 639722 - app-backup/borgbackup: manpages are not installed
Summary: app-backup/borgbackup: manpages are not installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Piotr Karbowski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-04 07:17 UTC by kfm
Modified: 2019-08-25 16:35 UTC (History)
1 user (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 kfm 2017-12-04 07:17:13 UTC
Please have the ebuild install the manpages, like so.

src_install() {
        distutils-r1_src_install
        doman docs/man/*
}
Comment 1 kfm 2018-10-21 15:57:51 UTC
Bump.
Comment 2 Larry the Git Cow gentoo-dev 2019-08-25 16:35:56 UTC
The bug has been closed via the following commit(s):

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

commit dc1988451eee370d8b505449f5d561ac07f46f92
Author:     Piotr Karbowski <slashbeast@gentoo.org>
AuthorDate: 2019-08-25 16:32:09 +0000
Commit:     Piotr Karbowski <slashbeast@gentoo.org>
CommitDate: 2019-08-25 16:35:46 +0000

    app-backup/borgbackup: 1.1.10-r1, 9999: man pages added.
    
    Closes: https://bugs.gentoo.org/639722
    Package-Manager: Portage-2.3.72, Repoman-2.3.17
    Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>

 app-backup/borgbackup/borgbackup-1.1.10-r1.ebuild | 52 +++++++++++++++++++++++
 app-backup/borgbackup/borgbackup-9999.ebuild      |  5 +++
 2 files changed, 57 insertions(+)