diff options
author | Sam James <sam@gentoo.org> | 2023-08-24 23:53:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-24 23:53:39 +0100 |
commit | 8b835c9f83f2ad2f4daf8205ac8680373f85e421 (patch) | |
tree | 873fedf77998d2d36a2a0e5aeafbd37f931edce6 /perl-core/Scalar-List-Utils | |
parent | perl-core/Encode: add 3.190.0 (diff) | |
download | gentoo-8b835c9f83f2ad2f4daf8205ac8680373f85e421.tar.gz gentoo-8b835c9f83f2ad2f4daf8205ac8680373f85e421.tar.bz2 gentoo-8b835c9f83f2ad2f4daf8205ac8680373f85e421.zip |
perl-core/Scalar-List-Utils: add 1.630.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.630.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 a883719a5e57..9bc8722586b1 100644 --- a/perl-core/Scalar-List-Utils/Manifest +++ b/perl-core/Scalar-List-Utils/Manifest @@ -1 +1,2 @@ DIST Scalar-List-Utils-1.56.tar.gz 173248 BLAKE2B 9dde08b8ce9ca8de84569e60a3f9da794912008ed45f140a14aff1f7190c8a5168065a9fbc83f73779653b3cd26e7be3a9172493084db7f326f9e4c92281b2a4 SHA512 90291e154497599e7e41b6746dc29351c619201b5723eedfa76dee81d0db4ae28ad598355edc61c529de5c05d5eafc17ae6c3205f0c624fc2a028ecbac9f2c3f +DIST Scalar-List-Utils-1.63.tar.gz 177981 BLAKE2B 7753234bfe6f2a3d4d76481a2383ae6ad7a46892afa7956bb991db5d1617574fa8a63f473a2153fbc70db4178f5b514fac92567fb6599d6a19b0569d665df50d SHA512 e9e44a62181153c5e28a39df56ec14e9ed2918c6b398dd8e3d9f79669969828f6c0e5efdd02970abaf71ae258b291ad434dc4c597cf6ba4fba55cda892ac8de8 diff --git a/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.630.0.ebuild b/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.630.0.ebuild new file mode 100644 index 000000000000..92ebbd703a8f --- /dev/null +++ b/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.630.0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=PEVANS +DIST_VERSION=1.63 +inherit perl-module + +DESCRIPTION="Common Scalar and List utility subroutines" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |