commit:     3fb1a213878a7c2df231141856ad9eb0e31d5d28
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 26 17:04:30 2015 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 16:54:20 2015 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=3fb1a213

repoman: add older gstreamer eclass to inherit.deprecated check

 pym/repoman/checks/ebuilds/checks.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pym/repoman/checks/ebuilds/checks.py 
b/pym/repoman/checks/ebuilds/checks.py
index 6d562de..9f72324 100644
--- a/pym/repoman/checks/ebuilds/checks.py
+++ b/pym/repoman/checks/ebuilds/checks.py
@@ -422,6 +422,11 @@ class InheritDeprecated(LineCheck):
                "python": "python-r1 / python-single-r1 / python-any-r1",
                "ruby": "ruby-ng",
                "x-modular": "xorg-2",
+               "gst-plugins-bad": "gstreamer",
+               "gst-plugins-base": "gstreamer",
+               "gst-plugins-good": "gstreamer",
+               "gst-plugins-ugly": "gstreamer",
+               "gst-plugins10": "gstreamer",
        }
 
        _inherit_re = re.compile(r'^\s*inherit\s(.*)$')

Reply via email to