public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 1/2] dotnet.eclass: mark as deprecated
@ 2025-01-03 15:23 Petr Vaněk
  2025-01-03 15:23 ` [gentoo-dev] [PATCH 2/2] mono.eclass: mark as DEAD Petr Vaněk
  0 siblings, 1 reply; 4+ messages in thread
From: Petr Vaněk @ 2025-01-03 15:23 UTC (permalink / raw
  To: gentoo-dev; +Cc: maintainer-needed, Petr Vaněk

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 <arkamar@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
-- 
2.45.2



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-dev] [PATCH 2/2] mono.eclass: mark as DEAD
  2025-01-03 15:23 [gentoo-dev] [PATCH 1/2] dotnet.eclass: mark as deprecated Petr Vaněk
@ 2025-01-03 15:23 ` Petr Vaněk
  2025-01-03 15:26   ` [gentoo-dev] " Petr Vaněk
  2025-01-20  9:45   ` [gentoo-dev] Last rites: mono.eclass Petr Vaněk
  0 siblings, 2 replies; 4+ messages in thread
From: Petr Vaněk @ 2025-01-03 15:23 UTC (permalink / raw
  To: gentoo-dev; +Cc: maintainer-needed, Petr Vaněk

The eclass is no longer used by any package in the tree nor in ::dotnet
overlay.

Signed-off-by: Petr Vaněk <arkamar@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 @@
 # 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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-dev] Re: [PATCH 2/2] mono.eclass: mark as DEAD
  2025-01-03 15:23 ` [gentoo-dev] [PATCH 2/2] mono.eclass: mark as DEAD Petr Vaněk
@ 2025-01-03 15:26   ` Petr Vaněk
  2025-01-20  9:45   ` [gentoo-dev] Last rites: mono.eclass Petr Vaněk
  1 sibling, 0 replies; 4+ messages in thread
From: Petr Vaněk @ 2025-01-03 15:26 UTC (permalink / raw
  To: gentoo-dev; +Cc: maintainer-needed

On Fri, Jan 03, 2025 at 04:23:08PM +0100, Petr Vaněk wrote:
> The eclass is no longer used by any package in the tree nor in ::dotnet
> overlay.

If there are no objections to this change, should I send the last-rite
email now or once it is merged?

Petr

> Signed-off-by: Petr Vaněk <arkamar@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 @@
>  # 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
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-dev] Last rites: mono.eclass
  2025-01-03 15:23 ` [gentoo-dev] [PATCH 2/2] mono.eclass: mark as DEAD Petr Vaněk
  2025-01-03 15:26   ` [gentoo-dev] " Petr Vaněk
@ 2025-01-20  9:45   ` Petr Vaněk
  1 sibling, 0 replies; 4+ messages in thread
From: Petr Vaněk @ 2025-01-20  9:45 UTC (permalink / raw
  To: gentoo-dev-announce, gentoo-dev; +Cc: maintainer-needed

[-- Attachment #1: Type: text/plain, Size: 117 bytes --]

The eclass is no longer used by any package in the tree nor in ::dotnet
overlay.

Removal in 30 days, on 2025-02-19.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-01-20  9:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-03 15:23 [gentoo-dev] [PATCH 1/2] dotnet.eclass: mark as deprecated Petr Vaněk
2025-01-03 15:23 ` [gentoo-dev] [PATCH 2/2] mono.eclass: mark as DEAD Petr Vaněk
2025-01-03 15:26   ` [gentoo-dev] " Petr Vaněk
2025-01-20  9:45   ` [gentoo-dev] Last rites: mono.eclass Petr Vaněk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox