From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D466713888F for ; Sun, 11 Oct 2015 07:23:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 554EE21C008; Sun, 11 Oct 2015 07:23:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D83AF21C007 for ; Sun, 11 Oct 2015 07:23:28 +0000 (UTC) Received: from pomiot.local (77-254-165-0.adsl.inetia.pl [77.254.165.0]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id 49A10340662; Sun, 11 Oct 2015 07:23:27 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-portage-dev@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-portage-dev] [PATCH] repoman: Finally deprecate base.eclass Date: Sun, 11 Oct 2015 09:23:20 +0200 Message-Id: <1444548200-3454-1-git-send-email-mgorny@gentoo.org> X-Mailer: git-send-email 2.6.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 6768974b-5ddb-41a3-9a95-f8ce71d9c4a7 X-Archives-Hash: b094cbe536df8ec0b77adcb05648d2dc 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 --- 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