From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 013A5139695 for ; Sun, 4 Jun 2017 09:05:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62C4821C139; Sun, 4 Jun 2017 09:05:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30D1521C139 for ; Sun, 4 Jun 2017 09:05:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 075E833E4AD for ; Sun, 4 Jun 2017 09:05:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A06307474 for ; Sun, 4 Jun 2017 09:05:01 +0000 (UTC) From: "Kent Fredric" 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" Message-ID: <1496567057.a53cdcc14f27668a5563b956fa595ceae474a801.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tiny/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Type-Tiny/Manifest dev-perl/Type-Tiny/Type-Tiny-1.2.0.ebuild dev-perl/Type-Tiny/metadata.xml X-VCS-Directories: dev-perl/Type-Tiny/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: a53cdcc14f27668a5563b956fa595ceae474a801 X-VCS-Branch: master Date: Sun, 4 Jun 2017 09:05:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 29476bb6-558a-442d-b764-06844b88e4d4 X-Archives-Hash: ddf7792edf0b0e6705caf2e14fa8c4fa commit: a53cdcc14f27668a5563b956fa595ceae474a801 Author: Kent Fredric gentoo org> AuthorDate: Sun Jun 4 09:03:18 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun Jun 4 09:04:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a53cdcc1 dev-perl/Type-Tiny: Bump to version 1.2.0 - EAPI6 - Tests enabled w/ parallel! - Add USE="exmaples" - Add all recommended deps that are used somewhere internally Upstream: - Fix escaping within q{} in tests - Add functions compile_named, validate_named to Type::Params - Can use Sub::Util when available - Better fallback for Utils::dwim_type - Lazy-load dependencies - Optimized HashRef,ArrayRef,ScalarRef,Map,Tuple and StrMatch constraints - Inlined ::Int check checks value isn't a reference - ArrayRef[ Int, Int ] and similar now an exception - Improved error location reporting for Moo - NumericCode can coerce strings with whitespace - constraint parameters can be strings of perl code - localise sig-die in Type::Registry - Tuple[Int] and similar no longer report having coercions of nested type lacks coercions - New CycleTuple type - RegexpRef now accepts blessed objects if $object->isa('Regexp') - Support for StrMatch regexp inlining via Regexp::Util - Include trailing \n at end of stringified exceptions Keywording: - New dependencies, dropping keywords for: hppa, ppc Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-perl/Type-Tiny/Manifest | 1 + dev-perl/Type-Tiny/Type-Tiny-1.2.0.ebuild | 39 +++++++++++++++++++++++++++++++ dev-perl/Type-Tiny/metadata.xml | 38 ++++++++++++++++++++++++++++++ 3 files changed, 78 insertions(+) diff --git a/dev-perl/Type-Tiny/Manifest b/dev-perl/Type-Tiny/Manifest index cf35564ee3b..60fb1aa33d9 100644 --- a/dev-perl/Type-Tiny/Manifest +++ b/dev-perl/Type-Tiny/Manifest @@ -1 +1,2 @@ DIST Type-Tiny-1.000005.tar.gz 249419 SHA256 42ed36c011825aa1e6995a4e8638621a1b2103a0970b15764ca3919368042365 SHA512 5817ee937384cccbea71fa69f8c2202d721c648a18eedf089529fbb956b2d050b889606e69c8bc3e1d94fb6f638b6cac01394b5534f17a8be6cdf82d69b965b6 WHIRLPOOL 8ac0914d07fbc186c3dcc2cdb7cc9f6288a940818958a148d6ed898849f5e4456d34fa7cd29bdd5315a1f941b2ce0e74a0f2ab9f0d15c7216ec0481a9bf88774 +DIST Type-Tiny-1.002000.tar.gz 264748 SHA256 f37d6d6656b4f8df7b595a253e44b234fe4cd0f3eabf0528067d6651993f4bca SHA512 da9e150011f898bd2af2adafb12124505b651f7b41e4cd9177bcf8e4148f7a7732014292f9f2099bc0b2582f4ee1809009cabe74df8002d182eceb855f6d446a WHIRLPOOL 1c279846cfb650a76e02a1f9108117d3997654f1a79775dd9448fde36e5a494cbcddd7964774e4e338032b9a1b466b0552c4011168e470f2d4a4110ba8b7f490 diff --git a/dev-perl/Type-Tiny/Type-Tiny-1.2.0.ebuild b/dev-perl/Type-Tiny/Type-Tiny-1.2.0.ebuild new file mode 100644 index 00000000000..f32e44b2d09 --- /dev/null +++ b/dev-perl/Type-Tiny/Type-Tiny-1.2.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=TOBYINK +DIST_VERSION=1.002000 +DIST_EXAMPLES=("examples/*") +inherit perl-module + +DESCRIPTION="tiny, yet Moo(se)-compatible type constraint" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test minimal" + +# Test rdep for Test::TypeTiny +RDEPEND=" + !=dev-perl/Exporter-Tiny-0.26.0 + >=virtual/perl-Test-Simple-1.1.10 + !minimal? ( + >=dev-perl/Devel-LexAlias-0.50.0 + dev-perl/Devel-StackTrace + >=dev-perl/Ref-Util-XS-0.116.0 + >=dev-perl/Regexp-Util-0.3.0 + virtual/perl-Scalar-List-Utils + dev-perl/Type-Tie + >=dev-perl/Type-Tiny-XS-0.11.0 + ) +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.170.0 + >=virtual/perl-CPAN-Meta-Requirements-2.0.0 + test? ( + dev-perl/Test-Warnings + ) +" diff --git a/dev-perl/Type-Tiny/metadata.xml b/dev-perl/Type-Tiny/metadata.xml index 2b9a936fc0a..3f0cbb681fd 100644 --- a/dev-perl/Type-Tiny/metadata.xml +++ b/dev-perl/Type-Tiny/metadata.xml @@ -5,4 +5,42 @@ perl@gentoo.org Gentoo Perl Project + + Type-Tiny + Devel::TypeTiny::Perl56Compat + Devel::TypeTiny::Perl58Compat + Error::TypeTiny + Error::TypeTiny::Assertion + Error::TypeTiny::Compilation + Error::TypeTiny::WrongNumberOfParameters + Eval::TypeTiny + Reply::Plugin::TypeTiny + Test::TypeTiny + Type::Coercion + Type::Coercion::FromMoose + Type::Coercion::Union + Type::Library + Type::Params + Type::Parser + Type::Registry + Type::Tiny + Type::Tiny::Class + Type::Tiny::Duck + Type::Tiny::Enum + Type::Tiny::Intersection + Type::Tiny::Role + Type::Tiny::Union + Type::Utils + Types::Common::Numeric + Types::Common::String + Types::Standard + Types::Standard::ArrayRef + Types::Standard::CycleTuple + Types::Standard::Dict + Types::Standard::HashRef + Types::Standard::Map + Types::Standard::ScalarRef + Types::Standard::Tuple + Types::TypeTiny +