public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Util/
@ 2020-09-12  3:55 Kent Fredric
  0 siblings, 0 replies; 16+ messages in thread
From: Kent Fredric @ 2020-09-12  3:55 UTC (permalink / raw
  To: gentoo-commits

commit:     222dda8e34340a7525d28c06fa7410b9d6487508
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 10 17:39:17 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 03:55:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=222dda8e

dev-perl/String-Util: Add w/ version=1.310.0

Required by newer dev-perl/Finance-Quote

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/String-Util/Manifest                   |  1 +
 dev-perl/String-Util/String-Util-1.310.0.ebuild | 25 +++++++++++++++++++++++++
 dev-perl/String-Util/metadata.xml               | 12 ++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-perl/String-Util/Manifest b/dev-perl/String-Util/Manifest
new file mode 100644
index 00000000000..2d41e964a7d
--- /dev/null
+++ b/dev-perl/String-Util/Manifest
@@ -0,0 +1 @@
+DIST String-Util-1.31.tar.gz 23401 BLAKE2B 0a2b3e2157e2ded38a6a8ef1d139a5dad91bf000170644891574fcaff6813c9ed4886d0aad8322c29173302f3f9c107709bc245af6a46660c21f5b6e8836eaef SHA512 75283ea5b8dbf9933c94c96da71ace8380cb74c9848c35c4c5377ae00aeddd0851fbee8f3506ee4110e9f278b725aa0376d261424bd78eec6f6e32e2f3fc8f9b

diff --git a/dev-perl/String-Util/String-Util-1.310.0.ebuild b/dev-perl/String-Util/String-Util-1.310.0.ebuild
new file mode 100644
index 00000000000..ce1ed5334e5
--- /dev/null
+++ b/dev-perl/String-Util/String-Util-1.310.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=BAKERSCOT
+DIST_VERSION=1.31
+inherit perl-module
+
+DESCRIPTION="String processing utility functions"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="dev-perl/Module-Build-Tiny"
+BDEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-Tiny-0.34.0
+	test? (
+		>=virtual/perl-Test-Simple-0.880.0
+	)
+"
+PERL_RM_FILES=(
+	t/author-pod-syntax.t
+)

diff --git a/dev-perl/String-Util/metadata.xml b/dev-perl/String-Util/metadata.xml
new file mode 100644
index 00000000000..73ba0bcbef7
--- /dev/null
+++ b/dev-perl/String-Util/metadata.xml
@@ -0,0 +1,12 @@
+<?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-Util</remote-id>
+    <remote-id type="cpan-module">String::Util</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Util/
@ 2020-09-12  6:21 Kent Fredric
  0 siblings, 0 replies; 16+ messages in thread
From: Kent Fredric @ 2020-09-12  6:21 UTC (permalink / raw
  To: gentoo-commits

commit:     1cabfc55ab06ade95c3870c8c15ee97c4a49bc83
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 04:22:57 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 06:20:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cabfc55

dev-perl/String-Util: Keyword ~arm64

Required as a new dep of dev-perl/Finance-Quote

Tested on packet-at aarch64

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/String-Util/String-Util-1.310.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/String-Util/String-Util-1.310.0.ebuild b/dev-perl/String-Util/String-Util-1.310.0.ebuild
index ce1ed5334e5..7efddbdd1ea 100644
--- a/dev-perl/String-Util/String-Util-1.310.0.ebuild
+++ b/dev-perl/String-Util/String-Util-1.310.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="String processing utility functions"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Util/
@ 2021-02-09 21:36 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2021-02-09 21:36 UTC (permalink / raw
  To: gentoo-commits

commit:     22669c22dac5a0a0499230cfbb6afb9be1ee4241
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  9 21:34:47 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb  9 21:34:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22669c22

dev-perl/String-Util: Keyword 1.310.0 ppc64, #768423

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/String-Util/String-Util-1.310.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/String-Util/String-Util-1.310.0.ebuild b/dev-perl/String-Util/String-Util-1.310.0.ebuild
index 7efddbdd1ea..82b596393a8 100644
--- a/dev-perl/String-Util/String-Util-1.310.0.ebuild
+++ b/dev-perl/String-Util/String-Util-1.310.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="String processing utility functions"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Util/
@ 2021-02-11  7:39 Sergei Trofimovich
  0 siblings, 0 replies; 16+ messages in thread
From: Sergei Trofimovich @ 2021-02-11  7:39 UTC (permalink / raw
  To: gentoo-commits

commit:     268c2e6a1d9078c3de8bae6fe8d1acefd534b1f2
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 07:38:39 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 07:38:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=268c2e6a

dev-perl/String-Util: keyworded 1.310.0 for ppc

keyworded wrt bug #768423

Package-Manager: Portage-3.0.14, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-perl/String-Util/String-Util-1.310.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/String-Util/String-Util-1.310.0.ebuild b/dev-perl/String-Util/String-Util-1.310.0.ebuild
index 82b596393a8..624249493ae 100644
--- a/dev-perl/String-Util/String-Util-1.310.0.ebuild
+++ b/dev-perl/String-Util/String-Util-1.310.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="String processing utility functions"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Util/
@ 2021-06-08  4:03 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2021-06-08  4:03 UTC (permalink / raw
  To: gentoo-commits

commit:     3c801f2cd1796aeb2d75f6f6c10016886ba6056d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  8 04:02:15 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun  8 04:02:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c801f2c

dev-perl/String-Util: Stabilize 1.310.0 x86, #793944

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/String-Util/String-Util-1.310.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/String-Util/String-Util-1.310.0.ebuild b/dev-perl/String-Util/String-Util-1.310.0.ebuild
index 624249493ae..ee5b9ead1dd 100644
--- a/dev-perl/String-Util/String-Util-1.310.0.ebuild
+++ b/dev-perl/String-Util/String-Util-1.310.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="String processing utility functions"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Util/
@ 2021-06-08  4:03 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2021-06-08  4:03 UTC (permalink / raw
  To: gentoo-commits

commit:     9f7044eef0854585da305711bc9184e3aeb98bd0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  8 04:02:42 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun  8 04:02:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f7044ee

dev-perl/String-Util: Stabilize 1.310.0 amd64, #793944

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/String-Util/String-Util-1.310.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/String-Util/String-Util-1.310.0.ebuild b/dev-perl/String-Util/String-Util-1.310.0.ebuild
index ee5b9ead1dd..4455b1e001b 100644
--- a/dev-perl/String-Util/String-Util-1.310.0.ebuild
+++ b/dev-perl/String-Util/String-Util-1.310.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="String processing utility functions"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Util/
@ 2021-06-10 18:28 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2021-06-10 18:28 UTC (permalink / raw
  To: gentoo-commits

commit:     911d8ec963d03d021e747c768b0bc2cb5fbdfc99
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 10 18:28:09 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 10 18:28:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=911d8ec9

dev-perl/String-Util: Stabilize 1.310.0 ppc, #793944

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/String-Util/String-Util-1.310.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/String-Util/String-Util-1.310.0.ebuild b/dev-perl/String-Util/String-Util-1.310.0.ebuild
index 4455b1e001b..8b1ecdabe63 100644
--- a/dev-perl/String-Util/String-Util-1.310.0.ebuild
+++ b/dev-perl/String-Util/String-Util-1.310.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="String processing utility functions"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ppc ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Util/
@ 2021-08-10 18:24 Andreas K. Hüttel
  0 siblings, 0 replies; 16+ messages in thread
From: Andreas K. Hüttel @ 2021-08-10 18:24 UTC (permalink / raw
  To: gentoo-commits

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
+)


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Util/
@ 2021-10-11  4:18 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2021-10-11  4:18 UTC (permalink / raw
  To: gentoo-commits

commit:     589f058892fc26b2b5cbd2671186346db602f450
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 04:17:15 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 04:17:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=589f0588

dev-perl/String-Util: Stabilize 1.320.0 x86, #817557

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/String-Util/String-Util-1.320.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/String-Util/String-Util-1.320.0.ebuild b/dev-perl/String-Util/String-Util-1.320.0.ebuild
index f356fff8a3e..ed4e36067c0 100644
--- a/dev-perl/String-Util/String-Util-1.320.0.ebuild
+++ b/dev-perl/String-Util/String-Util-1.320.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="String processing utility functions"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~ppc64 x86"
 
 BDEPEND="
 	>=dev-perl/Module-Build-Tiny-0.34.0


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Util/
@ 2021-10-11  5:15 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2021-10-11  5:15 UTC (permalink / raw
  To: gentoo-commits

commit:     b3021a357ec7ab87e500450fcbed27c2a80b757e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 05:14:13 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 05:14:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3021a35

dev-perl/String-Util: Stabilize 1.320.0 ppc, #817557

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/String-Util/String-Util-1.320.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/String-Util/String-Util-1.320.0.ebuild b/dev-perl/String-Util/String-Util-1.320.0.ebuild
index ed4e36067c0..b3fe2e31fe4 100644
--- a/dev-perl/String-Util/String-Util-1.320.0.ebuild
+++ b/dev-perl/String-Util/String-Util-1.320.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="String processing utility functions"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ppc ~ppc64 x86"
 
 BDEPEND="
 	>=dev-perl/Module-Build-Tiny-0.34.0


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Util/
@ 2021-12-07 21:30 Andreas K. Hüttel
  0 siblings, 0 replies; 16+ messages in thread
From: Andreas K. Hüttel @ 2021-12-07 21:30 UTC (permalink / raw
  To: gentoo-commits

commit:     76e314077786d96811a2896980782f6a69dc1835
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  7 21:22:10 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Dec  7 21:30:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76e31407

dev-perl/String-Util: Remove old

Package-Manager: Portage-3.0.28, 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.310.0.ebuild | 25 -------------------------
 2 files changed, 26 deletions(-)

diff --git a/dev-perl/String-Util/Manifest b/dev-perl/String-Util/Manifest
index bb71b03dd2d7..11b966ab59d8 100644
--- a/dev-perl/String-Util/Manifest
+++ b/dev-perl/String-Util/Manifest
@@ -1,2 +1 @@
-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.310.0.ebuild b/dev-perl/String-Util/String-Util-1.310.0.ebuild
deleted file mode 100644
index 579850d01e87..000000000000
--- a/dev-perl/String-Util/String-Util-1.310.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=BAKERSCOT
-DIST_VERSION=1.31
-inherit perl-module
-
-DESCRIPTION="String processing utility functions"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ppc ~ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="dev-perl/Module-Build-Tiny"
-BDEPEND="${RDEPEND}
-	>=dev-perl/Module-Build-Tiny-0.34.0
-	test? (
-		>=virtual/perl-Test-Simple-0.880.0
-	)
-"
-PERL_RM_FILES=(
-	t/author-pod-syntax.t
-)


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Util/
@ 2022-03-09 13:00 Yixun Lan
  0 siblings, 0 replies; 16+ messages in thread
From: Yixun Lan @ 2022-03-09 13:00 UTC (permalink / raw
  To: gentoo-commits

commit:     6b725e81569fd18b00f0c8aff0b1f31ff939ae9a
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  9 03:50:13 2022 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 12:58:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b725e81

dev-perl/String-Util: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 dev-perl/String-Util/String-Util-1.320.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/String-Util/String-Util-1.320.0.ebuild b/dev-perl/String-Util/String-Util-1.320.0.ebuild
index 05a10aec27a0..25cdb8f38071 100644
--- a/dev-perl/String-Util/String-Util-1.320.0.ebuild
+++ b/dev-perl/String-Util/String-Util-1.320.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="String processing utility functions"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm64 ppc ~ppc64 ~riscv x86"
 
 BDEPEND="
 	>=dev-perl/Module-Build-Tiny-0.34.0


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Util/
@ 2023-06-18 22:39 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-06-18 22:39 UTC (permalink / raw
  To: gentoo-commits

commit:     947d0bc940c33cd274cc09acadc9e733ad8f3d24
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 22:28:11 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 22:38:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=947d0bc9

dev-perl/String-Util: add 1.340.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/dev-perl/String-Util/Manifest b/dev-perl/String-Util/Manifest
index 11b966ab59d8..2d344081f24b 100644
--- a/dev-perl/String-Util/Manifest
+++ b/dev-perl/String-Util/Manifest
@@ -1 +1,2 @@
 DIST String-Util-1.32.tar.gz 23870 BLAKE2B ef6a2b9a7b86fff11fa40d6674812d4ca9f5b1a2bdef09207a1ed29f358c391c56ac28f65fe2f2a9c3ca00f08a8e9a5cd85ccffd235e04d05abeb182f641dac8 SHA512 be4c5922afed8f5f5cb9b4e8cd5f7ba9d08fd2ee322b09a7f22fba6aa410febf89d4bfe5ba9dbcece61b48b4a62f15734d3c29c55e121cf784d8295063cfe14c
+DIST String-Util-1.34.tar.gz 22176 BLAKE2B 3dd656313a0d5d799eca8c1a9d82d200daa80e1f64e0a6d6bab4ae73f77940d8c0f3b17bc10fcb8d3c85f44decef7d3c6983bd2887113b0ee101614eed909609 SHA512 ab4ee4a8da9fd909a6d51a2e96eeea4ea50cf1e6eb741271aa6dc1d1d5fc8f1208f526059c6f774d4890f1a9b0f57e01c59d6f0380fe13382c54d7028e7c0ea1

diff --git a/dev-perl/String-Util/String-Util-1.340.0.ebuild b/dev-perl/String-Util/String-Util-1.340.0.ebuild
new file mode 100644
index 000000000000..7b5a1656fee4
--- /dev/null
+++ b/dev-perl/String-Util/String-Util-1.340.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=BAKERSCOT
+DIST_VERSION=1.34
+inherit perl-module
+
+DESCRIPTION="String processing utility functions"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~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
+)


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Util/
@ 2023-07-24  3:57 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-07-24  3:57 UTC (permalink / raw
  To: gentoo-commits

commit:     54044e7e6abd8cfc96c0fbc4c1b27fd7529a52a2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 03:55:47 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 03:55:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54044e7e

dev-perl/String-Util: Stabilize 1.340.0 x86, #910921

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/String-Util/String-Util-1.340.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/String-Util/String-Util-1.340.0.ebuild b/dev-perl/String-Util/String-Util-1.340.0.ebuild
index 7b5a1656fee4..6278af5810cf 100644
--- a/dev-perl/String-Util/String-Util-1.340.0.ebuild
+++ b/dev-perl/String-Util/String-Util-1.340.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="String processing utility functions"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~ppc64 ~riscv x86"
 
 BDEPEND="
 	>=dev-perl/Module-Build-Tiny-0.34.0


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Util/
@ 2023-07-24  4:01 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-07-24  4:01 UTC (permalink / raw
  To: gentoo-commits

commit:     47ce0defd72886025bee6f012514af5a46ccdb76
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 04:01:15 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 04:01:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ce0def

dev-perl/String-Util: Stabilize 1.340.0 ppc, #910921

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/String-Util/String-Util-1.340.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/String-Util/String-Util-1.340.0.ebuild b/dev-perl/String-Util/String-Util-1.340.0.ebuild
index 6278af5810cf..a70a35ac2aac 100644
--- a/dev-perl/String-Util/String-Util-1.340.0.ebuild
+++ b/dev-perl/String-Util/String-Util-1.340.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="String processing utility functions"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ppc ~ppc64 ~riscv x86"
 
 BDEPEND="
 	>=dev-perl/Module-Build-Tiny-0.34.0


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Util/
@ 2023-07-24  4:15 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-07-24  4:15 UTC (permalink / raw
  To: gentoo-commits

commit:     aacafd24dfce35a2ebef85b8b7192ddfff179db1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 04:14:37 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 04:14:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aacafd24

dev-perl/String-Util: Stabilize 1.340.0 amd64, #910921

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/String-Util/String-Util-1.340.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/String-Util/String-Util-1.340.0.ebuild b/dev-perl/String-Util/String-Util-1.340.0.ebuild
index a70a35ac2aac..390eb889660d 100644
--- a/dev-perl/String-Util/String-Util-1.340.0.ebuild
+++ b/dev-perl/String-Util/String-Util-1.340.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="String processing utility functions"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ppc ~ppc64 ~riscv x86"
+KEYWORDS="~alpha amd64 ~arm64 ppc ~ppc64 ~riscv x86"
 
 BDEPEND="
 	>=dev-perl/Module-Build-Tiny-0.34.0


^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2023-07-24  4:15 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-24  4:15 [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Util/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-07-24  4:01 Sam James
2023-07-24  3:57 Sam James
2023-06-18 22:39 Sam James
2022-03-09 13:00 Yixun Lan
2021-12-07 21:30 Andreas K. Hüttel
2021-10-11  5:15 Sam James
2021-10-11  4:18 Sam James
2021-08-10 18:24 Andreas K. Hüttel
2021-06-10 18:28 Sam James
2021-06-08  4:03 Sam James
2021-06-08  4:03 Sam James
2021-02-11  7:39 Sergei Trofimovich
2021-02-09 21:36 Sam James
2020-09-12  6:21 Kent Fredric
2020-09-12  3:55 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox