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/Text-Password-Pronounceable/
Date: Sat, 25 Sep 2021 18:34:50
Message-Id: 1632594865.e61de038c83f6036eb978d4448554c722b504e1b.dilfridge@gentoo
1 commit: e61de038c83f6036eb978d4448554c722b504e1b
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 18:29:30 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 25 18:34:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e61de038
7
8 dev-perl/Text-Password-Pronounceable: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...build => Text-Password-Pronounceable-0.300.0-r2.ebuild} | 14 ++++----------
14 1 file changed, 4 insertions(+), 10 deletions(-)
15
16 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
17 similarity index 70%
18 rename from dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r1.ebuild
19 rename to dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r2.ebuild
20 index e059ea14c1c..a920fab3be8 100644
21 --- a/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r1.ebuild
22 +++ b/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r2.ebuild
23 @@ -1,22 +1,16 @@
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=5
29 +EAPI=8
30
31 -MODULE_VERSION=0.30
32 -MODULE_AUTHOR=TSIBLEY
33 +DIST_VERSION=0.30
34 +DIST_AUTHOR=TSIBLEY
35 inherit perl-module
36
37 DESCRIPTION="Generate pronounceable passwords"
38
39 SLOT="0"
40 KEYWORDS="amd64 ~x86"
41 -IUSE="test"
42 -RESTRICT="!test? ( test )"
43 -
44 -DEPEND="test? ( virtual/perl-Test-Simple )"
45 -
46 -SRC_TEST="do"
47
48 src_prepare() {
49 sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||