commit:     911a502dbe7bf4551258142a8b3c2e443dd59bca
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 20:36:58 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 20:40:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=911a502d

perl-app.eclass: Remove

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 eclass/perl-app.eclass | 52 --------------------------------------------------
 1 file changed, 52 deletions(-)

diff --git a/eclass/perl-app.eclass b/eclass/perl-app.eclass
deleted file mode 100644
index 3fb897917c6..00000000000
--- a/eclass/perl-app.eclass
+++ /dev/null
@@ -1,52 +0,0 @@
-# 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 <[email protected]>
-# Maintained by the Perl herd <[email protected]>
-# @SUPPORTED_EAPIS: 5
-
-# If the ebuild doesn't override this, ensure we do not depend on the perl 
subslot value
-: ${GENTOO_DEPEND_ON_PERL_SUBSLOT:="no"}
-inherit perl-module
-
-case "${EAPI:-0}" in
-       5)
-               ;;
-       6)
-               die "EAPI=${EAPI} is not supported by perl-app.eclass. Please 
use perl-module.eclass instead."
-               ;;
-       *)
-               die "EAPI=${EAPI} is not supported by perl-app.eclass"
-               ;;
-esac
-
-# @FUNCTION: perl-app_src_prep
-# @DESCRIPTION:
-# This is a wrapper function to perl-app_src_configure().
-perl-app_src_prep() {
-       perl-app_src_configure
-}
-
-# @FUNCTION: perl-app_src_configure
-# @DESCRIPTION:
-# This is a wrapper function to perl-module_src_configure().
-perl-app_src_configure() {
-       perl-module_src_configure
-}
-
-# @FUNCTION: perl-app_src_compile
-# @DESCRIPTION:
-# This is a wrapper function to perl-module_src_compile().
-perl-app_src_compile() {
-       has "${EAPI:-0}" 0 1 && perl-app_src_prep
-       perl-module_src_compile
-}

Reply via email to