diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-10 19:32:47 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-10 20:23:11 +0200 |
commit | 566ecdf4dbe7b4bbaa11b571a05c3d7051adbf45 (patch) | |
tree | 5576e8f0e429ae8e92c4b7329815105ee975dc0e /dev-perl/String-Util | |
parent | dev-perl/String-Truncate: EAPI=8 bump (diff) | |
download | gentoo-566ecdf4dbe7b4bbaa11b571a05c3d7051adbf45.tar.gz gentoo-566ecdf4dbe7b4bbaa11b571a05c3d7051adbf45.tar.bz2 gentoo-566ecdf4dbe7b4bbaa11b571a05c3d7051adbf45.zip |
dev-perl/String-Util: Version bump 1.32
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/String-Util')
-rw-r--r-- | dev-perl/String-Util/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/String-Util/String-Util-1.320.0.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/String-Util/Manifest b/dev-perl/String-Util/Manifest index 2d41e964a7db..bb71b03dd2d7 100644 --- a/dev-perl/String-Util/Manifest +++ b/dev-perl/String-Util/Manifest @@ -1 +1,2 @@ DIST String-Util-1.31.tar.gz 23401 BLAKE2B 0a2b3e2157e2ded38a6a8ef1d139a5dad91bf000170644891574fcaff6813c9ed4886d0aad8322c29173302f3f9c107709bc245af6a46660c21f5b6e8836eaef SHA512 75283ea5b8dbf9933c94c96da71ace8380cb74c9848c35c4c5377ae00aeddd0851fbee8f3506ee4110e9f278b725aa0376d261424bd78eec6f6e32e2f3fc8f9b +DIST String-Util-1.32.tar.gz 23870 BLAKE2B ef6a2b9a7b86fff11fa40d6674812d4ca9f5b1a2bdef09207a1ed29f358c391c56ac28f65fe2f2a9c3ca00f08a8e9a5cd85ccffd235e04d05abeb182f641dac8 SHA512 be4c5922afed8f5f5cb9b4e8cd5f7ba9d08fd2ee322b09a7f22fba6aa410febf89d4bfe5ba9dbcece61b48b4a62f15734d3c29c55e121cf784d8295063cfe14c diff --git a/dev-perl/String-Util/String-Util-1.320.0.ebuild b/dev-perl/String-Util/String-Util-1.320.0.ebuild new file mode 100644 index 000000000000..f356fff8a3e0 --- /dev/null +++ b/dev-perl/String-Util/String-Util-1.320.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=BAKERSCOT +DIST_VERSION=1.32 +inherit perl-module + +DESCRIPTION="String processing utility functions" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~ppc64 ~x86" + +BDEPEND=" + >=dev-perl/Module-Build-Tiny-0.34.0 + test? ( + >=virtual/perl-Test-Simple-0.880.0 + ) +" + +PERL_RM_FILES=( + t/author-pod-syntax.t +) |