From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3EEEF138334 for ; Wed, 23 Oct 2019 12:43:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C59D6E0A95; Wed, 23 Oct 2019 12:43:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F97CE0A92 for ; Wed, 23 Oct 2019 12:43:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6486334C24C for ; Wed, 23 Oct 2019 12:43:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18088779 for ; Wed, 23 Oct 2019 12:43:24 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1571834582.2ee91907af6936531ebf1689bf60adbfc6ebd511.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/perl-app.eclass X-VCS-Directories: eclass/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 2ee91907af6936531ebf1689bf60adbfc6ebd511 X-VCS-Branch: master Date: Wed, 23 Oct 2019 12:43:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5fe46df6-4339-4a84-ac8c-0405ca9ffb41 X-Archives-Hash: fb0a542d6ea27775b6922aaf47cb0d64 commit: 2ee91907af6936531ebf1689bf60adbfc6ebd511 Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Oct 23 12:39:14 2019 +0000 Commit: Andreas K. Hüttel gentoo 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 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 # Maintained by the Perl herd # @SUPPORTED_EAPIS: 5