Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30959 - Exmh 2.6.3 ebuild does not include its html docs
Summary: Exmh 2.6.3 ebuild does not include its html docs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Tom Knight (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-12 04:16 UTC by Anders Eriksson
Modified: 2004-08-08 04:25 UTC (History)
1 user (show)

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


Attachments
new ebuild for exmh 2.6.3 (exmh-2.6.3-r1.ebuild,1.38 KB, text/plain)
2004-05-26 04:48 UTC, Sam Yates
Details
Diff for 2.6.3-r1 (exmh-2.6.3-r1.ebuild.diff,847 bytes, patch)
2004-08-07 11:36 UTC, Andrej Kacian (RETIRED)
Details | Diff
Diff for 2.5-r1 (exmh-2.5-r1.ebuild.diff,840 bytes, patch)
2004-08-07 11:37 UTC, Andrej Kacian (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Eriksson 2003-10-12 04:16:03 UTC
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 Sam Yates 2004-05-26 04:48:34 UTC
Created attachment 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 Andrej Kacian (RETIRED) gentoo-dev 2004-08-07 11:36:35 UTC
Created attachment 36965 [details, diff]
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 Andrej Kacian (RETIRED) gentoo-dev 2004-08-07 11:37:22 UTC
Created attachment 36966 [details, diff]
Diff for 2.5-r1

This patch does the same thing for 2.5 ebuild. I tested it and it works
flawlessly.
Comment 4 Tom Knight (RETIRED) gentoo-dev 2004-08-08 04:25:26 UTC
Thanks Sam and Andrej, I've added your patches and generally tidied up the ebuilds. Commited to CVS.