public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-HandlesVia/
@ 2021-07-09 20:36 Andreas K. Hüttel
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas K. Hüttel @ 2021-07-09 20:36 UTC (permalink / raw
  To: gentoo-commits

commit:     7b0f1817b89ee2557ebd3caa763516df13f566a2
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  9 20:31:43 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jul  9 20:35:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b0f1817

dev-perl/Sub-HandlesVia: New package, needed for dev-perl/MooX-late

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Sub-HandlesVia/Manifest                   |  1 +
 .../Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild    | 29 ++++++++++++++++++++++
 dev-perl/Sub-HandlesVia/metadata.xml               |  8 ++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-perl/Sub-HandlesVia/Manifest b/dev-perl/Sub-HandlesVia/Manifest
new file mode 100644
index 00000000000..23171a0d855
--- /dev/null
+++ b/dev-perl/Sub-HandlesVia/Manifest
@@ -0,0 +1 @@
+DIST Sub-HandlesVia-0.016.tar.gz 99771 BLAKE2B 6df80cb330356c79896d881e1c66317f57db49c5a843d8615effff08c5e0dc24698fe180c1d822ab96fc2d7c049fe9affa363a1e1ff09f484c2182835fe6d175 SHA512 91932d7c56e4fc1bb9e737282ee45ffdcc6d4143ee0307cbcbee9fb3b3953bd955b62bc20809cef61d4e643a4d246dbab062a636a46f951a93bdf2f22a1b04d2

diff --git a/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild
new file mode 100644
index 00000000000..e2bb4a2c799
--- /dev/null
+++ b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=TOBYINK
+DIST_VERSION=0.016
+inherit perl-module
+
+DESCRIPTION="alternative handles_via implementation"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-perl/Class-Method-Modifiers
+	dev-perl/Class-Tiny
+	dev-perl/Exporter-Tiny
+	>=virtual/perl-Scalar-List-Utils-1.540.0
+	dev-perl/Role-Tiny
+	>=dev-perl/Type-Tiny-1.4.0
+"
+BDEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.170.0
+	test? (
+		dev-perl/Test-Fatal
+		>=virtual/perl-Test-Simple-0.960.0
+		dev-perl/Test-Requires
+	)
+"

diff --git a/dev-perl/Sub-HandlesVia/metadata.xml b/dev-perl/Sub-HandlesVia/metadata.xml
new file mode 100644
index 00000000000..2b9a936fc0a
--- /dev/null
+++ b/dev-perl/Sub-HandlesVia/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-HandlesVia/
@ 2021-07-12 22:23 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-07-12 22:23 UTC (permalink / raw
  To: gentoo-commits

commit:     11ae0433a98c21da58c700da992fe946a81ed646
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 12 22:23:26 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 12 22:23:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11ae0433

dev-perl/Sub-HandlesVia: Keyword 0.16.0 ppc, #801388

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

 dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild
index e2bb4a2c799..f52ffb297f5 100644
--- a/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild
+++ b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="alternative handles_via implementation"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc"
 
 RDEPEND="
 	dev-perl/Class-Method-Modifiers


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-HandlesVia/
@ 2021-07-14 16:08 Sergei Trofimovich
  0 siblings, 0 replies; 14+ messages in thread
From: Sergei Trofimovich @ 2021-07-14 16:08 UTC (permalink / raw
  To: gentoo-commits

commit:     94090066c9b634fefcc2c4f945b0f32a4eb6b11c
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Wed Jul 14 16:01:10 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Jul 14 16:08:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94090066

dev-perl/Sub-HandlesVia: keyworded 0.16.0 for hppa, bug #801388

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild
index f52ffb297f5..77407640f4c 100644
--- a/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild
+++ b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="alternative handles_via implementation"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc"
+KEYWORDS="~amd64 ~hppa ~ppc"
 
 RDEPEND="
 	dev-perl/Class-Method-Modifiers


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-HandlesVia/
@ 2021-07-28  1:58 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-07-28  1:58 UTC (permalink / raw
  To: gentoo-commits

commit:     6ccc516ac2cae831e79df58c93f3f4f4e03a94d9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 28 01:54:46 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 28 01:54:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ccc516a

dev-perl/Sub-HandlesVia: Keyword 0.16.0 x86, #801388

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

 dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild
index 77407640f4c..c7021656d77 100644
--- a/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild
+++ b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="alternative handles_via implementation"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
 
 RDEPEND="
 	dev-perl/Class-Method-Modifiers


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-HandlesVia/
@ 2021-11-20 10:25 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2021-11-20 10:25 UTC (permalink / raw
  To: gentoo-commits

commit:     2c2d8a9d0e227319b9ec53e69e21a19b0fc263c1
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 20 10:25:24 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 20 10:25:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c2d8a9d

dev-perl/Sub-HandlesVia: Stabilize 0.16.0 ppc, #817449

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

 dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild
index c7021656d77f..dc27d3793b81 100644
--- a/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild
+++ b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="alternative handles_via implementation"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 ~hppa ppc ~x86"
 
 RDEPEND="
 	dev-perl/Class-Method-Modifiers


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-HandlesVia/
@ 2021-11-21  7:07 Jakov Smolić
  0 siblings, 0 replies; 14+ messages in thread
From: Jakov Smolić @ 2021-11-21  7:07 UTC (permalink / raw
  To: gentoo-commits

commit:     d1f0cbbf2270c301304ebf16cc122681a04c69c4
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 21 07:06:55 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Nov 21 07:06:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1f0cbbf

dev-perl/Sub-HandlesVia: Stabilize 0.16.0 amd64, #817449

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

 dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild
index dc27d3793b81..9295dcc56da6 100644
--- a/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild
+++ b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="alternative handles_via implementation"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ppc ~x86"
+KEYWORDS="amd64 ~hppa ppc ~x86"
 
 RDEPEND="
 	dev-perl/Class-Method-Modifiers


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-HandlesVia/
@ 2021-11-22 19:20 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-11-22 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     b3551464a0426d435724741e91641e826116fa13
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 22 19:19:27 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 22 19:19:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3551464

dev-perl/Sub-HandlesVia: Stabilize 0.16.0 x86, #817449

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

 dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild
index 9295dcc56da6..93082bdf0b2c 100644
--- a/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild
+++ b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.16.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="alternative handles_via implementation"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~x86"
+KEYWORDS="amd64 ~hppa ppc x86"
 
 RDEPEND="
 	dev-perl/Class-Method-Modifiers


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

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

commit:     7633357dd06fa5b63bd8db99e4846980fc293cbd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 22:20:20 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 22:21:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7633357d

dev-perl/Sub-HandlesVia: add 0.50.0

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

 dev-perl/Sub-HandlesVia/Manifest                   |  1 +
 .../Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild    | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-perl/Sub-HandlesVia/Manifest b/dev-perl/Sub-HandlesVia/Manifest
index 23171a0d855c..dd6d62d0b164 100644
--- a/dev-perl/Sub-HandlesVia/Manifest
+++ b/dev-perl/Sub-HandlesVia/Manifest
@@ -1 +1,2 @@
 DIST Sub-HandlesVia-0.016.tar.gz 99771 BLAKE2B 6df80cb330356c79896d881e1c66317f57db49c5a843d8615effff08c5e0dc24698fe180c1d822ab96fc2d7c049fe9affa363a1e1ff09f484c2182835fe6d175 SHA512 91932d7c56e4fc1bb9e737282ee45ffdcc6d4143ee0307cbcbee9fb3b3953bd955b62bc20809cef61d4e643a4d246dbab062a636a46f951a93bdf2f22a1b04d2
+DIST Sub-HandlesVia-0.050000.tar.gz 176211 BLAKE2B e599bfc615e5b4f0cceac92510394cbe4f030ec946557b858066ef578b2d7918032d6828d381bc84ec36a0cf5973607e2d0cd446eda92f58e7506d006cacb419 SHA512 c91d356d0aa461d446157ebf4819350db13060dd0bcd383b06037a7e05fb36935d71348270aa9e72daf6031a79956a5887a14e284554d83e5e88665146c388e2

diff --git a/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild
new file mode 100644
index 000000000000..b38bc4349fb3
--- /dev/null
+++ b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=TOBYINK
+DIST_VERSION=0.050000
+inherit perl-module
+
+DESCRIPTION="Alternative handles_via implementation"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-perl/Class-Method-Modifiers
+	dev-perl/Exporter-Tiny
+	>=virtual/perl-Scalar-List-Utils-1.540.0
+	>=dev-perl/Role-Hooks-0.8.0
+	dev-perl/Role-Tiny
+	>=dev-perl/Type-Tiny-1.4.0
+"
+BDEPEND="
+	${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.170.0
+	test? (
+		dev-perl/Test-Fatal
+		>=virtual/perl-Test-Simple-0.960.0
+		dev-perl/Test-Requires
+	)
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-HandlesVia/
@ 2023-06-19  6:31 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2023-06-19  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     5d046a5977407f8d7334dafb92c33f432955b110
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 06:31:08 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 06:31:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d046a59

dev-perl/Sub-HandlesVia: Keyword 0.50.0 hppa, #908806

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

 dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild
index b38bc4349fb3..68f9155afda6 100644
--- a/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild
+++ b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Alternative handles_via implementation"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~hppa"
 
 RDEPEND="
 	dev-perl/Class-Method-Modifiers


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-HandlesVia/
@ 2023-06-19  9:02 Yixun Lan
  0 siblings, 0 replies; 14+ messages in thread
From: Yixun Lan @ 2023-06-19  9:02 UTC (permalink / raw
  To: gentoo-commits

commit:     afaf7fc6ebd222785d0c8c706517f4aa0bc3981d
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 06:16:03 2023 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 09:01:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afaf7fc6

dev-perl/Sub-HandlesVia: Keyword 0.50.0 riscv, #908806

Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild
index 68f9155afda6..e77220bb3ae3 100644
--- a/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild
+++ b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Alternative handles_via implementation"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa"
+KEYWORDS="~amd64 ~hppa ~riscv"
 
 RDEPEND="
 	dev-perl/Class-Method-Modifiers


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-HandlesVia/
@ 2023-06-19 14:18 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2023-06-19 14:18 UTC (permalink / raw
  To: gentoo-commits

commit:     40408320c9a98352e042243375e56d432d0f128e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 14:18:23 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 14:18:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40408320

dev-perl/Sub-HandlesVia: Keyword 0.50.0 ppc, #908806

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

 dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild
index e77220bb3ae3..b1c8ed814f01 100644
--- a/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild
+++ b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Alternative handles_via implementation"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~riscv"
+KEYWORDS="~amd64 ~hppa ~ppc ~riscv"
 
 RDEPEND="
 	dev-perl/Class-Method-Modifiers


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-HandlesVia/
@ 2023-06-20 12:02 Jakov Smolić
  0 siblings, 0 replies; 14+ messages in thread
From: Jakov Smolić @ 2023-06-20 12:02 UTC (permalink / raw
  To: gentoo-commits

commit:     d6e212f7cd5969f6925a3db13a7fa92cbe14b155
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 11:48:47 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 11:48:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6e212f7

dev-perl/Sub-HandlesVia: Keyword 0.50.0 x86, #908806

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

 dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild
index b1c8ed814f01..d77ebfb55fc7 100644
--- a/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild
+++ b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Alternative handles_via implementation"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~riscv"
+KEYWORDS="~amd64 ~hppa ~ppc ~riscv ~x86"
 
 RDEPEND="
 	dev-perl/Class-Method-Modifiers


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-HandlesVia/
@ 2023-07-24 18:13 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2023-07-24 18:13 UTC (permalink / raw
  To: gentoo-commits

commit:     7b4e23f37fa0306d1c622cb769db04f33148871d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 18:13:32 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 18:13:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b4e23f3

dev-perl/Sub-HandlesVia: Stabilize 0.50.0 ppc, #910943

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

 dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild
index d77ebfb55fc7..ca4002a805c1 100644
--- a/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild
+++ b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Alternative handles_via implementation"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~riscv ~x86"
+KEYWORDS="~amd64 ~hppa ppc ~riscv ~x86"
 
 RDEPEND="
 	dev-perl/Class-Method-Modifiers


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-HandlesVia/
@ 2023-07-24 18:21 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2023-07-24 18:21 UTC (permalink / raw
  To: gentoo-commits

commit:     09ab1facda4ffe41db1fcb920b4d8d71516c564a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 18:20:58 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 18:20:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ab1fac

dev-perl/Sub-HandlesVia: Stabilize 0.50.0 amd64, #910943

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

 dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild
index ca4002a805c1..0dc45626e7ef 100644
--- a/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild
+++ b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Alternative handles_via implementation"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ppc ~riscv ~x86"
+KEYWORDS="amd64 ~hppa ppc ~riscv ~x86"
 
 RDEPEND="
 	dev-perl/Class-Method-Modifiers


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

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

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-19  9:02 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-HandlesVia/ Yixun Lan
  -- strict thread matches above, loose matches on Subject: below --
2023-07-24 18:21 Sam James
2023-07-24 18:13 Arthur Zamarin
2023-06-20 12:02 Jakov Smolić
2023-06-19 14:18 Sam James
2023-06-19  6:31 Arthur Zamarin
2023-06-18 22:21 Sam James
2021-11-22 19:20 Sam James
2021-11-21  7:07 Jakov Smolić
2021-11-20 10:25 Arthur Zamarin
2021-07-28  1:58 Sam James
2021-07-14 16:08 Sergei Trofimovich
2021-07-12 22:23 Sam James
2021-07-09 20:36 Andreas K. Hüttel

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