public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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,  9 Jan 2018 01:34:46 +0000 (UTC)	[thread overview]
Message-ID: <1515461546.3ee1b22ff223718192ea38e1ffce07997a2eb733.kentnl@gentoo> (raw)

commit:     3ee1b22ff223718192ea38e1ffce07997a2eb733
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  9 01:31:09 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Jan  9 01:32:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee1b22f

dev-perl/Specio: Bump to version 0.420.0

Upstream:
- Check for overloading without overload::Overloaded
- Fix many bugs in type assertion functions avoiding exceptions
  in type-checks
- Improved failure descriptions for type constraints
- Support for creating anonymous type assertion exports
- Fix subification overloading
- Fix checking for class loaded w/ Perl 5.28 optimizations
- Fix name of {Lax,Strict}VersionStr functions as per documented

Keywording:
- New dependencies, dropped: alpha arm64 ia64 ppc64 sparc

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 dev-perl/Specio/Manifest              |  1 +
 dev-perl/Specio/Specio-0.420.0.ebuild | 41 +++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-perl/Specio/Manifest b/dev-perl/Specio/Manifest
index ac1fb1f7fa4..17faa82a64d 100644
--- a/dev-perl/Specio/Manifest
+++ b/dev-perl/Specio/Manifest
@@ -3,3 +3,4 @@ DIST Specio-0.32.tar.gz 83679 BLAKE2B 0fb800160893c99dfc6ab1275f567d58c38aeec562
 DIST Specio-0.35.tar.gz 94969 BLAKE2B bdddb92aa2ac5b31dc564ec5dd79ae92d9049b9b6685ca9d423c1ede7a9f8edbbc202bd08ffaa42b0a2717408ec76d47d38e335cb30b9eff8b82c4358fe6567e SHA512 1a765e7bb2d6b8ddfd18a6cc75108a9237f63acba929c8b94767f336932626a4afb64a4aec96c3a7d518764df6456051fbea4d337a3ce79c9bea25579cca7015
 DIST Specio-0.36.tar.gz 96413 BLAKE2B 698a1ac18998861e215ebd069f9d550fa10dd49cc25c32aa25084e67b1b02619c082651aa230d3c2ea6ec5962390238211e61ae7fe4c5cf2f0869df1d2438f14 SHA512 48727173345cb34c12317f5679c9301b207c3ffac73c2abb2437bf59606e811879a6ac2013c647e3d314de37c4b1ff0fbf256c9e931ddad2e61a6d100ac7afb8
 DIST Specio-0.37.tar.gz 96573 BLAKE2B 4c67bf55fb0fd46062cae23b42efcb2a3d9a4367ca6f87d1a743be7679fb3ed9a5234c8a1adf517ce9b4eb41d810990943de8939eb701da31bd7bb11fdd70273 SHA512 590b5e1515744b699340441f4c14f8fc978b4b637ddb5d9e32db2aa883800c86d7323f85190e92e34571fb57af196f477909aa6cc276a793ae82698f4042468a
+DIST Specio-0.42.tar.gz 101641 BLAKE2B 9c527cd1b306d1a8394ad5b6757153aa00edcf111a444b3792cf088aec0a00597c655f59971eef7a8a6a7689e9b683ca78789b7adf1c9d19a0b6861cd4b90733 SHA512 7a9ff3e96cf3957d7857cd5f6af5efd9e35fc4c888fcd8177041e34a2388f54269e7a3da84ec60961fb61307beb882ebf54e19ae4346876e06197b1ff57891a0

diff --git a/dev-perl/Specio/Specio-0.420.0.ebuild b/dev-perl/Specio/Specio-0.420.0.ebuild
new file mode 100644
index 00000000000..6f902d5e17d
--- /dev/null
+++ b/dev-perl/Specio/Specio-0.420.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DROLSKY
+DIST_VERSION=0.42
+inherit perl-module
+
+DESCRIPTION="Type constraints and coercions for Perl"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~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/Sub-Quote
+	dev-perl/Test-Fatal
+	>=virtual/perl-Test-Simple-0.960.0
+	dev-perl/Try-Tiny
+	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"


             reply	other threads:[~2018-01-09  1:35 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-09  1:34 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-01-14  9:18 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Specio/ 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
2017-05-30  1:58 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=1515461546.3ee1b22ff223718192ea38e1ffce07997a2eb733.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