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: dev-perl/Parse-ErrorString-Perl/
Date: Sat, 17 Jul 2021 19:18:28
Message-Id: 1626549488.3a58ff84c6c2f6b1a3fa457c1056ff0ac2746de5.dilfridge@gentoo
1 commit: 3a58ff84c6c2f6b1a3fa457c1056ff0ac2746de5
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 19:18:08 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 19:18:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a58ff84
7
8 dev-perl/Parse-ErrorString-Perl: EAPI=8; virtual/perl-Pod-Parser -> dev-perl/...
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 ...270.0.ebuild => Parse-ErrorString-Perl-0.270.0-r1.ebuild} | 12 ++++++------
14 1 file changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.270.0.ebuild b/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.270.0-r1.ebuild
17 similarity index 79%
18 rename from dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.270.0.ebuild
19 rename to dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.270.0-r1.ebuild
20 index a382ae4c1d1..b747bac9f61 100644
21 --- a/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.270.0.ebuild
22 +++ b/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.270.0-r1.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=8
30
31 DIST_AUTHOR=MANWAR
32 DIST_VERSION=0.27
33 @@ -11,21 +11,21 @@ DESCRIPTION="Parse error messages from the perl interpreter"
34
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 -IUSE="test"
38 -RESTRICT="!test? ( test )"
39
40 RDEPEND="
41 virtual/perl-Carp
42 dev-perl/Class-XSAccessor
43 virtual/perl-File-Spec
44 - virtual/perl-Pod-Parser
45 + dev-perl/Pod-Parser
46 >=dev-perl/Pod-POM-0.270.0
47 "
48 -DEPEND="${RDEPEND}
49 +
50 +BDEPEND="${RDEPEND}
51 >=virtual/perl-ExtUtils-MakeMaker-6.59
52 test? (
53 dev-perl/Test-Differences
54 >=virtual/perl-Test-Simple-0.470.0
55 )
56 "
57 +
58 PATCHES=( "${FILESDIR}/${PN}-0.27-no-dot-inc.patch" )