* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Server-Simple-PSGI/
@ 2016-03-27 20:56 Andreas Hüttel
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Hüttel @ 2016-03-27 20:56 UTC (permalink / raw
To: gentoo-commits
commit: 1087678e5c585f80f7dd3a1cb797819b87b75c47
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 22 06:40: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=1087678e
dev-perl/HTTP-Server-Simple-PSGI: Added to tree at 0.160.0
Used for testing dev-perl/Plack
Previously maintained in ::perl-experiemental Since March 2011
by Kent Fredric and Torsten Veller
Package-Manager: portage-2.2.28
.../HTTP-Server-Simple-PSGI-0.160.0.ebuild | 25 ++++++++++++++++++++++
dev-perl/HTTP-Server-Simple-PSGI/Manifest | 1 +
dev-perl/HTTP-Server-Simple-PSGI/metadata.xml | 12 +++++++++++
3 files changed, 38 insertions(+)
diff --git a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild
new file mode 100644
index 0000000..ab4e84a
--- /dev/null
+++ b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild
@@ -0,0 +1,25 @@
+# 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.16
+inherit perl-module
+
+DESCRIPTION="PSGI handler for HTTP::Server::Simple"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-perl/HTTP-Server-Simple-0.420.0
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+"
+src_test() {
+ perl_rm_files "t/release-pod-syntax.t"
+ perl-module_src_test
+}
diff --git a/dev-perl/HTTP-Server-Simple-PSGI/Manifest b/dev-perl/HTTP-Server-Simple-PSGI/Manifest
new file mode 100644
index 0000000..99faa29
--- /dev/null
+++ b/dev-perl/HTTP-Server-Simple-PSGI/Manifest
@@ -0,0 +1 @@
+DIST HTTP-Server-Simple-PSGI-0.16.tar.gz 11813 SHA256 5f7ccb8453043b97278492a757328116e11e0352f2854a28a9c634e6e9131dba SHA512 514a61a7d349f02a18b44bd2ef3adbfd457cc61b6ec4eea2e74f1d8f4ffd095b42338552ddf7e9ab2b3ffa79e5c826099665e87c9ca5b08566975101e37b0177 WHIRLPOOL ca190d1d55f0f043a53b0b5cabb4c991eb0b47409b6a2a3ad24dc24dffdb7e1395c7a330669b792499dded02a940fa2b2b844b5b00cc2ce3a0dc5651e682fc1a
diff --git a/dev-perl/HTTP-Server-Simple-PSGI/metadata.xml b/dev-perl/HTTP-Server-Simple-PSGI/metadata.xml
new file mode 100644
index 0000000..91bc2ec
--- /dev/null
+++ b/dev-perl/HTTP-Server-Simple-PSGI/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">HTTP-Server-Simple-PSGI</remote-id>
+ <remote-id type="cpan-module">HTTP::Server::Simple::PSGI</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Server-Simple-PSGI/
@ 2017-01-26 14:04 Tobias Klausmann
0 siblings, 0 replies; 14+ messages in thread
From: Tobias Klausmann @ 2017-01-26 14:04 UTC (permalink / raw
To: gentoo-commits
commit: 8ff1da1be550ac98ff9ef7b035ce4c3489c61359
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 11:43:04 2017 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 14:03:34 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ff1da1b
dev-perl/HTTP-Server-Simple-PSGI-0.160.0-r0: keyworded for ~alpha
Gentoo-Bug: 577100
dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild
index ab4e84a..c6cabee 100644
--- a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild
+++ b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="PSGI handler for HTTP::Server::Simple"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Server-Simple-PSGI/
@ 2017-03-10 21:04 Matt Turner
0 siblings, 0 replies; 14+ messages in thread
From: Matt Turner @ 2017-03-10 21:04 UTC (permalink / raw
To: gentoo-commits
commit: 81b516d3dd8e8105fa499b969abf593dde741c2c
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 20:37:04 2017 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 21:04:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b516d3
dev-perl/HTTP-Server-Simple-PSGI: added ~ppc, bug 577100
dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild
index 2ee03ab81f4..b2871822947 100644
--- a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild
+++ b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="PSGI handler for HTTP::Server::Simple"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Server-Simple-PSGI/
@ 2017-03-15 18:54 Matt Turner
0 siblings, 0 replies; 14+ messages in thread
From: Matt Turner @ 2017-03-15 18:54 UTC (permalink / raw
To: gentoo-commits
commit: 43a57314bdf7ccf2aa80eb915d007cb848256766
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 18:46:16 2017 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Mar 15 18:47:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43a57314
dev-perl/HTTP-Server-Simple-PSGI-0.160.0: added ~ia64, bug 577100
dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild
index 7733f143ebd..40e03f93264 100644
--- a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild
+++ b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="PSGI handler for HTTP::Server::Simple"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Server-Simple-PSGI/
@ 2018-06-10 17:43 Thomas Deutschmann
0 siblings, 0 replies; 14+ messages in thread
From: Thomas Deutschmann @ 2018-06-10 17:43 UTC (permalink / raw
To: gentoo-commits
commit: 7540704c372bf7a61bb90c9a01e1776b75fdc0ca
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 17:17:47 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 17:42:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7540704c
dev-perl/HTTP-Server-Simple-PSGI: x86 stable (bug #657690)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
.../HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild
index 40e03f93264..8e56513b4a8 100644
--- a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild
+++ b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.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="PSGI handler for HTTP::Server::Simple"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Server-Simple-PSGI/
@ 2018-06-11 17:09 Sergei Trofimovich
0 siblings, 0 replies; 14+ messages in thread
From: Sergei Trofimovich @ 2018-06-11 17:09 UTC (permalink / raw
To: gentoo-commits
commit: 45b2ee8fe131b483d902af1e579f7d9f8cb0b461
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Jun 11 16:54:41 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jun 11 17:08:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45b2ee8f
dev-perl/HTTP-Server-Simple-PSGI: stable 0.160.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/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild
index b137d7e7279..a94f38d6240 100644
--- a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild
+++ b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="PSGI handler for HTTP::Server::Simple"
SLOT="0"
-KEYWORDS="~alpha amd64 ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ia64 ~ppc ~ppc64 sparc x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Server-Simple-PSGI/
@ 2018-06-26 14:03 Tobias Klausmann
0 siblings, 0 replies; 14+ messages in thread
From: Tobias Klausmann @ 2018-06-26 14:03 UTC (permalink / raw
To: gentoo-commits
commit: 63ce86684ecd1d8b0a160481a5ed72453d3849df
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 14:02:10 2018 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 14:03:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ce8668
dev-perl/HTTP-Server-Simple-PSGI-0.160.0-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/657690
dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild
index 052ddb4984f..e9f1d41c531 100644
--- a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild
+++ b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="PSGI handler for HTTP::Server::Simple"
SLOT="0"
-KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Server-Simple-PSGI/
@ 2021-11-02 22:34 Andreas K. Hüttel
0 siblings, 0 replies; 14+ messages in thread
From: Andreas K. Hüttel @ 2021-11-02 22:34 UTC (permalink / raw
To: gentoo-commits
commit: 0cbe6233a8265059b665f4246f13208bbd715ba0
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 2 22:31:28 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Nov 2 22:34:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cbe6233
dev-perl/HTTP-Server-Simple-PSGI: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...I-0.160.0.ebuild => HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild
similarity index 85%
rename from dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild
rename to dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild
index 364ffcee4fc..0ab25ca17ca 100644
--- a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild
+++ b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.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=MIYAGAWA
DIST_VERSION=0.16
@@ -10,14 +10,14 @@ inherit perl-module
DESCRIPTION="PSGI handler for HTTP::Server::Simple"
SLOT="0"
KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
-IUSE=""
RDEPEND="
>=dev-perl/HTTP-Server-Simple-0.420.0
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
"
+
src_test() {
perl_rm_files "t/release-pod-syntax.t"
perl-module_src_test
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Server-Simple-PSGI/
@ 2022-09-27 12:02 Jakov Smolić
0 siblings, 0 replies; 14+ messages in thread
From: Jakov Smolić @ 2022-09-27 12:02 UTC (permalink / raw
To: gentoo-commits
commit: f3765e9e1f5c25a4710b98adbe1ef50ab2c25b6d
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:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3765e9e
dev-perl/HTTP-Server-Simple-PSGI: Keyword 0.160.0-r1 riscv, #872365
Signed-off-by: Yu Gu <guyu2876 <AT> gmail.com>
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
.../HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild
index 0ab25ca17ca8..d679becc4a8e 100644
--- a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild
+++ b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.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="PSGI handler for HTTP::Server::Simple"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~riscv sparc x86"
RDEPEND="
>=dev-perl/HTTP-Server-Simple-0.420.0
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Server-Simple-PSGI/
@ 2022-11-01 4:23 Arthur Zamarin
0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2022-11-01 4:23 UTC (permalink / raw
To: gentoo-commits
commit: 29450b48d7e627cb1ad4ec182c67453c53358404
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 1 04:22:56 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 1 04:22:56 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29450b48
dev-perl/HTTP-Server-Simple-PSGI: Keyword 0.160.0-r1 arm64, #878933
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.../HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild
index d40a92c4f259..75447dce6b14 100644
--- a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild
+++ b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="PSGI handler for HTTP::Server::Simple"
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/HTTP-Server-Simple-0.420.0
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Server-Simple-PSGI/
@ 2022-11-15 4:37 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2022-11-15 4:37 UTC (permalink / raw
To: gentoo-commits
commit: 374a1476c37ff1a58263956cbdc7d35212405dea
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 15 04:36:49 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 04:36:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=374a1476
dev-perl/HTTP-Server-Simple-PSGI: Keyword 0.160.0-r1 hppa, #878933
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild
index 75447dce6b14..4cfcefbd39d9 100644
--- a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild
+++ b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="PSGI handler for HTTP::Server::Simple"
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/HTTP-Server-Simple-0.420.0
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Server-Simple-PSGI/
@ 2022-12-10 18:26 Arthur Zamarin
0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2022-12-10 18:26 UTC (permalink / raw
To: gentoo-commits
commit: e1d0e15d26d4b64392da011295e475c0d54c16ff
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 18:25:44 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 18:25:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d0e15d
dev-perl/HTTP-Server-Simple-PSGI: Stabilize 0.160.0-r1 arm, #885325
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.../HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild
index 4cfcefbd39d9..f180fe2ebfff 100644
--- a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild
+++ b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="PSGI handler for HTTP::Server::Simple"
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/HTTP-Server-Simple-0.420.0
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Server-Simple-PSGI/
@ 2022-12-10 18:34 Arthur Zamarin
0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2022-12-10 18:34 UTC (permalink / raw
To: gentoo-commits
commit: 648da3ceb2d70aa5dfe612db00eb3e4b9d2ccba7
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 18:34:10 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 18:34:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648da3ce
dev-perl/HTTP-Server-Simple-PSGI: Stabilize 0.160.0-r1 arm64, #885325
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.../HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild
index f180fe2ebfff..dfe2b6762aca 100644
--- a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild
+++ b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="PSGI handler for HTTP::Server::Simple"
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/HTTP-Server-Simple-0.420.0
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Server-Simple-PSGI/
@ 2023-11-29 4:23 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2023-11-29 4:23 UTC (permalink / raw
To: gentoo-commits
commit: 83605d57b956b988ede2717239d416a63ecff221
Author: Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Tue Nov 28 23:18:15 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 04:21:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83605d57
dev-perl/HTTP-Server-Simple-PSGI: Keyword 0.160.0-r1 mips, #878933
Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild
index dfe2b6762aca..cb3630ff409c 100644
--- a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild
+++ b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="PSGI handler for HTTP::Server::Simple"
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/HTTP-Server-Simple-0.420.0
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2023-11-29 4:23 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-10 18:34 [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Server-Simple-PSGI/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2023-11-29 4:23 Sam James
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-02 22:34 Andreas K. Hüttel
2018-06-26 14:03 Tobias Klausmann
2018-06-11 17:09 Sergei Trofimovich
2018-06-10 17:43 Thomas Deutschmann
2017-03-15 18:54 Matt Turner
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