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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 44D2C15807B for ; Mon, 14 Oct 2024 03:50:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91C76E08C2; Mon, 14 Oct 2024 03:50:52 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77984E08C2 for ; Mon, 14 Oct 2024 03:50:52 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 948C9343113 for ; Mon, 14 Oct 2024 03:50:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A588A1E15 for ; Mon, 14 Oct 2024 03:50:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1728877816.c67a7346793e4d836704295a33b0155d7b456734.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Util/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/String-Util/Manifest dev-perl/String-Util/String-Util-1.350.0.ebuild X-VCS-Directories: dev-perl/String-Util/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c67a7346793e4d836704295a33b0155d7b456734 X-VCS-Branch: master Date: Mon, 14 Oct 2024 03:50:48 +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: 94ee8a3d-4088-4891-8651-073e386e6d57 X-Archives-Hash: b2a8ec5dd9266d28949a279a4cb5dcc0 commit: c67a7346793e4d836704295a33b0155d7b456734 Author: Sam James gentoo org> AuthorDate: Mon Oct 14 02:48:21 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 14 03:50:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67a7346 dev-perl/String-Util: add 1.350.0 Signed-off-by: Sam James gentoo.org> dev-perl/String-Util/Manifest | 1 + dev-perl/String-Util/String-Util-1.350.0.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-perl/String-Util/Manifest b/dev-perl/String-Util/Manifest index a6a4154b3afe..0274318f4615 100644 --- a/dev-perl/String-Util/Manifest +++ b/dev-perl/String-Util/Manifest @@ -1 +1,2 @@ DIST String-Util-1.34.tar.gz 22176 BLAKE2B 3dd656313a0d5d799eca8c1a9d82d200daa80e1f64e0a6d6bab4ae73f77940d8c0f3b17bc10fcb8d3c85f44decef7d3c6983bd2887113b0ee101614eed909609 SHA512 ab4ee4a8da9fd909a6d51a2e96eeea4ea50cf1e6eb741271aa6dc1d1d5fc8f1208f526059c6f774d4890f1a9b0f57e01c59d6f0380fe13382c54d7028e7c0ea1 +DIST String-Util-1.35.tar.gz 17216 BLAKE2B 510174711998d9a8bec287671fe56c7ad03fc8d4c188b2b1bb511bac46a833816d488e359609687e8a271f5cd73a4d7235d4352831e19dcec97263bb6360e70c SHA512 4e24f605f7a54d0959bcdce409a701a0cbacf4d2a5b6680f619296388df0c477b8589f036c051ac41192cc93be2b95434daef43d8af73a8f6ae35b9d2a2128a8 diff --git a/dev-perl/String-Util/String-Util-1.350.0.ebuild b/dev-perl/String-Util/String-Util-1.350.0.ebuild new file mode 100644 index 000000000000..e72f9635dcf3 --- /dev/null +++ b/dev-perl/String-Util/String-Util-1.350.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 2020-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=BAKERSCOT +DIST_VERSION=1.35 +inherit perl-module + +DESCRIPTION="String processing utility functions" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86" + +BDEPEND=" + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-Test-Simple-0.880.0 + ) +" + +PERL_RM_FILES=( + t/author-pod-syntax.t +)