summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ltprune.eclass: restrict find to regular files in example codeFlorian Schmaus2022-05-021-2/+2
| | | | | | | | | Akin to the (pending) change of the policy guide [1], adjust the example code to restrict find to regular files. 1: https://github.com/gentoo/policy-guide/pull/24 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* eclass/*: Add @DEPRECATED tags, based on pkgcheck listMichał Górny2020-11-061-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* ltprune.eclass: update find command per qa policy-guideJoonas Niilola2020-09-131-1/+1
| | | | | | - policy-guide/commit/2ab9dac1a436e8698963da0aa0a00c978611a747 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* ltprune.eclass: match removing libtool files command with policy guideJoonas Niilola2020-09-131-2/+2
| | | | | | - https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0303 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* 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.