dev-perl/PPIx-Utils: add 0.4.0

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-06-06 04:06:54 +01:00
parent 35093a9a4f
commit 73c62ea570
2 changed files with 25 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST PPIx-Utils-0.003.tar.gz 38028 BLAKE2B d9b26f6df59b5052be6bcf52f0e6948c0647c6e95aeab759c80f2e27ca6a9ef1771bd36a78b9853cf74cdd527dcfbb4fd2057818e82cc187849a0f52dfa27eb0 SHA512 7f56bc2bf2afbf1f6d3c0e5bc0ed21752be809714e32b256feb1ea39125c7671c6ef949e2c122a95a41d3a603f5d5253133886f3700890387ad6cf0732ab87c6
DIST PPIx-Utils-0.004.tar.gz 34740 BLAKE2B 7bff41296cba713943b34d802cc9f3d7b91d83a0407b67c0c8cd402ed3b714f3109b0a231ac066c3319de28da562b8efb75322c08d399e1e7541e9f1b3a938fa SHA512 2245df7aff9b23dd478eb8d0242428e2f02a29cccc17217f141213745cc9c112b14ea047f7200bd7bcdd05260f5325981eb45cfc4c93f552fbc1ae25d5ddc158

View File

@@ -0,0 +1,24 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=DBOOK
DIST_VERSION=0.004
inherit perl-module
DESCRIPTION="Utility functions for PPI"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
RDEPEND="
>=dev-perl/B-Keywords-1.90.0
>=dev-perl/PPI-1.250.0
"
BDEPEND="
${RDEPEND}
test? (
>=virtual/perl-Test-Simple-0.880.0
)
"