Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-fr/
Date: Sat, 01 Apr 2017 10:45:11
Message-Id: 1491043388.f87b78b7ef0ecc0ae6fc08adf967cbd2ecf7acb8.soap@gentoo
1 commit: f87b78b7ef0ecc0ae6fc08adf967cbd2ecf7acb8
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 1 10:41:25 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 10:43:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f87b78b7
7
8 app-dicts/aspell-fr: Bump to EAPI 6
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4237
12
13 app-dicts/aspell-fr/aspell-fr-0.60.ebuild | 15 +++++++++------
14 1 file changed, 9 insertions(+), 6 deletions(-)
15
16 diff --git a/app-dicts/aspell-fr/aspell-fr-0.60.ebuild b/app-dicts/aspell-fr/aspell-fr-0.60.ebuild
17 index 169be29e620..e257c729d34 100644
18 --- a/app-dicts/aspell-fr/aspell-fr-0.60.ebuild
19 +++ b/app-dicts/aspell-fr/aspell-fr-0.60.ebuild
20 @@ -1,19 +1,22 @@
21 # Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 +EAPI=6
25 +
26 ASPELL_LANG="French"
27 -ASPOSTFIX="6"
28 +ASPELL_VERSION=6
29
30 # This is a hack to allow for using the French 0.50 dictionary until I have
31 # the time to do this properly. Do not stabilise this.
32
33 -inherit aspell-dict
34 +inherit aspell-dict-r1
35 +
36 +MY_P="aspell-fr-0.50-3"
37 +
38 +SRC_URI="mirror://gnu/aspell/dict/fr/${MY_P}.tar.bz2"
39
40 LICENSE="GPL-2"
41 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos"
42 -
43 -FILENAME="aspell-fr-0.50-3"
44 -SRC_URI="mirror://gnu/aspell/dict/fr/${FILENAME}.tar.bz2"
45 IUSE=""
46
47 -S=${WORKDIR}/${FILENAME}
48 +S=${WORKDIR}/${MY_P}