Gentoo Archives: gentoo-portage-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-portage-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-portage-dev] [PATCH] repoman: Finally deprecate base.eclass
Date: Sun, 11 Oct 2015 07:23:29
Message-Id: 1444548200-3454-1-git-send-email-mgorny@gentoo.org
1 Contributors are repeatedly adding base.eclass uses, so we should
2 finally make the deprecation formal, even at the cost of adding warnings
3 for some frequently used eclasses.
4
5 Signed-off-by: Michał Górny <mgorny@g.o>
6 ---
7 pym/repoman/checks/ebuilds/checks.py | 1 +
8 1 file changed, 1 insertion(+)
9
10 diff --git a/pym/repoman/checks/ebuilds/checks.py b/pym/repoman/checks/ebuilds/checks.py
11 index ae6d96e..a00d518 100644
12 --- a/pym/repoman/checks/ebuilds/checks.py
13 +++ b/pym/repoman/checks/ebuilds/checks.py
14 @@ -409,6 +409,7 @@ class InheritDeprecated(LineCheck):
15
16 # deprecated eclass : new eclass (False if no new eclass)
17 deprecated_eclasses = {
18 + "base": False,
19 "bash-completion": "bash-completion-r1",
20 "boost-utils": False,
21 "distutils": "distutils-r1",
22 --
23 2.6.1

Replies