commit: e61de038c83f6036eb978d4448554c722b504e1b
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 25 18:29:30 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Sep 25 18:34:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e61de038
dev-perl/Text-Password-Pronounceable: EAPI=8 bump
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...build => Text-Password-Pronounceable-0.300.0-r2.ebuild} | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
diff --git
a/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r1.ebuild
b/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r2.ebuild
similarity index 70%
rename from
dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r1.ebuild
rename to
dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r2.ebuild
index e059ea14c1c..a920fab3be8 100644
---
a/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r1.ebuild
+++
b/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r2.ebuild
@@ -1,22 +1,16 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_VERSION=0.30
-MODULE_AUTHOR=TSIBLEY
+DIST_VERSION=0.30
+DIST_AUTHOR=TSIBLEY
inherit perl-module
DESCRIPTION="Generate pronounceable passwords"
SLOT="0"
KEYWORDS="amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( virtual/perl-Test-Simple )"
-
-SRC_TEST="do"
src_prepare() {
sed -i -e 's/use inc::Module::Install;/use lib q[.]; use
inc::Module::Install;/' Makefile.PL ||