* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Mason-PSGIHandler/
@ 2016-02-01 23:54 Andreas Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Hüttel @ 2016-02-01 23:54 UTC (permalink / raw
To: gentoo-commits
commit: ce5628973095dc4a696ba1b5bfd8e76ab906e0aa
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 1 23:50:33 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Feb 1 23:50:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce562897
dev-perl/HTML-Mason-PSGIHandler: Remove old
Package-Manager: portage-2.2.27
.../HTML-Mason-PSGIHandler-0.520.0.ebuild | 28 ----------------------
dev-perl/HTML-Mason-PSGIHandler/Manifest | 1 -
2 files changed, 29 deletions(-)
diff --git a/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.520.0.ebuild b/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.520.0.ebuild
deleted file mode 100644
index 5e89edd..0000000
--- a/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.520.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=ABH
-MODULE_VERSION=0.52
-inherit perl-module
-
-DESCRIPTION="PSGI handler for HTML::Mason"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- dev-perl/CGI-PSGI
- dev-perl/HTML-Mason
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.310.0
- test? (
- dev-perl/Plack
- )
-"
-
-SRC_TEST=do
diff --git a/dev-perl/HTML-Mason-PSGIHandler/Manifest b/dev-perl/HTML-Mason-PSGIHandler/Manifest
index 72284dc..15449c7 100644
--- a/dev-perl/HTML-Mason-PSGIHandler/Manifest
+++ b/dev-perl/HTML-Mason-PSGIHandler/Manifest
@@ -1,2 +1 @@
-DIST HTML-Mason-PSGIHandler-0.52.tar.gz 13167 SHA256 e48e4362f983871da804b497a7ac176d6bffb503ea958ae92c8fb768af967157 SHA512 92e24c9f7e66f995c76ab8fdc1e494006eb9c3680f9cd86012e96500e16f02c40c885d175ab1bc19d9f22f62cfa064c81ce5d075de3c6278c2a485b320c6db62 WHIRLPOOL 61b201ea5298aed063f41abd7abb002437cea5b70b7dd07839e0fe4dfef71189474b01ec46f0434c3f46c4f61f90af14495fee859aab6e3e6b977d8191b1cffe
DIST HTML-Mason-PSGIHandler-0.53.tar.gz 14157 SHA256 eafd7c7655dfa8261df3446b931a283d30306877b83ac4671c49cff74ea7f00b SHA512 d8fe27ff0b25e41b7e64e83c277d323f5207b66e7630e3f688d586c375c63b1837935934a67e630c54fe8219e7b44fe084875e1530d36044fac85884ea62da40 WHIRLPOOL a3ee8c29eaec8aa8775a894542f645c7f037d5032111f65980f8bfc001d1152fd51be9505aab63ff86d2b75c8502d6e55d0a0054af0ec5dd074df9623892c4b5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Mason-PSGIHandler/
@ 2022-02-28 4:31 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-02-28 4:31 UTC (permalink / raw
To: gentoo-commits
commit: bb9500594d5d9be77627f8d67c92feba73f88194
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 28 04:31:05 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 28 04:31:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb950059
dev-perl/HTML-Mason-PSGIHandler: update EAPI 5 -> 8
Bug: https://bugs.gentoo.org/832314
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../HTML-Mason-PSGIHandler-0.530.0-r1.ebuild | 28 ++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0-r1.ebuild b/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0-r1.ebuild
new file mode 100644
index 000000000000..94ced186bef1
--- /dev/null
+++ b/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RUZ
+DIST_VERSION=0.53
+inherit perl-module
+
+DESCRIPTION="PSGI handler for HTML::Mason"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-perl/CGI-PSGI
+ dev-perl/HTML-Mason
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+ test? (
+ dev-perl/Plack
+ virtual/perl-Test-Simple
+ )
+"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Mason-PSGIHandler/
@ 2022-03-07 14:33 Jakov Smolić
0 siblings, 0 replies; 5+ messages in thread
From: Jakov Smolić @ 2022-03-07 14:33 UTC (permalink / raw
To: gentoo-commits
commit: 4d4b64d92faf88c157f22b541d1e252daeffaae9
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 7 14:31:48 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Mar 7 14:31:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d4b64d9
dev-perl/HTML-Mason-PSGIHandler: Stabilize 0.530.0-r1 amd64, #832314
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
.../HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0-r1.ebuild b/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0-r1.ebuild
index 94ced186bef1..2996491b9176 100644
--- a/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0-r1.ebuild
+++ b/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="PSGI handler for HTML::Mason"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Mason-PSGIHandler/
@ 2022-03-08 12:41 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-03-08 12:41 UTC (permalink / raw
To: gentoo-commits
commit: 9a7eb60550691c6e607b443336cd16d9616fd95c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 8 12:41:02 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 8 12:41:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7eb605
dev-perl/HTML-Mason-PSGIHandler: drop 0.530.0
Closes: https://bugs.gentoo.org/832314
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../HTML-Mason-PSGIHandler-0.530.0.ebuild | 29 ----------------------
1 file changed, 29 deletions(-)
diff --git a/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0.ebuild b/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0.ebuild
deleted file mode 100644
index 0bbbcee65a78..000000000000
--- a/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=RUZ
-MODULE_VERSION=0.53
-inherit perl-module
-
-DESCRIPTION="PSGI handler for HTML::Mason"
-
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-perl/CGI-PSGI
- dev-perl/HTML-Mason
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.300.0
- test? (
- dev-perl/Plack
- virtual/perl-Test-Simple
- )
-"
-
-SRC_TEST="do parallel"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Mason-PSGIHandler/
@ 2022-11-23 14:08 Jakov Smolić
0 siblings, 0 replies; 5+ messages in thread
From: Jakov Smolić @ 2022-11-23 14:08 UTC (permalink / raw
To: gentoo-commits
commit: 9567236d83da627d26fc23c1f020b9e4bc9ae9e0
Author: Yu Gu <guyu2876 <AT> gmail <DOT> com>
AuthorDate: Sat Oct 29 11:07:21 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Nov 23 14:02:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9567236d
dev-perl/HTML-Mason-PSGIHandler: Keyword 0.530.0-r1 riscv, #878483
Signed-off-by: Yu Gu <guyu2876 <AT> gmail.com>
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
.../HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0-r1.ebuild b/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0-r1.ebuild
index 2996491b9176..5a58a9cb927d 100644
--- a/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0-r1.ebuild
+++ b/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="PSGI handler for HTML::Mason"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-11-23 14:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-08 12:41 [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Mason-PSGIHandler/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2022-11-23 14:08 Jakov Smolić
2022-03-07 14:33 Jakov Smolić
2022-02-28 4:31 Sam James
2016-02-01 23:54 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