--- /dev/null
+# 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
+ )
+"
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</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>