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

commit:     9b7bdd579632ee324f65900de491f57463c2f22f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar 19 08:16:15 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=9b7bdd57

dev-perl/CGI-Compile: Added at version 0.210.0

New dependency for dev-perl/Plack

Package-Manager: portage-2.2.28

 dev-perl/CGI-Compile/CGI-Compile-0.210.0.ebuild | 26 +++++++++++++++++++++++++
 dev-perl/CGI-Compile/Manifest                   |  1 +
 dev-perl/CGI-Compile/metadata.xml               | 12 ++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.210.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.210.0.ebuild
new file mode 100644
index 0000000..408877f
--- /dev/null
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.210.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=MIYAGAWA
+DIST_VERSION=0.21
+inherit perl-module
+
+DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	dev-perl/File-pushd
+"
+DEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-Tiny-0.34.0
+	test? (
+		dev-perl/Test-NoWarnings
+		dev-perl/Test-Requires
+		virtual/perl-Test-Simple
+	)
+"

diff --git a/dev-perl/CGI-Compile/Manifest b/dev-perl/CGI-Compile/Manifest
new file mode 100644
index 0000000..5a4ac98
--- /dev/null
+++ b/dev-perl/CGI-Compile/Manifest
@@ -0,0 +1 @@
+DIST CGI-Compile-0.21.tar.gz 20910 SHA256 ed2c12e12ad3bde9d0a73344851692982c0c05d0650fa0c03df66f63c0977838 SHA512 0b26fbe4a38645df3aeae03647292125210147321ed9552bbd871824915fabaafdac8601667bddfb73038b7f096d19e1ba7a00acaa5dc28865c1f97247ad5e64 WHIRLPOOL 74b51dd793eee9a584519dfc9eadb6434445f371d6458f06a0fe811383cd593c5a055aa02c1cf261e729b6ce913dfea961b1ff8793cd325536056e25ad13cdcd

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


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Compile/
@ 2017-03-18 11:21 Kent Fredric
  0 siblings, 0 replies; 24+ messages in thread
From: Kent Fredric @ 2017-03-18 11:21 UTC (permalink / raw
  To: gentoo-commits

commit:     e53ad31923f1b9f3a2c75a05097b1f2ea9fc17b9
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 18 08:12:54 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Mar 18 11:13:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e53ad319

dev-perl/CGI-Compile: Bump to version 0.220.0

Upstream:
- Disable signal tests on signal-masked environments

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild | 25 +++++++++++++++++++++++++
 dev-perl/CGI-Compile/Manifest                   |  1 +
 2 files changed, 26 insertions(+)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild
new file mode 100644
index 00000000000..a3739fa0622
--- /dev/null
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MIYAGAWA
+DIST_VERSION=0.22
+inherit perl-module
+
+DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="
+	dev-perl/File-pushd
+"
+DEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-Tiny-0.34.0
+	test? (
+		dev-perl/Test-NoWarnings
+		dev-perl/Test-Requires
+		virtual/perl-Test-Simple
+	)
+"

diff --git a/dev-perl/CGI-Compile/Manifest b/dev-perl/CGI-Compile/Manifest
index 5a4ac98d1e7..fd2b8ea4998 100644
--- a/dev-perl/CGI-Compile/Manifest
+++ b/dev-perl/CGI-Compile/Manifest
@@ -1 +1,2 @@
 DIST CGI-Compile-0.21.tar.gz 20910 SHA256 ed2c12e12ad3bde9d0a73344851692982c0c05d0650fa0c03df66f63c0977838 SHA512 0b26fbe4a38645df3aeae03647292125210147321ed9552bbd871824915fabaafdac8601667bddfb73038b7f096d19e1ba7a00acaa5dc28865c1f97247ad5e64 WHIRLPOOL 74b51dd793eee9a584519dfc9eadb6434445f371d6458f06a0fe811383cd593c5a055aa02c1cf261e729b6ce913dfea961b1ff8793cd325536056e25ad13cdcd
+DIST CGI-Compile-0.22.tar.gz 21160 SHA256 f5094e9c6b793e3168cb621f1f661f8e1abb4f141761e0b79a0859bd5e5bccaf SHA512 58be714bd25975fbb66e4c83c197fa3c17219327859d965011706fda96d5c2f208831e52368c0b4b8ef6b0f462b9c8ea216d94d7ef30e904e21b818b134cc5b7 WHIRLPOOL 6b799318c95f50bda37c78b7579d0b2d699ae1f7a9b965db04bde56c7bf15d6dbcb2d924bf1772ff66595399643a1428225e8670295229174c204b8efe909202


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Compile/
@ 2018-04-05  3:29 Aaron Bauman
  0 siblings, 0 replies; 24+ messages in thread
From: Aaron Bauman @ 2018-04-05  3:29 UTC (permalink / raw
  To: gentoo-commits

commit:     93f7970338bb95113123d5a56bbe57909a8cf0e9
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  5 03:14:09 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Apr  5 03:14:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93f79703

dev-perl/CGI-Compile: amd64 stable

Bug: https://bugs.gentoo.org/652504
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild
index 3eaa6040e60..0b564cb158d 100644
--- a/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.220.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="Compile .cgi scripts to a code reference like ModPerl::Registry"
 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] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Compile/
@ 2018-06-10 23:02 Sergei Trofimovich
  0 siblings, 0 replies; 24+ messages in thread
From: Sergei Trofimovich @ 2018-06-10 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     73b413fc2a00744f4902552b54b7bf84f1bf44a5
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 22:58:03 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 23:02:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b413fc

dev-perl/CGI-Compile: stable 0.220.0 for ia64, bug #657690

Bug: https://bugs.gentoo.org/657690
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

 dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild
index b65e0d43001..5ea7482b631 100644
--- a/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
 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] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Compile/
