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-Pod-Parser/
Date: Fri, 07 Aug 2020 21:37:27
Message-Id: 1596836227.60dec1a5bddfa979fbc6a9b59281cbc83b366513.dilfridge@gentoo
1 commit: 60dec1a5bddfa979fbc6a9b59281cbc83b366513
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 7 21:35:18 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 7 21:37:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60dec1a5
7
8 virtual/perl-Pod-Parser: Removed from core in 5.32
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...od-Parser-1.630.0-r7.ebuild => perl-Pod-Parser-1.630.0-r8.ebuild} | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/virtual/perl-Pod-Parser/perl-Pod-Parser-1.630.0-r7.ebuild b/virtual/perl-Pod-Parser/perl-Pod-Parser-1.630.0-r8.ebuild
17 similarity index 74%
18 rename from virtual/perl-Pod-Parser/perl-Pod-Parser-1.630.0-r7.ebuild
19 rename to virtual/perl-Pod-Parser/perl-Pod-Parser-1.630.0-r8.ebuild
20 index 7163ba3b8e9..ac9a7ffb3bd 100644
21 --- a/virtual/perl-Pod-Parser/perl-Pod-Parser-1.630.0-r7.ebuild
22 +++ b/virtual/perl-Pod-Parser/perl-Pod-Parser-1.630.0-r8.ebuild
23 @@ -8,8 +8,7 @@ SLOT="0"
24 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
25
26 RDEPEND="
27 - || ( =dev-lang/perl-5.32* =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
28 + || ( ~dev-perl/Pod-Parser-1.630.0 =dev-lang/perl-5.30* )
29 dev-lang/perl:=
30 - !<perl-core/${PN#perl-}-${PV}
31 - !>perl-core/${PN#perl-}-${PV}-r999
32 + !perl-core/Pod-Parser
33 "