When installing app-portage/eclass-manpages-20080531, the following two lines show up in the output: /usr/portage/eclass/cmake-utils.eclass:8:error: cmake-utils.eclass: no @BLURB found /usr/portage/eclass/cmake-utils.eclass:61:error: PREFIX: no @DESCRIPTION found (the second error only shows after I ``corrected'' the first one) vapier (I think) wrote: ``#print ".SH \"AUTHORS\"" # hmm, how to handle ? someone will probably whine if we dont ...'' and here I am, whining. At line 8 of cmake-utils.eclass, there is the string `@AUTHORS:'', which no other eclass has and which app-portage/eclass-manpages doesn't support.
Created attachment 187233 [details, diff] formats cmake-utils.eclass so that eclass-manpages gets docs from it I drew on https://bugs.gentoo.org/attachment.cgi?id=144464 from bug 211221 which used @CODE to format the @MAINTAINER: section.
Thanks for report and patch. Commited to cvs now :}