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 47F8F15812D for ; Fri, 03 Jan 2025 15:23:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D036E0828; Fri, 03 Jan 2025 15:23:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 CCFF6E0823 for ; Fri, 03 Jan 2025 15:23:49 +0000 (UTC) From: =?UTF-8?q?Petr=20Van=C4=9Bk?= To: gentoo-dev@lists.gentoo.org Cc: maintainer-needed@gentoo.org, =?UTF-8?q?Petr=20Van=C4=9Bk?= Subject: [gentoo-dev] [PATCH 1/2] dotnet.eclass: mark as deprecated Date: Fri, 3 Jan 2025 16:23:07 +0100 Message-ID: <20250103152308.8803-1-arkamar@gentoo.org> X-Mailer: git-send-email 2.45.2 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-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: d8f33b55-4fa4-499b-9014-d150a68a27a1 X-Archives-Hash: 35276ff3fc2cb83bd73d4133b595128e The eclass has last two consumers in the tree. One of them is already last-rited, the second is slowly rotting. The eclass is 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 --- 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 -- 2.45.2