summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/scons: Remove redundant versionsMichał Górny2019-12-261-92/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: 3.0.5-r1 add PYTHON_COMPAT=( python3_7 )band-a-prend2019-06-151-1/+1
| | | | | | | | | The upstream declare that SCons 3.0.5 is compatible with Python 3.7 and the explored set of tests gives the same results for python 3.6 and 3.7 Signed-off-by: Sergey Torokhov <torokhov_s_a@mail.ru> Closes: https://github.com/gentoo/gentoo/pull/12217 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: 3.0.5-r1 repair JDK include installation pathsband-a-prend2019-06-151-0/+6
| | | | | | | | | | | | | | | The commit repairs the JDK installation paths to make scons test scripts to know where the include directory is. This fix the failure (couldn't find jni.h) of the following tests: 1. test/Java/multi-step.py 2. test/SWIG/SWIGOUTDIR.py if java jdk is installed. Signed-off-by: Sergey Torokhov <torokhov_s_a@mail.ru> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: fix CC, CXX, C*FLAGS, LDFLAGS testsband-a-prend2019-06-151-0/+2
| | | | | | | | | | | Unset the AR AS ASFLAGS, CC, CXX, CFLAGS, CXXFLAGS, CPPFLAGS, LDFLAGS flags within python_test() phase to ignore the "*-respect-cc-etc-r1.patch" within test env. It repairs the failures of the tests that are associated with this flags. Failures were caused by parsing error of passed values. Signed-off-by: Sergey Torokhov <torokhov_s_a@mail.ru> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: 3.0.5-r1 fix passthrough of $PATH envband-a-prend2019-06-151-0/+2
| | | | | | | | | | | | | | | | | The env-passthrough patch make possible to pass $PATH env to scons build env while build of packages that use scons as build system by call of escons() function from scons-util.eclass. The escons() func. setup GENTOO_SCONS_ENV_PASSTHROUGH=1 variable that make the patch mentioned above to be working. The scons package doesn't call escons() so it get to setup GENTOO_ENV_PASSTHROUTH=1 variable directly within python_test() phase. This fix repairs Clang tests that failed because the clang and clang++ couldn't be found within scons test env. Signed-off-by: Sergey Torokhov <torokhov_s_a@mail.ru> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: 3.0.5-r1 repair src_unpack() to fix Docbook testsband-a-prend2019-06-151-5/+2
| | | | | | | | | | Now after the unpacking of scons github package (scons*.gh.tar.gz for test env) no files are removed from "/src" directory to store files that are necessary for some Docbook tests (*.xsl, *.xml, *.ent etc) and for additional Scons env tests (some *.py files within 'engine' directory). Signed-off-by: Sergey Torokhov <torokhov_s_a@mail.ru> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: 3.0.5-r1 fix test exit status processingband-a-prend2019-06-151-5/+15
| | | | | | | | | | | | | | | | 1. The RESTRICT="test" is replaced with RESTRICT="!test? ( test )" 2. DEPEND "test" condition is added for dev-libs/libxml2[${PYTHON_USEDEP}] and dev-python/lxml[${PYTHON_USEDEP}] to provide similar test results for all python bindings for all tests there it is possible. 3. Test exit status processing of runtest.py results within python_test() is fixed to avoid failure if there are no FAILED tests. The Scons runtest.py script returns 0 if all tests are passed and returns 2 if there are any "no result" tests. If failed tests exist then 1 returns. Signed-off-by: Sergey Torokhov <torokhov_s_a@mail.ru> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: init scons-3.0.5-r1.ebuildband-a-prend2019-06-151-0/+75
This commit is just a copy of dev-util/scons-3..0.5.ebuild with setup of all archs in KEYWORDS to unstable state to initialize ebuild before other changes Signed-off-by: Sergey Torokhov <torokhov_s_a@mail.ru> Signed-off-by: Michał Górny <mgorny@gentoo.org>