From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1192415-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8216A13835A for <garchives@archives.gentoo.org>; Fri, 31 Jul 2020 22:09:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DD19E0949; Fri, 31 Jul 2020 22:09:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 180D6E0949 for <gentoo-commits@lists.gentoo.org>; Fri, 31 Jul 2020 22:09:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79DCE34F2D7 for <gentoo-commits@lists.gentoo.org>; Fri, 31 Jul 2020 22:09:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F19E427F for <gentoo-commits@lists.gentoo.org>; Fri, 31 Jul 2020 22:09:26 +0000 (UTC) From: "Kent Fredric" <kentnl@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" <kentnl@gentoo.org> Message-ID: <1596233328.526a53efdae40be9e66a47990345887edd9b70ba.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Types-Path-Tiny/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Types-Path-Tiny/Manifest dev-perl/Types-Path-Tiny/Types-Path-Tiny-0.6.0.ebuild dev-perl/Types-Path-Tiny/metadata.xml X-VCS-Directories: dev-perl/Types-Path-Tiny/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 526a53efdae40be9e66a47990345887edd9b70ba X-VCS-Branch: master Date: Fri, 31 Jul 2020 22:09:26 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e376d4fd-0b67-4b32-91ba-fa68cc6e764f X-Archives-Hash: 166f6659d536f0bc6fc21470b2784754 commit: 526a53efdae40be9e66a47990345887edd9b70ba Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Fri Jul 31 21:26:23 2020 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Fri Jul 31 22:08:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=526a53ef dev-perl/Types-Path-Tiny: Add w/ version 0.6.0 Required by dev-perl/Dist-Zilla-Plugin-Git 2.46.0 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org> dev-perl/Types-Path-Tiny/Manifest | 1 + .../Types-Path-Tiny/Types-Path-Tiny-0.6.0.ebuild | 29 ++++++++++++++++++++++ dev-perl/Types-Path-Tiny/metadata.xml | 12 +++++++++ 3 files changed, 42 insertions(+) diff --git a/dev-perl/Types-Path-Tiny/Manifest b/dev-perl/Types-Path-Tiny/Manifest new file mode 100644 index 00000000000..85cf4d8c429 --- /dev/null +++ b/dev-perl/Types-Path-Tiny/Manifest @@ -0,0 +1 @@ +DIST Types-Path-Tiny-0.006.tar.gz 15614 BLAKE2B bd35285a3e53f1af1d813eb485aaeb98f7c8ea07cac6b81ff223bfbaacc551364f3b349b88c48c5bce6439529d917f45fbe1fea5013b51ae392f203f6ba24c64 SHA512 9820b5e23bd916895d64573273dd0ffcf8fdc1f0cf6af2db02400bcbbc3611628f03e2ca83f9297dae3b28784279689ba40256f94f0e7ef841bd08e026941b0a 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 00000000000..21b2f429b05 --- /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 00000000000..7916e6e08b3 --- /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>