summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* eclass: Update comment in ltprune.eclass.Ulrich Müller2019-02-251-2/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* ltprune.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* ltprune.eclass: Ban discouraged eclass in EAPI 7Michał Górny2018-04-231-0/+7
|
* ltprune.eclass: Split prune_libtool_files out of eutilsMichał Górny2017-03-181-0/+167
Move the prune_libtool_files into a dedicated ltprune.eclass. The function is quite complex and depends on toolchain-funcs. It has a separate maintainer, is not useful to non-autotools ebuilds, and even there it is frequently replaced by the simpler 'find ... -delete' call. The new eclass is implicitly inherited by eutils in EAPI 6 and older in order to preserve compatibility with existing ebuilds. However, all ebuilds should switch to inheriting it directly. The split has been suggested by Ulrich Müller.