summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where ↵Ian Stakenvicius2012-09-271-2/+2
| | | | EAPI=4 was previously allowed
* undo --libdir testing since it breaks with newer portage #427250 and the ↵Mike Frysinger2012-07-201-7/+3
| | | | package that needed this has been rewritten (glmark2)
* detect if waf supports --libdir as some versions (like glmark2) do not #412133Mike Frysinger2012-07-171-3/+7
|
* inherit new multiprocessing for makeopts_jobsMike Frysinger2012-06-071-2/+2
|
* Depend on python and block python[-threads] for bug #409427.Alexandre Rostovtsev2012-05-101-1/+8
|
* Unbreak waf-utils.eclass by restoring --jobs= argument wrt #412159Samuli Suominen2012-04-161-3/+3
|
* Use new makeopts_jobs helper from eutils.eclass.Mike Frysinger2012-04-151-2/+2
|
* fix random bugs in eclass documentation, and convert to new @AUTHOR tagMike Frysinger2011-08-221-5/+3
|
* Respect toolchain (bug #378529).Jeroen Roovers2011-08-091-2/+3
|
* Fix prefix supportJonathan Callen2011-03-011-7/+8
|
* Drop pkg_setup phase since operations done inside of that phase were ↵Tomas Chvatal2011-01-241-15/+3
| | | | supposed to be done in the src_configure.
* Don't call python_set_active_version in eclass as it is not really required. ↵Tomas Chvatal2011-01-161-4/+6
| | | | Try to set waf binary once more in src_configure as some ebuild lack calls to pkg_setup over this eclass which results into empty WAF_BINARY.
* Merge in changes to be similar to cmake-utils.eclass so this eclass can be ↵Tomas Chvatal2011-01-131-12/+19
| | | | used for talloc.
* Initial commit of waf-utils eclassGilles Dartiguelongue2010-12-071-0/+71