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-Aspell/
Date: Thu, 23 Sep 2021 11:29:51
Message-Id: 1632396565.c94f8e25929e4a47eb8e6e1a30cd2a270625d8b2.dilfridge@gentoo
1 commit: c94f8e25929e4a47eb8e6e1a30cd2a270625d8b2
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 23 11:24:15 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 23 11:29:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94f8e25
7
8 dev-perl/Text-Aspell: 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-Aspell-0.90.0-r2.ebuild => Text-Aspell-0.90.0-r3.ebuild} | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.90.0-r2.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.90.0-r3.ebuild
17 similarity index 92%
18 rename from dev-perl/Text-Aspell/Text-Aspell-0.90.0-r2.ebuild
19 rename to dev-perl/Text-Aspell/Text-Aspell-0.90.0-r3.ebuild
20 index d6c016b4da2..a2634346638 100644
21 --- a/dev-perl/Text-Aspell/Text-Aspell-0.90.0-r2.ebuild
22 +++ b/dev-perl/Text-Aspell/Text-Aspell-0.90.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=HANK
31 DIST_VERSION=0.09
32 @@ -11,8 +11,8 @@ DESCRIPTION="Perl interface to the GNU Aspell Library"
33
34 SLOT="0"
35 KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
36 -IUSE=""
37
38 RDEPEND="app-text/aspell"
39 -DEPEND="${RDEPEND}"
40 +BDEPEND="${RDEPEND}"
41 +
42 PERL_RM_FILES=( "t/02-pod.t" )