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: virtual/perl-Scalar-List-Utils/
Date: Thu, 24 Jun 2021 17:52:19
Message-Id: 1624557102.33abb5811bc4f1f78f436248fbd0940e3c684019.dilfridge@gentoo
1 commit: 33abb5811bc4f1f78f436248fbd0940e3c684019
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 24 17:33:18 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 24 17:51:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33abb581
7
8 virtual/perl-Scalar-List-Utils: Add virtual for perl-core ebuild
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-Scalar-List-Utils-1.560.0.ebuild | 13 +++++++++++++
14 1 file changed, 13 insertions(+)
15
16 diff --git a/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.560.0.ebuild b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.560.0.ebuild
17 new file mode 100644
18 index 00000000000..9461d243ad8
19 --- /dev/null
20 +++ b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.560.0.ebuild
21 @@ -0,0 +1,13 @@
22 +# Copyright 1999-2021 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=8
26 +
27 +DESCRIPTION="Virtual for Scalar::Util and List::Util, also distributed as Scalar::List::Utils"
28 +SLOT="0"
29 +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"
30 +
31 +RDEPEND="
32 + ~perl-core/${PN#perl-}-${PV}
33 + dev-lang/perl:=
34 +"