public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Dispatch-Array/
@ 2016-03-27 20:56 Andreas Hüttel
  0 siblings, 0 replies; 16+ messages in thread
From: Andreas Hüttel @ 2016-03-27 20:56 UTC (permalink / raw
  To: gentoo-commits

commit:     45944f6b06275a048f499d65a9b272440a5af51d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Mar 23 03:46:39 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 20:56:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45944f6b

dev-perl/Log-Dispatch-Array:  Added at version 1.3.0

Used by Plack for Tests.

Previously maintained in ::perl-experimental since March 2010,
by Torsten Veller and Kent Fredric

Package-Manager: portage-2.2.28

 .../Log-Dispatch-Array-1.3.0.ebuild                | 26 ++++++++++++++++++++++
 dev-perl/Log-Dispatch-Array/Manifest               |  1 +
 dev-perl/Log-Dispatch-Array/metadata.xml           | 12 ++++++++++
 3 files changed, 39 insertions(+)

diff --git a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild
new file mode 100644
index 0000000..a467d37
--- /dev/null
+++ b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=1.003
+inherit perl-module
+
+DESCRIPTION="log events to an array (reference)"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	dev-perl/Log-Dispatch
+	virtual/perl-parent
+"
+DEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.300.0
+	test? (
+		dev-perl/Test-Deep
+		>=virtual/perl-Test-Simple-0.960.0
+	)
+"

diff --git a/dev-perl/Log-Dispatch-Array/Manifest b/dev-perl/Log-Dispatch-Array/Manifest
new file mode 100644
index 0000000..51feda6
--- /dev/null
+++ b/dev-perl/Log-Dispatch-Array/Manifest
@@ -0,0 +1 @@
+DIST Log-Dispatch-Array-1.003.tar.gz 12926 SHA256 0c20931c2f7bf26a76ba01370b9582215fe5216b161822c0c3f204a81fb87f37 SHA512 00482172dc41355de5a27f7ae167c1f2c8644c41a2484e4fd5709765ab6a413d15ec268af89cef6a521a0a5570be2652b02efec9a717e8325bbfb8fd51a4bb68 WHIRLPOOL 062e1e85dfbf884583938cedb7f960ae2512f25ac376e7c089f0fef6690e302fe486e28486f7eb34013ae781e4e022cf3de8fb89b7e21e31239173c29d3885f7

diff --git a/dev-perl/Log-Dispatch-Array/metadata.xml b/dev-perl/Log-Dispatch-Array/metadata.xml
new file mode 100644
index 0000000..265deef
--- /dev/null
+++ b/dev-perl/Log-Dispatch-Array/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">Log-Dispatch-Array</remote-id>
+    <remote-id type="cpan-module">Log::Dispatch::Array</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Dispatch-Array/
@ 2017-01-26 14:04 Tobias Klausmann
  0 siblings, 0 replies; 16+ messages in thread
From: Tobias Klausmann @ 2017-01-26 14:04 UTC (permalink / raw
  To: gentoo-commits

commit:     7af234001c79673d460cefea8f448d44beac8f75
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 11:43:06 2017 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 14:03:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af23400

dev-perl/Log-Dispatch-Array-1.3.0-r0: keyworded for ~alpha

Gentoo-Bug: 577100

 dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild
index a467d37..737bb89 100644
--- a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild
+++ b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="log events to an array (reference)"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Dispatch-Array/
@ 2017-03-10 21:04 Matt Turner
  0 siblings, 0 replies; 16+ messages in thread
From: Matt Turner @ 2017-03-10 21:04 UTC (permalink / raw
  To: gentoo-commits

commit:     75d3b3be74260fe1889d1bb12335b704ad0df65b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 20:37:08 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 21:04:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d3b3be

dev-perl/Log-Dispatch-Array: added ~ppc, bug 577100

 dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild
index 31be438ecfc..e554502925a 100644
--- a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild
+++ b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="log events to an array (reference)"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Dispatch-Array/
@ 2017-03-14 14:28 Agostino Sarubbo
  0 siblings, 0 replies; 16+ messages in thread
From: Agostino Sarubbo @ 2017-03-14 14:28 UTC (permalink / raw
  To: gentoo-commits

commit:     f4fe3accc46cfa543ca2c8cc40c98cfc29074733
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 14 14:26:54 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 14:26:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4fe3acc

dev-perl/Log-Dispatch-Array: amd64 stable wrt bug #612558

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild
index e554502925a..983bcab9c16 100644
--- a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild
+++ b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="log events to an array (reference)"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Dispatch-Array/
@ 2017-03-15 18:54 Matt Turner
  0 siblings, 0 replies; 16+ messages in thread
From: Matt Turner @ 2017-03-15 18:54 UTC (permalink / raw
  To: gentoo-commits

commit:     b7a63f50032a416fe22c5683dc04dfd1f413b054
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 18:46:20 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Mar 15 18:47:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7a63f50

dev-perl/Log-Dispatch-Array-1.3.0: added ~ia64, bug 577100

 dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild
index 983bcab9c16..187fe8c3fe5 100644
--- a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild
+++ b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="log events to an array (reference)"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Dispatch-Array/
@ 2018-06-10 17:43 Thomas Deutschmann
  0 siblings, 0 replies; 16+ messages in thread
From: Thomas Deutschmann @ 2018-06-10 17:43 UTC (permalink / raw
  To: gentoo-commits

commit:     fe05c522b9ec30569787c2ddf42c5ac7b4bba2fd
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 17:23:24 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 17:42:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe05c522

dev-perl/Log-Dispatch-Array: x86 stable (bug #657690)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild
index 187fe8c3fe5..9389eee5bb8 100644
--- a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild
+++ b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="log events to an array (reference)"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Dispatch-Array/
@ 2018-06-26 14:03 Tobias Klausmann
  0 siblings, 0 replies; 16+ messages in thread
From: Tobias Klausmann @ 2018-06-26 14:03 UTC (permalink / raw
  To: gentoo-commits

commit:     7b100982ffce7a7dec723d02f61b49e570332456
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 14:02:12 2018 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 14:03:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b100982

dev-perl/Log-Dispatch-Array-1.3.0-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/657690

 dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild
index cab7e64c132..f0a493c0c97 100644
--- a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild
+++ b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="log events to an array (reference)"
 SLOT="0"
-KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Dispatch-Array/
@ 2021-11-10 20:02 Andreas K. Hüttel
  0 siblings, 0 replies; 16+ messages in thread
From: Andreas K. Hüttel @ 2021-11-10 20:02 UTC (permalink / raw
  To: gentoo-commits

commit:     dc04f14579047d2816cd3ed0c34e3e8e9cc54768
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 10 19:50:42 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Nov 10 20:01:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc04f145

dev-perl/Log-Dispatch-Array: EAPI=8 bump

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

 ...atch-Array-1.3.0.ebuild => Log-Dispatch-Array-1.3.0-r1.ebuild} | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild
similarity index 79%
rename from dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild
rename to dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild
index a1408a7645b..e7621a67dff 100644
--- a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild
+++ b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=RJBS
 DIST_VERSION=1.003
@@ -10,14 +10,12 @@ inherit perl-module
 DESCRIPTION="log events to an array (reference)"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
 	dev-perl/Log-Dispatch
 	virtual/perl-parent
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
 	>=virtual/perl-ExtUtils-MakeMaker-6.300.0
 	test? (
 		dev-perl/Test-Deep


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Dispatch-Array/
@ 2022-09-27 12:02 Jakov Smolić
  0 siblings, 0 replies; 16+ messages in thread
From: Jakov Smolić @ 2022-09-27 12:02 UTC (permalink / raw
  To: gentoo-commits

commit:     e767fb9e8f2b094e8b4a8449649ec45899789644
Author:     Yu Gu <guyu2876 <AT> gmail <DOT> com>
AuthorDate: Thu Sep 22 11:52:08 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Sep 27 12:02:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e767fb9e

dev-perl/Log-Dispatch-Array: Keyword 1.3.0-r1 riscv, #872365

Signed-off-by: Yu Gu <guyu2876 <AT> gmail.com>
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild
index e7621a67dfff..d474ee376110 100644
--- a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild
+++ b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="log events to an array (reference)"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
 	dev-perl/Log-Dispatch


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Dispatch-Array/
@ 2022-11-01  4:23 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2022-11-01  4:23 UTC (permalink / raw
  To: gentoo-commits

commit:     41fb4c6680ff714750918c744baf0a2064240f8e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  1 04:22:57 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Nov  1 04:22:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41fb4c66

dev-perl/Log-Dispatch-Array: Keyword 1.3.0-r1 arm64, #878933

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

 dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild
index 6d16e03239ed..f09abb838c0a 100644
--- a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild
+++ b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="log events to an array (reference)"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
 	dev-perl/Log-Dispatch


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Dispatch-Array/
@ 2022-11-15  4:37 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2022-11-15  4:37 UTC (permalink / raw
  To: gentoo-commits

commit:     40465967a61b055a2e1463ceb9e051bf8490af29
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 15 04:36:50 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 04:36:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40465967

dev-perl/Log-Dispatch-Array: Keyword 1.3.0-r1 hppa, #878933

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

 dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild
index f09abb838c0a..f55c25f546d0 100644
--- a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild
+++ b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="log events to an array (reference)"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
 	dev-perl/Log-Dispatch


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Dispatch-Array/
@ 2022-12-10 18:26 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2022-12-10 18:26 UTC (permalink / raw
  To: gentoo-commits

commit:     5429c59259f54ccc54daf8c22311a7be2d0c22fd
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 18:25:45 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 18:25:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5429c592

dev-perl/Log-Dispatch-Array: Stabilize 1.3.0-r1 arm, #885325

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

 dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild
index f55c25f546d0..e3c7f19b20c7 100644
--- a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild
+++ b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="log events to an array (reference)"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
 	dev-perl/Log-Dispatch


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Dispatch-Array/
@ 2022-12-10 18:34 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2022-12-10 18:34 UTC (permalink / raw
  To: gentoo-commits

commit:     a4649e5912bc5eb242e8778dddbe47280bee5346
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 18:34:11 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 18:34:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4649e59

dev-perl/Log-Dispatch-Array: Stabilize 1.3.0-r1 arm64, #885325

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

 dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild
index e3c7f19b20c7..9905c07136c5 100644
--- a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild
+++ b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="log events to an array (reference)"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
 	dev-perl/Log-Dispatch


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Dispatch-Array/
@ 2023-06-20  5:31 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-06-20  5:31 UTC (permalink / raw
  To: gentoo-commits

commit:     3392270518977e48c9345a405e1583c3ee9bec37
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 05:23:12 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 05:31:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33922705

dev-perl/Log-Dispatch-Array: add 1.5.0

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

 .../Log-Dispatch-Array-1.5.0.ebuild                | 26 ++++++++++++++++++++++
 dev-perl/Log-Dispatch-Array/Manifest               |  1 +
 2 files changed, 27 insertions(+)

diff --git a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.5.0.ebuild b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.5.0.ebuild
new file mode 100644
index 000000000000..c7d8ce12512e
--- /dev/null
+++ b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.5.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=1.005
+inherit perl-module
+
+DESCRIPTION="Log events to an array (reference)"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+	dev-perl/Log-Dispatch
+	virtual/perl-parent
+"
+BDEPEND="
+	${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.780.0
+	test? (
+		virtual/perl-File-Spec
+		dev-perl/Test-Deep
+		>=virtual/perl-Test-Simple-0.960.0
+	)
+"

diff --git a/dev-perl/Log-Dispatch-Array/Manifest b/dev-perl/Log-Dispatch-Array/Manifest
index d1e68b460749..a0bd61accb8f 100644
--- a/dev-perl/Log-Dispatch-Array/Manifest
+++ b/dev-perl/Log-Dispatch-Array/Manifest
@@ -1 +1,2 @@
 DIST Log-Dispatch-Array-1.003.tar.gz 12926 BLAKE2B c6783bcbb9cfa75089208ff83efa613c04d42af257e8c437c7e85b736eb476bd60bf8a20f54b5c9cba2193c3527d15aa41e7241357312dd940610ad9075650a7 SHA512 00482172dc41355de5a27f7ae167c1f2c8644c41a2484e4fd5709765ab6a413d15ec268af89cef6a521a0a5570be2652b02efec9a717e8325bbfb8fd51a4bb68
+DIST Log-Dispatch-Array-1.005.tar.gz 16080 BLAKE2B 26b9c3366993bea2c37c3c4073a8ad959948a84bade0865daa2939be94034d464810f36fe827872274bc9853e2afd8cef18be426a84046e69ae631b619d39883 SHA512 35d632ae0d2b8c34f132884c606b7e2ec12ad3e763ebc043a53449c0a63da03adf661ae2aa45f1b95d50f39a662f472e37f013ada727fbe53242c7d5d361e87e


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Dispatch-Array/
@ 2023-08-15  7:34 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-08-15  7:34 UTC (permalink / raw
  To: gentoo-commits

commit:     bc5b42deaacea92c5682baf4b713b7c5d8917d2a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 15 07:33:50 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 07:33:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5b42de

dev-perl/Log-Dispatch-Array: Stabilize 1.5.0 ppc, #910893

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

 dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.5.0.ebuild b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.5.0.ebuild
index 1b56ef8733d5..ca6be9dd33dc 100644
--- a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.5.0.ebuild
+++ b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.5.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Log events to an array (reference)"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
 	dev-perl/Log-Dispatch


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Dispatch-Array/
@ 2023-11-29  4:23 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-11-29  4:23 UTC (permalink / raw
  To: gentoo-commits

commit:     276ac453f75cdd90a342ae2edd1f2600dc4bed51
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Tue Nov 28 23:18:17 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 04:21:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=276ac453

dev-perl/Log-Dispatch-Array: Keyword 1.5.0 mips, #878933

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.5.0.ebuild b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.5.0.ebuild
index ca6be9dd33dc..14b08851c476 100644
--- a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.5.0.ebuild
+++ b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.5.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Log events to an array (reference)"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
 	dev-perl/Log-Dispatch


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

end of thread, other threads:[~2023-11-29  4:23 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-15 18:54 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Dispatch-Array/ Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2023-11-29  4:23 Sam James
2023-08-15  7:34 Sam James
2023-06-20  5:31 Sam James
2022-12-10 18:34 Arthur Zamarin
2022-12-10 18:26 Arthur Zamarin
2022-11-15  4:37 Sam James
2022-11-01  4:23 Arthur Zamarin
2022-09-27 12:02 Jakov Smolić
2021-11-10 20:02 Andreas K. Hüttel
2018-06-26 14:03 Tobias Klausmann
2018-06-10 17:43 Thomas Deutschmann
2017-03-14 14:28 Agostino Sarubbo
2017-03-10 21:04 Matt Turner
2017-01-26 14:04 Tobias Klausmann
2016-03-27 20:56 Andreas Hüttel

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