summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* eclass: canonicalize debug-print-function callsDavid Seifert2024-10-081-3/+3
| | | | | Closes: https://github.com/gentoo/gentoo/pull/37652 Signed-off-by: David Seifert <soap@gentoo.org>
* vcs-clean.eclass: drop support for EAPI 5 and 6David Seifert2024-10-081-5/+1
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* vcs-clean.eclass: add global-scope ewarn for deprecated < EAPI 7Sam James2024-09-081-5/+9
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* vcs-clean.eclass: add missing dieDavid Seifert2022-02-011-3/+9
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* vcs-clean.eclass: enable EAPI 8David Seifert2022-02-011-4/+4
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* vcs-clean.eclass: [QA] add EAPI guardSam James2021-06-201-1/+12
| | | | | | | | | | * Declare suppported EAPIs. * Add EAPI guard to prevent newer/older unsupported EAPIs from using this eclass when they've not been tested/eclass isn't adapted for it. * Add inherit guard as is convention. Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* vcs-clean.eclass: Split off clean helpers from eutils.eclass.Ulrich Müller2018-03-021-0/+40
Split off functions ecvs_clean, esvn_clean, and egit_clean into a dedicated vcs-clean.eclass. No code changes. For backwards compatibility, eutils inherits the new eclass in existing EAPIs.