commit: 6ee5fb922e28796f012a42457f2afb7d86566544 Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Fri Jan 3 10:45:14 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> 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 <arkamar <AT> 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 @@ # [email protected] # @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
