Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where ↵ | Ian Stakenvicius | 2012-09-27 | 1 | -4/+4 |
| | | | | EAPI=4 was previously allowed | ||||
* | Improve die-EAPI checking code. | Michał Górny | 2011-12-13 | 1 | -2/+2 |
| | |||||
* | Add DESTDIR-like variable to the example. | Michał Górny | 2011-11-18 | 1 | -4/+5 |
| | |||||
* | Support setting common SCons arguments using myesconsargs. | Michał Górny | 2011-10-30 | 1 | -9/+26 |
| | |||||
* | Fix broken number matching regexp in scons_clean_makeopts(). | Michał Górny | 2011-10-30 | 1 | -3/+3 |
| | | | | Fixes: https://bugs.gentoo.org/show_bug.cgi?id=388961 | ||||
* | trim useless trailing whitespace | Mike Frysinger | 2011-08-29 | 1 | -2/+2 |
| | |||||
* | Denote that EXTRA_ESCONS is not supposed to be set in ebuilds. | Michał Górny | 2011-04-15 | 1 | -1/+3 |
| | |||||
* | Check for EAPI. Make escons fatal in EAPI 4. | Michał Górny | 2011-04-15 | 1 | -2/+16 |
| | |||||
* | Translate --jobs with no count to safer --jobs=5. | Michał Górny | 2011-02-07 | 1 | -3/+3 |
| | | | | Value-less --jobs is mostly used along with --load-average, which is not supported by SCons. Thus, we should use a safe number of jobs. | ||||
* | Add tc-export call to the example to denote that they need to be done manually. | Michał Górny | 2010-10-27 | 1 | -2/+3 |
| | |||||
* | Introducing scons-utils.eclass -- a new eclass providing functions to help ↵ | Michał Górny | 2010-10-07 | 1 | -0/+200 |
using SCons buildsystem. |