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/HTML-StripScripts/
Date: Mon, 01 Nov 2021 17:53:31
Message-Id: 1635789168.27566afbeccbc0925f0354ff90de4dbd57d7c64a.dilfridge@gentoo
1 commit: 27566afbeccbc0925f0354ff90de4dbd57d7c64a
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 1 17:29:20 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 1 17:52:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27566afb
7
8 dev-perl/HTML-StripScripts: EAPI=8 bump
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 ...pts-1.60.0.ebuild => HTML-StripScripts-1.60.0-r1.ebuild} | 13 ++-----------
14 1 file changed, 2 insertions(+), 11 deletions(-)
15
16 diff --git a/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild b/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0-r1.ebuild
17 similarity index 53%
18 rename from dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild
19 rename to dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0-r1.ebuild
20 index a4f6b0ceb36..3bfa3ac6753 100644
21 --- a/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild
22 +++ b/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.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_VERSION=1.06
32 DIST_AUTHOR=DRTECH
33 @@ -11,12 +11,3 @@ DESCRIPTION="Strip scripting constructs out of HTML"
34
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 -IUSE="test"
38 -RESTRICT="!test? ( test )"
39 -
40 -RDEPEND="
41 -"
42 -DEPEND="${RDEPEND}
43 - virtual/perl-ExtUtils-MakeMaker
44 - test? ( virtual/perl-Test-Simple )
45 -"