Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40902 - kernel-2 eclass doesn't pick up docs in patchsets
Summary: kernel-2 eclass doesn't pick up docs in patchsets
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: John Mylchreest (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-08 16:30 UTC by Keith M Wesolowski (RETIRED)
Modified: 2004-02-15 12:11 UTC (History)
2 users (show)

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


Attachments
Patch to do ${KV} -> patches/${KV} (k2eclass.diff,797 bytes, patch)
2004-02-08 16:31 UTC, Keith M Wesolowski (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Keith M Wesolowski (RETIRED) gentoo-dev 2004-02-08 16:30:04 UTC
The install_sources function tries to pick up all the patch documentation and put it into patches.txt.  It looks in the wrong place: ${WORKDIR}/${KV}/docs.  Instead it should look either in ${WORKDIR}/patches/${KV}/docs or in all of ${WORKDIR}/patches/*/docs.  I'll attach a patch for the former.
Comment 1 Keith M Wesolowski (RETIRED) gentoo-dev 2004-02-08 16:31:26 UTC
Created attachment 25224 [details, diff]
Patch to do ${KV} -> patches/${KV}
Comment 2 John Mylchreest (RETIRED) gentoo-dev 2004-02-09 01:06:34 UTC
Thanks for pointing this out.
This was left in fromt he older eclass, so rather than changing this I would be more inclined to extend it.
any dissagreements with somethng like:

for file in $(find ${WORKDIR}/patches/*/docs/ -type f)
Comment 3 John Mylchreest (RETIRED) gentoo-dev 2004-02-15 12:11:55 UTC
this has now been changed in 1.26 of kernel-2.eclass
Hopefully this would be just fine, but please let me know your comments.