From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Specio/
Date: Tue, 30 May 2017 01:58:56 +0000 (UTC) [thread overview]
Message-ID: <1496109524.b82f8f2272a23278208f0053dd8ef0a49b0f52c8.kentnl@gentoo> (raw)
commit: b82f8f2272a23278208f0053dd8ef0a49b0f52c8
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue May 30 01:58:44 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue May 30 01:58:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b82f8f22
dev-perl/Specio: Bump to version 0.370.0
Upstream:
- Potential fix for threaded perl failures in some dependents
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-perl/Specio/Manifest | 1 +
dev-perl/Specio/Specio-0.370.0.ebuild | 39 +++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/dev-perl/Specio/Manifest b/dev-perl/Specio/Manifest
index c55e277c809..3e88c362967 100644
--- a/dev-perl/Specio/Manifest
+++ b/dev-perl/Specio/Manifest
@@ -2,3 +2,4 @@ DIST Specio-0.31.tar.gz 82791 SHA256 ef4a7c4856032cb1d725f96c06de2a25d1edaef8812
DIST Specio-0.32.tar.gz 83679 SHA256 07544e0e52c252d480714edd8256447e7ec5762c99571c305ca2895e58d8f949 SHA512 6803089d5f80d9c7b811c0bddb6937228cbb95a0876424a678b76f38609b32220a2ffee63b904535baf741ddbffb880999b3ea49e41d34731ed83394b5d0628b WHIRLPOOL 6620a63030d263d0177823bd2482f9c7aa572c8f62975b929655a56d0060dbbfd11baa7489106c6334121cf5d8890bfda8cdd6da0cf065cc3de424e50ff7bbce
DIST Specio-0.35.tar.gz 94969 SHA256 5c75f366594f0d2a5a39ca9cf31b8dfa0e2564c148aa0e2805fd263530ceffa5 SHA512 1a765e7bb2d6b8ddfd18a6cc75108a9237f63acba929c8b94767f336932626a4afb64a4aec96c3a7d518764df6456051fbea4d337a3ce79c9bea25579cca7015 WHIRLPOOL 04d4bbc02c251dbf3f2e392801ee7a5c1b2d9059f6e03584e8500031038cd3240e1d29fb9716b4b64ffbe58c59aa4c9046da8c210be9eb9524fd86b67c49f722
DIST Specio-0.36.tar.gz 96413 SHA256 1399113b178dd9a2443f0e05bfd5bc665931442bf9e31b223893c7d2853c4480 SHA512 48727173345cb34c12317f5679c9301b207c3ffac73c2abb2437bf59606e811879a6ac2013c647e3d314de37c4b1ff0fbf256c9e931ddad2e61a6d100ac7afb8 WHIRLPOOL 4bfa768277f2956c60a57d429a7f7f0f1d0591fd241867a002171df10a7ac8f829b2e9a1d367750f3acee67c1d14db61a215368a128bd59fd304bc0bf910fc0c
+DIST Specio-0.37.tar.gz 96573 SHA256 59fe0da6743d19a1f2e9dce0edb1ad26c1e26daa0b1d36d827a470301fd9ead5 SHA512 590b5e1515744b699340441f4c14f8fc978b4b637ddb5d9e32db2aa883800c86d7323f85190e92e34571fb57af196f477909aa6cc276a793ae82698f4042468a WHIRLPOOL f47a449d20dbba09b14ee00f71bd52b50936c9f1c68201041155b744bd8964d17028eaac0fff961b128e502297aa89827e40ff5c6bb8adc2dd24715d37e6fb3d
diff --git a/dev-perl/Specio/Specio-0.370.0.ebuild b/dev-perl/Specio/Specio-0.370.0.ebuild
new file mode 100644
index 00000000000..2b19851d86d
--- /dev/null
+++ b/dev-perl/Specio/Specio-0.370.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=DROLSKY
+DIST_VERSION=0.37
+inherit perl-module
+
+DESCRIPTION="Type constraints and coercions for Perl"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test minimal"
+
+RDEPEND="
+ !minimal? ( >=dev-perl/Ref-Util-0.112.0 )
+ virtual/perl-Carp
+ dev-perl/Devel-StackTrace
+ dev-perl/Eval-Closure
+ virtual/perl-Exporter
+ virtual/perl-IO
+ dev-perl/MRO-Compat
+ dev-perl/Module-Runtime
+ >=dev-perl/Role-Tiny-1.3.3
+ >=virtual/perl-Scalar-List-Utils-1.330.0
+ virtual/perl-Storable
+ dev-perl/Test-Fatal
+ >=virtual/perl-Test-Simple-0.960.0
+ virtual/perl-parent
+ >=virtual/perl-version-0.830.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-File-Spec
+ dev-perl/Test-Needs
+ )
+"
+mydoc="TODO.md"
next reply other threads:[~2017-05-30 1:59 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-30 1:58 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-22 4:55 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Specio/ Sam James
2023-01-14 9:18 Arthur Zamarin
2023-01-13 18:42 Arthur Zamarin
2022-12-18 11:47 Sam James
2022-12-18 11:44 Sam James
2022-06-29 13:02 Sam James
2022-06-14 14:32 Sam James
2022-01-17 2:24 Joshua Kinard
2021-12-31 6:13 Matt Turner
2021-12-09 21:59 Sam James
2021-12-08 9:18 Sam James
2021-12-08 6:17 Sam James
2021-12-07 16:54 Sam James
2021-12-07 16:54 Sam James
2021-12-07 16:53 Sam James
2021-12-07 16:53 Sam James
2021-12-07 16:53 Sam James
2021-11-11 3:49 Sam James
2021-11-01 15:46 Sam James
2021-10-11 3:16 Sam James
2021-10-11 1:20 Sam James
2021-10-10 20:48 Sam James
2021-10-10 2:20 Sam James
2021-10-10 0:05 Sam James
2021-09-24 22:28 James Le Cuirot
2021-09-15 2:32 Sam James
2021-09-13 16:03 Sam James
2021-09-13 1:31 Yixun Lan
2021-08-08 14:46 Andreas K. Hüttel
2020-12-27 15:51 Fabian Groffen
2020-04-15 14:29 Kent Fredric
2020-04-14 15:45 Agostino Sarubbo
2020-04-14 14:06 Agostino Sarubbo
2020-04-14 14:03 Agostino Sarubbo
2020-04-14 12:59 Agostino Sarubbo
2020-04-12 18:27 Sergei Trofimovich
2020-04-12 11:39 Mart Raudsepp
2020-04-12 9:34 Sergei Trofimovich
2018-10-18 7:52 Tobias Klausmann
2018-10-16 18:47 Fabian Groffen
2018-08-04 0:54 Mikle Kolyada
2018-04-07 15:26 Mart Raudsepp
2018-03-28 17:27 Matt Turner
2018-01-15 8:29 Sergei Trofimovich
2018-01-12 23:16 Sergei Trofimovich
2018-01-10 19:49 Sergei Trofimovich
2018-01-09 1:34 Kent Fredric
2017-04-29 11:45 Jeroen Roovers
2017-03-20 20:26 Kent Fredric
2017-03-15 18:54 Matt Turner
2017-03-10 21:04 Matt Turner
2017-03-02 15:52 Tobias Klausmann
2017-02-22 21:45 Markus Meier
2017-02-20 18:02 Markus Meier
2017-02-14 5:22 Kent Fredric
2017-01-17 13:40 Kent Fredric
2017-01-12 14:21 Jeroen Roovers
2016-12-04 16:43 Michael Palimaka
2016-11-24 17:45 Tobias Klausmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1496109524.b82f8f2272a23278208f0053dd8ef0a49b0f52c8.kentnl@gentoo \
--to=kentnl@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox