diff options
author | 2021-05-08 15:09:10 +0200 | |
---|---|---|
committer | 2021-05-08 15:09:10 +0200 | |
commit | d6ce771cd91bb2f7493286a02fd5bb0fd2a83c4e (patch) | |
tree | 009bf7ac1f5ece1bf9f9f5a30bb9755c30f637c0 /dev-perl/String-Format | |
parent | dev-perl/Crypt-Random-Source: Remove old (diff) | |
download | gentoo-d6ce771cd91bb2f7493286a02fd5bb0fd2a83c4e.tar.gz gentoo-d6ce771cd91bb2f7493286a02fd5bb0fd2a83c4e.tar.bz2 gentoo-d6ce771cd91bb2f7493286a02fd5bb0fd2a83c4e.zip |
dev-perl/String-Format: Version bump 1.18
Closes: https://bugs.gentoo.org/715140
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/String-Format')
-rw-r--r-- | dev-perl/String-Format/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/String-Format/String-Format-1.180.0.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/String-Format/Manifest b/dev-perl/String-Format/Manifest index fc47cd9b4b67..7ec484ea1428 100644 --- a/dev-perl/String-Format/Manifest +++ b/dev-perl/String-Format/Manifest @@ -1 +1,2 @@ DIST String-Format-1.17.tar.gz 12841 BLAKE2B 3729fdba56eab74ec6da39801aceb7d99e58909a725f2d2a8f66595608ff3efd12d3784a2b65339ce0d588fc5aac0093de202bad567ffc0cf7053a3a50951753 SHA512 9d003483858d1681d6955b8620cbba649fe8b92c318b29c5dd684857d81320cb35fbb50e537545d1dfd1e3abc9f94acf9263b82442759e55fd686bd6e907a9f6 +DIST String-Format-1.18.tar.gz 13676 BLAKE2B 4876364f972d9a6859de661f59cf251f65d6bfacbc294ad40b951ce4ee1a51f8ee1a2f26fe997dab4ba36deb0def9226b9b2f545c1832bbd06782e00d1bac2bc SHA512 34eb3991a9bea931f59ca1683ba72d8b07244ed4c2a9409be0626346526b4eb2ab07acdd5c4eabf44a767867a4991e97d89835eb0e4c3c43b413de75eb3c0d5d 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="" |