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-pt/
Date: Sat, 01 Apr 2017 10:45:41
Message-Id: 1491043435.9d1a358d2c8b0f8d1a6430c4bb5e3a9993fcc118.soap@gentoo
1 commit: 9d1a358d2c8b0f8d1a6430c4bb5e3a9993fcc118
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 1 10:41:26 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 10:43:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d1a358d
7
8 app-dicts/aspell-pt: Bump to EAPI 6
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4237
12
13 app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild | 11 +++++++----
14 1 file changed, 7 insertions(+), 4 deletions(-)
15
16 diff --git a/app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild b/app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild
17 index a2a6173cb99..5be881b7dc9 100644
18 --- a/app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild
19 +++ b/app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild
20 @@ -1,9 +1,11 @@
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="Portuguese"
27
28 -inherit multilib aspell-dict
29 +inherit aspell-dict-r1
30
31 LICENSE="GPL-2"
32
33 @@ -11,7 +13,8 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x8
34 IUSE=""
35
36 src_install() {
37 - aspell-dict_src_install
38 - rm "${D}"/usr/$(get_libdir)/aspell-0.60/pt_BR*
39 - rm "${D}"/usr/$(get_libdir)/aspell-0.60/brazilian.alias
40 + aspell-dict-r1_src_install
41 +
42 + rm "${ED%/}"/usr/$(get_libdir)/aspell-0.60/pt_BR* || die
43 + rm "${ED%/}"/usr/$(get_libdir)/aspell-0.60/brazilian.alias || die
44 }