From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 60D71138CC5 for ; Thu, 26 Mar 2015 12:15:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44011E086A; Thu, 26 Mar 2015 12:14:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB031E086A for ; Thu, 26 Mar 2015 12:14:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01634340BA3 for ; Thu, 26 Mar 2015 12:14:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B08914940 for ; Thu, 26 Mar 2015 12:14:49 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1427371972.065a21548221b32109f3567c95c5a5ef02b25ec2.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: eclass/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: eclass/perl-declaredeps.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 065a21548221b32109f3567c95c5a5ef02b25ec2 X-VCS-Branch: master Date: Thu, 26 Mar 2015 12:14:49 +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-Archives-Salt: 48a62bdd-05d6-455c-8104-d861bfcda92d X-Archives-Hash: a3169d800f5a504ca2673e88b81c99ea commit: 065a21548221b32109f3567c95c5a5ef02b25ec2 Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 12:12:52 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 12:12:52 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=065a2154 [eclass/perl-declaredeps.eclass] Mark this ancient eclass experiment as deprecated and slate for removal eclass/perl-declaredeps.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/perl-declaredeps.eclass b/eclass/perl-declaredeps.eclass index 8c9d1fe..f10c1bc 100644 --- a/eclass/perl-declaredeps.eclass +++ b/eclass/perl-declaredeps.eclass @@ -38,6 +38,9 @@ case "${EAPI:-0}" in 4) + eerror "perl-declaredeps:THIS ECLASS IS FULLY DEPRECATED and will begin fataling after April 10, 2015." + eerror "If you need it to work after that point, replicate it to your overlay" + eerror " -- in ${CATEGORY}/${PF}" ;; *) die "perl-declaredeps needs EAPI4";