Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Format/
Date: Thu, 23 Sep 2021 20:22:30
Message-Id: 1632428524.95518483aaaad1d8ae192f7cf3e71389b11b80cd.dilfridge@gentoo
1 commit: 95518483aaaad1d8ae192f7cf3e71389b11b80cd
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 23 20:18:40 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 23 20:22:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95518483
7
8 dev-perl/Text-Format: Version bump 0.62
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/Text-Format/Manifest | 1 +
14 dev-perl/Text-Format/Text-Format-0.620.0.ebuild | 24 ++++++++++++++++++++++++
15 2 files changed, 25 insertions(+)
16
17 diff --git a/dev-perl/Text-Format/Manifest b/dev-perl/Text-Format/Manifest
18 index e9169734b76..1e75234524b 100644
19 --- a/dev-perl/Text-Format/Manifest
20 +++ b/dev-perl/Text-Format/Manifest
21 @@ -1 +1,2 @@
22 DIST Text-Format-0.60.tar.gz 25913 BLAKE2B 27e885dacfd0a1019633cd2c805f7d26ffdd62da2e281366fa87e331e47e5ef3e12c2d6a20b47ecaf0ea1e591aedfb7d92829ad21a80a8a3481d8688fd2516a5 SHA512 04330567c62854d7d6758e15e0a4ef3799ed15a0e66782f1080d20e62df33eaf2b44c3c126e64a6855ff2cbe28d86cbbaee2a845a287b21da0b81869edd1219f
23 +DIST Text-Format-0.62.tar.gz 27841 BLAKE2B 563919c37f6604b7eb127da4c97af7c2cbd8b15ecdbd7cbe8c58ee26177bfcf5adc4d60a6ad7b6bd7880a42dd9defcb53a0fb023ebf699c105c3a186b70e7ac3 SHA512 d59e2e981b2d53a62390b5e05a95fc611cada7b1bc056c0f3d53f91873e700371306fd12f3ee53e2f0e70d2015ce8bdc65d3f4c24742711e452e4956b6233689
24
25 diff --git a/dev-perl/Text-Format/Text-Format-0.620.0.ebuild b/dev-perl/Text-Format/Text-Format-0.620.0.ebuild
26 new file mode 100644
27 index 00000000000..0c5060740b8
28 --- /dev/null
29 +++ b/dev-perl/Text-Format/Text-Format-0.620.0.ebuild
30 @@ -0,0 +1,24 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DIST_AUTHOR=SHLOMIF
37 +DIST_VERSION=0.62
38 +
39 +inherit perl-module
40 +
41 +DESCRIPTION="Various subroutines to format text"
42 +
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~x86"
45 +
46 +RDEPEND="
47 + virtual/perl-Carp
48 +"
49 +BDEPEND="${RDEPEND}
50 + >=dev-perl/Module-Build-0.280.0
51 + test? ( >=virtual/perl-Test-Simple-0.880.0 )
52 +"
53 +
54 +PERL_RM_FILES=( "t/pod-coverage.t" "t/cpan-changes.t" "t/pod.t" "t/style-trailing-space.t" )