* [gentoo-commits] proj/portage:master commit in: repoman/lib/repoman/modules/linechecks/deprecated/
@ 2019-07-24 2:22 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2019-07-24 2:22 UTC (permalink / raw
To: gentoo-commits
commit: 3e3aae4a5871f897e610ef573f8744496ff8e62e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 15:00:20 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 24 02:22:35 2019 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=3e3aae4a
repoman: add 'user.eclass' to deprecated eclasses
Make repoman report user.eclass as deprecated by GLEP 81.
Reviewed-by: Zac Medico <zmedico <AT> gentoo.org>
Signed-off-by: Michał Górny <mgorny <AT> 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",
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/portage:master commit in: repoman/lib/repoman/modules/linechecks/deprecated/
@ 2020-02-26 18:08 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2020-02-26 18:08 UTC (permalink / raw
To: gentoo-commits
commit: 467b285a0ba24866da97ada12c8b6af56fcba90e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 26 14:33:51 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 26 18:08:07 2020 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=467b285a
repoman: Restore eclass deprecations lost in rewrite
Reviewed-by: Zac Medico <zmedico <AT> gentoo.org>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
repoman/lib/repoman/modules/linechecks/deprecated/inherit.py | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/repoman/lib/repoman/modules/linechecks/deprecated/inherit.py b/repoman/lib/repoman/modules/linechecks/deprecated/inherit.py
index 9cef086da..f307d46fd 100644
--- a/repoman/lib/repoman/modules/linechecks/deprecated/inherit.py
+++ b/repoman/lib/repoman/modules/linechecks/deprecated/inherit.py
@@ -11,6 +11,8 @@ class InheritDeprecated(LineCheck):
# deprecated eclass : new eclass (False if no new eclass)
deprecated_eclasses = {
+ "autotools-multilib": "multilib-minimal",
+ "autotools-utils": False,
"base": False,
"bash-completion": "bash-completion-r1",
"boost-utils": False,
@@ -18,8 +20,10 @@ class InheritDeprecated(LineCheck):
"confutils": False,
"distutils": "distutils-r1",
"epatch": "(eapply since EAPI 6)",
+ "fdo-mime": "xdg-utils",
"games": False,
"gems": "ruby-fakegem",
+ "git-2": "git-r3",
"gpe": False,
"gst-plugins-bad": "gstreamer",
"gst-plugins-base": "gstreamer",
@@ -33,6 +37,7 @@ class InheritDeprecated(LineCheck):
"user": "GLEP 81",
"versionator": "eapi7-ver (built-in since EAPI 7)",
"x-modular": "xorg-2",
+ "xfconf": False,
}
_inherit_re = re.compile(r'^\s*inherit\s(.*)$')
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/portage:master commit in: repoman/lib/repoman/modules/linechecks/deprecated/
@ 2020-06-09 0:15 Zac Medico
0 siblings, 0 replies; 5+ messages in thread
From: Zac Medico @ 2020-06-09 0:15 UTC (permalink / raw
To: gentoo-commits
commit: 4b88adca550e96ed307ad540641250e6bc25670b
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 8 10:00:17 2020 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Jun 9 00:14:06 2020 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=4b88adca
repoman: add cmake-utils to deprecated eclasses
Closes: https://github.com/gentoo/portage/pull/554
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
Signed-off-by: Zac Medico <zmedico <AT> 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 f307d46fd..5848a0c37 100644
--- a/repoman/lib/repoman/modules/linechecks/deprecated/inherit.py
+++ b/repoman/lib/repoman/modules/linechecks/deprecated/inherit.py
@@ -17,6 +17,7 @@ class InheritDeprecated(LineCheck):
"bash-completion": "bash-completion-r1",
"boost-utils": False,
"clutter": "gnome2",
+ "cmake-utils": "cmake",
"confutils": False,
"distutils": "distutils-r1",
"epatch": "(eapply since EAPI 6)",
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/portage:master commit in: repoman/lib/repoman/modules/linechecks/deprecated/
@ 2020-06-16 17:49 Zac Medico
0 siblings, 0 replies; 5+ messages in thread
From: Zac Medico @ 2020-06-16 17:49 UTC (permalink / raw
To: gentoo-commits
commit: a73024729860f9224b8d1660d24c450080b67d9f
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 16 17:36:35 2020 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Jun 16 17:49:02 2020 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=a7302472
repoman: deprecate netsurf.eclass.
While investigating bug 489542, it became clear that the netsurf
eclass is deprecated in spirit if not in fact. All of the newer
netsurf ebuilds use a custom function loaded from a script that is
shipped in netsurf-buildsystem's $FILESDIR to do (some of) what the
eclass used to do. That function probably does belong in an eclass,
but at this point, we should throw this thing out and start from
scratch.
By deprecating the eclass, we make sure that no one else inherits it
during the time it takes to purge the two remaining consumers. Then,
once those are gone, the build system script magic can be put back
into an eclass, and its consumers updated one-at-a-time.
Bug: https://bugs.gentoo.org/489542
Bug: https://bugs.gentoo.org/637824
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
Signed-off-by: Zac Medico <zmedico <AT> 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 5848a0c37..60410347b 100644
--- a/repoman/lib/repoman/modules/linechecks/deprecated/inherit.py
+++ b/repoman/lib/repoman/modules/linechecks/deprecated/inherit.py
@@ -33,6 +33,7 @@ class InheritDeprecated(LineCheck):
"gst-plugins10": "gstreamer",
"ltprune": False,
"mono": "mono-env",
+ "netsurf": False,
"python": "python-r1 / python-single-r1 / python-any-r1",
"ruby": "ruby-ng",
"user": "GLEP 81",
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/portage:master commit in: repoman/lib/repoman/modules/linechecks/deprecated/
@ 2020-08-14 22:12 Zac Medico
0 siblings, 0 replies; 5+ messages in thread
From: Zac Medico @ 2020-08-14 22:12 UTC (permalink / raw
To: gentoo-commits
commit: 336df196217d8907788567a0349270348041657e
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 21:43:28 2020 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 22:11:41 2020 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=336df196
Revert "repoman: deprecate netsurf.eclass."
This reverts commit a73024729860f9224b8d1660d24c450080b67d9f. This
eclass was successfully purged from the tree, so the deprecation is no
longer needed. And eventually, to address an eblit infestation,
another eclass with the same name will return. The new one will not be
deprecated.
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
repoman/lib/repoman/modules/linechecks/deprecated/inherit.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/repoman/lib/repoman/modules/linechecks/deprecated/inherit.py b/repoman/lib/repoman/modules/linechecks/deprecated/inherit.py
index 60410347b..5848a0c37 100644
--- a/repoman/lib/repoman/modules/linechecks/deprecated/inherit.py
+++ b/repoman/lib/repoman/modules/linechecks/deprecated/inherit.py
@@ -33,7 +33,6 @@ class InheritDeprecated(LineCheck):
"gst-plugins10": "gstreamer",
"ltprune": False,
"mono": "mono-env",
- "netsurf": False,
"python": "python-r1 / python-single-r1 / python-any-r1",
"ruby": "ruby-ng",
"user": "GLEP 81",
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-08-14 22:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-24 2:22 [gentoo-commits] proj/portage:master commit in: repoman/lib/repoman/modules/linechecks/deprecated/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2020-02-26 18:08 Michał Górny
2020-06-09 0:15 Zac Medico
2020-06-16 17:49 Zac Medico
2020-08-14 22:12 Zac Medico
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox