commit: 35756d57811b776f2d755a8d5cdbd6f4a733543e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 25 18:30:42 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Sep 25 18:34:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35756d57
dev-perl/Text-Patch: EAPI=8 bump
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...atch-1.800.0-r1.ebuild => Text-Patch-1.800.0-r2.ebuild} | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/dev-perl/Text-Patch/Text-Patch-1.800.0-r1.ebuild
b/dev-perl/Text-Patch/Text-Patch-1.800.0-r2.ebuild
similarity index 63%
rename from dev-perl/Text-Patch/Text-Patch-1.800.0-r1.ebuild
rename to dev-perl/Text-Patch/Text-Patch-1.800.0-r2.ebuild
index fedb47d2380..2a3fdd0a622 100644
--- a/dev-perl/Text-Patch/Text-Patch-1.800.0-r1.ebuild
+++ b/dev-perl/Text-Patch/Text-Patch-1.800.0-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=CADE
-MODULE_VERSION=1.8
+DIST_AUTHOR=CADE
+DIST_VERSION=1.8
inherit perl-module
DESCRIPTION="Patches text with given patch"
@@ -12,11 +12,9 @@ DESCRIPTION="Patches text with given patch"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~hppa x86"
-IUSE=""
RDEPEND="
dev-perl/Text-Diff
"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
+BDEPEND="${RDEPEND}
+"