Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-ca/
Date: Tue, 27 Mar 2018 22:30:50
Message-Id: 1522189811.776fbac60be825436044357a575f0ae864e06c44.bman@gentoo
1 commit: 776fbac60be825436044357a575f0ae864e06c44
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Tue Mar 27 05:56:14 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 27 22:30:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=776fbac6
7
8 app-dicts/myspell-ca: EAPI bump
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild b/app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild
16 index acef764d86a..0429eda9f81 100644
17 --- a/app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild
18 +++ b/app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=4
25 +EAPI=6
26
27 MYSPELL_DICT=(
28 "ca_ES.aff"
29 @@ -26,6 +26,7 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-f
30 IUSE=""
31
32 src_prepare() {
33 + default
34 # rename to conform the common naming scheme
35 mv catalan.aff ca_ES.aff || die
36 mv catalan.dic ca_ES.dic || die