Re: [gentoo-dev] [PATCH v2 0/1] esed

2022-06-03 Thread Ionen Wolkens
On Fri, Jun 03, 2022 at 07:36:45AM -0400, Ionen Wolkens wrote: > Nothing fundamentally different until further feedback, > mostly to get eval out of the way. > > Changelog > v2: > - replace use of eval (realized another way works) > - add missing quotes around one _esed_output > - move diff che

[gentoo-dev] [PATCH v2 0/1] esed

2022-06-03 Thread Ionen Wolkens
Nothing fundamentally different until further feedback, mostly to get eval out of the way. Changelog v2: - replace use of eval (realized another way works) - add missing quotes around one _esed_output - move diff checks inside comparison blocks Ionen Wolkens (1): esed.eclass: new eclass ec