Add repoman warning about bash-completion deprecation.
authorMichał Górny <mgorny@gentoo.org>
Sat, 10 Sep 2011 18:13:45 +0000 (20:13 +0200)
committerZac Medico <zmedico@gentoo.org>
Sat, 10 Sep 2011 19:40:09 +0000 (12:40 -0700)
pym/repoman/checks.py

index bff4b1fbf5e80e540dc5c4bca439cefe03882aa3..cdcc8bcd84857aa95ef35d4e2bf8f8f5f16a8636 100644 (file)
@@ -384,6 +384,7 @@ class InheritDeprecated(LineCheck):
 
        # deprecated eclass : new eclass (False if no new eclass)
        deprecated_classes = {
+               "bash-completion": "bash-completion-r1",
                "gems": "ruby-fakegem",
                "git": "git-2",
                "mozconfig-2": "mozconfig-3",