dev-perl/namespace-autoclean: add 0.310.0

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-10-17 04:37:35 +01:00
parent 9cff3c6521
commit 5c01594beb
2 changed files with 32 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST namespace-autoclean-0.29.tar.gz 38791 BLAKE2B 7d35dce524f8a5f9ab757f24802f8abb3972f8c3176a5ff2ff516b6a88f547978a47bce0c6be61d91a4d0f72caa5d14b6af2e83ead92608edfc339fabc36e99a SHA512 64dee8009c8ab587c1aef504c0b429248a9069e6cfbfcb4062b83ddf56c82121be66f821013f3251e6863935429e0663aec82202352904983db600a79348732c
DIST namespace-autoclean-0.31.tar.gz 39548 BLAKE2B 7ba835de164ec1c2279ffb185a679e4185f5be71c9d9fd3d8ce60f32fbc31267081cd3e3e60303cb01c08140265af06502f5937d6acf5ba19555e589bbf34e38 SHA512 16f1d473ed87d196812867306996284d1f6817603399e1d67273c2e1c58ba2ba811c84c5e1762675526bfcb808aeece7e3180de189ca9ba951c6b9ff2023d802

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=ETHER
DIST_VERSION=0.31
inherit perl-module
DESCRIPTION="Keep imports out of your namespace"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
RDEPEND="
>=dev-perl/B-Hooks-EndOfScope-0.120.0
virtual/perl-Scalar-List-Utils
>=dev-perl/namespace-clean-0.200.0
"
BDEPEND="
${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Carp
virtual/perl-ExtUtils-MakeMaker
virtual/perl-File-Spec
virtual/perl-Scalar-List-Utils
>=virtual/perl-Test-Simple-0.880.0
dev-perl/Test-Needs
)
"