mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-perl/PPIx-Utils: add 0.4.0
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
24
dev-perl/PPIx-Utils/PPIx-Utils-0.4.0.ebuild
Normal file
24
dev-perl/PPIx-Utils/PPIx-Utils-0.4.0.ebuild
Normal 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
|
||||
)
|
||||
"
|
||||
Reference in New Issue
Block a user