summaryrefslogtreecommitdiff
path: root/dev-perl/Types-Path-Tiny
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /dev-perl/Types-Path-Tiny
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'dev-perl/Types-Path-Tiny')
-rw-r--r--dev-perl/Types-Path-Tiny/Manifest3
-rw-r--r--dev-perl/Types-Path-Tiny/Types-Path-Tiny-0.6.0.ebuild29
-rw-r--r--dev-perl/Types-Path-Tiny/metadata.xml12
3 files changed, 44 insertions, 0 deletions
diff --git a/dev-perl/Types-Path-Tiny/Manifest b/dev-perl/Types-Path-Tiny/Manifest
new file mode 100644
index 000000000000..5be13d75208c
--- /dev/null
+++ b/dev-perl/Types-Path-Tiny/Manifest
@@ -0,0 +1,3 @@
+DIST Types-Path-Tiny-0.006.tar.gz 15614 BLAKE2B bd35285a3e53f1af1d813eb485aaeb98f7c8ea07cac6b81ff223bfbaacc551364f3b349b88c48c5bce6439529d917f45fbe1fea5013b51ae392f203f6ba24c64 SHA512 9820b5e23bd916895d64573273dd0ffcf8fdc1f0cf6af2db02400bcbbc3611628f03e2ca83f9297dae3b28784279689ba40256f94f0e7ef841bd08e026941b0a
+EBUILD Types-Path-Tiny-0.6.0.ebuild 581 BLAKE2B 7db45cd2211a1db37148b6efdd70c0078440d0a96230e4613f1c2fda60bb43779af5dec9161006272732191fb8e4ad929ee0338b969814d0ed587520ce729297 SHA512 7b4e6125e27a583ae020537e6c83d4fb5e5b39aafde013ced18ade13d1e70bd7dff22a3fc291d298324776ef0b97fa919c2d4680e13b0674214bf68ebfc7ddff
+MISC metadata.xml 403 BLAKE2B 83263bc3aa26b20890acfd0ecb3f8723fbb9f84a5f5ff577f1f1774e97ff167776d4e7bfea6239f37977cf617bcfa36c270ee8fffc6fc25021b0f4014b1baa06 SHA512 23d00aa3100834beb9d8762af643c9005dc76f3cec6ba4784c364b51ec3c93586005b298516aab377ca50de3c4e37440cce59e70e8074e763eef588416e9e6da
diff --git a/dev-perl/Types-Path-Tiny/Types-Path-Tiny-0.6.0.ebuild b/dev-perl/Types-Path-Tiny/Types-Path-Tiny-0.6.0.ebuild
new file mode 100644
index 000000000000..21b2f429b05d
--- /dev/null
+++ b/dev-perl/Types-Path-Tiny/Types-Path-Tiny-0.6.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DAGOLDEN
+DIST_VERSION=0.006
+inherit perl-module
+
+DESCRIPTION="Path::Tiny types and coercions for Moose and Moo"
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-perl/Path-Tiny
+ >=dev-perl/Type-Tiny-0.8.0
+"
+BDEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+ test? (
+ virtual/perl-File-Spec
+ >=virtual/perl-File-Temp-0.180.0
+ dev-perl/File-pushd
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
diff --git a/dev-perl/Types-Path-Tiny/metadata.xml b/dev-perl/Types-Path-Tiny/metadata.xml
new file mode 100644
index 000000000000..7916e6e08b35
--- /dev/null
+++ b/dev-perl/Types-Path-Tiny/metadata.xml
@@ -0,0 +1,12 @@
+<?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">Types-Path-Tiny</remote-id>
+ <remote-id type="cpan-module">Types::Path::Tiny</remote-id>
+ </upstream>
+</pkgmetadata>