Re: [gentoo-dev] [PATCH 0/8] Split off remaining functions from eutils.eclass

2020-09-12 Thread Ulrich Mueller
> On Thu, 10 Sep 2020, Ulrich Müller wrote: > Ulrich Müller (8): > eutils.eclass: Specify supported EAPIs. > edos2unix.eclass: New eclass, split off from eutils. > wrapper.eclass: New eclass, split off from eutils. > wrapper.eclass: Do not use emktemp. > l10n.eclass: Add conditional

[gentoo-dev] [PATCH 0/8] Split off remaining functions from eutils.eclass

2020-09-10 Thread Ulrich Müller
In the old times, eutils.eclass used to be inherited by almost all ebuilds, mainly for the epatch function. Today, this is often no longer needed since the package manager provides eapply() in EAPI 6 and later. So, with introduction of EAPI 7, we had already moved most of the functions in eutils.e