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 60AA815812D for ; Fri, 03 Jan 2025 15:24:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A563E0843; Fri, 03 Jan 2025 15:23:59 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23BA0E083B for ; Fri, 03 Jan 2025 15:23:59 +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 2/2] mono.eclass: mark as DEAD Date: Fri, 3 Jan 2025 16:23:08 +0100 Message-ID: <20250103152308.8803-2-arkamar@gentoo.org> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20250103152308.8803-1-arkamar@gentoo.org> References: <20250103152308.8803-1-arkamar@gentoo.org> 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: 91f8b9c6-36dd-442b-ae43-38931de9c4f8 X-Archives-Hash: 4ef7ba1e9baef6405383f0d67abbafb4 The eclass is no longer used by any package in the tree nor in ::dotnet overlay. Signed-off-by: Petr Vaněk --- eclass/mono.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/mono.eclass b/eclass/mono.eclass index c096acc8c40e..d4f45e5acf70 100644 --- a/eclass/mono.eclass +++ b/eclass/mono.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: mono.eclass @@ -6,7 +6,7 @@ # maintainer-needed@gentoo.org # @SUPPORTED_EAPIS: 7 # @BLURB: common settings and functions for mono and dotnet related packages -# @DEPRECATED: mono-env +# @DEAD # @DESCRIPTION: # The mono eclass contains common environment settings that are useful for # dotnet packages. Currently, it provides no functions, just exports -- 2.45.2