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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 45B62158020 for ; Sat, 22 Oct 2022 10:54:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52FECE0905; Sat, 22 Oct 2022 10:54:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3AEE3E0905 for ; Sat, 22 Oct 2022 10:54:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A1083411D0 for ; Sat, 22 Oct 2022 10:54:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CEB8617 for ; Sat, 22 Oct 2022 10:54:02 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1666436025.5b4bcecca8889fdb1562613d53aaa8ee8f495dcc.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: metadata/ X-VCS-Repository: repo/gentoo X-VCS-Files: metadata/qa-policy.conf X-VCS-Directories: metadata/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 5b4bcecca8889fdb1562613d53aaa8ee8f495dcc X-VCS-Branch: master Date: Sat, 22 Oct 2022 10:54:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c7d91729-1d21-466c-a54f-f13fe7ea1e35 X-Archives-Hash: b05c9fc37f1c6aaa65e31a438b4f5dc4 commit: 5b4bcecca8889fdb1562613d53aaa8ee8f495dcc Author: Ulrich Müller gentoo org> AuthorDate: Sat Oct 22 08:05:13 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Oct 22 10:53:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b4bcecc metadata/qa-policy.conf: Drop deprecated-eclass section Nothing is using this and the list is outdated. Use the @DEPRECATED tag in eclasses instead. Signed-off-by: Ulrich Müller gentoo.org> metadata/qa-policy.conf | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/metadata/qa-policy.conf b/metadata/qa-policy.conf index 191ebdb4f7e8..9a8ca011ddb7 100644 --- a/metadata/qa-policy.conf +++ b/metadata/qa-policy.conf @@ -62,19 +62,6 @@ PG0901 = warning # Deprecated EAPIs PG1001 = warning - -# The deprecated-eclass section lists deprecated eclasses along with -# their suggested replacements (if any). Most of the values are -# replacement eclass names, though free-form text is permitted. -[deprecated-eclass] -cmake-utils = cmake -epatch = (eapply since EAPI 6) -eutils = (split into several eclasses) -ltprune = (inline find ... -delete) -mono = mono-env -user = (GLEP 81 acct-* packages) -versionator = eapi7-ver (built-in since EAPI 7) - # User and group IDs available for static allocation. These consist of: # - the range 101..749 available for regular use by packages, and # - the range 0..100, 65533 and 65534 reserved for important system