From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87446138334 for ; Tue, 23 Jul 2019 15:01:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73A4DE0857; Tue, 23 Jul 2019 15:01:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4943AE0857 for ; Tue, 23 Jul 2019 15:01:00 +0000 (UTC) Received: from localhost.localdomain (d202-252.icpnet.pl [109.173.202.252]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id 3B4CE3484B4; Tue, 23 Jul 2019 15:00:58 +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: add 'user.eclass' to deprecated eclasses Date: Tue, 23 Jul 2019 17:00:53 +0200 Message-Id: <20190723150053.14117-1-mgorny@gentoo.org> X-Mailer: git-send-email 2.22.0 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 X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 184c4791-a47c-406a-a3ff-7abfa8e33a5e X-Archives-Hash: 5509519f6bf22ef95cee7dd65f887eaa Make repoman report user.eclass as deprecated by GLEP 81. Signed-off-by: Michał Górny --- 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", } -- 2.22.0