diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-24 19:31:43 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-24 19:51:38 +0200 |
commit | ab6a1f4308d140b5e0373e5a7e9bef384477d4c5 (patch) | |
tree | 8172764e5576c1115ea13d536e4c26434ac29054 /perl-core | |
parent | dev-perl/List-SomeUtils: Version bump 0.58 (diff) | |
download | gentoo-ab6a1f4308d140b5e0373e5a7e9bef384477d4c5.tar.gz gentoo-ab6a1f4308d140b5e0373e5a7e9bef384477d4c5.tar.bz2 gentoo-ab6a1f4308d140b5e0373e5a7e9bef384477d4c5.zip |
perl-core/Scalar-List-Utils: Add newer SLU
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Scalar-List-Utils/Manifest | 2 | ||||
-rw-r--r-- | perl-core/Scalar-List-Utils/Scalar-List-Utils-1.460.0.ebuild | 22 | ||||
-rw-r--r-- | perl-core/Scalar-List-Utils/Scalar-List-Utils-1.560.0.ebuild | 12 |
3 files changed, 13 insertions, 23 deletions
diff --git a/perl-core/Scalar-List-Utils/Manifest b/perl-core/Scalar-List-Utils/Manifest index 59011ba570ca..a883719a5e57 100644 --- a/perl-core/Scalar-List-Utils/Manifest +++ b/perl-core/Scalar-List-Utils/Manifest @@ -1 +1 @@ -DIST Scalar-List-Utils-1.46.tar.gz 86961 BLAKE2B 2287be1c2629dc4fde6c82e84b56ca196b2fc1584a616e1a8cf30e6d49ddfae455ec3712f96497f1fe4234e883be02cc9842f20e4ba8aad0a53acf2afb9deeeb SHA512 355e83d4127b372057143b9498863b075155e7bae8abaa9f5f3f9fbd56cd37b9c6dc58cd20249f22c8bff926d28a3be1e0b03760cc7c89ce358cb135a6c3369f +DIST Scalar-List-Utils-1.56.tar.gz 173248 BLAKE2B 9dde08b8ce9ca8de84569e60a3f9da794912008ed45f140a14aff1f7190c8a5168065a9fbc83f73779653b3cd26e7be3a9172493084db7f326f9e4c92281b2a4 SHA512 90291e154497599e7e41b6746dc29351c619201b5723eedfa76dee81d0db4ae28ad598355edc61c529de5c05d5eafc17ae6c3205f0c624fc2a028ecbac9f2c3f diff --git a/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.460.0.ebuild b/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.460.0.ebuild deleted file mode 100644 index 29c05e7ad4c0..000000000000 --- a/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.460.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=PEVANS -DIST_VERSION=1.46 -inherit perl-module - -DESCRIPTION="Common Scalar and List utility subroutines" -SLOT="0" -KEYWORDS="" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - virtual/perl-Test-Simple - ) -" diff --git a/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.560.0.ebuild b/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.560.0.ebuild new file mode 100644 index 000000000000..f8faeab6c7f2 --- /dev/null +++ b/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.560.0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=PEVANS +DIST_VERSION=1.56 +inherit perl-module + +DESCRIPTION="Common Scalar and List utility subroutines" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |