summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-23 22:18:40 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-23 22:22:04 +0200
commit95518483aaaad1d8ae192f7cf3e71389b11b80cd (patch)
tree7d011615126f138813a2af33c73b538b89f3b068 /dev-perl/Text-Format
parentdev-perl/Text-FindIndent: EAPI=8 bump (diff)
downloadgentoo-95518483aaaad1d8ae192f7cf3e71389b11b80cd.tar.gz
gentoo-95518483aaaad1d8ae192f7cf3e71389b11b80cd.tar.bz2
gentoo-95518483aaaad1d8ae192f7cf3e71389b11b80cd.zip
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 <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Text-Format')
-rw-r--r--dev-perl/Text-Format/Manifest1
-rw-r--r--dev-perl/Text-Format/Text-Format-0.620.0.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/Text-Format/Manifest b/dev-perl/Text-Format/Manifest
index e9169734b761..1e75234524be 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 000000000000..0c5060740b88
--- /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" )