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/CPAN/
Date: Wed, 24 Nov 2021 00:01:15
Message-Id: 1637712052.49c09e717500c3966a119daf39e28b0bbe75fe6e.dilfridge@gentoo
1 commit: 49c09e717500c3966a119daf39e28b0bbe75fe6e
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 23 23:58:51 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 24 00:00:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c09e71
7
8 perl-core/CPAN: Declare only needed (=no) dependencies
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../CPAN/{CPAN-2.290.0.ebuild => CPAN-2.290.0-r1.ebuild} | 16 ++--------------
14 1 file changed, 2 insertions(+), 14 deletions(-)
15
16 diff --git a/perl-core/CPAN/CPAN-2.290.0.ebuild b/perl-core/CPAN/CPAN-2.290.0-r1.ebuild
17 similarity index 77%
18 rename from perl-core/CPAN/CPAN-2.290.0.ebuild
19 rename to perl-core/CPAN/CPAN-2.290.0-r1.ebuild
20 index 64bc75944a76..988344ffee49 100644
21 --- a/perl-core/CPAN/CPAN-2.290.0.ebuild
22 +++ b/perl-core/CPAN/CPAN-2.290.0-r1.ebuild
23 @@ -10,9 +10,7 @@ inherit perl-module
24 DESCRIPTION="Query, download and build perl modules from CPAN sites"
25
26 SLOT="0"
27 -KEYWORDS="~amd64 ~m68k ~mips ~s390 ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
28 -IUSE="+minimal ssl test"
29 -RESTRICT="!test? ( test )"
30 +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"
31
32 CRAZYDEPS="
33 dev-perl/Archive-Zip
34 @@ -54,14 +52,4 @@ CRAZYDEPS="
35 dev-perl/YAML
36 dev-perl/YAML-Syck
37 "
38 -
39 -RDEPEND="
40 - !minimal? (
41 - ${CRAZYDEPS}
42 - ssl? ( dev-perl/LWP-Protocol-https )
43 - )
44 -"
45 -BDEPEND="
46 - virtual/perl-ExtUtils-MakeMaker
47 - test? ( ${RDEPEND} )
48 -"
49 +# ^ this is what should be in RDEPEND for *full* functionality...