dev-perl/Tie-Cycle: add 1.228.0

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-05-01 09:10:24 +01:00
parent 727f2e6ec1
commit edbc411500
2 changed files with 31 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST Tie-Cycle-1.227.tar.gz 11127 BLAKE2B 0ce413618dc65585cf513b58c0c682b7fd8bf67b210b338d91eb096a081193fe0e5d8925f84a15a15d1054cb15ec3a1c21c12236fbcef476e791ece0388f7b03 SHA512 c0896328391472a09a569f721298ee114f2e63920080056662469b324ee18c386877d1634e0237fd40bf30c605d25261b868b76524b2f07bab3a61ebce029e24
DIST Tie-Cycle-1.228.tar.gz 11687 BLAKE2B 58417fb642c456ee72cad29636e67086a8fa3c02a2b2cb95336117d58104609e699eaa515b26e9fdd8f8bb5d2a4f849da3c30439471d6d815a94cd005031cef8 SHA512 6ff75e2b6fe13860127dc75f127fd840ed5f2ee95f5173de494b0f6fd42862b9b2b33d05930bcdaa14e3647ad8c0e87e6f488108a01d301c01ef0df384f5ec31

View File

@@ -0,0 +1,30 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=BDFOY
DIST_VERSION=1.228
inherit perl-module
DESCRIPTION="Cycle through a list of values via a scalar"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86"
RDEPEND="
virtual/perl-Carp
"
BDEPEND="
${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.640.0
virtual/perl-File-Spec
test? (
>=virtual/perl-Test-Simple-0.950.0
)
"
PATCHES=( "${FILESDIR}/${PN}-1.225-nopodtests.patch" )
PERL_RM_FILES=( "t/pod.t" "t/pod_coverage.t" )