| Commit message (Expand) | Author | Age | Files | Lines |
* | scons-utils.eclass: Migrate to PYTHON_MULTI_USEDEP | Michał Górny | 2020-02-09 | 1 | -3/+4 |
* | distutils-r1.eclass: Switch test deps to PYTHON_MULTI_USEDEP | Michał Górny | 2020-02-09 | 1 | -6/+16 |
* | distutils-r1.eclass: Switch setuptools dep to PYTHON_MULTI_USEDEP | Michał Górny | 2020-02-09 | 1 | -4/+12 |
* | toolchain.eclass: assert GCC_RELEASE_VER to match gcc/BASE-VER | Sergei Trofimovich | 2020-02-09 | 1 | -3/+1 |
* | toolchain.eclass: drop GCC_A_FAKEIT and gcc_quick_unpack() | Sergei Trofimovich | 2020-02-09 | 1 | -54/+1 |
* | toolchain.eclass: don't allow overriding GCC_CONFIG_VER | Sergei Trofimovich | 2020-02-09 | 1 | -6/+11 |
* | texlive-common.eclass: kill POSIXism | Mikle Kolyada | 2020-02-09 | 1 | -36/+42 |
* | texlive-module.eclass: kill POSIXism | Mikle Kolyada | 2020-02-09 | 1 | -72/+104 |
* | latex-package: kill POSIX and old EAPI | Mikle Kolyada | 2020-02-09 | 1 | -72/+64 |
* | user-info.eclass: fix function name in die message | Mike Gilbert | 2020-02-07 | 1 | -1/+1 |
* | user.eclass: move read-only functionality to user-info.eclass | Mike Gilbert | 2020-02-06 | 2 | -146/+161 |
* | toolchain-binutils.eclass: drop unused eclass | Sergei Trofimovich | 2020-02-02 | 1 | -505/+0 |
* | toolchain.eclass: make toolchain_src_unpack() a default_src_unpack() | Sergei Trofimovich | 2020-02-01 | 1 | -16/+19 |
* | toolchain.eclass: provide a way to override gcc tarball path | Sergei Trofimovich | 2020-02-01 | 1 | -0/+7 |
* | ghc-package.eclass: Handle missing ghc in lookups | Benjamin Gordon | 2020-01-29 | 1 | -2/+8 |
* | rust-toolchain.eclass: add basic musl support on amd64 | Georgy Yakovlev | 2020-01-28 | 1 | -2/+4 |
* | flag-o-matic.eclass: fix probe file extension | Sergei Trofimovich | 2020-01-26 | 1 | -1/+1 |
* | flag-o-matic.eclass: fix probe when CC points to absolute path | Sergei Trofimovich | 2020-01-26 | 2 | -2/+8 |
* | toolchain.eclass: make ${GCC_CONFIG_VER} != ${GCC_RELEASE_VER} nonfatal | Sergei Trofimovich | 2020-01-26 | 1 | -1/+3 |
* | toolchain.eclass: fix typo in GCC_CONFIG_VER assignment | Sergei Trofimovich | 2020-01-26 | 1 | -1/+1 |
* | toolchain.eclass: restore an option to override GCC_CONFIG_VER | Sergei Trofimovich | 2020-01-26 | 1 | -1/+3 |
* | toolchain.eclass: don't add _pre suffixes to tools | Sergei Trofimovich | 2020-01-26 | 1 | -3/+4 |
* | toolchain.eclass: don't override release vesion, assert it instead | Sergei Trofimovich | 2020-01-26 | 1 | -3/+5 |
* | bazel.eclass: Fix copyright line | Michał Górny | 2020-01-26 | 1 | -1/+1 |
* | go-module.eclass: Fix case in copyright | Michał Górny | 2020-01-26 | 1 | -1/+1 |
* | toolchain.eclass: use ${GCC_CONFIG_VER} in snapshot, don't mangle ${PV} | Sergei Trofimovich | 2020-01-26 | 1 | -5/+1 |
* | toolchain.eclass: drop PRERELEASE support | Sergei Trofimovich | 2020-01-26 | 1 | -37/+17 |
* | toolchain.eclass: hide '${PV} == *9999*' to tc_is_live helper | Sergei Trofimovich | 2020-01-26 | 1 | -8/+16 |
* | llvm.eclass: Permit LLVM 11 | Michał Górny | 2020-01-25 | 1 | -1/+1 |
* | kernel-install.eclass: Remove initramfs in postrm | Michał Górny | 2020-01-25 | 1 | -1/+7 |
* | vdr-plugin-2.eclass: ls: cannot access /.../po : No such file or directory fixed | Joerg Bornkessel | 2020-01-23 | 1 | -5/+8 |
* | ros-catkin.eclass: Fix EAPI-7 support, support cmake.eclass | Andreas Sturmlechner | 2020-01-21 | 1 | -9/+24 |
* | Revert "latex-package: remove old EAPIs support" | Mikle Kolyada | 2020-01-20 | 1 | -20/+35 |
* | Revert "texlive-common: kill POSIXism" | Mikle Kolyada | 2020-01-20 | 1 | -12/+12 |
* | Revert "texlive-module: kill POSIXism" | Mikle Kolyada | 2020-01-20 | 2 | -47/+47 |
* | Revert "texlive-common.eclass: fix a typo" | Mikle Kolyada | 2020-01-20 | 1 | -1/+1 |
* | Revert "texlive-common.eclass: kill even more POSIXism" | Mikle Kolyada | 2020-01-20 | 1 | -1/+2 |
* | Revert "texlive-module.eclass: fix a typo" | Mikle Kolyada | 2020-01-20 | 1 | -1/+1 |
* | texlive-module.eclass: fix a typo | Mikle Kolyada | 2020-01-20 | 1 | -1/+1 |
* | texlive-common.eclass: kill even more POSIXism | Mikle Kolyada | 2020-01-20 | 1 | -2/+1 |
* | texlive-common.eclass: fix a typo | Mikle Kolyada | 2020-01-20 | 1 | -1/+1 |
* | texlive-module: kill POSIXism | Mikle Kolyada | 2020-01-20 | 2 | -47/+47 |
* | texlive-common: kill POSIXism | Mikle Kolyada | 2020-01-20 | 1 | -12/+12 |
* | latex-package: remove old EAPIs support | Mikle Kolyada | 2020-01-20 | 1 | -35/+20 |
* | rust-toolchain.eclass: fix whitespace | Georgy Yakovlev | 2020-01-18 | 1 | -35/+35 |
* | llvm.org.eclass: Master is now 11.x | Michał Górny | 2020-01-18 | 1 | -2/+2 |
* | toolchain.eclass: include commit into gcc version for live ebuilds | Sergei Trofimovich | 2020-01-18 | 1 | -0/+4 |
* | qmail.eclass: fix bad variable reference | Rolf Eike Beer | 2020-01-17 | 1 | -2/+2 |
* | obs-service.eclass: Remove last rited eclass | Michał Górny | 2020-01-17 | 1 | -115/+0 |
* | distutils-r1.eclass: Look for entry_points in setup.cfg | Michał Górny | 2020-01-17 | 1 | -0/+2 |