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 131D7138CDD for ; Tue, 9 Jun 2015 14:36:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55BBBE0854; Tue, 9 Jun 2015 14:36:48 +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 BF30BE0854 for ; Tue, 9 Jun 2015 14:36:47 +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 06F44340A59 for ; Tue, 9 Jun 2015 14:36:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AECF5A33 for ; Tue, 9 Jun 2015 14:36:45 +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: <1433860524.fa0ed73201f56ae9950caf8472510c27827dcf00.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CatalystX-REPL/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/CatalystX-REPL/CatalystX-REPL-0.04.ebuild dev-perl/CatalystX-REPL/CatalystX-REPL-0.40.0.ebuild X-VCS-Directories: dev-perl/CatalystX-REPL/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: fa0ed73201f56ae9950caf8472510c27827dcf00 X-VCS-Branch: master Date: Tue, 9 Jun 2015 14:36:45 +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: 57700e0c-31f9-4b9f-b562-079331cefe90 X-Archives-Hash: f0d0f64f7996bc17710b2e630daec020 commit: fa0ed73201f56ae9950caf8472510c27827dcf00 Author: Kent Fredric gmail com> AuthorDate: Tue Jun 9 14:35:24 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Jun 9 14:35:24 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=fa0ed732 [fixup] CatalystX-REPL: EAPI5, normalize, fixup deps and tests Package-Manager: portage-2.2.17 ...-REPL-0.04.ebuild => CatalystX-REPL-0.40.0.ebuild} | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/dev-perl/CatalystX-REPL/CatalystX-REPL-0.04.ebuild b/dev-perl/CatalystX-REPL/CatalystX-REPL-0.40.0.ebuild similarity index 68% rename from dev-perl/CatalystX-REPL/CatalystX-REPL-0.04.ebuild rename to dev-perl/CatalystX-REPL/CatalystX-REPL-0.40.0.ebuild index 2cc8512..a626db8 100644 --- a/dev-perl/CatalystX-REPL/CatalystX-REPL-0.04.ebuild +++ b/dev-perl/CatalystX-REPL/CatalystX-REPL-0.40.0.ebuild @@ -1,28 +1,29 @@ -# Copyright 1999-2011 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=FLORA +MODULE_VERSION=0.04 inherit perl-module DESCRIPTION="read-eval-print-loop for debugging your Catalyst application" -LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" -COMMON_DEPEND=" +PERL_RM_FILES=( + t/release-pod-syntax.t + t/release-pod-coverage.t +) +RDEPEND=" dev-perl/namespace-autoclean >=dev-perl/Catalyst-Runtime-5.800.60 dev-perl/Carp-REPL " DEPEND=" - ${COMMON_DEPEND} + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker test? ( dev-perl/Test-Expect ) " -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do"