summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* preserve-libs.eclass: fix @SUPPORTED_EAPIS eclassdocSam James2021-06-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* preserve-libs.eclass: [QA] add EAPI guardSam James2021-06-201-1/+7
| | | | | Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* preserve-libs.eclass: Split off preserve_old_lib from eutils.Ulrich Müller2018-01-091-0/+74
Split off functions preserve_old_lib and preserve_old_lib_notify from eutils.eclass into a dedicated preserve-libs.eclass. These functions are rarely used and are independent of the rest of eutils, therefore moving them into their own eclass will help clarifying eclass inheritance in ebuilds. For backwards compatibility, eutils inherits the new eclass in existing EAPIs.