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/PPI-HTML/
Date: Sat, 31 Jul 2021 21:54:53
Message-Id: 1627768435.23ef35859dd834e14717f4aacf66dbd79dd2dc10.dilfridge@gentoo
1 commit: 23ef35859dd834e14717f4aacf66dbd79dd2dc10
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 31 21:25:09 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 31 21:53:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ef3585
7
8 dev-perl/PPI-HTML: EAPI=8 bump
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 .../{PPI-HTML-1.80.0.ebuild => PPI-HTML-1.80.0-r1.ebuild} | 8 +++-----
14 1 file changed, 3 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-perl/PPI-HTML/PPI-HTML-1.80.0.ebuild b/dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild
17 similarity index 86%
18 rename from dev-perl/PPI-HTML/PPI-HTML-1.80.0.ebuild
19 rename to dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild
20 index 71faa2f073c..0281d48a3f8 100644
21 --- a/dev-perl/PPI-HTML/PPI-HTML-1.80.0.ebuild
22 +++ b/dev-perl/PPI-HTML/PPI-HTML-1.80.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=ADAMK
32 DIST_VERSION=1.08
33 @@ -11,15 +11,13 @@ DESCRIPTION="Generate syntax-hightlighted HTML for Perl using PPI"
34
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 -IUSE="test"
38 -RESTRICT="!test? ( test )"
39
40 RDEPEND="
41 >=dev-perl/CSS-Tiny-1.100.0
42 >=dev-perl/PPI-0.990.0
43 >=dev-perl/Params-Util-0.50.0
44 "
45 -DEPEND="${RDEPEND}
46 +BDEPEND="${RDEPEND}
47 >=virtual/perl-ExtUtils-MakeMaker-6.420.0
48 >=virtual/perl-File-Spec-0.800.0
49 test? (