dev-perl/PAR-Dist: add 0.520.0

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-06-20 00:13:42 +01:00
parent 339f29f038
commit 936ea53097
2 changed files with 22 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST PAR-Dist-0.51.tar.gz 42492 BLAKE2B c01e9e23e574559184555cc5d64c767046189e9af984e34f44cc7d860218d744a4dc597b543ad0020927d8075ff73b6d6ea36b2854a738adbc53c51e2abede2b SHA512 4c06ff54dfa8f3dc4766b60c45337b3cf80b32ec6bcc49d7e5a4786e0533e495f6215b257100fa5aae50f12e01a8b3d7144254d8706019c50ff115915f0fcb41
DIST PAR-Dist-0.52.tar.gz 42768 BLAKE2B ab088c96f0e4add03658338ca49e7c2826feefd65c8ad4e3c115ec94ce7a602d94143e4edc5997a9d5b7729f96ce292ac1121c897faa14743e85785f87421eaf SHA512 46c79a3156bb66bcb8a63dfb53d67de01624bf1c5ca72c81ebb26820485b8144c13c4a9c6a4ad6475c328d2fbd10fa2d7889a2c89590cab7405fbe688b789864

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=RSCHUPP
DIST_VERSION=0.52
inherit perl-module
DESCRIPTION="Create and manipulate PAR distributions"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos"
RDEPEND="
virtual/perl-File-Spec
virtual/perl-File-Temp
|| ( dev-perl/YAML-Syck dev-perl/YAML )
dev-perl/Archive-Zip
"
BDEPEND="${RDEPEND}"