public inbox for gentoo-portage-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-portage-dev] [PATCH] repoman: add 'user.eclass' to deprecated eclasses
@ 2019-07-23 15:00 Michał Górny
  2019-07-23 20:05 ` Zac Medico
  2019-07-24  6:19 ` Ulrich Mueller
  0 siblings, 2 replies; 6+ messages in thread
From: Michał Górny @ 2019-07-23 15:00 UTC (permalink / raw
  To: gentoo-portage-dev; +Cc: Michał Górny

Make repoman report user.eclass as deprecated by GLEP 81.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
---
 repoman/lib/repoman/modules/linechecks/deprecated/inherit.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/repoman/lib/repoman/modules/linechecks/deprecated/inherit.py b/repoman/lib/repoman/modules/linechecks/deprecated/inherit.py
index 77ad4f625..361da09b9 100644
--- a/repoman/lib/repoman/modules/linechecks/deprecated/inherit.py
+++ b/repoman/lib/repoman/modules/linechecks/deprecated/inherit.py
@@ -30,6 +30,7 @@ class InheritDeprecated(LineCheck):
 		"mono": "mono-env",
 		"python": "python-r1 / python-single-r1 / python-any-r1",
 		"ruby": "ruby-ng",
+		"user": "GLEP 81",
 		"versionator": "eapi7-ver (built-in since EAPI 7)",
 		"x-modular": "xorg-2",
 	}
-- 
2.22.0



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

end of thread, other threads:[~2019-07-24 17:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-23 15:00 [gentoo-portage-dev] [PATCH] repoman: add 'user.eclass' to deprecated eclasses Michał Górny
2019-07-23 20:05 ` Zac Medico
2019-07-24  2:23   ` Michał Górny
2019-07-24  6:19 ` Ulrich Mueller
2019-07-24  8:16   ` Michał Górny
2019-07-24 17:42     ` Zac Medico

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