commit: ae9874d01393c8e865f3373a03722f766b63e29e Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Jul 24 21:55:50 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Jul 24 21:55:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9874d0
dev-perl/PatchReader: EAPI=8 bump Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> ...der-0.9.6-r1.ebuild => PatchReader-0.9.6-r2.ebuild} | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-perl/PatchReader/PatchReader-0.9.6-r1.ebuild b/dev-perl/PatchReader/PatchReader-0.9.6-r2.ebuild similarity index 60% rename from dev-perl/PatchReader/PatchReader-0.9.6-r1.ebuild rename to dev-perl/PatchReader/PatchReader-0.9.6-r2.ebuild index 55b6fe2c1e7..a72d21f0340 100644 --- a/dev-perl/PatchReader/PatchReader-0.9.6-r1.ebuild +++ b/dev-perl/PatchReader/PatchReader-0.9.6-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=TMANNERM -MODULE_VERSION=0.9.6 +DIST_AUTHOR=TMANNERM +DIST_VERSION=0.9.6 inherit perl-module DESCRIPTION="Module for reading diff-compatible patch files" @@ -12,9 +12,9 @@ DESCRIPTION="Module for reading diff-compatible patch files" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86" -IUSE="" -RDEPEND="virtual/perl-File-Temp" -DEPEND="${RDEPEND}" - -SRC_TEST=do +RDEPEND=" + virtual/perl-File-Temp +" +BDEPEND="${RDEPEND} +"