diff options
author | 2019-10-23 14:39:14 +0200 | |
---|---|---|
committer | 2019-10-23 14:43:02 +0200 | |
commit | 2ee91907af6936531ebf1689bf60adbfc6ebd511 (patch) | |
tree | 4294060d3965fcc729feef68621f2508d2be0eea /eclass | |
parent | dev-java/tomcat-servlet-api-8.5.45: removed obsolete (diff) | |
download | gentoo-2ee91907af6936531ebf1689bf60adbfc6ebd511.tar.gz gentoo-2ee91907af6936531ebf1689bf60adbfc6ebd511.tar.bz2 gentoo-2ee91907af6936531ebf1689bf60adbfc6ebd511.zip |
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@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/perl-app.eclass | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/eclass/perl-app.eclass b/eclass/perl-app.eclass index 074902294e59..3fb897917c69 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 <mcummings@gentoo.org> # Maintained by the Perl herd <perl@gentoo.org> # @SUPPORTED_EAPIS: 5 |