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-bg/
Date: Tue, 27 Mar 2018 22:30:50
Message-Id: 1522189810.2bfe697502c5c191390c25dcc6cb1961c23f1862.bman@gentoo
1 commit: 2bfe697502c5c191390c25dcc6cb1961c23f1862
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Tue Mar 27 05:54:18 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 27 22:30:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bfe6975
7
8 app-dicts/myspell-bg: EAPI bump
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-dicts/myspell-bg/myspell-bg-4.3.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/app-dicts/myspell-bg/myspell-bg-4.3.ebuild b/app-dicts/myspell-bg/myspell-bg-4.3.ebuild
16 index 18e50f8a8a0..0f267a3dcb4 100644
17 --- a/app-dicts/myspell-bg/myspell-bg-4.3.ebuild
18 +++ b/app-dicts/myspell-bg/myspell-bg-4.3.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 MY_P="OOo-full-pack-bg-${PV}"
28
29 @@ -33,7 +33,8 @@ IUSE=""
30 S="${WORKDIR}/${MY_P}"
31
32 src_prepare() {
33 + default
34 # remove licenses that are suffixed with txt
35 # so they are not picked by install dodoc
36 - rm -rf *.txt
37 + rm -rf *.txt || die
38 }