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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D3A7815813A for ; Mon, 20 Jan 2025 09:44:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9301E07D4; Mon, 20 Jan 2025 09:44:57 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CE2AE07A5 for ; Mon, 20 Jan 2025 09:44:57 +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 4BF7A340DD9 for ; Mon, 20 Jan 2025 09:44:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3D0320D7 for ; Mon, 20 Jan 2025 09:44:54 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1737366269.6ee5fb922e28796f012a42457f2afb7d86566544.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/dotnet.eclass X-VCS-Directories: eclass/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 6ee5fb922e28796f012a42457f2afb7d86566544 X-VCS-Branch: master Date: Mon, 20 Jan 2025 09:44:54 +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: f1f43150-a20a-4876-95e0-d042f0f131d6 X-Archives-Hash: ae8305f7eef081bdda410cb61bb18210 commit: 6ee5fb922e28796f012a42457f2afb7d86566544 Author: Petr Vaněk gentoo org> AuthorDate: Fri Jan 3 10:45:14 2025 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Mon Jan 20 09:44:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ee5fb92 dotnet.eclass: mark as deprecated The eclass has last two consumers in the tree. One of them is already last-rited, the second is slowly rotting. However, the eclass is still used in ::dotnet overlay, which does not seem to be very active and it is not in good shape. Signed-off-by: Petr Vaněk gentoo.org> eclass/dotnet.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/dotnet.eclass b/eclass/dotnet.eclass index aeaee2f58e94..3a65626032cb 100644 --- a/eclass/dotnet.eclass +++ b/eclass/dotnet.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: dotnet.eclass @@ -6,6 +6,7 @@ # maintainer-needed@gentoo.org # @SUPPORTED_EAPIS: 7 # @BLURB: common settings and functions for mono and dotnet related packages +# @DEPRECATED: none # @DESCRIPTION: # The dotnet eclass contains common environment settings that are useful for # dotnet packages. Currently, it provides no functions, just exports