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 6A0FE138909 for ; Fri, 8 Feb 2013 10:36:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDE7CE055C; Fri, 8 Feb 2013 10:36:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0BE34E0534 for ; Fri, 8 Feb 2013 10:36:32 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C846433E1C1 for ; Fri, 8 Feb 2013 10:36:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6C5FDE4090 for ; Fri, 8 Feb 2013 10:36:30 +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: <1360260918.73e22c7694332c4c075054d26627fda92f7999e8.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Config-MVP/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Config-MVP/ChangeLog dev-perl/Config-MVP/Config-MVP-2.200.3.ebuild X-VCS-Directories: dev-perl/Config-MVP/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 73e22c7694332c4c075054d26627fda92f7999e8 X-VCS-Branch: master Date: Fri, 8 Feb 2013 10:36:30 +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: 610fc79f-a8bd-4954-8c07-20a315f6bb5b X-Archives-Hash: 251695fa25b817fcec3e9919b7ee5bca commit: 73e22c7694332c4c075054d26627fda92f7999e8 Author: Kent Fredric gmail com> AuthorDate: Thu Feb 7 18:15:18 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Feb 7 18:15:18 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=73e22c76 [newversion] Config-MVP-2.200.3 Package-Manager: portage-2.2.0_alpha141 Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/Config-MVP/ChangeLog | 5 ++ dev-perl/Config-MVP/Config-MVP-2.200.3.ebuild | 74 +++++++++++++++++++++++++ 2 files changed, 79 insertions(+), 0 deletions(-) diff --git a/dev-perl/Config-MVP/ChangeLog b/dev-perl/Config-MVP/ChangeLog index a9ae294..abe2d61 100644 --- a/dev-perl/Config-MVP/ChangeLog +++ b/dev-perl/Config-MVP/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Config-MVP-2.200.3 (07 Feb 2013) + + 07 Feb 2013; Kent Fredric +Config-MVP-2.200.3.ebuild: + Version Bump + *Config-MVP-2.200.0 (07 Feb 2013) 07 Feb 2013; Kent Fredric -Config-MVP-2.200.ebuild, diff --git a/dev-perl/Config-MVP/Config-MVP-2.200.3.ebuild b/dev-perl/Config-MVP/Config-MVP-2.200.3.ebuild new file mode 100644 index 0000000..9408a08 --- /dev/null +++ b/dev-perl/Config-MVP/Config-MVP-2.200.3.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=RJBS +MODULE_VERSION=2.200003 +inherit perl-module + +DESCRIPTION='multivalue-property package-oriented configuration' +LICENSE=" || ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +perl_meta_configure() { + # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) + echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 +} +perl_meta_runtime() { + # Class::Load 0.17 ( 0.170.0 ) + echo \>=dev-perl/Class-Load-0.170.0 + # File::Spec + echo virtual/perl-File-Spec + # Module::Pluggable::Object + echo virtual/perl-Module-Pluggable + # Moose 0.91 ( 0.910.0 ) + echo \>=dev-perl/Moose-0.910.0 + # Moose::Role + echo dev-perl/Moose + # Moose::Util::TypeConstraints + echo dev-perl/Moose + # MooseX::OneArgNew + echo dev-perl/MooseX-OneArgNew + # Params::Util + echo dev-perl/Params-Util + # Role::HasMessage + echo dev-perl/Role-HasMessage + # Role::Identifiable::HasIdent + echo dev-perl/Role-Identifiable + # StackTrace::Auto + echo dev-perl/Throwable + # Test::More 0.88 ( 0.880.0 ) + echo \>=virtual/perl-Test-Simple-0.88 + # Throwable + echo dev-perl/Throwable + # Tie::IxHash + echo dev-perl/Tie-IxHash + # Try::Tiny + echo dev-perl/Try-Tiny + # overload + echo dev-lang/perl + # strict + echo dev-lang/perl + # warnings + echo dev-lang/perl +} +perl_meta_test() { + # File::Find + echo dev-lang/perl + # File::Temp + echo virtual/perl-File-Temp + # Test::Fatal + echo dev-perl/Test-Fatal + # Test::More 0.96 ( 0.960.0 ) + echo \>=virtual/perl-Test-Simple-0.96 +} +DEPEND=" + $(perl_meta_configure) + $(perl_meta_runtime) + test? ( $(perl_meta_test) ) +" +RDEPEND=" + $(perl_meta_runtime) +" +SRC_TEST="do"