public inbox for gentoo-portage-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-portage-dev] [PATCH] repoman: Finally deprecate base.eclass
@ 2015-10-11  7:23 Michał Górny
  2015-10-11 16:16 ` Alexander Berntsen
  2015-10-22 21:03 ` Sergei Trofimovich
  0 siblings, 2 replies; 8+ messages in thread
From: Michał Górny @ 2015-10-11  7:23 UTC (permalink / raw
  To: gentoo-portage-dev; +Cc: Michał Górny

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@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",
-- 
2.6.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-10-22 21:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-11  7:23 [gentoo-portage-dev] [PATCH] repoman: Finally deprecate base.eclass Michał Górny
2015-10-11 16:16 ` Alexander Berntsen
2015-10-11 16:45   ` Michał Górny
2015-10-11 16:51     ` Alexander Berntsen
2015-10-11 19:23       ` Zac Medico
2015-10-11 20:24         ` Zac Medico
2015-10-12 14:48           ` Michał Górny
2015-10-22 21:03 ` Sergei Trofimovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox