From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Config-MVP/
Date: Sat, 13 Jun 2015 15:21:36 +0000 (UTC) [thread overview]
Message-ID: <1434206869.5802124fb7cf401f1210da5adef094a3cd5be31f.kent@gentoo> (raw)
commit: 5802124fb7cf401f1210da5adef094a3cd5be31f
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Mar 29 17:30:38 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 13 14:47:49 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=5802124f
[bump] Config-MVP-2.200.10
Package-Manager: portage-2.2.17
dev-perl/Config-MVP/Config-MVP-2.200.10.ebuild | 41 ++++++++++++++
dev-perl/Config-MVP/Config-MVP-2.200.6.ebuild | 78 --------------------------
2 files changed, 41 insertions(+), 78 deletions(-)
diff --git a/dev-perl/Config-MVP/Config-MVP-2.200.10.ebuild b/dev-perl/Config-MVP/Config-MVP-2.200.10.ebuild
new file mode 100644
index 0000000..641a1e8
--- /dev/null
+++ b/dev-perl/Config-MVP/Config-MVP-2.200.10.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=2.200010
+inherit perl-module
+
+DESCRIPTION='multivalue-property package-oriented configuration'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# Module::Pluggable::Object -> Module-Pluggable
+# Moose::Role -> Moose
+# Moose::Util::TypeConstraints -> Moose
+# Role::Identifiable::HasIdent -> Role-Identifiable
+# StackTrace::Auto -> Throwable
+# Test::More -> Test-Simple (Yes, Runtime)
+RDEPEND="
+ >=dev-perl/Class-Load-0.170.0
+ virtual/perl-File-Spec
+ dev-perl/Module-Pluggable
+ dev-perl/Module-Runtime
+ >=dev-perl/Moose-0.910.0
+ dev-perl/MooseX-OneArgNew
+ dev-perl/Params-Util
+ dev-perl/Role-HasMessage
+ dev-perl/Role-Identifiable
+ >=virtual/perl-Test-Simple-0.960.0
+ dev-perl/Throwable
+ dev-perl/Tie-IxHash
+ dev-perl/Try-Tiny
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/Test-Fatal
+ )
+"
diff --git a/dev-perl/Config-MVP/Config-MVP-2.200.6.ebuild b/dev-perl/Config-MVP/Config-MVP-2.200.6.ebuild
deleted file mode 100644
index c60525c..0000000
--- a/dev-perl/Config-MVP/Config-MVP-2.200.6.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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.200006
-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
- # Module::Runtime
- echo dev-perl/Module-Runtime
- # 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() {
- # Capture::Tiny
- echo dev-perl/Capture-Tiny
- # Test::Fatal
- echo dev-perl/Test-Fatal
- # Test::More 0.96 ( 0.960.0 )
- echo \>=virtual/perl-Test-Simple-0.96
- # blib
- # echo dev-lang/perl
- # lib
- # echo dev-perl/lib
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do parallel"
next reply other threads:[~2015-06-13 15:21 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-13 15:21 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-10-11 4:52 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Config-MVP/ Kent Fredric
2013-10-11 4:52 Kent Fredric
2013-02-08 10:36 Kent Fredric
2013-02-08 10:36 Kent Fredric
2012-08-23 12:35 Kent Fredric
2012-03-27 9:30 Kent Fredric
2011-02-12 3:33 Kent Fredric
2011-02-09 7:22 Torsten Veller
2011-02-08 21:29 Torsten Veller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1434206869.5802124fb7cf401f1210da5adef094a3cd5be31f.kent@gentoo \
--to=kentfredric@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox