public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPIx-QuoteLike/
@ 2021-05-09 16:54 Andreas K. Hüttel
  0 siblings, 0 replies; 24+ messages in thread
From: Andreas K. Hüttel @ 2021-05-09 16:54 UTC (permalink / raw
  To: gentoo-commits

commit:     35619e92f466f7fe02a0754d4d7dfb79bd22c51e
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun May  9 16:49:58 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun May  9 16:49:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35619e92

dev-perl/PPIx-QuoteLike: New package, needed for Perl::Critic

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

 dev-perl/PPIx-QuoteLike/Manifest                   |  1 +
 .../PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild    | 28 ++++++++++++++++++++++
 dev-perl/PPIx-QuoteLike/metadata.xml               |  8 +++++++
 3 files changed, 37 insertions(+)

diff --git a/dev-perl/PPIx-QuoteLike/Manifest b/dev-perl/PPIx-QuoteLike/Manifest
new file mode 100644
index 00000000000..677bc3d259c
--- /dev/null
+++ b/dev-perl/PPIx-QuoteLike/Manifest
@@ -0,0 +1 @@
+DIST PPIx-QuoteLike-0.017.tar.gz 71431 BLAKE2B a7ff0062dc5d9a1656365fc48633fe100dca75c7ed7990c68f2c2b88d9e54ad054f8a9438e636fc4e4dd22e3a39bc8d2531eb1bc0a371b31812068dda939f3b7 SHA512 ec51e4ee529e18305a5255d9d0d04a5868963481157c31ffbb92e3492c4153117b54b14c1c75b1792fdeb91d68c2a0596b7ace829a25b27a53dc4ec785d48bca

diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
new file mode 100644
index 00000000000..b491c516765
--- /dev/null
+++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=WYANT
+DIST_VERSION=0.017
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="Parse Perl string literals and string-literal-like things"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test examples"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	virtual/perl-Carp
+	virtual/perl-Encode
+	virtual/perl-Exporter
+	>=dev-perl/PPI-1.117.0
+	virtual/perl-Scalar-List-Utils
+"
+BDEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-0.420.0
+	test? ( >=virtual/perl-Test-Simple-0.880.0 )
+"

diff --git a/dev-perl/PPIx-QuoteLike/metadata.xml b/dev-perl/PPIx-QuoteLike/metadata.xml
new file mode 100644
index 00000000000..2b9a936fc0a
--- /dev/null
+++ b/dev-perl/PPIx-QuoteLike/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] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPIx-QuoteLike/
@ 2021-05-09 20:56 Andreas K. Hüttel
  0 siblings, 0 replies; 24+ messages in thread
From: Andreas K. Hüttel @ 2021-05-09 20:56 UTC (permalink / raw
  To: gentoo-commits

commit:     91ceab3fee734c3e512aa1f9e2aa430976e79eaf
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun May  9 20:55:45 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun May  9 20:56:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ceab3f

dev-perl/PPIx-QuoteLike: Add missing deps

Closes: https://bugs.gentoo.org/789132
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
index b491c516765..cb202adbccf 100644
--- a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
+++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
@@ -20,6 +20,8 @@ RDEPEND="
 	virtual/perl-Encode
 	virtual/perl-Exporter
 	>=dev-perl/PPI-1.117.0
+	dev-perl/PPIx-Regexp
+	dev-perl/Readonly
 	virtual/perl-Scalar-List-Utils
 "
 BDEPEND="${RDEPEND}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPIx-QuoteLike/
@ 2021-05-10 13:12 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-05-10 13:12 UTC (permalink / raw
  To: gentoo-commits

commit:     5abb60862bc229f264ba43af13dbf536d57f1d28
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 10 13:08:18 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 10 13:12:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5abb6086

dev-perl/PPIx-QuoteLike: Keyword 0.17.0 ppc, #789090

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

 dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
index cb202adbccf..67cfea14f4f 100644
--- a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
+++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Parse Perl string literals and string-literal-like things"
 
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc"
 IUSE="test examples"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPIx-QuoteLike/
@ 2021-05-15  2:44 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-05-15  2:44 UTC (permalink / raw
  To: gentoo-commits

commit:     50876bfefd3b9d99ef6006f30cf1ae73d0a29cc8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 15 02:44:32 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 15 02:44:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50876bfe

dev-perl/PPIx-QuoteLike: Keyword 0.17.0 ppc64, #789090

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

 dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
index 67cfea14f4f..f299808b59f 100644
--- a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
+++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Parse Perl string literals and string-literal-like things"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc"
+KEYWORDS="~amd64 ~ppc ~ppc64"
 IUSE="test examples"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPIx-QuoteLike/
@ 2021-07-24 20:23 Matt Turner
  0 siblings, 0 replies; 24+ messages in thread
From: Matt Turner @ 2021-07-24 20:23 UTC (permalink / raw
  To: gentoo-commits

commit:     f16db9538a47631e6fd35f755775026c22e0c4ac
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 24 19:36:52 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Jul 24 20:22:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f16db953

dev-perl/PPIx-QuoteLike: Keyword 0.17.0 alpha, #789090

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
index f299808b59f..59db838341d 100644
--- a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
+++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Parse Perl string literals and string-literal-like things"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64"
 IUSE="test examples"
 RESTRICT="!test? ( test )"
 


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

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

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

dev-perl/PPIx-QuoteLike: Keyword 0.17.0 x86, #789090

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

 dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
index 59db838341d..9d998421cc8 100644
--- a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
+++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Parse Perl string literals and string-literal-like things"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
 IUSE="test examples"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPIx-QuoteLike/
@ 2021-08-03 11:08 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-08-03 11:08 UTC (permalink / raw
  To: gentoo-commits

commit:     d0ad9188fd2f3ad9456bac52bb0efec91f373b11
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  3 11:07:58 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug  3 11:07:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0ad9188

dev-perl/PPIx-QuoteLike: Stabilize 0.17.0 ppc, #805068

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

 dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
index 9d998421cc8..8fe25fa385a 100644
--- a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
+++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Parse Perl string literals and string-literal-like things"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ppc ~ppc64 ~x86"
 IUSE="test examples"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPIx-QuoteLike/
@ 2021-11-27 14:09 Andreas K. Hüttel
  0 siblings, 0 replies; 24+ messages in thread
From: Andreas K. Hüttel @ 2021-11-27 14:09 UTC (permalink / raw
  To: gentoo-commits

commit:     daccca88dfecf301314f6a6222c798e9b971f54b
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 27 13:50:07 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 27 14:08:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daccca88

dev-perl/PPIx-QuoteLike: Version bump 0.019

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

 dev-perl/PPIx-QuoteLike/Manifest                   |  1 +
 .../PPIx-QuoteLike/PPIx-QuoteLike-0.19.0.ebuild    | 28 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/PPIx-QuoteLike/Manifest b/dev-perl/PPIx-QuoteLike/Manifest
index 677bc3d259c4..4533d2e6c90c 100644
--- a/dev-perl/PPIx-QuoteLike/Manifest
+++ b/dev-perl/PPIx-QuoteLike/Manifest
@@ -1 +1,2 @@
 DIST PPIx-QuoteLike-0.017.tar.gz 71431 BLAKE2B a7ff0062dc5d9a1656365fc48633fe100dca75c7ed7990c68f2c2b88d9e54ad054f8a9438e636fc4e4dd22e3a39bc8d2531eb1bc0a371b31812068dda939f3b7 SHA512 ec51e4ee529e18305a5255d9d0d04a5868963481157c31ffbb92e3492c4153117b54b14c1c75b1792fdeb91d68c2a0596b7ace829a25b27a53dc4ec785d48bca
+DIST PPIx-QuoteLike-0.019.tar.gz 73446 BLAKE2B a27835662834921e94f645b3cbe8e11d337c49702fce1d9d056d5d56e26560757dc92b6305ee99eee45b8234ac9ba4df3a855e6d37aa06bb4993811bdfcb86f0 SHA512 916ec0298122721cae57ee04ac79ace7f1d4667452ba6b9293bffe77d0b34c26f84780046b3f8d595bc3dc39147b46a6b879c091e36a31ce04a62f5af3524340

diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.19.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.19.0.ebuild
new file mode 100644
index 000000000000..0fb12860a1ab
--- /dev/null
+++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.19.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=WYANT
+DIST_VERSION=0.019
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="Parse Perl string literals and string-literal-like things"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+	virtual/perl-Carp
+	virtual/perl-Encode
+	virtual/perl-Exporter
+	virtual/perl-Scalar-List-Utils
+	>=dev-perl/PPI-1.117.0
+	dev-perl/PPIx-Regexp
+	dev-perl/Readonly
+"
+BDEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-0.420.0
+	test? ( >=virtual/perl-Test-Simple-0.880.0 )
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPIx-QuoteLike/
@ 2022-02-19  3:06 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2022-02-19  3:06 UTC (permalink / raw
  To: gentoo-commits

commit:     7c0aa21b64be01ba9eb28984e39bc373c1df1822
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 03:04:05 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 03:04:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c0aa21b

dev-perl/PPIx-QuoteLike: Stabilize 0.19.0 amd64, #833671

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

 dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.19.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.19.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.19.0.ebuild
index 0fb12860a1ab..548132d899b3 100644
--- a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.19.0.ebuild
+++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.19.0.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
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Parse Perl string literals and string-literal-like things"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~x86"
 
 RDEPEND="
 	virtual/perl-Carp


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPIx-QuoteLike/
@ 2022-02-19  3:41 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2022-02-19  3:41 UTC (permalink / raw
  To: gentoo-commits

commit:     f3c71d3b16b8bfbb73a258e207edaf910ca1f7a9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 03:40:12 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 03:40:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3c71d3b

dev-perl/PPIx-QuoteLike: Stabilize 0.19.0 x86, #833671

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

 dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.19.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.19.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.19.0.ebuild
index 548132d899b3..194155e4ebf0 100644
--- a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.19.0.ebuild
+++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.19.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Parse Perl string literals and string-literal-like things"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86"
 
 RDEPEND="
 	virtual/perl-Carp


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPIx-QuoteLike/
@ 2022-02-19  7:19 Arthur Zamarin
  0 siblings, 0 replies; 24+ messages in thread
From: Arthur Zamarin @ 2022-02-19  7:19 UTC (permalink / raw
  To: gentoo-commits

commit:     ff672a29844c779b25d8e90c064a413b409abcb9
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 07:18:55 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 07:18:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff672a29

dev-perl/PPIx-QuoteLike: Stabilize 0.19.0 ppc, #833671

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

 dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.19.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.19.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.19.0.ebuild
index 194155e4ebf0..e1ccfde46859 100644
--- a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.19.0.ebuild
+++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.19.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Parse Perl string literals and string-literal-like things"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ppc ~ppc64 x86"
 
 RDEPEND="
 	virtual/perl-Carp


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

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

commit:     d02cf5407bfe87bb4aa4dca7df421559c15ad62d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 00:33:21 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 00:33:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d02cf540

dev-perl/PPIx-QuoteLike: add 0.23.0

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

 dev-perl/PPIx-QuoteLike/Manifest                   |  1 +
 .../PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild    | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-perl/PPIx-QuoteLike/Manifest b/dev-perl/PPIx-QuoteLike/Manifest
index 4533d2e6c90c..72575ca1b98a 100644
--- a/dev-perl/PPIx-QuoteLike/Manifest
+++ b/dev-perl/PPIx-QuoteLike/Manifest
@@ -1,2 +1,3 @@
 DIST PPIx-QuoteLike-0.017.tar.gz 71431 BLAKE2B a7ff0062dc5d9a1656365fc48633fe100dca75c7ed7990c68f2c2b88d9e54ad054f8a9438e636fc4e4dd22e3a39bc8d2531eb1bc0a371b31812068dda939f3b7 SHA512 ec51e4ee529e18305a5255d9d0d04a5868963481157c31ffbb92e3492c4153117b54b14c1c75b1792fdeb91d68c2a0596b7ace829a25b27a53dc4ec785d48bca
 DIST PPIx-QuoteLike-0.019.tar.gz 73446 BLAKE2B a27835662834921e94f645b3cbe8e11d337c49702fce1d9d056d5d56e26560757dc92b6305ee99eee45b8234ac9ba4df3a855e6d37aa06bb4993811bdfcb86f0 SHA512 916ec0298122721cae57ee04ac79ace7f1d4667452ba6b9293bffe77d0b34c26f84780046b3f8d595bc3dc39147b46a6b879c091e36a31ce04a62f5af3524340
+DIST PPIx-QuoteLike-0.023.tar.gz 76751 BLAKE2B 6bb740f587cbab2c6a4e6e2a269509d72e9a87dc2d8e63315ce14298889f9af565077ce08701c37696c51b60a64a5c8a0c729fadac21c160ab1e7bd2783ef7d4 SHA512 63a14b7d3337162ba2a4ac60195a45eb0a00084d77eb07fa98bd3c848e098279d7ad0f2dc08694dea40fe23006e2e0ded970d602b2a940009d29d47c604c45cd

diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
new file mode 100644
index 000000000000..1dcb32bd3304
--- /dev/null
+++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=WYANT
+DIST_VERSION=0.023
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="Parse Perl string literals and string-literal-like things"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+	virtual/perl-Carp
+	virtual/perl-Encode
+	virtual/perl-Exporter
+	virtual/perl-Scalar-List-Utils
+	>=dev-perl/PPI-1.238.0
+	dev-perl/PPIx-Regexp
+	dev-perl/Readonly
+"
+BDEPEND="
+	${RDEPEND}
+	>=dev-perl/Module-Build-0.420.0
+	test? ( >=virtual/perl-Test-Simple-0.880.0 )
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPIx-QuoteLike/
@ 2023-06-24  3:56 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2023-06-24  3:56 UTC (permalink / raw
  To: gentoo-commits

commit:     43d4ff8b46079561f8c2d8e4e42d71f91b290391
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 03:55:38 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 03:55:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43d4ff8b

dev-perl/PPIx-QuoteLike: Keyword 0.23.0 arm, #909051

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

 dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
index 1dcb32bd3304..b4bf1531290c 100644
--- a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
+++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Parse Perl string literals and string-literal-like things"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86"
 
 RDEPEND="
 	virtual/perl-Carp


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPIx-QuoteLike/
@ 2023-06-24  3:56 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2023-06-24  3:56 UTC (permalink / raw
  To: gentoo-commits

commit:     d32213e8bddfb1d32b1aa219b15e89ea57e66e71
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 03:55:51 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 03:55:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d32213e8

dev-perl/PPIx-QuoteLike: Keyword 0.23.0 arm64, #909051

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

 dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
index b4bf1531290c..b8d236d80fd8 100644
--- a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
+++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Parse Perl string literals and string-literal-like things"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 RDEPEND="
 	virtual/perl-Carp


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPIx-QuoteLike/
@ 2023-06-24  3:59 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2023-06-24  3:59 UTC (permalink / raw
  To: gentoo-commits

commit:     67a323663740d24d7eaeee6f364fcbd58cc462c8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 03:58:58 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 03:58:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67a32366

dev-perl/PPIx-QuoteLike: Keyword 0.23.0 sparc, #909051

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

 dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
index b8d236d80fd8..06ba37218661 100644
--- a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
+++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Parse Perl string literals and string-literal-like things"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="
 	virtual/perl-Carp


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPIx-QuoteLike/
@ 2023-06-24  8:51 Jakov Smolić
  0 siblings, 0 replies; 24+ messages in thread
From: Jakov Smolić @ 2023-06-24  8:51 UTC (permalink / raw
  To: gentoo-commits

commit:     748c267f8141c099cd7cec3bf04dbfe4af4f7ace
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 08:51:30 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 08:51:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=748c267f

dev-perl/PPIx-QuoteLike: Keyword 0.23.0 riscv, #909051

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

 dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
index 06ba37218661..60bd4e93eef4 100644
--- a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
+++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Parse Perl string literals and string-literal-like things"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
 	virtual/perl-Carp


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPIx-QuoteLike/
@ 2023-07-04  5:22 WANG Xuerui
  0 siblings, 0 replies; 24+ messages in thread
From: WANG Xuerui @ 2023-07-04  5:22 UTC (permalink / raw
  To: gentoo-commits

commit:     ad97d248e755ec0e726ce31e96e03ff36c434cdd
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 10:32:21 2023 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Tue Jul  4 05:22:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad97d248

dev-perl/PPIx-QuoteLike: keyword 0.23.0 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
index 60bd4e93eef4..94356a37347f 100644
--- a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
+++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Parse Perl string literals and string-literal-like things"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
 	virtual/perl-Carp


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPIx-QuoteLike/
@ 2023-09-28  0:21 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2023-09-28  0:21 UTC (permalink / raw
  To: gentoo-commits

commit:     954b58ac242ee0d6eb73c0dfdd73bce25b809e17
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 28 00:19:58 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 00:19:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=954b58ac

dev-perl/PPIx-QuoteLike: Stabilize 0.23.0 amd64, #912525

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

 dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
index a497630ff30c..82381efcd9de 100644
--- a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
+++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Parse Perl string literals and string-literal-like things"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
 	virtual/perl-Carp


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPIx-QuoteLike/
@ 2023-09-28  1:57 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2023-09-28  1:57 UTC (permalink / raw
  To: gentoo-commits

commit:     3c5492fcbb7754258e1570f0249c3181e66c4e7d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 28 01:56:30 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 01:56:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c5492fc

dev-perl/PPIx-QuoteLike: Keyword 0.23.0 hppa, #909051

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

 dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
index 82381efcd9de..2d3788cc2251 100644
--- a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
+++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Parse Perl string literals and string-literal-like things"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
 	virtual/perl-Carp


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPIx-QuoteLike/
@ 2023-10-16 16:34 Joonas Niilola
  0 siblings, 0 replies; 24+ messages in thread
From: Joonas Niilola @ 2023-10-16 16:34 UTC (permalink / raw
  To: gentoo-commits

commit:     698f8f80bf6deb9bfc7f6b025771b70a2e77710c
Author:     Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Mon Oct 16 15:57:32 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 16:34:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=698f8f80

dev-perl/PPIx-QuoteLike: Keyword 0.23.0 mips, #909051

Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
index 2d3788cc2251..9a614ed9e03b 100644
--- a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
+++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Parse Perl string literals and string-literal-like things"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
 	virtual/perl-Carp


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPIx-QuoteLike/
@ 2023-12-01  3:30 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2023-12-01  3:30 UTC (permalink / raw
  To: gentoo-commits

commit:     d0f4dcc73fc7d2028e437f06cebb921d5614169c
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Fri Dec  1 00:34:06 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec  1 03:27:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f4dcc7

dev-perl/PPIx-QuoteLike: Stabilize 0.23.0 ppc, #912525

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

 dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
index 9a614ed9e03b..e9117cd280a4 100644
--- a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
+++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Parse Perl string literals and string-literal-like things"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
 	virtual/perl-Carp


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPIx-QuoteLike/
@ 2024-07-07  6:10 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2024-07-07  6:10 UTC (permalink / raw
  To: gentoo-commits

commit:     c9b47b797e98bdae3960d2af78dc110b34e630f3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  7 06:08:57 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul  7 06:09:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9b47b79

dev-perl/PPIx-QuoteLike: Stabilize 0.23.0 arm64, #935698

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

 dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
index 3b81c52d6082..acf113441eb6 100644
--- a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
+++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Parse Perl string literals and string-literal-like things"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
 	virtual/perl-Carp


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPIx-QuoteLike/
@ 2024-07-07  6:23 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2024-07-07  6:23 UTC (permalink / raw
  To: gentoo-commits

commit:     df8f72d7763ce8a26178e487886d6954fe408deb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  7 06:22:02 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul  7 06:22:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df8f72d7

dev-perl/PPIx-QuoteLike: Stabilize 0.23.0 ppc64, #935698

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

 dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
index acf113441eb6..877b22bdabca 100644
--- a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
+++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Parse Perl string literals and string-literal-like things"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
 	virtual/perl-Carp


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPIx-QuoteLike/
@ 2024-09-21 19:58 Arthur Zamarin
  0 siblings, 0 replies; 24+ messages in thread
From: Arthur Zamarin @ 2024-09-21 19:58 UTC (permalink / raw
  To: gentoo-commits

commit:     2c7aed779a2557efa4f8773a181074cfac951fc2
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Fri Sep 20 16:56:51 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 21 19:57:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c7aed77

dev-perl/PPIx-QuoteLike: Stabilize 0.23.0 hppa, #935698

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
index 877b22bdabca..49193ca16237 100644
--- a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
+++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Parse Perl string literals and string-literal-like things"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
 	virtual/perl-Carp


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

end of thread, other threads:[~2024-09-21 19:58 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-27 14:09 [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPIx-QuoteLike/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2024-09-21 19:58 Arthur Zamarin
2024-07-07  6:23 Sam James
2024-07-07  6:10 Sam James
2023-12-01  3:30 Sam James
2023-10-16 16:34 Joonas Niilola
2023-09-28  1:57 Sam James
2023-09-28  0:21 Sam James
2023-07-04  5:22 WANG Xuerui
2023-06-24  8:51 Jakov Smolić
2023-06-24  3:59 Sam James
2023-06-24  3:56 Sam James
2023-06-24  3:56 Sam James
2023-06-19  0:47 Sam James
2022-02-19  7:19 Arthur Zamarin
2022-02-19  3:41 Sam James
2022-02-19  3:06 Sam James
2021-08-03 11:08 Sam James
2021-07-28  1:58 Sam James
2021-07-24 20:23 Matt Turner
2021-05-15  2:44 Sam James
2021-05-10 13:12 Sam James
2021-05-09 20:56 Andreas K. Hüttel
2021-05-09 16:54 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