Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 613828 - net-mail/notmuch should follow guidlines for completion files
Summary: net-mail/notmuch should follow guidlines for completion files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Amadeusz Żołnowski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-25 18:54 UTC by jo77ah
Modified: 2017-03-26 10:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
notmuch-0.23.7-r1.ebuild (notmuch-0.23.7-r1.ebuild,4.60 KB, text/plain)
2017-03-25 18:54 UTC, jo77ah
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jo77ah 2017-03-25 18:54:35 UTC
Created attachment 468254 [details]
notmuch-0.23.7-r1.ebuild

The current ebuilds don't follow the guidlines[1].
This concerns notmuch 0.23.* and 0.24. I have only attached an ebuild for 0.23.

see also bug 521372

[1] https://wiki.gentoo.org/wiki/Bash/Installing_completion_files
Comment 1 Amadeusz Żołnowski (RETIRED) gentoo-dev 2017-03-26 10:31:10 UTC
The guidelines say where bash-completion should installed. It doesn't state that it is necessary to use newbashcomp. Bash completion file is installed in a location returned by get_bashcompdir from bash-completion-r1. I will just change dependency to !!<app-shells/bash-completion-1.9.

Sphinx is required for man pages to build. Man pages are required. Even 'notmuch --help foo' and 'notmuch help foo' execs man on the manual page, so this cannot be made optional.

Thanks!
Comment 2 Amadeusz Żołnowski (RETIRED) gentoo-dev 2017-03-26 10:39:36 UTC
I've corrected dependency in all ebuilds.