summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-09-11 05:39:17 +1200
committerKent Fredric <kentnl@gentoo.org>2020-09-12 15:55:20 +1200
commit222dda8e34340a7525d28c06fa7410b9d6487508 (patch)
tree322ab41cefa4c225cd17141a8ed5c5da8d804c2f /dev-perl/String-Util/String-Util-1.310.0.ebuild
parentnet-im/discord-bin: make CONFIG_USER_NS check non-fatal (diff)
downloadgentoo-222dda8e34340a7525d28c06fa7410b9d6487508.tar.gz
gentoo-222dda8e34340a7525d28c06fa7410b9d6487508.tar.bz2
gentoo-222dda8e34340a7525d28c06fa7410b9d6487508.zip
dev-perl/String-Util: Add w/ version=1.310.0
Required by newer dev-perl/Finance-Quote Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/String-Util/String-Util-1.310.0.ebuild')
-rw-r--r--dev-perl/String-Util/String-Util-1.310.0.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/String-Util/String-Util-1.310.0.ebuild b/dev-perl/String-Util/String-Util-1.310.0.ebuild
new file mode 100644
index 000000000000..ce1ed5334e5b
--- /dev/null
+++ b/dev-perl/String-Util/String-Util-1.310.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=BAKERSCOT
+DIST_VERSION=1.31
+inherit perl-module
+
+DESCRIPTION="String processing utility functions"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="dev-perl/Module-Build-Tiny"
+BDEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-Tiny-0.34.0
+ test? (
+ >=virtual/perl-Test-Simple-0.880.0
+ )
+"
+PERL_RM_FILES=(
+ t/author-pod-syntax.t
+)