Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Hi, I'm attaching wefts 0.99c ebuild. wefts is a c++ library for thread abstraction which works on pthread-based OSes and Windows. The ebuild as a doc flags to generate and install the doxygen documentation in the source files. Diego 'Flameeyes'
Created an attachment (id=37166) [details] wefts-0.99c.ebuild
Just be careful with your depends. Setting DEPEND is fine but keep in mind RDEPEND is assigned DEPEND by default. As such this ebuild has a runtime depend on doxygen (when doc is in USE) which I assume is wrong. More interest on commiting this will be generated once programs that depend on this one are submitted.
Created an attachment (id=37459) [details] wefts-0.99c.ebuild Thanks, I've fixed the DEPEND/RDEPEND thing. For the requirement, I think that if it's available, developers can find and use it. Eventually, the bug can lay here and I can make this available in my ebuild pack :)
I'll take it
In portage. Thanks for posting :).