Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vcs-clean.eclass: [QA] add EAPI guard | 2021-06-20 | 1 | -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. | 2018-03-02 | 1 | -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. |