From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D34BB158064 for ; Thu, 2 May 2024 03:53:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF12BE2ACF; Thu, 2 May 2024 03:53:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ACCA8E2ACF for ; Thu, 2 May 2024 03:53:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7DBBA343091 for ; Thu, 2 May 2024 03:53:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA38B16E4 for ; Thu, 2 May 2024 03:53:43 +0000 (UTC) From: "Andreas K. 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 K. Hüttel" Message-ID: <1714621993.cf81c8d9c397600efd431b528ad616d1d30857e4.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Out/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Time-Out/Manifest dev-perl/Time-Out/Time-Out-0.240.0.ebuild X-VCS-Directories: dev-perl/Time-Out/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: cf81c8d9c397600efd431b528ad616d1d30857e4 X-VCS-Branch: master Date: Thu, 2 May 2024 03:53:43 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f4a31463-2b30-441e-af5c-2ad74c8edeba X-Archives-Hash: d78d45612912f61acac7568ff839f441 commit: cf81c8d9c397600efd431b528ad616d1d30857e4 Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu May 2 03:53:13 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu May 2 03:53:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf81c8d9 dev-perl/Time-Out: add 0.240.0 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Time-Out/Manifest | 1 + dev-perl/Time-Out/Time-Out-0.240.0.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-perl/Time-Out/Manifest b/dev-perl/Time-Out/Manifest index 988daf297e40..7d6d9309e9d4 100644 --- a/dev-perl/Time-Out/Manifest +++ b/dev-perl/Time-Out/Manifest @@ -1 +1,2 @@ DIST Time-Out-0.22.tar.gz 15344 BLAKE2B 645c893bcdf51f2f43a55d3fbd067eaf4ea355d7fe5139cbad82bb78d0b82ac3685c7c2d8c44b29cd327ca18387fac7b61cadef023d13c39b5957e602d6e6e68 SHA512 c17efa124bc2a41141b929d532227f13b72b0528053087023b009bddd3b4ad4ea4b5ac0df0d42c6794a67c93afb375411afb0bb532b0a084f21cfce6b0744a0a +DIST Time-Out-0.24.tar.gz 15965 BLAKE2B 5d04601620070b40022205ce3f56f3781dcf5fdc01845705438044c16af2e7b0844a5b69be1dad6db05d98fca9dd58d6785407232f5fbe837d1923aa945efb4b SHA512 76c35af32d6c8dbc88a5e37584ea851b9c5417a23357a93a254832fe9232498f7bad3c22f8ca361c667c3e1a12dce6ca7e901d6e24a6911f3814a1431f19a40a diff --git a/dev-perl/Time-Out/Time-Out-0.240.0.ebuild b/dev-perl/Time-Out/Time-Out-0.240.0.ebuild new file mode 100644 index 000000000000..edb5afa51af9 --- /dev/null +++ b/dev-perl/Time-Out/Time-Out-0.240.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=SVW +DIST_VERSION=0.24 +inherit perl-module + +DESCRIPTION="Easily timeout long running operations" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-perl/Try-Tiny +" +BDEPEND=" + ${RDEPEND} + >=dev-perl/ExtUtils-MakeMaker-CPANfile-0.90.0 + virtual/perl-ExtUtils-MakeMaker + test? ( + dev-perl/Test-Fatal + dev-perl/Test-Needs + ) +" + +PERL_RM_FILES=( "t/pod.t" )