Gentoo Archives: gentoo-portage-dev

From: Michael Orlitzky <mjo@g.o>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] [PATCH 1/1] Revert "repoman: deprecate netsurf.eclass."
Date: Fri, 14 Aug 2020 21:43:38
Message-Id: 20200814214328.32029-1-mjo@gentoo.org
1 This reverts commit a73024729860f9224b8d1660d24c450080b67d9f. This
2 eclass was successfully purged from the tree, so the deprecation is no
3 longer needed. And eventually, to address an eblit infestation,
4 another eclass with the same name will return. The new one will not be
5 deprecated.
6
7 Signed-off-by: Michael Orlitzky <mjo@g.o>
8 ---
9 repoman/lib/repoman/modules/linechecks/deprecated/inherit.py | 1 -
10 1 file changed, 1 deletion(-)
11
12 diff --git a/repoman/lib/repoman/modules/linechecks/deprecated/inherit.py b/repoman/lib/repoman/modules/linechecks/deprecated/inherit.py
13 index 60410347b..5848a0c37 100644
14 --- a/repoman/lib/repoman/modules/linechecks/deprecated/inherit.py
15 +++ b/repoman/lib/repoman/modules/linechecks/deprecated/inherit.py
16 @@ -33,7 +33,6 @@ class InheritDeprecated(LineCheck):
17 "gst-plugins10": "gstreamer",
18 "ltprune": False,
19 "mono": "mono-env",
20 - "netsurf": False,
21 "python": "python-r1 / python-single-r1 / python-any-r1",
22 "ruby": "ruby-ng",
23 "user": "GLEP 81",
24 --
25 2.26.2

Replies