| Commit message (Expand) | Author | Age | Files | Lines |
* | llvm-r1.eclass: Initial version |  Michał Górny | 2024-02-10 | 1 | -0/+151 |
* | llvm-utils.eclass: Fix llvm_prepend_path to avoid duplicates |  Michał Górny | 2024-02-10 | 1 | -0/+12 |
* | llvm-utils.eclass: Split out PATH prepending logic |  Michał Górny | 2024-02-10 | 1 | -0/+24 |
* | llvm-utils.eclass: Introduce an eclass for common helpers |  Michał Górny | 2024-02-10 | 1 | -0/+82 |
* | eclass/tests: Remove obsolete/broken distutils-r1 tests |  Michał Górny | 2023-11-03 | 2 | -264/+0 |
* | multiprocessing.eclass: consider (GNU)MAKEFLAGS, add get_makeopts_{jobs,loadavg} |  Florian Schmaus | 2023-10-09 | 1 | -2/+22 |
* | verify-sig.eclass: Fix handling multiple/duplicate signatures |  Michał Górny | 2023-09-14 | 1 | -0/+11 |
* | verify-sig.eclass: Support `openssl dgst` format checksums |  Michał Górny | 2023-09-14 | 1 | -0/+18 |
* | eclass/tests: Add initial tests for verify-sig |  Michał Górny | 2023-09-14 | 1 | -0/+65 |
* | python-utils-r1.eclass: make pypy3 match Python 3.10 now |  Michał Górny | 2023-07-02 | 1 | -1/+1 |
* | cargo.eclass: Support separating crate names/versions via `@` |  Michał Górny | 2023-06-18 | 1 | -53/+58 |
* | cargo.eclass: Add variable alternative to $(cargo_crate_uris) |  Michał Górny | 2023-06-18 | 1 | -1/+3 |
* | eclass/tests: Add a minimal benchmark for cargo.eclass |  Michał Górny | 2023-06-18 | 1 | -0/+107 |
* | eclass/tests: Add a benchmark for python-utils-r1 |  Michał Górny | 2023-06-17 | 1 | -0/+53 |
* | eclass/tests: Add pypi-bench.sh for global scope logic |  Michał Górny | 2023-06-15 | 1 | -0/+69 |
* | eapi8-dosym.eclass: Fix another corner case of strange input |  Ulrich Müller | 2023-06-07 | 1 | -0/+1 |
* | eapi8-dosym.eclass: Don't add a spurious newline to the path |  Ulrich Müller | 2023-06-07 | 1 | -1/+3 |
* | eclass/tests/python-utils-r1.sh: Fix patterns for pypy3.10 |  Michał Górny | 2023-05-23 | 1 | -2/+2 |
* | python-utils-r1.eclass: Add python3_12 target |  Michał Górny | 2023-05-23 | 1 | -1/+7 |
* | eclass/tests: add Makefile to run eclass tests |  Florian Schmaus | 2023-05-15 | 1 | -0/+27 |
* | eclass/tests/python-utils-r1.sh: Stop testing python3_9 |  Michał Górny | 2023-05-01 | 1 | -7/+1 |
* | eclass/tests: partially fix toolchain.eclass tests |  Sam James | 2023-04-21 | 1 | -20/+21 |
* | pypi.eclass: Introduce PYPI_PN to override the default project name |  Michał Górny | 2023-03-21 | 1 | -1/+2 |
* | eclass: standardize prologue/epilogue |  David Seifert | 2023-03-17 | 2 | -2/+2 |
* | pypi.eclass: Normalize PN and translate PV for S as well |  Michał Górny | 2023-02-12 | 1 | -0/+3 |
* | pypi.eclass: Translate ${PV} by default |  Michał Górny | 2023-02-12 | 1 | -12/+12 |
* | pypi.eclass: Add a version translation function |  Michał Górny | 2023-02-12 | 1 | -0/+7 |
* | pypi.eclass: Normalize sdist filenames by default |  Michał Górny | 2023-02-12 | 1 | -3/+24 |
* | pypi.eclass: Normalize wheel filenames |  Michał Górny | 2023-02-12 | 1 | -0/+33 |
* | pypi.eclass: Add a name normalization function |  Michał Górny | 2023-02-12 | 1 | -0/+32 |
* | python-utils-r1.eclass: remove py3.8 |  David Seifert | 2023-01-14 | 1 | -7/+10 |
* | llvm.eclass: Remove EAPI 6 |  Michał Górny | 2022-12-24 | 1 | -7/+0 |
* | eclass/tests/python-utils-r1.sh: Remove old impls |  Michał Górny | 2022-12-14 | 1 | -17/+1 |
* | scons-utils.eclass: Reuse makeopts_jobs |  Michał Górny | 2022-11-15 | 1 | -64/+0 |
* | eclass/tests/scons-utils.sh: Fake python-r1 to fix failure |  Michał Górny | 2022-10-28 | 1 | -0/+1 |
* | dist-kernel-utils.eclass: Add a PV → KV conversion function |  Michał Górny | 2022-10-19 | 1 | -0/+28 |
* | eclass/tests: add systemd tests |  Mike Gilbert | 2022-10-15 | 1 | -0/+50 |
* | eclass/tests/toolchain-funcs.sh: Handle missing ld.gold gracefully |  Michał Górny | 2022-10-10 | 1 | -30/+34 |
* | toolchain-funcs.eclass: Add tc-get-c-rtlib() to get CC runtime |  Michał Górny | 2022-10-10 | 1 | -0/+10 |
* | toolchain-funcs.eclass: Add tc-get-cxx-stdlib() to get C++ stdlib |  Michał Górny | 2022-10-10 | 1 | -0/+22 |
* | eclass/tests/unpacker.sh: Add online tests for makeself |  Michał Górny | 2022-10-01 | 1 | -0/+105 |
* | eclass/tests/unpacker.sh: Add tests for makeself |  Michał Górny | 2022-10-01 | 1 | -0/+29 |
* | unpacker.eclass: Workaround zstd refusing to process symlinks |  Michał Górny | 2022-09-28 | 1 | -1/+6 |
* | unpacker.eclass: Fix handling GNU ar archives in handwoven impl |  Michał Górny | 2022-09-27 | 1 | -0/+4 |
* | unpacker.eclass: Add on-the-fly .gpkg.tar unpacking support |  Michał Górny | 2022-09-27 | 1 | -0/+47 |
* | unpacker.eclass: Add support for .lz4 and .lzo compression |  Michał Górny | 2022-09-27 | 1 | -0/+7 |
* | eclass/tests: Add tests for unpacker.eclass |  Michał Górny | 2022-09-27 | 2 | -0/+240 |
* | eclass/tests/python-utils-r1.eclass: Add tests for adding new impls |  Michał Górny | 2022-05-09 | 1 | -0/+35 |
* | eclass/tests/python-utils-r1.sh: Streamline the tests |  Michał Górny | 2022-05-09 | 1 | -84/+28 |
* | python-utils-r1.eclass: Add support for python3.11 |  Michał Górny | 2022-05-09 | 1 | -0/+14 |