Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Mason-PSGIHandler/
Date: Mon, 28 Feb 2022 04:31:35
Message-Id: 1646022665.bb9500594d5d9be77627f8d67c92feba73f88194.sam@gentoo
1 commit: bb9500594d5d9be77627f8d67c92feba73f88194
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 28 04:31:05 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 04:31:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb950059
7
8 dev-perl/HTML-Mason-PSGIHandler: update EAPI 5 -> 8
9
10 Bug: https://bugs.gentoo.org/832314
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../HTML-Mason-PSGIHandler-0.530.0-r1.ebuild | 28 ++++++++++++++++++++++
14 1 file changed, 28 insertions(+)
15
16 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
17 new file mode 100644
18 index 000000000000..94ced186bef1
19 --- /dev/null
20 +++ b/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.530.0-r1.ebuild
21 @@ -0,0 +1,28 @@
22 +# Copyright 1999-2022 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=8
26 +
27 +DIST_AUTHOR=RUZ
28 +DIST_VERSION=0.53
29 +inherit perl-module
30 +
31 +DESCRIPTION="PSGI handler for HTML::Mason"
32 +
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE="test"
36 +RESTRICT="!test? ( test )"
37 +
38 +RDEPEND="
39 + dev-perl/CGI-PSGI
40 + dev-perl/HTML-Mason
41 +"
42 +DEPEND="${RDEPEND}"
43 +BDEPEND="
44 + >=virtual/perl-ExtUtils-MakeMaker-6.300.0
45 + test? (
46 + dev-perl/Plack
47 + virtual/perl-Test-Simple
48 + )
49 +"