Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Specio/
Date: Tue, 14 Feb 2017 05:22:21
Message-Id: 1487049542.ec0cb3e6a6acdeeb142c90f7e1b46fb234d31c99.kentnl@gentoo
1 commit: ec0cb3e6a6acdeeb142c90f7e1b46fb234d31c99
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 14 04:34:18 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 05:19:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec0cb3e6
7
8 dev-perl/Specio: Bump to version 0.350.0
9
10 Upstream:
11 - Add Specio::Subs for representing types as assertion/check subs
12 - constraints now have inline_coercion method
13 - Specio::Exporter subclasses can now define additional subs to
14 export
15 - No longer fails when importing the same library twice
16 - Added alpha implementation of structured types
17
18 Keywording:
19 - new deps, dropped: alpha hppa x86-fbsd
20
21 Package-Manager: Portage-2.3.3, Repoman-2.3.1
22
23 dev-perl/Specio/Manifest | 1 +
24 dev-perl/Specio/Specio-0.350.0.ebuild | 40 +++++++++++++++++++++++++++++++++++
25 dev-perl/Specio/metadata.xml | 7 ++++++
26 3 files changed, 48 insertions(+)
27
28 diff --git a/dev-perl/Specio/Manifest b/dev-perl/Specio/Manifest
29 index e6641a423d..50b6e48d5d 100644
30 --- a/dev-perl/Specio/Manifest
31 +++ b/dev-perl/Specio/Manifest
32 @@ -1,2 +1,3 @@
33 DIST Specio-0.31.tar.gz 82791 SHA256 ef4a7c4856032cb1d725f96c06de2a25d1edaef8812c1f86d13e55ecee0183f9 SHA512 1d16ff9aeb3e2026c23928db64587e42f74b2488b7aeef6ee7b03ec0542dd4986cca25b3206d7d50e54724d5d3e04e8ab268808d42ff32f179ea719ca6821544 WHIRLPOOL f81df5c29ca77c97541ab584ff3dd51c39d49c164fe8aae4bec52262ac4805d0cef273708004d695670abe32dd02b893fef773a49922b1677a2540e4f252ec9b
34 DIST Specio-0.32.tar.gz 83679 SHA256 07544e0e52c252d480714edd8256447e7ec5762c99571c305ca2895e58d8f949 SHA512 6803089d5f80d9c7b811c0bddb6937228cbb95a0876424a678b76f38609b32220a2ffee63b904535baf741ddbffb880999b3ea49e41d34731ed83394b5d0628b WHIRLPOOL 6620a63030d263d0177823bd2482f9c7aa572c8f62975b929655a56d0060dbbfd11baa7489106c6334121cf5d8890bfda8cdd6da0cf065cc3de424e50ff7bbce
35 +DIST Specio-0.35.tar.gz 94969 SHA256 5c75f366594f0d2a5a39ca9cf31b8dfa0e2564c148aa0e2805fd263530ceffa5 SHA512 1a765e7bb2d6b8ddfd18a6cc75108a9237f63acba929c8b94767f336932626a4afb64a4aec96c3a7d518764df6456051fbea4d337a3ce79c9bea25579cca7015 WHIRLPOOL 04d4bbc02c251dbf3f2e392801ee7a5c1b2d9059f6e03584e8500031038cd3240e1d29fb9716b4b64ffbe58c59aa4c9046da8c210be9eb9524fd86b67c49f722
36
37 diff --git a/dev-perl/Specio/Specio-0.350.0.ebuild b/dev-perl/Specio/Specio-0.350.0.ebuild
38 new file mode 100644
39 index 0000000000..f0c34189bd
40 --- /dev/null
41 +++ b/dev-perl/Specio/Specio-0.350.0.ebuild
42 @@ -0,0 +1,40 @@
43 +# Copyright 1999-2017 Gentoo Foundation
44 +# Distributed under the terms of the GNU General Public License v2
45 +# $Id$
46 +
47 +EAPI=6
48 +
49 +DIST_AUTHOR=DROLSKY
50 +DIST_VERSION=0.35
51 +inherit perl-module
52 +
53 +DESCRIPTION="Type constraints and coercions for Perl"
54 +SLOT="0"
55 +KEYWORDS="~amd64 ~x86"
56 +IUSE="test minimal"
57 +
58 +RDEPEND="
59 + !minimal? ( >=dev-perl/Ref-Util-0.112.0 )
60 + virtual/perl-Carp
61 + dev-perl/Devel-StackTrace
62 + dev-perl/Eval-Closure
63 + virtual/perl-Exporter
64 + virtual/perl-IO
65 + dev-perl/MRO-Compat
66 + dev-perl/Module-Runtime
67 + >=dev-perl/Role-Tiny-1.3.3
68 + >=virtual/perl-Scalar-List-Utils-1.330.0
69 + virtual/perl-Storable
70 + dev-perl/Test-Fatal
71 + >=virtual/perl-Test-Simple-0.960.0
72 + virtual/perl-parent
73 + >=virtual/perl-version-0.830.0
74 +"
75 +DEPEND="${RDEPEND}
76 + virtual/perl-ExtUtils-MakeMaker
77 + test? (
78 + virtual/perl-File-Spec
79 + dev-perl/Test-Needs
80 + )
81 +"
82 +mydoc="TODO.md"
83
84 diff --git a/dev-perl/Specio/metadata.xml b/dev-perl/Specio/metadata.xml
85 index 270851de65..2328595eef 100644
86 --- a/dev-perl/Specio/metadata.xml
87 +++ b/dev-perl/Specio/metadata.xml
88 @@ -24,6 +24,8 @@
89 <remote-id type="cpan-module">Specio::Constraint::Role::Interface</remote-id>
90 <remote-id type="cpan-module">Specio::Constraint::Role::IsaType</remote-id>
91 <remote-id type="cpan-module">Specio::Constraint::Simple</remote-id>
92 + <remote-id type="cpan-module">Specio::Constraint::Structurable</remote-id>
93 + <remote-id type="cpan-module">Specio::Constraint::Structured</remote-id>
94 <remote-id type="cpan-module">Specio::Constraint::Union</remote-id>
95 <remote-id type="cpan-module">Specio::Declare</remote-id>
96 <remote-id type="cpan-module">Specio::DeclaredAt</remote-id>
97 @@ -34,10 +36,15 @@
98 <remote-id type="cpan-module">Specio::Library::Numeric</remote-id>
99 <remote-id type="cpan-module">Specio::Library::Perl</remote-id>
100 <remote-id type="cpan-module">Specio::Library::String</remote-id>
101 + <remote-id type="cpan-module">Specio::Library::Structured</remote-id>
102 + <remote-id type="cpan-module">Specio::Library::Structured::Dict</remote-id>
103 + <remote-id type="cpan-module">Specio::Library::Structured::Map</remote-id>
104 + <remote-id type="cpan-module">Specio::Library::Structured::Tuple</remote-id>
105 <remote-id type="cpan-module">Specio::OO</remote-id>
106 <remote-id type="cpan-module">Specio::PartialDump</remote-id>
107 <remote-id type="cpan-module">Specio::Registry</remote-id>
108 <remote-id type="cpan-module">Specio::Role::Inlinable</remote-id>
109 + <remote-id type="cpan-module">Specio::Subs</remote-id>
110 <remote-id type="cpan-module">Specio::TypeChecks</remote-id>
111 <remote-id type="cpan-module">Test::Specio</remote-id>
112 </upstream>