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

2016-09-04 Thread Mike Gilbert
Validate Display-If-Installed with EAPI 0 or 5. Add support for trailing wildcard matching for Display-If-Profile. Bug: https://bugs.gentoo.org/577372 --- pym/portage/news.py | 42 ++ 1 file changed, 30 insertions(+), 12 deletions(-) diff --git

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

2016-09-04 Thread Mike Gilbert
Validate Display-If-Installed with EAPI 0 or 5. Add support for trailing wildcard matching. Bug: https://bugs.gentoo.org/577372 --- pym/portage/news.py | 42 ++ 1 file changed, 30 insertions(+), 12 deletions(-) diff --git a/pym/portage/news.py