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 BD5C5138CD3 for ; Tue, 9 Jun 2015 11:22:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE4B7E0887; Tue, 9 Jun 2015 11:21:59 +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 5A047E0888 for ; Tue, 9 Jun 2015 11:21:59 +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 A2DF9340A5D for ; Tue, 9 Jun 2015 11:21:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E60AA38 for ; Tue, 9 Jun 2015 11:21:56 +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: <1433848852.e3630d2546974851147e1a443f35758f12c5d739.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session-State-Cookie/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.170.0-r1.ebuild dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.170.0.ebuild X-VCS-Directories: dev-perl/Catalyst-Plugin-Session-State-Cookie/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: e3630d2546974851147e1a443f35758f12c5d739 X-VCS-Branch: master Date: Tue, 9 Jun 2015 11:21:56 +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: a093d5fe-5508-4af5-bc30-85f15ae59ee6 X-Archives-Hash: 8d460525961279277639bccb54a2977d commit: e3630d2546974851147e1a443f35758f12c5d739 Author: Kent Fredric gmail com> AuthorDate: Tue Jun 9 11:20:52 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Jun 9 11:20:52 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=e3630d25 [fixup] Catalyst-Plugin-Session-State-Cookie: EAPI5, fixup deps and tests Package-Manager: portage-2.2.17 ...> Catalyst-Plugin-Session-State-Cookie-0.170.0-r1.ebuild} | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.170.0.ebuild b/dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.170.0-r1.ebuild similarity index 78% rename from dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.170.0.ebuild rename to dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.170.0-r1.ebuild index 260d107..acf613e 100644 --- a/dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.170.0.ebuild +++ b/dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.170.0-r1.ebuild @@ -1,19 +1,21 @@ -# Copyright 1999-2012 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=MSTROUT MODULE_VERSION="0.17" inherit perl-module DESCRIPTION="Catalyst plugin: maintain session IDs using cookies" -LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +PERL_RM_FILES=( + t/02pod.t + t/03podcoverage.t +) RDEPEND=" >=dev-perl/Catalyst-Runtime-5.800.50 >=dev-perl/Catalyst-Plugin-Session-0.270.0 @@ -22,9 +24,9 @@ RDEPEND=" dev-perl/namespace-autoclean " DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.420.0 test? ( dev-perl/Moose virtual/perl-Test-Simple ) " -SRC_TEST="do"