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-Soundex/
Date: Sun, 26 Sep 2021 11:24:48
Message-Id: 1632655450.e7f70010c1a4e86d9bdb0ef2541f697470bc24b3.dilfridge@gentoo
1 commit: e7f70010c1a4e86d9bdb0ef2541f697470bc24b3
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 26 11:13:06 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 26 11:24:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7f70010
7
8 dev-perl/Text-Soundex: 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 .../{Text-Soundex-3.50.0.ebuild => Text-Soundex-3.50.0-r1.ebuild} | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-perl/Text-Soundex/Text-Soundex-3.50.0.ebuild b/dev-perl/Text-Soundex/Text-Soundex-3.50.0-r1.ebuild
17 similarity index 86%
18 rename from dev-perl/Text-Soundex/Text-Soundex-3.50.0.ebuild
19 rename to dev-perl/Text-Soundex/Text-Soundex-3.50.0-r1.ebuild
20 index 6bb5aed3060..671f1617fb5 100644
21 --- a/dev-perl/Text-Soundex/Text-Soundex-3.50.0.ebuild
22 +++ b/dev-perl/Text-Soundex/Text-Soundex-3.50.0-r1.ebuild
23 @@ -1,7 +1,7 @@
24 # Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI=8
29
30 DIST_AUTHOR=RJBS
31 DIST_VERSION=3.05
32 @@ -10,13 +10,12 @@ inherit perl-module
33 DESCRIPTION="Implementation of the soundex algorithm"
34 SLOT="0"
35 KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
36 -IUSE="test minimal"
37 -RESTRICT="!test? ( test )"
38 +IUSE="minimal"
39
40 RDEPEND="
41 !minimal? ( dev-perl/Text-Unidecode )
42 virtual/perl-if
43 "
44 -DEPEND="${RDEPEND}
45 +BDEPEND="${RDEPEND}
46 virtual/perl-ExtUtils-MakeMaker
47 "