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 7BFB3138CD3 for ; Sun, 7 Jun 2015 22:11:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68FD3E0901; Sun, 7 Jun 2015 22:11:13 +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 CF876E08F2 for ; Sun, 7 Jun 2015 22:11:12 +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 395F933FE7D for ; Sun, 7 Jun 2015 22:11:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CD61A31 for ; Sun, 7 Jun 2015 22:11:09 +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: <1433713008.97b79c11e0b8f70c05d40d84153f51d6490034e7.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CatalystX-Declare/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/CatalystX-Declare/CatalystX-Declare-0.15.0-r1.ebuild dev-perl/CatalystX-Declare/CatalystX-Declare-0.15.0.ebuild X-VCS-Directories: dev-perl/CatalystX-Declare/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 97b79c11e0b8f70c05d40d84153f51d6490034e7 X-VCS-Branch: master Date: Sun, 7 Jun 2015 22:11:09 +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: 84b45a9d-d75f-43a0-b2ec-bde74f981d4a X-Archives-Hash: 4cb34264a2888cfecea3bb35489e3059 commit: 97b79c11e0b8f70c05d40d84153f51d6490034e7 Author: Kent Fredric gmail com> AuthorDate: Sun Jun 7 21:36:48 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun Jun 7 21:36:48 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=97b79c11 [fixup] CatalystX-Declare: EAPI5, Fixup deps Package-Manager: portage-2.2.17 ...0.ebuild => CatalystX-Declare-0.15.0-r1.ebuild} | 43 ++++++++++------------ 1 file changed, 20 insertions(+), 23 deletions(-) diff --git a/dev-perl/CatalystX-Declare/CatalystX-Declare-0.15.0.ebuild b/dev-perl/CatalystX-Declare/CatalystX-Declare-0.15.0-r1.ebuild similarity index 56% rename from dev-perl/CatalystX-Declare/CatalystX-Declare-0.15.0.ebuild rename to dev-perl/CatalystX-Declare/CatalystX-Declare-0.15.0-r1.ebuild index e9f787f..2ed6879 100644 --- a/dev-perl/CatalystX-Declare/CatalystX-Declare-0.15.0.ebuild +++ b/dev-perl/CatalystX-Declare/CatalystX-Declare-0.15.0-r1.ebuild @@ -1,43 +1,40 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=3 +EAPI=5 MODULE_AUTHOR=JJNAPIORK MODULE_VERSION="0.015" inherit perl-module DESCRIPTION="EXPERIMENTAL Declarative Syntax for Catalyst Applications" -LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" -comment() { true;} -COMMON_DEPEND=" - >=dev-perl/Class-Inspector-1.240.0 - >=dev-perl/Perl6-Junction-1.400.0 - >=dev-perl/aliased-0.300.0 - >=virtual/perl-parent-0.221 $(comment 0.221.0) - >=dev-perl/Data-Dump-1.14 $(comment 1.140.0) +RESTRICT="test" # Entirely broken +RDEPEND=" + >=dev-perl/CLASS-1.0.0 + virtual/perl-Carp >=dev-perl/Catalyst-Runtime-5.800.250 - >=dev-perl/CLASS-1.0 $(comment 1.0.0) + >=dev-perl/Catalyst-Controller-ActionRole-0.150.0 + >=dev-perl/Class-Inspector-1.240.0 + >=dev-perl/Data-Dump-1.140.0 + >=dev-perl/Data-Pond-0.2.0 >=dev-perl/Devel-Declare-0.6.0 >=dev-perl/Moose-1.140.0 >=dev-perl/MooseX-Declare-0.340.0 + >=dev-perl/MooseX-Method-Signatures-0.360.0 >=dev-perl/MooseX-MethodAttributes-0.240.0 >=dev-perl/MooseX-Role-Parameterized-0.190.0 >=dev-perl/MooseX-Types-0.240.0 - >=dev-perl/MooseX-Method-Signatures-0.360 $(comment 0.360.0) - - >=dev-perl/Catalyst-Controller-ActionRole-0.15 $(comment 0.150.0) - >=dev-perl/Data-Pond-0.2.0 + >=dev-perl/Perl6-Junction-1.400.0 + >=dev-perl/aliased-0.300.0 + >=virtual/perl-parent-0.221.0 " DEPEND=" - ${COMMON_DEPEND} - >=virtual/perl-Test-Simple-0.96 - >=dev-perl/Test-Output-0.16 - dev-perl/Catalyst-Runtime -" -RDEPEND=" - ${COMMON_DEPEND} + ${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.420.0 + test? ( + >=virtual/perl-Test-Simple-0.960.0 + >=dev-perl/Test-Output-0.160.0 + ) " -SRC_TEST="do"