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 6AD18138CE1 for ; Tue, 9 Jun 2015 16:58:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C04CE084E; Tue, 9 Jun 2015 16:58:49 +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 2A0CEE0855 for ; Tue, 9 Jun 2015 16:58:49 +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 29F54340945 for ; Tue, 9 Jun 2015 16:58:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2587A28 for ; Tue, 9 Jun 2015 16:58:46 +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: <1433866093.169a0fc2b36976561d5f555988ab29023ceb9396.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Application-Plugin-TT/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/CGI-Application-Plugin-TT/CGI-Application-Plugin-TT-1.50.0-r1.ebuild dev-perl/CGI-Application-Plugin-TT/CGI-Application-Plugin-TT-1.50.0-r2.ebuild X-VCS-Directories: dev-perl/CGI-Application-Plugin-TT/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 169a0fc2b36976561d5f555988ab29023ceb9396 X-VCS-Branch: master Date: Tue, 9 Jun 2015 16:58:46 +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: c561e5d6-401f-4ffb-a707-828c32ffb067 X-Archives-Hash: 89f9e0bf947546c385b3899010398913 commit: 169a0fc2b36976561d5f555988ab29023ceb9396 Author: Kent Fredric gmail com> AuthorDate: Tue Jun 9 16:08:13 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Jun 9 16:08:13 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=169a0fc2 [fixup] CGI-Application-Plugin-TT: EAPI5, fixup deps Package-Manager: portage-2.2.17 ...uild => CGI-Application-Plugin-TT-1.50.0-r2.ebuild} | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/dev-perl/CGI-Application-Plugin-TT/CGI-Application-Plugin-TT-1.50.0-r1.ebuild b/dev-perl/CGI-Application-Plugin-TT/CGI-Application-Plugin-TT-1.50.0-r2.ebuild similarity index 75% rename from dev-perl/CGI-Application-Plugin-TT/CGI-Application-Plugin-TT-1.50.0-r1.ebuild rename to dev-perl/CGI-Application-Plugin-TT/CGI-Application-Plugin-TT-1.50.0-r2.ebuild index 7eb34d5..2391340 100644 --- a/dev-perl/CGI-Application-Plugin-TT/CGI-Application-Plugin-TT-1.50.0-r1.ebuild +++ b/dev-perl/CGI-Application-Plugin-TT/CGI-Application-Plugin-TT-1.50.0-r2.ebuild @@ -1,26 +1,28 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=2 +EAPI=5 MODULE_AUTHOR=CEESHEK MODULE_VERSION="1.05" inherit perl-module DESCRIPTION="Add Template Toolkit support to CGI::Application" -LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +PERL_RM_FILES=( + t/99_pod_coverage.t + t/98_pod.t +) RDEPEND=" >=dev-perl/CGI-Application-4.0.0 - >=dev-perl/Template-Toolkit-2.0.0 - virtual/perl-Scalar-List-Utils - virtual/perl-File-Spec dev-perl/Class-ISA + virtual/perl-File-Spec + virtual/perl-Scalar-List-Utils + >=dev-perl/Template-Toolkit-2.0.0 " DEPEND="${RDEPEND} - virtual/perl-Module-Build + >=virtual/perl-Module-Build-0.340.201 " -SRC_TEST="do"