From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Try-Tiny/
Date: Tue, 26 Apr 2016 20:03:09 +0000 (UTC) [thread overview]
Message-ID: <1461700974.f71051e0685f783eaf6089fe408ef5dbaf233afd.dilfridge@gentoo> (raw)
commit: f71051e0685f783eaf6089fe408ef5dbaf233afd
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Apr 25 06:16:23 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 20:02:54 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f71051e0
dev-perl/Try-Tiny: Bump to version 0.240.0
- EAPI6
- Fix DESCRIPTION interpolating "$@"
- Add optional deps with USE="!minimal"
Upstream:
- Allow using Sub::Util instead of Sub::Name where its available.
Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
dev-perl/Try-Tiny/Manifest | 1 +
dev-perl/Try-Tiny/Try-Tiny-0.240.0.ebuild | 36 +++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-perl/Try-Tiny/Manifest b/dev-perl/Try-Tiny/Manifest
index 5919f4a..f249e5c 100644
--- a/dev-perl/Try-Tiny/Manifest
+++ b/dev-perl/Try-Tiny/Manifest
@@ -1 +1,2 @@
DIST Try-Tiny-0.22.tar.gz 18311 SHA256 60fba46f4693d33d54539104f9001df008dabb400b6837e9605c39a6ee6a1b19 SHA512 4e39b4da16480bb2b93c05e8e016e9d1b5a68f29c527b19bbf9333442ca708e88dd2720a5812d141a152ae088ed1fcb1ce179018c2d0fe105545256396b2ccc4 WHIRLPOOL 1d260b96ef061e7a8ae605e5168bbac807a93387bcb3e085e2b305b8196fedebbebdaa3ac190edbd4c3772b8fd1e46219e6718ee849b8ae0b1d6e0360a88c82d
+DIST Try-Tiny-0.24.tar.gz 30666 SHA256 9b7a1af24c0256973d175369ebbdc25ec01e2452a97f2d3ab61481c826f38d81 SHA512 403ce12b7cda7356b1a86d7661ed406ce4e526f416033fa5eb04b83bbeb7f198b4660342383232affe2ef9a8e0dbd237a6e6c0f290c277c8abc319c949d3c959 WHIRLPOOL 2aece95a840369d710a1e7249bdf76a1850d7974ccf811f01e399bd68e4927be9343baa38b4c81367c895baaf618c43c30e1e4662412ac27e71bd4b5199eb625
diff --git a/dev-perl/Try-Tiny/Try-Tiny-0.240.0.ebuild b/dev-perl/Try-Tiny/Try-Tiny-0.240.0.ebuild
new file mode 100644
index 0000000..eb0a015
--- /dev/null
+++ b/dev-perl/Try-Tiny/Try-Tiny-0.240.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=0.24
+inherit perl-module
+
+DESCRIPTION="Minimal try/catch with proper localization of \$@"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="test minimal"
+
+RDEPEND="
+ !minimal? (
+ || ( >=virtual/perl-Scalar-List-Utils-1.400.0 dev-perl/Sub-Name )
+ )
+ virtual/perl-Carp
+ >=virtual/perl-Exporter-5.570.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ !minimal? (
+ >=virtual/perl-CPAN-Meta-2.120.900
+ >=dev-perl/Capture-Tiny-0.120.0
+ )
+ virtual/perl-File-Spec
+ virtual/perl-Test-Simple
+ virtual/perl-if
+ )
+"
next reply other threads:[~2016-04-26 20:03 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-26 20:03 Andreas Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-20 14:36 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Try-Tiny/ Sam James
2024-11-14 2:47 Sam James
2024-11-14 2:47 Sam James
2024-11-14 2:47 Sam James
2024-11-14 2:47 Sam James
2024-11-14 2:47 Sam James
2024-11-14 2:02 Sam James
2024-10-11 3:39 Sam James
2022-02-22 9:30 Arthur Zamarin
2022-02-19 12:31 Arthur Zamarin
2022-02-19 12:09 Arthur Zamarin
2022-02-19 9:59 Arthur Zamarin
2022-02-19 8:27 Arthur Zamarin
2022-02-19 7:33 Arthur Zamarin
2022-02-19 7:00 Arthur Zamarin
2021-12-11 4:33 Andreas K. Hüttel
2021-09-29 20:03 Andreas K. Hüttel
2020-12-27 16:19 Fabian Groffen
2020-07-24 18:58 Fabian Groffen
2020-07-18 3:42 Kent Fredric
2020-04-15 15:40 Kent Fredric
2019-05-04 19:08 Andreas K. Hüttel
2018-12-22 10:37 Mikle Kolyada
2018-12-08 15:22 Mikle Kolyada
2018-10-15 19:03 Fabian Groffen
2018-09-29 8:29 Kent Fredric
2018-07-23 0:54 Mikle Kolyada
2018-07-21 13:27 Kent Fredric
2018-06-28 14:56 Mikle Kolyada
2018-06-26 12:28 Tobias Klausmann
2018-06-23 13:38 Mart Raudsepp
2018-06-10 21:33 Sergei Trofimovich
2018-06-10 19:03 Aaron Bauman
2018-06-10 16:42 Thomas Deutschmann
2018-06-09 18:54 Sergei Trofimovich
2018-03-14 3:44 Kent Fredric
2018-01-28 19:43 Patrice Clement
2017-01-29 16:59 Fabian Groffen
2017-01-28 14:13 Fabian Groffen
2016-09-17 8:56 Pacho Ramos
2016-07-18 17:26 Markus Meier
2016-07-17 17:02 Tobias Klausmann
2016-01-24 12:11 Andreas Hüttel
2016-01-24 7:39 Jeroen Roovers
2016-01-17 19:06 Mikle Kolyada
2016-01-11 9:07 Agostino Sarubbo
2016-01-10 10:34 Agostino Sarubbo
2016-01-09 18:50 Markus Meier
2016-01-09 6:43 Agostino Sarubbo
2016-01-02 18:53 Agostino Sarubbo
2015-09-09 19:43 Andreas Hüttel
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=1461700974.f71051e0685f783eaf6089fe408ef5dbaf233afd.dilfridge@gentoo \
--to=dilfridge@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