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-Unidecode/
Date: Sun, 26 Sep 2021 11:24:49
Message-Id: 1632655463.6a36f6e69140081b996eab9ebe383b10586af5bb.dilfridge@gentoo
1 commit: 6a36f6e69140081b996eab9ebe383b10586af5bb
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 26 11:19:47 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 26 11:24:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a36f6e6
7
8 dev-perl/Text-Unidecode: 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 ...-Unidecode-1.300.0.ebuild => Text-Unidecode-1.300.0-r1.ebuild} | 8 +-------
14 1 file changed, 1 insertion(+), 7 deletions(-)
15
16 diff --git a/dev-perl/Text-Unidecode/Text-Unidecode-1.300.0.ebuild b/dev-perl/Text-Unidecode/Text-Unidecode-1.300.0-r1.ebuild
17 similarity index 83%
18 rename from dev-perl/Text-Unidecode/Text-Unidecode-1.300.0.ebuild
19 rename to dev-perl/Text-Unidecode/Text-Unidecode-1.300.0-r1.ebuild
20 index d35f6a0eec5..eeb6c7eeb4b 100644
21 --- a/dev-perl/Text-Unidecode/Text-Unidecode-1.300.0.ebuild
22 +++ b/dev-perl/Text-Unidecode/Text-Unidecode-1.300.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=SBURKE
31 DIST_VERSION=1.30
32 @@ -11,9 +11,3 @@ DESCRIPTION="Plain ASCII transliterations of Unicode text"
33
34 SLOT="0"
35 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
36 -IUSE=""
37 -
38 -RDEPEND=""
39 -DEPEND="${RDEPEND}
40 - virtual/perl-ExtUtils-MakeMaker
41 -"