* [gentoo-commits] proj/portage:master commit in: repoman/pym/repoman/modules/linechecks/deprecated/
@ 2018-05-15 5:31 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2018-05-15 5:31 UTC (permalink / raw
To: gentoo-commits
commit: 6daa3fcacaebd9ed91bcf0316387971f304f87f8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 14 07:00:11 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 15 05:31:02 2018 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=6daa3fca
repoman: Add EAPI 7 eclass deprecation
Explicitly indicate that epatch, ltprune and versionator eclasses
are deprecated. Do not deprecate eapi7-ver yet since it is still
required in EAPI 6.
Reviewed-by: Zac Medico <zmedico <AT> gentoo.org>
repoman/pym/repoman/modules/linechecks/deprecated/inherit.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/repoman/pym/repoman/modules/linechecks/deprecated/inherit.py b/repoman/pym/repoman/modules/linechecks/deprecated/inherit.py
index 8a20f22a4..77ad4f625 100644
--- a/repoman/pym/repoman/modules/linechecks/deprecated/inherit.py
+++ b/repoman/pym/repoman/modules/linechecks/deprecated/inherit.py
@@ -17,6 +17,7 @@ class InheritDeprecated(LineCheck):
"clutter": "gnome2",
"confutils": False,
"distutils": "distutils-r1",
+ "epatch": "(eapply since EAPI 6)",
"games": False,
"gems": "ruby-fakegem",
"gpe": False,
@@ -25,9 +26,11 @@ class InheritDeprecated(LineCheck):
"gst-plugins-good": "gstreamer",
"gst-plugins-ugly": "gstreamer",
"gst-plugins10": "gstreamer",
+ "ltprune": False,
"mono": "mono-env",
"python": "python-r1 / python-single-r1 / python-any-r1",
"ruby": "ruby-ng",
+ "versionator": "eapi7-ver (built-in since EAPI 7)",
"x-modular": "xorg-2",
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-05-15 5:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-15 5:31 [gentoo-commits] proj/portage:master commit in: repoman/pym/repoman/modules/linechecks/deprecated/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox