commit: 1b21c557adb932e3fa8c8775dc668dc3e22159ba
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 2 00:04:18 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 2 00:13:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b21c557
dev-perl/Unicode-Stringprep: EAPI=8 bump
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...ep-1.105.0-r2.ebuild => Unicode-Stringprep-1.105.0-r3.ebuild} | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0-r2.ebuild
b/dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0-r3.ebuild
similarity index 81%
rename from dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0-r2.ebuild
rename to dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0-r3.ebuild
index 20dcbb02133..c610b82ba8d 100644
--- a/dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0-r2.ebuild
+++ b/dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=CFAERBER
DIST_VERSION=1.105
@@ -12,17 +12,16 @@ DESCRIPTION="Preparation of Internationalized Strings (RFC
3454)"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
>=virtual/perl-Unicode-Normalize-1
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.420.0
test? (
virtual/perl-Test-Simple
dev-perl/Test-NoWarnings
)
"
+
PERL_RM_FILES=("t/10_pod_check.t" "t/11_pod_coverage.t")