commit: 1952483833e727ce9c6f2629822209f4ffadd16f Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Fri Jan 3 11:09:29 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Mon Jan 20 09:44:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19524838
mono.eclass: mark as DEAD The eclass is no longer used by any package in the tree nor in ::dotnet overlay. Bug: https://bugs.gentoo.org/372453 Bug: https://bugs.gentoo.org/374867 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> 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 @@ # [email protected] # @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
