Skip to content

Commit

Permalink
dev-perl/Config-MVP: Add w/ version 2.200.10
Browse files Browse the repository at this point in the history
Required for dev-perl/Dist-Zilla

Previously maintained in ::perl-experimental since Jul 2009 by
myself, with contributions from Torsten Veller and Michele Beltrame

Package-Manager: portage-2.3.2
  • Loading branch information
kentfredric committed Nov 21, 2016
1 parent ea9c441 commit 29c2644
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 0 deletions.
46 changes: 46 additions & 0 deletions dev-perl/Config-MVP/Config-MVP-2.200.10.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR=RJBS
DIST_VERSION=2.200010
inherit perl-module

DESCRIPTION="multivalue-property package-oriented configuration"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test minimal"

# r: Module::Pluggable::Object -> Module-Pluggable
# r: Moose::Role -> Moose
# r: Moose::Util::TypeConstraints -> Moose
# r: Role::Identifiable::HasIdent -> Role-Identifiable
# r: StackTrace::Auto -> Throwable
# r: Test::More -> Test-Simple (Yes, Runtime)
# r: overload, string, warnings -> perl
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
dev-perl/Throwable
dev-perl/Tie-IxHash
dev-perl/Try-Tiny
"
# t: lib -> perl
DEPEND="
${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
!minimal? (
>=virtual/perl-CPAN-Meta-2.120.900
)
dev-perl/Test-Fatal
>=virtual/perl-Test-Simple-0.960.0
)
"
1 change: 1 addition & 0 deletions dev-perl/Config-MVP/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST Config-MVP-2.200010.tar.gz 32947 SHA256 bfb5870452a12ead4d3fd485045d1fa92b2a11741c3b93b61eb43f3dcbd6099b SHA512 b0febad2c80ab3e9d8c19b2a8b6c8a6bdb1e2358fa7a3c436e639d75ad15560ac4aa08f88c67f32f28dd9fe491ae7b156715e93d0078d27cee20e16016154052 WHIRLPOOL a9614cea832f2f924b71ad959fbf1d49590780de71f2bab6ff1c38c63c67ce2f3f797ae2990304b2fee687abda0e9f7426cb249827b090c359531e313238d89f
22 changes: 22 additions & 0 deletions dev-perl/Config-MVP/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Config-MVP</remote-id>
<remote-id type="cpan-module">Config::MVP</remote-id>
<remote-id type="cpan-module">Config::MVP::Assembler</remote-id>
<remote-id type="cpan-module">Config::MVP::Assembler::WithBundles</remote-id>
<remote-id type="cpan-module">Config::MVP::Error</remote-id>
<remote-id type="cpan-module">Config::MVP::Reader</remote-id>
<remote-id type="cpan-module">Config::MVP::Reader::Findable</remote-id>
<remote-id type="cpan-module">Config::MVP::Reader::Findable::ByExtension</remote-id>
<remote-id type="cpan-module">Config::MVP::Reader::Finder</remote-id>
<remote-id type="cpan-module">Config::MVP::Reader::Hash</remote-id>
<remote-id type="cpan-module">Config::MVP::Section</remote-id>
<remote-id type="cpan-module">Config::MVP::Sequence</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 29c2644

Please sign in to comment.