summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* scons-utils.eclass: Switch to get_nproc from multiprocessing.eclassMichał Górny2016-12-181-29/+5
|
* scons-utils.eclass: Enable EAPI 6Michał Górny2016-01-081-1/+1
|
* scons-utils.eclass: Use nproc when --jobs is used without an argumentMichał Górny2016-01-081-2/+28
| | | | | | | Try to guess the number of processors when --jobs is passed without an argument. We can't use a high number equivalent to GNU make behavior (no limit) since SCons does not have an equivalent of --load-avg option. Still, this is better than assuming some random, fixed number.
* scons-utils.eclass: _scons_clean_makeopts, clean up and simplifyMichał Górny2016-01-081-13/+12
|
* scons-utils.eclass: _scons_clean_makeopts, stop exporting cache varsMichał Górny2016-01-081-2/+2
| | | | | Cache vars need only to be global to be preserved across calls. Exporting them is undesired.
* scons-utils.eclass: _scons_clean_makeopts, fix result cachingMichał Górny2016-01-081-6/+9
| | | | | | Stop calling _scons_clean_makeopts in a subshell in order to make it possible for the cache to be preserved. Pass the result through SCONSOPTS variable.
* scons-utils.eclass: scons_clean_makeopts, mark internalMichał Górny2016-01-081-3/+4
|
* scons-utils.eclass: Deprecate use_scons, ban it in EAPI 6Michał Górny2016-01-081-0/+9
|
* scons-utils.eclass: Deprecate myesconsargs, and kill it in EAPI 6Michał Górny2016-01-081-6/+11
|
* scons-utils.eclass: escons, respect nonfatal in EAPI 6Michał Górny2016-01-081-2/+12
|
* scons-utils.eclass: escons, invert EAPI check to cover future EAPIsMichał Górny2016-01-081-1/+3
|
* scons-utils.eclass: escons doc, 'die' does not respect nonfatalMichał Górny2016-01-081-1/+1
|
* scons-utils.eclass: Describe common issues with sconsMichał Górny2016-01-081-1/+16
|
* scons-utils.eclass: Modernize the example to use usexMichał Górny2016-01-081-2/+2
|
* scons-utils.eclass: Modernize the example not to rely on myescons...Michał Górny2016-01-081-4/+4
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+235
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed