dev-perl/PAR: add 1.21.0

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-08-06 05:47:28 +01:00
parent 986bdb3dfb
commit ced4544399
2 changed files with 21 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST PAR-1.020.tar.gz 66318 BLAKE2B 8ce2a0a2800e11f8d66a30a03a5452eb831e6c60346c19385b19724a7a3f76cbd4933269f5eff88fbe3f35e4bbce9a32625bcfdcd0f8cb06327c590d8867dd3d SHA512 0a94fa3288c01710171703be94c0b247abfbfec41f5f2adee3a6f438934b24bc2f4f8736c4bb3014ab1754732682c8151450efe9741728b35a23e1c4d003480e
DIST PAR-1.021.tar.gz 58604 BLAKE2B 17a57e577cd886a8486b4a3766383fbd7812edd49f9da1ca8c643918536337c62d0e52b54008aae9a0275b1f61d038bc63a6daabaaf25fdc7db08b62669ab9c0 SHA512 190e95edec8122e3c23746c593ad6238ce9bf6c1104eb1ed4d178c4ec76a744d60cb78bae058dfc330d99dc5a1afb168b2f5f2295d7d147050912809b4f794c8

View File

@@ -0,0 +1,20 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=RSCHUPP
DIST_VERSION=1.021
inherit perl-module
DESCRIPTION="Perl Archive Toolkit"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86"
RDEPEND="
>=dev-perl/Archive-Zip-1.0.0
>=dev-perl/PAR-Dist-0.320.0
"
PERL_RM_FILES=( t/00-pod.t )