From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-portage-dev@lists.gentoo.org
Cc: "Michał Górny" <mgorny@gentoo.org>
Subject: [gentoo-portage-dev] [PATCH] repoman: Finally deprecate base.eclass
Date: Sun, 11 Oct 2015 09:23:20 +0200 [thread overview]
Message-ID: <1444548200-3454-1-git-send-email-mgorny@gentoo.org> (raw)
Contributors are repeatedly adding base.eclass uses, so we should
finally make the deprecation formal, even at the cost of adding warnings
for some frequently used eclasses.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
---
pym/repoman/checks/ebuilds/checks.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/pym/repoman/checks/ebuilds/checks.py b/pym/repoman/checks/ebuilds/checks.py
index ae6d96e..a00d518 100644
--- a/pym/repoman/checks/ebuilds/checks.py
+++ b/pym/repoman/checks/ebuilds/checks.py
@@ -409,6 +409,7 @@ class InheritDeprecated(LineCheck):
# deprecated eclass : new eclass (False if no new eclass)
deprecated_eclasses = {
+ "base": False,
"bash-completion": "bash-completion-r1",
"boost-utils": False,
"distutils": "distutils-r1",
--
2.6.1
next reply other threads:[~2015-10-11 7:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-11 7:23 Michał Górny [this message]
2015-10-11 16:16 ` [gentoo-portage-dev] [PATCH] repoman: Finally deprecate base.eclass Alexander Berntsen
2015-10-11 16:45 ` Michał Górny
2015-10-11 16:51 ` Alexander Berntsen
2015-10-11 19:23 ` Zac Medico
2015-10-11 20:24 ` Zac Medico
2015-10-12 14:48 ` Michał Górny
2015-10-22 21:03 ` Sergei Trofimovich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1444548200-3454-1-git-send-email-mgorny@gentoo.org \
--to=mgorny@gentoo.org \
--cc=gentoo-portage-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox