Gentoo Archives: gentoo-portage-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH v2] checks: Add more deprecated eclasses
Date: Sun, 02 Jul 2017 17:53:59
Message-Id: 1499018030.1627.5.camel@gentoo.org
In Reply to: Re: [gentoo-portage-dev] [PATCH v2] checks: Add more deprecated eclasses by Brian Dolbec
1 On pon, 2017-06-19 at 07:48 -0700, Brian Dolbec wrote:
2 > On Mon, 19 Jun 2017 15:35:49 +0200
3 > Michał Górny <mgorny@g.o> wrote:
4 >
5 > > Changes in v2:
6 > > * multilib-minimal is suggested replacement of autotools-multilib.
7 > >
8 > > ---
9 > > repoman/pym/repoman/modules/scan/ebuild/checks.py | 5 +++++
10 > > 1 file changed, 5 insertions(+)
11 > >
12 > > diff --git a/repoman/pym/repoman/modules/scan/ebuild/checks.py
13 > > b/repoman/pym/repoman/modules/scan/ebuild/checks.py index
14 > > e6e5d78ba..de03bedd2 100644 ---
15 > > a/repoman/pym/repoman/modules/scan/ebuild/checks.py +++
16 > > b/repoman/pym/repoman/modules/scan/ebuild/checks.py @@ -416,14
17 > > +416,18 @@ class InheritDeprecated(LineCheck):
18 > > # deprecated eclass : new eclass (False if no new eclass)
19 > > deprecated_eclasses = {
20 > > + "autotools-multilib": "multilib-minimal",
21 > > + "autotools-utils": False,
22 > > "base": False,
23 > > "bash-completion": "bash-completion-r1",
24 > > "boost-utils": False,
25 > > "clutter": "gnome2",
26 > > "confutils": False,
27 > > "distutils": "distutils-r1",
28 > > + "fdo-mime": "xdg-utils",
29 > > "games": False,
30 > > "gems": "ruby-fakegem",
31 > > + "git-2": "git-r3",
32 > > "gpe": False,
33 > > "gst-plugins-bad": "gstreamer",
34 > > "gst-plugins-base": "gstreamer",
35 > > @@ -434,6 +438,7 @@ class InheritDeprecated(LineCheck):
36 > > "python": "python-r1 / python-single-r1 /
37 > > python-any-r1", "ruby": "ruby-ng",
38 > > "x-modular": "xorg-2",
39 > > + "xfconf": False,
40 > > }
41 > >
42 > > _inherit_re = re.compile(r'^\s*inherit\s(.*)$')
43 >
44 >
45 > looks fine
46
47 Pushed, thanks.
48 --
49 Best regards,
50 Michał Górny

Attachments

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