@ 2018-06-11 17:09 Sergei Trofimovich
  0 siblings, 0 replies; 24+ messages in thread
From: Sergei Trofimovich @ 2018-06-11 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     5c05a1797e5f133c002bb401a5822cce99871f66
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Jun 11 16:49:24 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jun 11 17:08:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c05a179

dev-perl/CGI-Compile: stable 0.220.0 for sparc

Bug: https://bugs.gentoo.org/657690
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild
index 5ea7482b631..f5fdecbd984 100644
--- a/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
 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] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Compile/
@ 2020-05-06 18:18 Kent Fredric
  0 siblings, 0 replies; 24+ messages in thread
From: Kent Fredric @ 2020-05-06 18:18 UTC (permalink / raw
  To: gentoo-commits

commit:     8c9b8368c81834bc9b7a8fd6fc19dd612b3c0be5
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed May  6 18:17:53 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed May  6 18:18:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c9b8368

dev-perl/CGI-Compile: Bump to version 0.240.0

- EAPI7
- Cleanup useless tests

Upstream:
- Fix temp dir creation race
- Use better package/subnames for coderefs
- Add test for working Alarm sig in CGIs

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

 dev-perl/CGI-Compile/CGI-Compile-0.240.0.ebuild | 38 +++++++++++++++++++++++++
 dev-perl/CGI-Compile/Manifest                   |  1 +
 2 files changed, 39 insertions(+)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.240.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.240.0.ebuild
new file mode 100644
index 00000000000..5cd4c06b5d9
--- /dev/null
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.240.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=RKITOVER
+DIST_VERSION=0.24
+inherit perl-module
+
+DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-perl/File-pushd
+	dev-perl/Sub-Name
+"
+DEPEND="
+	dev-perl/Module-Build-Tiny
+"
+BDEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-Tiny-0.34.0
+	test? (
+		dev-perl/CGI
+		dev-perl/Capture-Tiny
+		dev-perl/Sub-Identify
+		dev-perl/Switch
+		dev-perl/Test-NoWarnings
+		dev-perl/Test-Requires
+		virtual/perl-Test-Simple
+		dev-perl/Try-Tiny
+	)
+"
+PERL_RM_FILES=(
+	"t/author-pod-syntax.t"
+)

diff --git a/dev-perl/CGI-Compile/Manifest b/dev-perl/CGI-Compile/Manifest
index 964d41382f7..03e45efddcb 100644
--- a/dev-perl/CGI-Compile/Manifest
+++ b/dev-perl/CGI-Compile/Manifest
@@ -1 +1,2 @@
 DIST CGI-Compile-0.22.tar.gz 21160 BLAKE2B a2b8ba4c7f180ec5dc1d48dace853ac37a3c8cbaaa2e1a140b52eca2fe366f59c0229d47cd8738029781ee4cb137db7d646efb55e254dffdb4e0112a107dc2f3 SHA512 58be714bd25975fbb66e4c83c197fa3c17219327859d965011706fda96d5c2f208831e52368c0b4b8ef6b0f462b9c8ea216d94d7ef30e904e21b818b134cc5b7
+DIST CGI-Compile-0.24.tar.gz 22392 BLAKE2B 874789fb78b9df5c1a207c3ebdc864bc3a648cd9c41943d64a94eef95c3c1d20d287e893f3ea2fa89ae4754f9ffaa931b7f5cfa239f984009ab06c266d1113c9 SHA512 bfb0e0d34f7088acc04811d8f778721b6b77afeeca1b3cdb7c21d633152f17af33c5de8772ef81adea48315d6eae5c7706a5cbbb7f373dbc0b08fe0ee8335abe


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Compile/
@ 2020-08-07 14:38 Kent Fredric
  0 siblings, 0 replies; 24+ messages in thread
From: Kent Fredric @ 2020-08-07 14:38 UTC (permalink / raw
  To: gentoo-commits

commit:     16e2f4bd2b59d4d76f50fb72a13bd841dee3d57a
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  7 14:38:13 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Aug  7 14:38:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e2f4bd

dev-perl/CGI-Compile: Bump to version 0.250.0

Upstream:
- Include source filename in compiled constructed package name to avoid
  in-memory symbol collisions

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

 dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild | 38 +++++++++++++++++++++++++
 dev-perl/CGI-Compile/Manifest                   |  1 +
 2 files changed, 39 insertions(+)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
new file mode 100644
index 00000000000..3a48ef3395f
--- /dev/null
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=RKITOVER
+DIST_VERSION=0.25
+inherit perl-module
+
+DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-perl/File-pushd
+	dev-perl/Sub-Name
+"
+DEPEND="
+	dev-perl/Module-Build-Tiny
+"
+BDEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-Tiny-0.34.0
+	test? (
+		dev-perl/CGI
+		dev-perl/Capture-Tiny
+		dev-perl/Sub-Identify
+		dev-perl/Switch
+		dev-perl/Test-NoWarnings
+		dev-perl/Test-Requires
+		virtual/perl-Test-Simple
+		dev-perl/Try-Tiny
+	)
+"
+PERL_RM_FILES=(
+	"t/author-pod-syntax.t"
+)

diff --git a/dev-perl/CGI-Compile/Manifest b/dev-perl/CGI-Compile/Manifest
index 03e45efddcb..db91d63692a 100644
--- a/dev-perl/CGI-Compile/Manifest
+++ b/dev-perl/CGI-Compile/Manifest
@@ -1,2 +1,3 @@
 DIST CGI-Compile-0.22.tar.gz 21160 BLAKE2B a2b8ba4c7f180ec5dc1d48dace853ac37a3c8cbaaa2e1a140b52eca2fe366f59c0229d47cd8738029781ee4cb137db7d646efb55e254dffdb4e0112a107dc2f3 SHA512 58be714bd25975fbb66e4c83c197fa3c17219327859d965011706fda96d5c2f208831e52368c0b4b8ef6b0f462b9c8ea216d94d7ef30e904e21b818b134cc5b7
 DIST CGI-Compile-0.24.tar.gz 22392 BLAKE2B 874789fb78b9df5c1a207c3ebdc864bc3a648cd9c41943d64a94eef95c3c1d20d287e893f3ea2fa89ae4754f9ffaa931b7f5cfa239f984009ab06c266d1113c9 SHA512 bfb0e0d34f7088acc04811d8f778721b6b77afeeca1b3cdb7c21d633152f17af33c5de8772ef81adea48315d6eae5c7706a5cbbb7f373dbc0b08fe0ee8335abe
+DIST CGI-Compile-0.25.tar.gz 22479 BLAKE2B e321ec4d0ecee66f0efb8c89f322a036b135449938840aa0cfe0bf714bb2e8a0ad2d8d8f4397b00aa9e86d03190cb9429aaa8e0420528f233ddc9c066f768859 SHA512 760481c3868592d7dbeab10125ee76c608ea6a705926597c4219dc128c3ffb642ff39e6ddf72aa916c183fb6baf3671e687ea9a41b86987a60fc076d304d6fe6


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Compile/
@ 2020-08-25 10:14 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2020-08-25 10:14 UTC (permalink / raw
  To: gentoo-commits

commit:     030f2cafd13f232675b0a9cffd16b64d7b23a0b5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 09:58:47 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 09:58:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=030f2caf

dev-perl/CGI-Compile: Stabilize 0.240.0 ppc64, #738212

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

 dev-perl/CGI-Compile/CGI-Compile-0.240.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.240.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.240.0.ebuild
index e4ca47f13b8..9175c1f4ff2 100644
--- a/dev-perl/CGI-Compile/CGI-Compile-0.240.0.ebuild
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.240.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Compile/
@ 2021-05-03  7:56 Sergei Trofimovich
  0 siblings, 0 replies; 24+ messages in thread
From: Sergei Trofimovich @ 2021-05-03  7:56 UTC (permalink / raw
  To: gentoo-commits

commit:     8fa5dd08b37fa5c2d6ae6b9351b4b0dc59dcb7aa
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon May  3 05:33:47 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon May  3 07:56:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa5dd08

dev-perl/CGI-Compile: stable 0.250.0 for sparc, bug #787692

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

 dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
index 3a48ef3395f..09dd3978ebb 100644
--- a/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Compile/
@ 2021-05-03 16:51 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-05-03 16:51 UTC (permalink / raw
  To: gentoo-commits

commit:     59df6e3dca72125bd3259e3ccbaf73630331add6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  3 16:51:02 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  3 16:51:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59df6e3d

dev-perl/CGI-Compile: Stabilize 0.250.0 x86, #787692

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

 dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
index 09dd3978ebb..4c53407190d 100644
--- a/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Compile/
@ 2021-05-03 16:53 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-05-03 16:53 UTC (permalink / raw
  To: gentoo-commits

commit:     86e12fcf69b4cd0e4b7f7c4a0ac6822b15056ee2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  3 16:53:07 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  3 16:53:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e12fcf

dev-perl/CGI-Compile: Stabilize 0.250.0 amd64, #787692

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

 dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
index 4c53407190d..14ace60d6c2 100644
--- a/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Compile/
@ 2021-05-03 16:55 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-05-03 16:55 UTC (permalink / raw
  To: gentoo-commits

commit:     f420de5a7eabe8670916a36a499ced870de79645
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  3 16:54:51 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  3 16:54:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f420de5a

dev-perl/CGI-Compile: Stabilize 0.250.0 ppc64, #787692

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

 dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
index 14ace60d6c2..80e75c26449 100644
--- a/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Compile/
@ 2021-05-03 16:57 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-05-03 16:57 UTC (permalink / raw
  To: gentoo-commits

commit:     c5642a4c6e07e1e570df17acc47cf4ebc7f45df6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  3 16:56:35 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  3 16:56:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5642a4c

dev-perl/CGI-Compile: Stabilize 0.250.0 ppc, #787692

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

 dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
index 80e75c26449..6770913d462 100644
--- a/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

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

commit:     71ea34b8e8a34c4e971b3eca1a12db6131c4d05f
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 10 13:52:48 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 10 14:02:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71ea34b8

dev-perl/CGI-Compile: Remove old

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

 dev-perl/CGI-Compile/CGI-Compile-0.240.0.ebuild | 38 -------------------------
 dev-perl/CGI-Compile/Manifest                   |  1 -
 2 files changed, 39 deletions(-)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.240.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.240.0.ebuild
deleted file mode 100644
index 8c9d416108d..00000000000
--- a/dev-perl/CGI-Compile/CGI-Compile-0.240.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=RKITOVER
-DIST_VERSION=0.24
-inherit perl-module
-
-DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-perl/File-pushd
-	dev-perl/Sub-Name
-"
-DEPEND="
-	dev-perl/Module-Build-Tiny
-"
-BDEPEND="${RDEPEND}
-	>=dev-perl/Module-Build-Tiny-0.34.0
-	test? (
-		dev-perl/CGI
-		dev-perl/Capture-Tiny
-		dev-perl/Sub-Identify
-		dev-perl/Switch
-		dev-perl/Test-NoWarnings
-		dev-perl/Test-Requires
-		virtual/perl-Test-Simple
-		dev-perl/Try-Tiny
-	)
-"
-PERL_RM_FILES=(
-	"t/author-pod-syntax.t"
-)

diff --git a/dev-perl/CGI-Compile/Manifest b/dev-perl/CGI-Compile/Manifest
index 4b9ca451630..eb806fe29a1 100644
--- a/dev-perl/CGI-Compile/Manifest
+++ b/dev-perl/CGI-Compile/Manifest
@@ -1,2 +1 @@
-DIST CGI-Compile-0.24.tar.gz 22392 BLAKE2B 874789fb78b9df5c1a207c3ebdc864bc3a648cd9c41943d64a94eef95c3c1d20d287e893f3ea2fa89ae4754f9ffaa931b7f5cfa239f984009ab06c266d1113c9 SHA512 bfb0e0d34f7088acc04811d8f778721b6b77afeeca1b3cdb7c21d633152f17af33c5de8772ef81adea48315d6eae5c7706a5cbbb7f373dbc0b08fe0ee8335abe
 DIST CGI-Compile-0.25.tar.gz 22479 BLAKE2B e321ec4d0ecee66f0efb8c89f322a036b135449938840aa0cfe0bf714bb2e8a0ad2d8d8f4397b00aa9e86d03190cb9429aaa8e0420528f233ddc9c066f768859 SHA512 760481c3868592d7dbeab10125ee76c608ea6a705926597c4219dc128c3ffb642ff39e6ddf72aa916c183fb6baf3671e687ea9a41b86987a60fc076d304d6fe6


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

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

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

dev-perl/CGI-Compile: Stabilize 0.250.0 arm, #885325

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

 dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
index 17b6b2a69bee..34e0a9c6b485 100644
--- a/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
 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"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

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

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

dev-perl/CGI-Compile: Stabilize 0.250.0 arm64, #885325

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

 dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
index 34e0a9c6b485..f15ad219a317 100644
--- a/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
 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"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Compile/
@ 2023-08-14  7:55 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2023-08-14  7:55 UTC (permalink / raw
  To: gentoo-commits

commit:     173becaa2ffb1843d4e0ed066ef610c82ca42ffe
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 07:24:14 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 07:54:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=173becaa

dev-perl/CGI-Compile: add 0.260.0

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

 dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild | 36 +++++++++++++++++++++++++
 dev-perl/CGI-Compile/Manifest                   |  1 +
 2 files changed, 37 insertions(+)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
new file mode 100644
index 000000000000..96d62dd02132
--- /dev/null
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RKITOVER
+DIST_VERSION=0.26
+inherit perl-module
+
+DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
+SLOT="0"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+	dev-perl/File-pushd
+	dev-perl/Sub-Name
+"
+BDEPEND="
+	${RDEPEND}
+	>=dev-perl/Module-Build-Tiny-0.34.0
+	test? (
+		dev-perl/CGI
+		dev-perl/Capture-Tiny
+		dev-perl/Filter
+		dev-perl/Sub-Identify
+		dev-perl/Test-NoWarnings
+		dev-perl/Test-Requires
+		virtual/perl-Test-Simple
+		dev-perl/Try-Tiny
+	)
+"
+
+PERL_RM_FILES=(
+	"t/author-pod-syntax.t"
+)

diff --git a/dev-perl/CGI-Compile/Manifest b/dev-perl/CGI-Compile/Manifest
index eb806fe29a11..e05101742daf 100644
--- a/dev-perl/CGI-Compile/Manifest
+++ b/dev-perl/CGI-Compile/Manifest
@@ -1 +1,2 @@
 DIST CGI-Compile-0.25.tar.gz 22479 BLAKE2B e321ec4d0ecee66f0efb8c89f322a036b135449938840aa0cfe0bf714bb2e8a0ad2d8d8f4397b00aa9e86d03190cb9429aaa8e0420528f233ddc9c066f768859 SHA512 760481c3868592d7dbeab10125ee76c608ea6a705926597c4219dc128c3ffb642ff39e6ddf72aa916c183fb6baf3671e687ea9a41b86987a60fc076d304d6fe6
+DIST CGI-Compile-0.26.tar.gz 23151 BLAKE2B c343b32e31815888f4e11bf4f00370ebf1ed36076ace5d8266a18b16c4c31e088c7ba2d639ae3b1e71b85a60190a56c0e668a153b8874129c598eae8ca04aea3 SHA512 d4fe9f6a0a68e231e3cb4de2d1626084d1e9c1e8df6a9025393c5623a85604374ede97d6deee520141759e438105fcfabbd24c5559b97695f5eda32cb29f9da9


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

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

commit:     79606733c271256f545d8898f61a4008bd7a83dc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 00:44:46 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 00:44:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79606733

dev-perl/CGI-Compile: Stabilize 0.260.0 sparc, #914409

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

 dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
index 96d62dd02132..7dfeff853527 100644
--- a/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
 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/File-pushd


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

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

commit:     a612a8c22eced180e7c5d5dd32adb6e485016b7a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 00:44:47 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 00:44:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a612a8c2

dev-perl/CGI-Compile: Stabilize 0.260.0 arm, #914409

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

 dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
index 7dfeff853527..82046b1ed536 100644
--- a/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
 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/File-pushd


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

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

commit:     fe4d0682266d5e5f43e3b1fcf3acc257b78bacb7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 00:44:48 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 00:44:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4d0682

dev-perl/CGI-Compile: Stabilize 0.260.0 x86, #914409

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

 dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
index 82046b1ed536..ad98b9e66cbd 100644
--- a/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
 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/File-pushd


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Compile/
@ 2023-09-19  5:38 Arthur Zamarin
  0 siblings, 0 replies; 24+ messages in thread
From: Arthur Zamarin @ 2023-09-19  5:38 UTC (permalink / raw
  To: gentoo-commits

commit:     638901d5109d00ee2a400d6057eb561a567f9f8c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 05:38:07 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 05:38:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=638901d5

dev-perl/CGI-Compile: Stabilize 0.260.0 amd64, #914409

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

 dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
index ad98b9e66cbd..415c27b9396b 100644
--- a/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
 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/File-pushd


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Compile/
@ 2023-09-19  5:38 Arthur Zamarin
  0 siblings, 0 replies; 24+ messages in thread
From: Arthur Zamarin @ 2023-09-19  5:38 UTC (permalink / raw
  To: gentoo-commits

commit:     e0d4ea2b299f944c3f57a2c9803afea380f11d0e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 05:38:08 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 05:38:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0d4ea2b

dev-perl/CGI-Compile: Stabilize 0.260.0 ppc64, #914409

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

 dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
index 415c27b9396b..07c6ba025249 100644
--- a/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
 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/File-pushd


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Compile/
@ 2023-09-27 19:22 Arthur Zamarin
  0 siblings, 0 replies; 24+ messages in thread
From: Arthur Zamarin @ 2023-09-27 19:22 UTC (permalink / raw
  To: gentoo-commits

commit:     ecd25a2c5587eed98474f58d4b04d94ffcfdbbc3
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 27 19:22:49 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 27 19:22:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecd25a2c

dev-perl/CGI-Compile: Stabilize 0.260.0 arm64, #914409

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

 dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
index 07c6ba025249..36a1440ef9f4 100644
--- a/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
 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/File-pushd


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Compile/
@ 2023-12-01 20:09 Arthur Zamarin
  0 siblings, 0 replies; 24+ messages in thread
From: Arthur Zamarin @ 2023-12-01 20:09 UTC (permalink / raw
  To: gentoo-commits

commit:     f3fe67e6b24aca9bab7492a31e30b0ef03d23ebd
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  1 20:09:32 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec  1 20:09:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3fe67e6

dev-perl/CGI-Compile: Stabilize 0.260.0 ppc, #914409

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

 dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
index e64fc230693b..153fb06de18e 100644
--- a/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
 	dev-perl/File-pushd


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

end of thread, other threads:[~2023-12-01 20:09 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-10 18:26 [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Compile/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2023-12-01 20:09 Arthur Zamarin
2023-09-27 19:22 Arthur Zamarin
2023-09-19  5:38 Arthur Zamarin
2023-09-19  5:38 Arthur Zamarin
2023-09-19  0:45 Sam James
2023-09-19  0:45 Sam James
2023-09-19  0:45 Sam James
2023-08-14  7:55 Sam James
2022-12-10 18:34 Arthur Zamarin
2021-10-10 14:02 Andreas K. Hüttel
2021-05-03 16:57 Sam James
2021-05-03 16:55 Sam James
2021-05-03 16:53 Sam James
2021-05-03 16:51 Sam James
2021-05-03  7:56 Sergei Trofimovich
2020-08-25 10:14 Sam James
2020-08-07 14:38 Kent Fredric
2020-05-06 18:18 Kent Fredric
2018-06-11 17:09 Sergei Trofimovich
2018-06-10 23:02 Sergei Trofimovich
2018-04-05  3:29 Aaron Bauman
2017-03-18 11:21 Kent Fredric
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