summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* epatch.eclass: Ban in EAPI 7 (in favor of eapply)Michał Górny2018-04-231-1/+8
|
* epatch.eclass: Add missing estack inheritMichał Górny2017-03-241-0/+2
|
* epatch.eclass: Split epatch* logic from eutilsMichał Górny2017-03-181-0/+458
Move epatch and epatch_user (along with the descriptions for all their variables) into a dedicated epatch.eclass. This function is very complex, therefore it benefits from separate eclass and a dedicated maintainer. Furthermore, it is mostly obsoleted by eapply* in EAPI 6. The new eclass is implicitly inherited by eutils to preserve compatibility. However, the inherit will be removed in EAPI 7, and the ebuilds should switch to inheriting epatch directly or using eapply*. Thanks to Ulrich Müller for doing the necessary research.