commit:     2ee91907af6936531ebf1689bf60adbfc6ebd511
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 23 12:39:14 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Oct 23 12:43:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee91907

perl-app.eclass: mark @DEAD

Bug: https://bugs.gentoo.org/637836
Bug: https://bugs.gentoo.org/239510
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 eclass/perl-app.eclass | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/eclass/perl-app.eclass b/eclass/perl-app.eclass
index 074902294e5..3fb897917c6 100644
--- a/eclass/perl-app.eclass
+++ b/eclass/perl-app.eclass
@@ -1,6 +1,15 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# @DEAD
+# This eclass is dead and all its consumers have been removed from
+# the tree.
+# Please use perl-module.eclass if you need phase functions, and
+# perl-functions.eclass if you don't.
+# In overlays, perl-app.eclass usage can be replaced by
+# perl-module.eclass without further changes.
+# Bug 637836.  Removal in 14 days.
+
 # Author: Michael Cummings <mcummi...@gentoo.org>
 # Maintained by the Perl herd <p...@gentoo.org>
 # @SUPPORTED_EAPIS: 5

Reply via email to