Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o, "Michał Górny" <mgorny@g.o>
Subject: Re: [gentoo-portage-dev] [PATCH] repoman: Restore eclass deprecations lost in rewrite
Date: Wed, 26 Feb 2020 17:57:49
Message-Id: 00071c1c-9ad1-9b31-26cc-81dfaa0ef26a@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] repoman: Restore eclass deprecations lost in rewrite by "Michał Górny"
1 On 2/26/20 6:34 AM, Michał Górny wrote:
2 > Signed-off-by: Michał Górny <mgorny@g.o>
3 > ---
4 > repoman/lib/repoman/modules/linechecks/deprecated/inherit.py | 5 +++++
5 > 1 file changed, 5 insertions(+)
6 >
7 > diff --git a/repoman/lib/repoman/modules/linechecks/deprecated/inherit.py b/repoman/lib/repoman/modules/linechecks/deprecated/inherit.py
8 > index 9cef086da..f307d46fd 100644
9 > --- a/repoman/lib/repoman/modules/linechecks/deprecated/inherit.py
10 > +++ b/repoman/lib/repoman/modules/linechecks/deprecated/inherit.py
11 > @@ -11,6 +11,8 @@ class InheritDeprecated(LineCheck):
12 >
13 > # deprecated eclass : new eclass (False if no new eclass)
14 > deprecated_eclasses = {
15 > + "autotools-multilib": "multilib-minimal",
16 > + "autotools-utils": False,
17 > "base": False,
18 > "bash-completion": "bash-completion-r1",
19 > "boost-utils": False,
20 > @@ -18,8 +20,10 @@ class InheritDeprecated(LineCheck):
21 > "confutils": False,
22 > "distutils": "distutils-r1",
23 > "epatch": "(eapply since EAPI 6)",
24 > + "fdo-mime": "xdg-utils",
25 > "games": False,
26 > "gems": "ruby-fakegem",
27 > + "git-2": "git-r3",
28 > "gpe": False,
29 > "gst-plugins-bad": "gstreamer",
30 > "gst-plugins-base": "gstreamer",
31 > @@ -33,6 +37,7 @@ class InheritDeprecated(LineCheck):
32 > "user": "GLEP 81",
33 > "versionator": "eapi7-ver (built-in since EAPI 7)",
34 > "x-modular": "xorg-2",
35 > + "xfconf": False,
36 > }
37 >
38 > _inherit_re = re.compile(r'^\s*inherit\s(.*)$')
39 >
40
41 Looks good (I see it's equivalent to
42 98735cce528e0695f59d88ba6406ff6aeb595400). Please merge.
43 --
44 Thanks,
45 Zac

Attachments

File name MIME type
signature.asc application/pgp-signature