summaryrefslogtreecommitdiff
path: root/dev-perl/String-Formatter
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/String-Formatter')
-rw-r--r--dev-perl/String-Formatter/Manifest1
-rw-r--r--dev-perl/String-Formatter/String-Formatter-0.102.84.ebuild30
-rw-r--r--dev-perl/String-Formatter/metadata.xml14
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-perl/String-Formatter/Manifest b/dev-perl/String-Formatter/Manifest
new file mode 100644
index 000000000000..8199359e7a3b
--- /dev/null
+++ b/dev-perl/String-Formatter/Manifest
@@ -0,0 +1 @@
+DIST String-Formatter-0.102084.tar.gz 20981 BLAKE2B 960a9ee9ef5ac6d378406697d16ab44c891d959d6f6aa888b8b0950b178d9167b8882d372fd86271a69f51a85a243b8ab491d8b21f3cfdb4ad47d7577aef282c SHA512 d9e72e01b78d9b571cde6cb0107e334e41739b07006e224016cff5de4648b9f924003446de75ddfd911bfc25b3046554cde09502344dce53a8fed2ecfd7994dc
diff --git a/dev-perl/String-Formatter/String-Formatter-0.102.84.ebuild b/dev-perl/String-Formatter/String-Formatter-0.102.84.ebuild
new file mode 100644
index 000000000000..4dcb27e46901
--- /dev/null
+++ b/dev-perl/String-Formatter/String-Formatter-0.102.84.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.102084
+inherit perl-module
+
+DESCRIPTION="build sprintf-like functions of your own"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-perl/Params-Util
+ dev-perl/Sub-Exporter
+"
+DEPEND="
+ ${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+ test? (
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
+PERL_RM_FILES=(
+ "bench.pl" # https://github.com/rjbs/String-Formatter/issues/2
+)
diff --git a/dev-perl/String-Formatter/metadata.xml b/dev-perl/String-Formatter/metadata.xml
new file mode 100644
index 000000000000..054b4066b3a5
--- /dev/null
+++ b/dev-perl/String-Formatter/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">String-Formatter</remote-id>
+ <remote-id type="cpan-module">String::Formatter</remote-id>
+ <remote-id type="cpan-module">String::Formatter::Cookbook</remote-id>
+ </upstream>
+ <origin>gentoo-staging</origin>
+</pkgmetadata>