summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-03-13 18:04:57 +1300
committerKent Fredric <kentnl@gentoo.org>2018-03-13 18:05:31 +1300
commitd90f0a43eabf3dd6a2af4744443bd26d9b3400b5 (patch)
tree12f48887c255722ec4cc739f6f08342ad0af0c32 /dev-perl/Text-Format
parentapp-emulation/xen: bump to 4.10.0 (diff)
downloadgentoo-d90f0a43eabf3dd6a2af4744443bd26d9b3400b5.tar.gz
gentoo-d90f0a43eabf3dd6a2af4744443bd26d9b3400b5.tar.bz2
gentoo-d90f0a43eabf3dd6a2af4744443bd26d9b3400b5.zip
dev-perl/Text-Format: Bump to version 0.600.0
- EAPI6 - Purge unwanted author tests Upstream: - Doc fixes Package-Manager: Portage-2.3.24, Repoman-2.3.6
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.600.0.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/Text-Format/Manifest b/dev-perl/Text-Format/Manifest
index e79834b9d714..2430bc1e158c 100644
--- a/dev-perl/Text-Format/Manifest
+++ b/dev-perl/Text-Format/Manifest
@@ -1 +1,2 @@
DIST Text-Format-0.59.tar.gz 25850 BLAKE2B dd72bd14bead0c8294372060d9e72dc6dce5b321711ad7ca5f0cff5721ae28ede79d8a860ad3fa95289c4541319fc95541aad51ec7108cf2da1c8060301e4c41 SHA512 030fc38853f96d64f359af1ad9f776e7c797f564f11207de32477b3b716da665dbce3b91d988241ba1fbd2b884aa85b0ce0b7b473aaf0efd23839f8422a52fcd
+DIST Text-Format-0.60.tar.gz 25913 BLAKE2B 27e885dacfd0a1019633cd2c805f7d26ffdd62da2e281366fa87e331e47e5ef3e12c2d6a20b47ecaf0ea1e591aedfb7d92829ad21a80a8a3481d8688fd2516a5 SHA512 04330567c62854d7d6758e15e0a4ef3799ed15a0e66782f1080d20e62df33eaf2b44c3c126e64a6855ff2cbe28d86cbbaee2a845a287b21da0b81869edd1219f
diff --git a/dev-perl/Text-Format/Text-Format-0.600.0.ebuild b/dev-perl/Text-Format/Text-Format-0.600.0.ebuild
new file mode 100644
index 000000000000..47895f0b11c5
--- /dev/null
+++ b/dev-perl/Text-Format/Text-Format-0.600.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SHLOMIF
+DIST_VERSION=0.60
+
+inherit perl-module
+
+DESCRIPTION="Various subroutines to format text"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="test"
+
+RDEPEND="virtual/perl-Carp"
+DEPEND="${RDEPEND}
+ dev-perl/Module-Build
+ test? ( virtual/perl-Test-Simple )
+"
+PERL_RM_FILES=( "t/pod-coverage.t" "t/cpan-changes.t" "t/pod.t" "t/style-trailing-space.t" )