From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DF513138206 for ; Tue, 26 Apr 2016 20:03:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44C3421C021; Tue, 26 Apr 2016 20:03:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B0AA821C013 for ; Tue, 26 Apr 2016 20:03:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBB2C340C40 for ; Tue, 26 Apr 2016 20:03:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1058969 for ; Tue, 26 Apr 2016 20:03:09 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1461700974.f71051e0685f783eaf6089fe408ef5dbaf233afd.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Try-Tiny/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Try-Tiny/Manifest dev-perl/Try-Tiny/Try-Tiny-0.240.0.ebuild X-VCS-Directories: dev-perl/Try-Tiny/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: f71051e0685f783eaf6089fe408ef5dbaf233afd X-VCS-Branch: master Date: Tue, 26 Apr 2016 20:03:09 +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: ca3d3f52-6b72-4399-8bc9-699b5bec4eab X-Archives-Hash: c9ef2678714680c4a2560dfcfc9de4ed commit: f71051e0685f783eaf6089fe408ef5dbaf233afd Author: Kent Fredric gmail com> AuthorDate: Mon Apr 25 06:16:23 2016 +0000 Commit: Andreas Hüttel gentoo 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 + ) +"