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/Text-Format-0.620.0.ebuild
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/Text-Format-0.620.0.ebuild')
-rw-r--r--dev-perl/Text-Format/Text-Format-0.620.0.ebuild24
1 files changed, 24 insertions, 0 deletions
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" )