summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.