commit:     566ecdf4dbe7b4bbaa11b571a05c3d7051adbf45
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 10 17:32:47 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Aug 10 18:23:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=566ecdf4

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 <AT> gentoo.org>

 dev-perl/String-Util/Manifest                   |  1 +
 dev-perl/String-Util/String-Util-1.320.0.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-perl/String-Util/Manifest b/dev-perl/String-Util/Manifest
index 2d41e964a7d..bb71b03dd2d 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 00000000000..f356fff8a3e
--- /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
+)

Reply via email to