summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move {dev-util → dev-build}/sconsMichał Górny2024-01-176-482/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Fix stray .pyc fileMichał Górny2024-01-091-1/+4
| | | | | Closes: https://bugs.gentoo.org/921657 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Stabilize 4.6.0 x86, #920424Sam James2023-12-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/scons: Stabilize 4.6.0 ppc, #920424Arthur Zamarin2023-12-211-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/scons: Stabilize 4.6.0 sparc, #920424Sam James2023-12-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/scons: Stabilize 4.6.0 ppc64, #920424Sam James2023-12-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/scons: Stabilize 4.6.0 amd64, #920424Sam James2023-12-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/scons: Stabilize 4.6.0 arm64, #920424Sam James2023-12-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/scons: Remove oldMichał Górny2023-12-194-409/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Stabilize 4.5.2 ppc64, #908347Matoro Mahri2023-12-191-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/scons: Enable py3.12Michał Górny2023-12-101-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Deselect test broken on ppc64 (apparently)Michał Górny2023-12-102-0/+6
| | | | | Bug: https://bugs.gentoo.org/908347 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Stabilize 4.5.2 sparc, #908347Matoro Mahri2023-12-091-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-util/scons: Bump to 4.6.0Michał Górny2023-11-202-0/+158
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Pass --no-same-owner to tarMaksim Ivanov2023-10-064-8/+12
| | | | | | | | | | | Use tar with "--no-same-owner" when unpacking sources. This is to avoid permission errors in specific environments, and also to be consistent with existing code like unpacker.eclass or llvm.org.eclass. Signed-off-by: Maksim Ivanov <emaxx@google.com> Closes: https://github.com/gentoo/gentoo/pull/33212 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Stabilize 4.5.2 ppc, #908347Arthur Zamarin2023-09-241-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/scons: Stabilize 4.5.2 arm64, #908347Sam James2023-08-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/scons: Stabilize 4.5.2 x86, #908347Sam James2023-08-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/scons: Stabilize 4.5.2 arm, #908347Sam James2023-08-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/scons: Stabilize 4.5.2 amd64, #908347Sam James2023-08-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/scons: Fix install after testingMichał Górny2023-08-201-0/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Skip more broken testsMichał Górny2023-08-201-0/+11
| | | | | Closes: https://bugs.gentoo.org/911623 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: remove x64-cygwin keywordFabian Groffen2023-05-254-4/+4
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: remove sparc-solaris keywordFabian Groffen2023-05-254-4/+4
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: remove x86-solaris keywordFabian Groffen2023-05-244-4/+4
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-util/scons: Bump to 4.5.2Michał Górny2023-03-212-0/+143
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Backport MergeFlags fix to 4.5.1Michał Górny2023-03-212-10/+11
| | | | | Closes: https://bugs.gentoo.org/900971 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Fix merging sdist with GitHub archiveMichał Górny2023-03-211-14/+15
| | | | | | | | | The ebuild originally unpacked the sdist tarball inside the GitHub archive. However, this stopped working correctly once upstream moved the source code from "src" subdirectory to the top directory. Update the ebuild to merge sources again. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Revert "Backport MergeFlags fix to 4.5.1"Michał Górny2023-03-212-9/+10
| | | | | | | Apparently it didn't work. This project is such a mess. Reverts: 0e52f021220e829b020786e14e15eb07fa9bc2ab Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Backport MergeFlags fix to 4.5.1Michał Górny2023-03-202-10/+9
| | | | | Closes: https://bugs.gentoo.org/900971 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Bump to 4.5.1Michał Górny2023-03-072-0/+142
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Remove libxml2 test depMichał Górny2023-01-151-1/+0
| | | | | Closes: https://bugs.gentoo.org/890557 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-142-3/+3
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-util/scons: Add missing test dep on dev-python/psutilMichał Górny2023-01-061-1/+2
| | | | | | Thanks to Alex Fan for noticing! Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Use PEP517 buildMichał Górny2022-12-192-0/+135
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Skip failing/hanging testsMichał Górny2022-12-191-0/+7
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Enable py3.11Michał Górny2022-12-191-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Remove oldMichał Górny2022-09-084-311/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Stabilize 4.4.0 arm, #868447Agostino Sarubbo2022-09-081-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-util/scons: Stabilize 4.4.0 x86, #868447Jakov Smolić2022-09-061-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/scons: sparc stable wrt bug #868447Agostino Sarubbo2022-09-051-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-util/scons: ppc64 stable wrt bug #868447Agostino Sarubbo2022-09-051-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-util/scons: ppc stable wrt bug #868447Agostino Sarubbo2022-09-051-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-util/scons: amd64 stable wrt bug #868447Agostino Sarubbo2022-09-051-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-util/scons: Stabilize 4.4.0 arm64, #868447Sam James2022-09-041-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/scons: Bump to 4.4.0Michał Górny2022-08-012-0/+121
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: add github upstream metadataSam James2022-07-281-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/scons: keyword 4.3.0 for ~loongWANG Xuerui2022-05-141-1/+1
| | | | | | Tests passed on real hardware. Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* dev-util/scons: Remove oldMichał Górny2022-02-252-124/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Stabilize 4.3.0 arm, #833066Sam James2022-02-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>