summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where ↵Ian Stakenvicius2012-09-271-4/+4
| | | | EAPI=4 was previously allowed
* Improve die-EAPI checking code.Michał Górny2011-12-131-2/+2
|
* Add DESTDIR-like variable to the example.Michał Górny2011-11-181-4/+5
|
* Support setting common SCons arguments using myesconsargs.Michał Górny2011-10-301-9/+26
|
* Fix broken number matching regexp in scons_clean_makeopts().Michał Górny2011-10-301-3/+3
| | | | Fixes: https://bugs.gentoo.org/show_bug.cgi?id=388961
* trim useless trailing whitespaceMike Frysinger2011-08-291-2/+2
|
* Denote that EXTRA_ESCONS is not supposed to be set in ebuilds.Michał Górny2011-04-151-1/+3
|
* Check for EAPI. Make escons fatal in EAPI 4.Michał Górny2011-04-151-2/+16
|
* Translate --jobs with no count to safer --jobs=5.Michał Górny2011-02-071-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órny2010-10-271-2/+3
|
* Introducing scons-utils.eclass -- a new eclass providing functions to help ↵Michał Górny2010-10-071-0/+200
using SCons buildsystem.