public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Cmd/
@ 2024-11-13 20:26 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2024-11-13 20:26 UTC (permalink / raw
  To: gentoo-commits

commit:     e5e0e5efdfe3533316ca5303f10cd9d15d41fbff
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 20:23:46 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 20:23:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5e0e5ef

dev-perl/Test-Cmd: new package, add 1.90.0

Bug: https://bugs.gentoo.org/941661
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Test-Cmd/Manifest               |  1 +
 dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild | 15 +++++++++++++++
 dev-perl/Test-Cmd/metadata.xml           | 12 ++++++++++++
 3 files changed, 28 insertions(+)

diff --git a/dev-perl/Test-Cmd/Manifest b/dev-perl/Test-Cmd/Manifest
new file mode 100644
index 000000000000..65a2d2c146f8
--- /dev/null
+++ b/dev-perl/Test-Cmd/Manifest
@@ -0,0 +1 @@
+DIST Test-Cmd-1.09.tar.gz 40032 BLAKE2B b1ef0475da5abc275c779279c156d6a9f6521ba0a3392a5ef68aa2ed28340edbf9fc048e3089a746e79142caf100b2cedd8d75a043ddd9993f347d40a1dfb098 SHA512 1f16d948e68542cb7e0d9e87ae3f5d357d96a80931c7da28d4517b6b2e081c1984bd5e2e68d5fed773eedf6df2107827ab1cb8e65801c41b0432fe7932d6ec1a

diff --git a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
new file mode 100644
index 000000000000..3876d5625436
--- /dev/null
+++ b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=NEILB
+DIST_VERSION=1.09
+inherit perl-module
+
+DESCRIPTION="Module for portable testing of commands and scripts"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="virtual/perl-ExtUtils-MakeMaker"

diff --git a/dev-perl/Test-Cmd/metadata.xml b/dev-perl/Test-Cmd/metadata.xml
new file mode 100644
index 000000000000..0b187841356d
--- /dev/null
+++ b/dev-perl/Test-Cmd/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://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">Test-Cmd</remote-id>
+    <remote-id type="cpan-module">Test::Cmd</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Cmd/
@ 2024-11-16 16:05 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2024-11-16 16:05 UTC (permalink / raw
  To: gentoo-commits

commit:     16a8a752d5d09102ba0ee26c271b684837c4f14e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 16:05:42 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 16:05:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16a8a752

dev-perl/Test-Cmd: Keyword 1.90.0 ppc64, #943635

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
index 3876d5625436..fad3c983b987 100644
--- a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
+++ b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="Module for portable testing of commands and scripts"
 
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc64"
 
 BDEPEND="virtual/perl-ExtUtils-MakeMaker"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Cmd/
@ 2024-11-16 16:05 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2024-11-16 16:05 UTC (permalink / raw
  To: gentoo-commits

commit:     1c0f822a028cfac58316e4d69790e1aed2990379
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 16:05:44 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 16:05:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c0f822a

dev-perl/Test-Cmd: Keyword 1.90.0 sparc, #943635

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
index 102728a8b712..142fc287324f 100644
--- a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
+++ b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="Module for portable testing of commands and scripts"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc"
 
 BDEPEND="virtual/perl-ExtUtils-MakeMaker"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Cmd/
@ 2024-11-16 16:05 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2024-11-16 16:05 UTC (permalink / raw
  To: gentoo-commits

commit:     ab8760a0ca1cb7726ca1cabe01ed69e0e7b540b6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 16:05:43 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 16:05:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab8760a0

dev-perl/Test-Cmd: Keyword 1.90.0 ppc, #943635

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
index fad3c983b987..102728a8b712 100644
--- a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
+++ b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="Module for portable testing of commands and scripts"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~ppc ~ppc64"
 
 BDEPEND="virtual/perl-ExtUtils-MakeMaker"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Cmd/
@ 2024-11-17 15:48 Michał Górny
  0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2024-11-17 15:48 UTC (permalink / raw
  To: gentoo-commits

commit:     f0a684bbf92604ece89329d30f7ba939d30386c1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 15:48:17 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 15:48:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a684bb

dev-perl/Test-Cmd: Keyword 1.90.0 arm, #943635

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
index 142fc287324f..59bfd7200df9 100644
--- a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
+++ b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="Module for portable testing of commands and scripts"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc"
 
 BDEPEND="virtual/perl-ExtUtils-MakeMaker"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Cmd/
@ 2024-11-17 15:48 Michał Górny
  0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2024-11-17 15:48 UTC (permalink / raw
  To: gentoo-commits

commit:     0d1837438c7da8b2e8596164598ef727c10be5f8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 15:48:18 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 15:48:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d183743

dev-perl/Test-Cmd: Keyword 1.90.0 arm64, #943635

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
index 59bfd7200df9..f9305b0487a3 100644
--- a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
+++ b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="Module for portable testing of commands and scripts"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc"
 
 BDEPEND="virtual/perl-ExtUtils-MakeMaker"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Cmd/
@ 2024-11-21 23:06 Jakov Smolić
  0 siblings, 0 replies; 16+ messages in thread
From: Jakov Smolić @ 2024-11-21 23:06 UTC (permalink / raw
  To: gentoo-commits

commit:     0648fd1f97ef94117b984de1e4cbd14b24b353d7
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 21 23:06:47 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Nov 21 23:06:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0648fd1f

dev-perl/Test-Cmd: Keyword 1.90.0 riscv, #943635

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
index 76bd69fde701..05a2970ca858 100644
--- a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
+++ b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="Module for portable testing of commands and scripts"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 BDEPEND="virtual/perl-ExtUtils-MakeMaker"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Cmd/
@ 2024-11-25  0:08 Mike Pagano
  0 siblings, 0 replies; 16+ messages in thread
From: Mike Pagano @ 2024-11-25  0:08 UTC (permalink / raw
  To: gentoo-commits

commit:     6246940333b9ce6ef0c666cc1f4fff928f1cd368
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Sun Nov 24 21:49:58 2024 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Mon Nov 25 00:07:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62469403

dev-perl/Test-Cmd: Keyword 1.90.0 alpha, #943635

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
index 05a2970ca858..839b2c1074ce 100644
--- a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
+++ b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="Module for portable testing of commands and scripts"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 BDEPEND="virtual/perl-ExtUtils-MakeMaker"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Cmd/
@ 2024-11-25 23:13 Mike Pagano
  0 siblings, 0 replies; 16+ messages in thread
From: Mike Pagano @ 2024-11-25 23:13 UTC (permalink / raw
  To: gentoo-commits

commit:     705c29bbe21a14e1b275bc6d908ea012e66eb926
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Mon Nov 25 22:58:45 2024 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Mon Nov 25 23:13:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=705c29bb

dev-perl/Test-Cmd: Keyword 1.90.0 loong, #943635

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
index 839b2c1074ce..dae5ac18767a 100644
--- a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
+++ b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="Module for portable testing of commands and scripts"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 BDEPEND="virtual/perl-ExtUtils-MakeMaker"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Cmd/
@ 2024-11-26  0:36 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2024-11-26  0:36 UTC (permalink / raw
  To: gentoo-commits

commit:     9d41f88d672a64dc47a5f2948868f32447ea2045
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 26 00:35:44 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 26 00:35:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d41f88d

dev-perl/Test-Cmd: Keyword 1.90.0 mips, #943635

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

 dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
index dae5ac18767a..b44830b3091b 100644
--- a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
+++ b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="Module for portable testing of commands and scripts"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 BDEPEND="virtual/perl-ExtUtils-MakeMaker"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Cmd/
@ 2024-11-27 17:51 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2024-11-27 17:51 UTC (permalink / raw
  To: gentoo-commits

commit:     e65909df0f3c042e2aa7c3b79f948fab9cd033ea
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 27 17:50:36 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 27 17:50:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e65909df

dev-perl/Test-Cmd: Stabilize 1.90.0 x86, #942655

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

 dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
index 0deed2caa49b..e90d87187a72 100644
--- a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
+++ b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="Module for portable testing of commands and scripts"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
 
 BDEPEND="virtual/perl-ExtUtils-MakeMaker"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Cmd/
@ 2024-12-12 11:08 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2024-12-12 11:08 UTC (permalink / raw
  To: gentoo-commits

commit:     79455c83a9d4eb907fedba33cd947a83efa725ba
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 11:06:21 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 11:06:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79455c83

dev-perl/Test-Cmd: Stabilize 1.90.0 arm, #942655

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

 dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
index f82458269d69..1d713331dcfb 100644
--- a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
+++ b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="Module for portable testing of commands and scripts"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
 
 BDEPEND="virtual/perl-ExtUtils-MakeMaker"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Cmd/
@ 2024-12-12 11:08 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2024-12-12 11:08 UTC (permalink / raw
  To: gentoo-commits

commit:     37bb64323d71052aac98970cf54793bf8ef36213
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 11:06:17 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 11:06:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37bb6432

dev-perl/Test-Cmd: Stabilize 1.90.0 arm64, #942655

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

 dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
index e90d87187a72..f82458269d69 100644
--- a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
+++ b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="Module for portable testing of commands and scripts"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
 
 BDEPEND="virtual/perl-ExtUtils-MakeMaker"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Cmd/
@ 2024-12-12 11:08 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2024-12-12 11:08 UTC (permalink / raw
  To: gentoo-commits

commit:     60ff963a39207078fb716c5568a70278c5dc064b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 11:06:25 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 11:06:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60ff963a

dev-perl/Test-Cmd: Stabilize 1.90.0 ppc64, #942655

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

 dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
index 1d713331dcfb..da73426b635c 100644
--- a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
+++ b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="Module for portable testing of commands and scripts"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc x86"
 
 BDEPEND="virtual/perl-ExtUtils-MakeMaker"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Cmd/
@ 2024-12-12 11:08 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2024-12-12 11:08 UTC (permalink / raw
  To: gentoo-commits

commit:     dc37fa9527a69248d8f315bc2d0cbb810fb8fa36
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 11:06:28 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 11:06:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc37fa95

dev-perl/Test-Cmd: Stabilize 1.90.0 ppc, #942655

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

 dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
index da73426b635c..2fd122720864 100644
--- a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
+++ b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="Module for portable testing of commands and scripts"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86"
 
 BDEPEND="virtual/perl-ExtUtils-MakeMaker"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Cmd/
@ 2024-12-12 11:08 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2024-12-12 11:08 UTC (permalink / raw
  To: gentoo-commits

commit:     671b93fef59a96b41d1880045cda911b574b070e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 11:06:32 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 11:06:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=671b93fe

dev-perl/Test-Cmd: Stabilize 1.90.0 sparc, #942655

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

 dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
index 2fd122720864..a4d2d2da3cdd 100644
--- a/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
+++ b/dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="Module for portable testing of commands and scripts"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86"
 
 BDEPEND="virtual/perl-ExtUtils-MakeMaker"


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

end of thread, other threads:[~2024-12-12 11:08 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-16 16:05 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Cmd/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2024-12-12 11:08 Sam James
2024-12-12 11:08 Sam James
2024-12-12 11:08 Sam James
2024-12-12 11:08 Sam James
2024-12-12 11:08 Sam James
2024-11-27 17:51 Sam James
2024-11-26  0:36 Sam James
2024-11-25 23:13 Mike Pagano
2024-11-25  0:08 Mike Pagano
2024-11-21 23:06 Jakov Smolić
2024-11-17 15:48 Michał Górny
2024-11-17 15:48 Michał Górny
2024-11-16 16:05 Arthur Zamarin
2024-11-16 16:05 Arthur Zamarin
2024-11-13 20:26 Sam James

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