Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: perl-core/Scalar-List-Utils/
Date: Thu, 24 Jun 2021 17:52:19
Message-Id: 1624557098.ab6a1f4308d140b5e0373e5a7e9bef384477d4c5.dilfridge@gentoo
1 commit: ab6a1f4308d140b5e0373e5a7e9bef384477d4c5
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 24 17:31:43 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 24 17:51:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab6a1f43
7
8 perl-core/Scalar-List-Utils: Add newer SLU
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 perl-core/Scalar-List-Utils/Manifest | 2 +-
14 .../Scalar-List-Utils-1.460.0.ebuild | 22 ----------------------
15 .../Scalar-List-Utils-1.560.0.ebuild | 12 ++++++++++++
16 3 files changed, 13 insertions(+), 23 deletions(-)
17
18 diff --git a/perl-core/Scalar-List-Utils/Manifest b/perl-core/Scalar-List-Utils/Manifest
19 index 59011ba570c..a883719a5e5 100644
20 --- a/perl-core/Scalar-List-Utils/Manifest
21 +++ b/perl-core/Scalar-List-Utils/Manifest
22 @@ -1 +1 @@
23 -DIST Scalar-List-Utils-1.46.tar.gz 86961 BLAKE2B 2287be1c2629dc4fde6c82e84b56ca196b2fc1584a616e1a8cf30e6d49ddfae455ec3712f96497f1fe4234e883be02cc9842f20e4ba8aad0a53acf2afb9deeeb SHA512 355e83d4127b372057143b9498863b075155e7bae8abaa9f5f3f9fbd56cd37b9c6dc58cd20249f22c8bff926d28a3be1e0b03760cc7c89ce358cb135a6c3369f
24 +DIST Scalar-List-Utils-1.56.tar.gz 173248 BLAKE2B 9dde08b8ce9ca8de84569e60a3f9da794912008ed45f140a14aff1f7190c8a5168065a9fbc83f73779653b3cd26e7be3a9172493084db7f326f9e4c92281b2a4 SHA512 90291e154497599e7e41b6746dc29351c619201b5723eedfa76dee81d0db4ae28ad598355edc61c529de5c05d5eafc17ae6c3205f0c624fc2a028ecbac9f2c3f
25
26 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
27 deleted file mode 100644
28 index 29c05e7ad4c..00000000000
29 --- a/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.460.0.ebuild
30 +++ /dev/null
31 @@ -1,22 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -DIST_AUTHOR=PEVANS
38 -DIST_VERSION=1.46
39 -inherit perl-module
40 -
41 -DESCRIPTION="Common Scalar and List utility subroutines"
42 -SLOT="0"
43 -KEYWORDS=""
44 -IUSE="test"
45 -RESTRICT="!test? ( test )"
46 -
47 -RDEPEND=""
48 -DEPEND="${RDEPEND}
49 - virtual/perl-ExtUtils-MakeMaker
50 - test? (
51 - virtual/perl-Test-Simple
52 - )
53 -"
54
55 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
56 new file mode 100644
57 index 00000000000..f8faeab6c7f
58 --- /dev/null
59 +++ b/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.560.0.ebuild
60 @@ -0,0 +1,12 @@
61 +# Copyright 1999-2021 Gentoo Authors
62 +# Distributed under the terms of the GNU General Public License v2
63 +
64 +EAPI=7
65 +
66 +DIST_AUTHOR=PEVANS
67 +DIST_VERSION=1.56
68 +inherit perl-module
69 +
70 +DESCRIPTION="Common Scalar and List utility subroutines"
71 +SLOT="0"
72 +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"