commit: 45f672280d13cad22169c119b601f860d4b7eeea Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Jun 17 10:25:09 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jun 17 10:26:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f67228
go-mono.eclass: Last rite Bug: https://bugs.gentoo.org/653460 eclass/go-mono.eclass | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/eclass/go-mono.eclass b/eclass/go-mono.eclass index 5ab6b671cae..df23356b91c 100644 --- a/eclass/go-mono.eclass +++ b/eclass/go-mono.eclass @@ -1,6 +1,13 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# @DEAD +# Michał Górny <[email protected]> (17 Jun 2018) +# This eclass was used for old versions of Mono applications, and all +# versions using it have been removed already. It's not maintained, +# uses obsolete (even removed) eclasses, outdated URIs, it has +# documentation problems. Removal in 30 days. + # @ECLASS: go-mono.eclass # @MAINTAINER: # [email protected]
