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-Kakasi/
Date: Sat, 25 Sep 2021 18:34:49
Message-Id: 1632594850.48dcb20fc71bdea195ca6e091cad5d32db002075.dilfridge@gentoo
1 commit: 48dcb20fc71bdea195ca6e091cad5d32db002075
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 18:22:01 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 25 18:34:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48dcb20f
7
8 dev-perl/Text-Kakasi: 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-Kakasi-2.40.0-r2.ebuild => Text-Kakasi-2.40.0-r3.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-perl/Text-Kakasi/Text-Kakasi-2.40.0-r2.ebuild b/dev-perl/Text-Kakasi/Text-Kakasi-2.40.0-r3.ebuild
17 similarity index 94%
18 rename from dev-perl/Text-Kakasi/Text-Kakasi-2.40.0-r2.ebuild
19 rename to dev-perl/Text-Kakasi/Text-Kakasi-2.40.0-r3.ebuild
20 index 97f15fb795c..019634d0867 100644
21 --- a/dev-perl/Text-Kakasi/Text-Kakasi-2.40.0-r2.ebuild
22 +++ b/dev-perl/Text-Kakasi/Text-Kakasi-2.40.0-r3.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=DANKOGAI
31 DIST_VERSION=2.04
32 @@ -12,9 +12,9 @@ DESCRIPTION="This module provides libkakasi interface for Perl"
33 LICENSE="GPL-2"
34 SLOT="0"
35 KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
36 -IUSE=""
37
38 RDEPEND=">=app-i18n/kakasi-2.3.4"
39 DEPEND="${RDEPEND}"
40 +BDEPEND="${RDEPEND}"
41
42 PATCHES=( "${FILESDIR}"/${PN}-2.04-makefile.patch )