diff options
author | Sam James <sam@gentoo.org> | 2024-10-24 11:16:49 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-24 11:22:29 +0100 |
commit | c822315c2bc56ff00e1c3196ffc9a9e7fda6a834 (patch) | |
tree | cf1cd11345dc453323dcccafd9beb4921f8be15f /perl-core/Scalar-List-Utils | |
parent | dev-perl/XS-Parse-Sublike: add 0.300.0 (diff) | |
download | gentoo-c822315c2bc56ff00e1c3196ffc9a9e7fda6a834.tar.gz gentoo-c822315c2bc56ff00e1c3196ffc9a9e7fda6a834.tar.bz2 gentoo-c822315c2bc56ff00e1c3196ffc9a9e7fda6a834.zip |
perl-core/Scalar-List-Utils: add 1.680.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'perl-core/Scalar-List-Utils')
-rw-r--r-- | perl-core/Scalar-List-Utils/Manifest | 1 | ||||
-rw-r--r-- | perl-core/Scalar-List-Utils/Scalar-List-Utils-1.680.0.ebuild | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/perl-core/Scalar-List-Utils/Manifest b/perl-core/Scalar-List-Utils/Manifest index ec1fc84e47e0..f9cd016531b9 100644 --- a/perl-core/Scalar-List-Utils/Manifest +++ b/perl-core/Scalar-List-Utils/Manifest @@ -1 +1,2 @@ DIST Scalar-List-Utils-1.63.tar.gz 177981 BLAKE2B 7753234bfe6f2a3d4d76481a2383ae6ad7a46892afa7956bb991db5d1617574fa8a63f473a2153fbc70db4178f5b514fac92567fb6599d6a19b0569d665df50d SHA512 e9e44a62181153c5e28a39df56ec14e9ed2918c6b398dd8e3d9f79669969828f6c0e5efdd02970abaf71ae258b291ad434dc4c597cf6ba4fba55cda892ac8de8 +DIST Scalar-List-Utils-1.68.tar.gz 181532 BLAKE2B 1a2d0b337857163a7f03d84974c1e15c006d8efffbe448bebd5c53dca5830f20215193f5ffc2b7518b331b2642b93b1cd263c2672b4b77a272a38e9b31f0e35f SHA512 52565ffc5fadde9bc1db70ffa311fe0d4c9fdfabc95cb7da216cc6cf7d56a41814780b6d5f7aded1f3593c7ed78f8a0704a7798644eeeaf799e6ffc52c901120 diff --git a/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.680.0.ebuild b/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.680.0.ebuild new file mode 100644 index 000000000000..03e161833836 --- /dev/null +++ b/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.680.0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=PEVANS +DIST_VERSION=1.68 +inherit perl-module + +DESCRIPTION="Common Scalar and List utility subroutines" +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 ~x64-solaris" |