dev-perl/Mojolicious: add 9.410.0

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-07-04 19:51:02 +01:00
parent ab1797932b
commit 740b2d673e
2 changed files with 32 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST Mojolicious-9.39.tar.gz 962558 BLAKE2B bfa37f535d9b20f61a6cf9839ae3086c1f2f3eddd80e15b7049025f3592539001397175855173dccbc95d6e446af744a525bf828e364234fcad370d2205600c7 SHA512 6607821c521148f1bb312155d71f964970eaa4e688162696b2c28f7f1856b3bcc9878cc9abaa7d451126feb5a98f4ecc282201f703846098f6d27889ad17326c
DIST Mojolicious-9.40.tar.gz 965888 BLAKE2B ff2184f1bc53737552ee24bd9fb95a8d775f1febb6f8ba687e4291a47136087087271001119749da146e1af1eaa7f5b62ff207a0c4711fb70afcec264cd05dd7 SHA512 137a139e6b47a4ddad7af091eb6f1c40a25b0207f1c55859de8437b77e0277db265ba479e6d2a54c34fc145b62020046a99c164f3aba032889b98a1792cf00e0
DIST Mojolicious-9.41.tar.gz 970647 BLAKE2B c55fdd3a554a061d373c5118edbdd92c4a76fbe2ee10859372edbb0a836ec513e2997232bb56302f79e99de58f0c8507dabd6486a3106d165decc9324cee73a8 SHA512 0a7a75f6e798753486a2ca98bff5d7c0b472d6957f2602d33ccbe6e49e9097359bf41c4bb057a467d421c3b5b926e6d448444875e48ec629e2df2ddc85a22d5b

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=SRI
DIST_VERSION=9.41
DIST_EXAMPLES=("examples/*")
inherit perl-module
DESCRIPTION="Real-time web framework"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86"
IUSE="minimal"
RDEPEND="
!minimal? (
>=dev-perl/Cpanel-JSON-XS-4.90.0
>=dev-perl/EV-4.0.0
)
>=virtual/perl-IO-Socket-IP-0.370.0
>=virtual/perl-Scalar-List-Utils-1.410.0
"
PERL_RM_FILES=(
t/pod.t
t/pod_coverage.t
)