summaryrefslogtreecommitdiff
path: root/dev-perl/String-Format
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-11 19:55:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-11 19:55:43 +0100
commit185fa19bbf68a4d4dca534d2b46729207a177f16 (patch)
treea8a537b82fda83a0799c2ca9887f212558363aa7 /dev-perl/String-Format
parentc8fd0d84af0bfd1949542adc2cbb735b1d28f9ed (diff)
gentoo resync : 11.05.2021
Diffstat (limited to 'dev-perl/String-Format')
-rw-r--r--dev-perl/String-Format/Manifest2
-rw-r--r--dev-perl/String-Format/String-Format-1.180.0.ebuild15
2 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/String-Format/Manifest b/dev-perl/String-Format/Manifest
index cc638270e28e..5479ac7092a7 100644
--- a/dev-perl/String-Format/Manifest
+++ b/dev-perl/String-Format/Manifest
@@ -1,3 +1,5 @@
DIST String-Format-1.17.tar.gz 12841 BLAKE2B 3729fdba56eab74ec6da39801aceb7d99e58909a725f2d2a8f66595608ff3efd12d3784a2b65339ce0d588fc5aac0093de202bad567ffc0cf7053a3a50951753 SHA512 9d003483858d1681d6955b8620cbba649fe8b92c318b29c5dd684857d81320cb35fbb50e537545d1dfd1e3abc9f94acf9263b82442759e55fd686bd6e907a9f6
+DIST String-Format-1.18.tar.gz 13676 BLAKE2B 4876364f972d9a6859de661f59cf251f65d6bfacbc294ad40b951ce4ee1a51f8ee1a2f26fe997dab4ba36deb0def9226b9b2f545c1832bbd06782e00d1bac2bc SHA512 34eb3991a9bea931f59ca1683ba72d8b07244ed4c2a9409be0626346526b4eb2ab07acdd5c4eabf44a767867a4991e97d89835eb0e4c3c43b413de75eb3c0d5d
EBUILD String-Format-1.170.0-r1.ebuild 411 BLAKE2B 3bb86bec25a51c047c63e39f70930e9cdfd3788c9f9a29672326f3179393bc353a0459b15a15901037b2639fc3687652e52239e0427dcb36dff0fc22efdd3171 SHA512 1557fd5a54052941081312b75e07cf34090176b66ef982b1833d61fdbbc4cc4f7f19eb2f8b1ca75abab3015a6b82a32373d3919c6f47043d5653c8c56b764e60
+EBUILD String-Format-1.180.0.ebuild 396 BLAKE2B a8d8b11800203895321bd16a9bcb40c8e5b7a7823ac4435e0061e2be032314d52252e9e68480c93defc9084071dacff5b7f2a93df8f7ca0805fb046910a956a6 SHA512 52d63b8858ba00368e28bdeb3c74b20f89166df7b47dca13a1038656fb256f940e838df3508e2b6b2e8354f281be3e39f17a4ff19a166041a0e09b158adde175
MISC metadata.xml 398 BLAKE2B 902d1bb5e644940cd2b63104eb4f4981759e4d1ef07d0725285d966e059f21a8977012457e33bece74d062515bf2eb3bccd3581327509fa9a14a119519de6f67 SHA512 96f7460f62f2cbb9cda85fea1044c7ab419c06a3be0615d53baeeb07ab5ae2cc3e353091a4e3da9e9a53e89bc6637aee3da8e5cc1fa21705433f2eb87fde61ef
diff --git a/dev-perl/String-Format/String-Format-1.180.0.ebuild b/dev-perl/String-Format/String-Format-1.180.0.ebuild
new file mode 100644
index 000000000000..e3664159da66
--- /dev/null
+++ b/dev-perl/String-Format/String-Format-1.180.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SREZIC
+DIST_VERSION=1.18
+inherit perl-module
+
+DESCRIPTION="sprintf-like string formatting capabilities with arbitrary format definitions"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+IUSE=""