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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0AA4B158015 for ; Thu, 23 Sep 2021 20:22:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46DFEE0916; Thu, 23 Sep 2021 20:22:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A458E0908 for ; Thu, 23 Sep 2021 20:22:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23E5A342C21 for ; Thu, 23 Sep 2021 20:22:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43DE810B for ; Thu, 23 Sep 2021 20:22:25 +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: <1632428524.95518483aaaad1d8ae192f7cf3e71389b11b80cd.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Format/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Text-Format/Manifest dev-perl/Text-Format/Text-Format-0.620.0.ebuild X-VCS-Directories: dev-perl/Text-Format/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 95518483aaaad1d8ae192f7cf3e71389b11b80cd X-VCS-Branch: master Date: Thu, 23 Sep 2021 20:22:25 +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: e017e1e4-185f-49f5-ace0-996c2b1fa0b9 X-Archives-Hash: 7b75934b5f68b965b2828c125b822055 commit: 95518483aaaad1d8ae192f7cf3e71389b11b80cd Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Sep 23 20:18:40 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Sep 23 20:22:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95518483 dev-perl/Text-Format: Version bump 0.62 Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Text-Format/Manifest | 1 + dev-perl/Text-Format/Text-Format-0.620.0.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-perl/Text-Format/Manifest b/dev-perl/Text-Format/Manifest index e9169734b76..1e75234524b 100644 --- a/dev-perl/Text-Format/Manifest +++ b/dev-perl/Text-Format/Manifest @@ -1 +1,2 @@ DIST Text-Format-0.60.tar.gz 25913 BLAKE2B 27e885dacfd0a1019633cd2c805f7d26ffdd62da2e281366fa87e331e47e5ef3e12c2d6a20b47ecaf0ea1e591aedfb7d92829ad21a80a8a3481d8688fd2516a5 SHA512 04330567c62854d7d6758e15e0a4ef3799ed15a0e66782f1080d20e62df33eaf2b44c3c126e64a6855ff2cbe28d86cbbaee2a845a287b21da0b81869edd1219f +DIST Text-Format-0.62.tar.gz 27841 BLAKE2B 563919c37f6604b7eb127da4c97af7c2cbd8b15ecdbd7cbe8c58ee26177bfcf5adc4d60a6ad7b6bd7880a42dd9defcb53a0fb023ebf699c105c3a186b70e7ac3 SHA512 d59e2e981b2d53a62390b5e05a95fc611cada7b1bc056c0f3d53f91873e700371306fd12f3ee53e2f0e70d2015ce8bdc65d3f4c24742711e452e4956b6233689 diff --git a/dev-perl/Text-Format/Text-Format-0.620.0.ebuild b/dev-perl/Text-Format/Text-Format-0.620.0.ebuild new file mode 100644 index 00000000000..0c5060740b8 --- /dev/null +++ b/dev-perl/Text-Format/Text-Format-0.620.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=SHLOMIF +DIST_VERSION=0.62 + +inherit perl-module + +DESCRIPTION="Various subroutines to format text" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + virtual/perl-Carp +" +BDEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.280.0 + test? ( >=virtual/perl-Test-Simple-0.880.0 ) +" + +PERL_RM_FILES=( "t/pod-coverage.t" "t/cpan-changes.t" "t/pod.t" "t/style-trailing-space.t" )