summaryrefslogtreecommitdiff
path: root/dev-perl/MooX-HandlesVia
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-perl/MooX-HandlesVia
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/MooX-HandlesVia')
-rw-r--r--dev-perl/MooX-HandlesVia/Manifest3
-rw-r--r--dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild31
-rw-r--r--dev-perl/MooX-HandlesVia/metadata.xml17
3 files changed, 51 insertions, 0 deletions
diff --git a/dev-perl/MooX-HandlesVia/Manifest b/dev-perl/MooX-HandlesVia/Manifest
new file mode 100644
index 000000000000..d4d949aa7f27
--- /dev/null
+++ b/dev-perl/MooX-HandlesVia/Manifest
@@ -0,0 +1,3 @@
+DIST MooX-HandlesVia-0.001008.tar.gz 24385 BLAKE2B 9d6a72a9b9bc3bd99a145904e4148bb2c4bce6150b67431402d409ddb81b732a57a11935a10f2ddf2184b0fb8a93d57f6482fdde61508f73b8867fbc92e24c4f SHA512 ad5dd6c5a05d6f44788e31a74d595c3a6c1b8bf62f51d59bab2d65f6963c2995205ad64f6930b103026d3497d3d2a83bd192b7566228c31bf944265e060703c0
+EBUILD MooX-HandlesVia-0.1.8.ebuild 601 BLAKE2B 24b7719abbb8778fca9a3ea7d1ec9e14c9f15af59c3b21d038a6fc6f70e00ce9bab8c926e578f97f450328364b10e20c06939036702d8b1fa4905a26b3b1723e SHA512 19f57834c1195f7c0f2362fde566fd0d5d2f48a85fb7a4d8c7ec385a77c28f4033b00785af4d7567f98ec0e228e93da08f49f42237cf211257b44e1845b3daf3
+MISC metadata.xml 779 BLAKE2B a46185d754c6fb63bd6fc231ed630854cea599f20f878cda3fc01823188262f0c619f85fc3b24df7414aec0bb87dbe7bd154d974ec2005913b3845a5cec1d0f6 SHA512 085ffc9c359ba33c796376932cf3e74318e7c75df09b8e8b8ef792e2887562aa5dc9bff2a79cb8251f22ddbd2eaa465fd28c8ff66b0782b121d0cded684b5d68
diff --git a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild
new file mode 100644
index 000000000000..5665fe180d50
--- /dev/null
+++ b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MATTP
+DIST_VERSION=0.001008
+inherit perl-module
+
+DESCRIPTION="NativeTrait-like behavior for Moo"
+
+SLOT="0"
+KEYWORDS="amd64 hppa ppc x86"
+IUSE="test"
+
+RDEPEND="
+ dev-perl/Class-Method-Modifiers
+ >=dev-perl/Data-Perl-0.2.6
+ dev-perl/Module-Runtime
+ >=dev-perl/Moo-1.3.0
+ dev-perl/Role-Tiny
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=dev-perl/MooX-Types-MooseLike-0.230.0
+ dev-perl/Test-Exception
+ dev-perl/Test-Fatal
+ virtual/perl-Test-Simple
+ )
+"
diff --git a/dev-perl/MooX-HandlesVia/metadata.xml b/dev-perl/MooX-HandlesVia/metadata.xml
new file mode 100644
index 000000000000..550bddadd3f1
--- /dev/null
+++ b/dev-perl/MooX-HandlesVia/metadata.xml
@@ -0,0 +1,17 @@
+<?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">MooX-HandlesVia</remote-id>
+ <remote-id type="cpan-module">Data::Perl::Bool::MooseLike</remote-id>
+ <remote-id type="cpan-module">Data::Perl::Collection::Array::MooseLike</remote-id>
+ <remote-id type="cpan-module">Data::Perl::Collection::Hash::MooseLike</remote-id>
+ <remote-id type="cpan-module">Data::Perl::Number::MooseLike</remote-id>
+ <remote-id type="cpan-module">Data::Perl::String::MooseLike</remote-id>
+ <remote-id type="cpan-module">MooX::HandlesVia</remote-id>
+ </upstream>
+</pkgmetadata>