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 84A6B138CE7 for ; Sat, 13 Jun 2015 15:21:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 162CBE08A5; Sat, 13 Jun 2015 15:21:47 +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 734E7E08A5 for ; Sat, 13 Jun 2015 15:21:41 +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 9F99D340B8D for ; Sat, 13 Jun 2015 15:21:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 065EEA4C for ; Sat, 13 Jun 2015 15:21:37 +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: <1434207051.4c54ec999d3ff48d98311329eec2a93a773c5f06.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-App/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/MooseX-App/MooseX-App-1.300.0.ebuild dev-perl/MooseX-App/MooseX-App-1.320.0.ebuild X-VCS-Directories: dev-perl/MooseX-App/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 4c54ec999d3ff48d98311329eec2a93a773c5f06 X-VCS-Branch: master Date: Sat, 13 Jun 2015 15:21:37 +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: eb6bd19d-fcdd-4de1-829a-e2f9f5362157 X-Archives-Hash: b458f10e42bbd8acadffdf7f80a2ba96 commit: 4c54ec999d3ff48d98311329eec2a93a773c5f06 Author: Kent Fredric gmail com> AuthorDate: Wed Apr 1 08:45:19 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Jun 13 14:50:51 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=4c54ec99 [bump] MooseX-App-1.320.0 Package-Manager: portage-2.2.17 ...pp-1.300.0.ebuild => MooseX-App-1.320.0.ebuild} | 24 ++++++++++++++-------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/dev-perl/MooseX-App/MooseX-App-1.300.0.ebuild b/dev-perl/MooseX-App/MooseX-App-1.320.0.ebuild similarity index 64% rename from dev-perl/MooseX-App/MooseX-App-1.300.0.ebuild rename to dev-perl/MooseX-App/MooseX-App-1.320.0.ebuild index 6ad2351..6f797a1 100644 --- a/dev-perl/MooseX-App/MooseX-App-1.300.0.ebuild +++ b/dev-perl/MooseX-App/MooseX-App-1.320.0.ebuild @@ -1,33 +1,39 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 MODULE_AUTHOR=MAROS -MODULE_VERSION=1.30 +MODULE_VERSION=1.32 inherit perl-module DESCRIPTION='Write user-friendly command line apps with even less suffering' -LICENSE=" || ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="test" # List::Util -> perl-Scalar-List-Utils +RDEPEND_upstream_missing=" + dev-perl/Text-WagnerFischer + dev-perl/IO-Interactive + dev-perl/TermReadKey + dev-perl/File-HomeDir +" RDEPEND=" dev-perl/Config-Any virtual/perl-Scalar-List-Utils - virtual/perl-Module-Pluggable + dev-perl/Module-Pluggable >=dev-perl/Moose-2.0.0 dev-perl/MooseX-Types-Path-Class dev-perl/Path-Class dev-perl/Pod-Elemental dev-perl/namespace-autoclean >=dev-lang/perl-5.10.0 - + ${RDEPEND_upstream_missing} " DEPEND=" >=virtual/perl-ExtUtils-MakeMaker-6.590.0 - dev-perl/Test-Most - dev-perl/Test-NoWarnings + test? ( + dev-perl/Test-Most + dev-perl/Test-NoWarnings + ) $RDEPEND " -SRC_TEST="do parallel"