commit:     79ca850d9c14b5494ddcce6ac42c730255c4d243
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 07:20:27 2015 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 14:46:54 2015 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=79ca850d

repoman: Finally deprecate base.eclass

Contributors are repeatedly adding base.eclass uses, so we should
finally make the deprecation formal, even at the cost of adding warnings
for some frequently used eclasses.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Acked-by: Zac Medico <zmedico <AT> gentoo.org>

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

diff --git a/pym/repoman/checks/ebuilds/checks.py 
b/pym/repoman/checks/ebuilds/checks.py
index ae6d96e..a00d518 100644
--- a/pym/repoman/checks/ebuilds/checks.py
+++ b/pym/repoman/checks/ebuilds/checks.py
@@ -409,6 +409,7 @@ class InheritDeprecated(LineCheck):
 
        # deprecated eclass : new eclass (False if no new eclass)
        deprecated_eclasses = {
+               "base": False,
                "bash-completion": "bash-completion-r1",
                "boost-utils": False,
                "distutils": "distutils-r1",

Reply via email to