summaryrefslogtreecommitdiff
path: root/eclass/out-of-source-utils.eclass
AgeCommit message (Collapse)Author
2024-10-08eclass: canonicalize debug-print-function callsDavid Seifert
Closes: https://github.com/gentoo/gentoo/pull/37652 Signed-off-by: David Seifert <soap@gentoo.org>
2024-10-08out-of-source-utils.eclass: drop support for EAPI 6David Seifert
Signed-off-by: David Seifert <soap@gentoo.org>
2024-09-08out-of-source-utils.eclass: add global-scope ewarn for deprecated < EAPI 7Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-01-07out-of-source-utils.eclass: New utility eclassMichał Górny
Introduce a new out-of-source-utils.eclass to carry run_in_build_dir() helper function. This function used to be defined in multibuild.eclass and indirectly exposed through the eclasses using it. However, it is used rather rarely and it is technically also useful for out-of-source.eclass, so it makes more sense for it to be standalone. In the end, eclasses are cheap. Signed-off-by: Michał Górny <mgorny@gentoo.org>