Re: [gentoo-portage-dev] [PATCH] news: Support News-Item-Format 2.0

2016-09-03 Thread Mike Gilbert
On Sat, Sep 3, 2016 at 11:50 AM, Zac Medico wrote: > On 09/02/2016 01:49 PM, Mike Gilbert wrote: >> Display-If-Installed already supported EAPI 5 atoms. >> Use fnmatch for wildcard support on Display-If-Profile. >> --- >> pym/portage/news.py | 4 ++-- >> 1 file changed, 2

Re: [gentoo-portage-dev] [PATCH] news: Support News-Item-Format 2.0

2016-09-03 Thread Ulrich Mueller
> On Sat, 3 Sep 2016, Zac Medico wrote: > If we wanted to be more strict about the input that we accept, we > could limit the profile wildcard match to so that it only works if > the format is 2.* and only supports a terminal /* since that's all > that the spec says is supported. Please do.

Re: [gentoo-portage-dev] [PATCH] news: Support News-Item-Format 2.0

2016-09-03 Thread Zac Medico
On 09/02/2016 01:49 PM, Mike Gilbert wrote: > Display-If-Installed already supported EAPI 5 atoms. > Use fnmatch for wildcard support on Display-If-Profile. > --- > pym/portage/news.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/pym/portage/news.py

[gentoo-portage-dev] [PATCH] news: Support News-Item-Format 2.0

2016-09-02 Thread Mike Gilbert
Display-If-Installed already supported EAPI 5 atoms. Use fnmatch for wildcard support on Display-If-Profile. --- pym/portage/news.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pym/portage/news.py b/pym/portage/news.py index 177f9db..d6d2f07 100644 ---