Bug 30959 - Exmh 2.6.3 ebuild does not include its html docs
Bug#: 30959 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: tomk@gentoo.org Reported By: aeriksson@fastmail.fm
Component: Ebuilds
URL: 
Summary: Exmh 2.6.3 ebuild does not include its html docs
Keywords:  
Status Whiteboard: 
Opened: 2003-10-12 04:16 0000
Description:   Opened: 2003-10-12 04:16 0000
Exmh's help/html docs and help/FAQ menu entries are looking for 
/usr/lib/exmh-2.6.3/html/index.htm and
/usr/lib/exmh-2.6.3/html/exmh-faq.htm, none of which is installed by default.

I checked the 2.6.3 ebuild script and I didn't see them mentioned in there (?).
I'm not fluent in ebuilds to assert hat that is the root cause, maybe there
is/should be some gymansics with the "doc" USE variable?? I doesn't seem to make
use of it right now.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Sam Yates 2004-05-26 04:48:34 0000 -------
Created an attachment (id=32067) [details]
new ebuild for exmh 2.6.3

This I think fixes the documentation not installed bug.
Also, it wasn't creating the /etc/exmh.conf file; this too is addressed.

------- Comment #2 From Andrej Kacian (RETIRED) 2004-08-07 11:36:35 0000 -------
Created an attachment (id=36965) [details]
Diff for 2.6.3-r1

This patch file summarizes changes Sam brought to 2.6.3 ebuild and corrects the
ebuild a bit (correct headers and dependencies - net-mail/nmh has became
mail-client/nmh).

------- Comment #3 From Andrej Kacian (RETIRED) 2004-08-07 11:37:22 0000 -------
Created an attachment (id=36966) [details]
Diff for 2.5-r1

This patch does the same thing for 2.5 ebuild. I tested it and it works
flawlessly.

------- Comment #4 From Tom Knight 2004-08-08 04:25:26 0000 -------
Thanks Sam and Andrej, I've added your patches and generally tidied up the
ebuilds. Commited to CVS.