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/Jcode/
Date: Tue, 22 Jun 2021 12:50:58
Message-Id: 1624366231.e18afd4ca91473cc2cf3c1829781d6d2a380b8ed.dilfridge@gentoo
1 commit: e18afd4ca91473cc2cf3c1829781d6d2a380b8ed
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 22 12:40:43 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 22 12:50:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e18afd4c
7
8 dev-perl/Jcode: EAPI=7 bump
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../Jcode/{Jcode-2.70.0-r1.ebuild => Jcode-2.70.0-r2.ebuild} | 11 ++++-------
14 1 file changed, 4 insertions(+), 7 deletions(-)
15
16 diff --git a/dev-perl/Jcode/Jcode-2.70.0-r1.ebuild b/dev-perl/Jcode/Jcode-2.70.0-r2.ebuild
17 similarity index 81%
18 rename from dev-perl/Jcode/Jcode-2.70.0-r1.ebuild
19 rename to dev-perl/Jcode/Jcode-2.70.0-r2.ebuild
20 index f6959655a87..49bc320e640 100644
21 --- a/dev-perl/Jcode/Jcode-2.70.0-r1.ebuild
22 +++ b/dev-perl/Jcode/Jcode-2.70.0-r2.ebuild
23 @@ -1,19 +1,16 @@
24 # Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=5
28 +EAPI=7
29
30 -MODULE_AUTHOR=DANKOGAI
31 -MODULE_VERSION=2.07
32 +DIST_AUTHOR=DANKOGAI
33 +DIST_VERSION=2.07
34 inherit perl-module
35
36 DESCRIPTION="Japanese transcoding module for Perl"
37
38 SLOT="0"
39 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
40 -IUSE=""
41
42 RDEPEND=">=virtual/perl-MIME-Base64-2.1"
43 -DEPEND="${RDEPEND}"
44 -
45 -SRC_TEST="do"
46 +BDEPEND="${RDEPEND}"