commit: d81b7844894c72623975d6c167df213f8b6efdac Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Jun 17 10:25:35 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jun 17 10:26:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d81b7844
gtk-sharp-module.eclass: Last rite Bug: https://bugs.gentoo.org/653460 eclass/gtk-sharp-module.eclass | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/eclass/gtk-sharp-module.eclass b/eclass/gtk-sharp-module.eclass index be8857f760c..f4ec30d3a82 100644 --- a/eclass/gtk-sharp-module.eclass +++ b/eclass/gtk-sharp-module.eclass @@ -1,6 +1,13 @@ # Copyright 1999-2015 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 split gtk-sharp modules, +# and all packages/versions using it have been removed already. +# It's not maintained, uses obsolete eclasses, outdated URIs, +# it has documentation problems. Removal in 30 days. + # @ECLASS: gtk-sharp-module.eclass # @MAINTAINER: # [email protected]
