summaryrefslogtreecommitdiff
path: root/app-dicts/myspell-bg
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-29 16:53:27 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-03-29 16:53:27 +0100
commit1173ad5704ce725916e0c332416aff326d850d06 (patch)
treed48d60977ce19864893dfb2222bf2982ffb4262a /app-dicts/myspell-bg
parent8c364c784966be1700ea39ae45028f3e9be9cae0 (diff)
gentoo resync : 29.03.2018
Diffstat (limited to 'app-dicts/myspell-bg')
-rw-r--r--app-dicts/myspell-bg/Manifest2
-rw-r--r--app-dicts/myspell-bg/myspell-bg-4.3.ebuild9
2 files changed, 6 insertions, 5 deletions
diff --git a/app-dicts/myspell-bg/Manifest b/app-dicts/myspell-bg/Manifest
index 546d8ba14c2e..22432bfe0714 100644
--- a/app-dicts/myspell-bg/Manifest
+++ b/app-dicts/myspell-bg/Manifest
@@ -1,3 +1,3 @@
DIST OOo-full-pack-bg-4.3.zip 1360735 BLAKE2B a1f7920364efe085717a16992cbd4d0ab0aaa3b751b1364aaaa652265563369ef1cd13978afe9f6a221f17ff02595acbc36edfd9e6a19a67bcd4b195d40566c3 SHA512 1c4acf0c8377c6ec3f0dd26c84a5232be88b1fecabcb08dfae4f45bf819c770427731cbf1b01d65d3a182cccc3d0bcaabf3ab85735221e2ff09fc47bd66341d7
-EBUILD myspell-bg-4.3.ebuild 737 BLAKE2B 7d671a21689f8706af112da92aa67630aff86d9f5e04a9ce94610290e7ab4a8ca78bacbaa39292bf56d18c8144c58baf085d4448929e2c87005662ab77cc2d3d SHA512 7cfa7fb7eabc266eaaadd537f1a8c89bb89abd4775c1b6671d6e78fda07568d5e2f24fe129459c02b73f0f5cc80464cf5728c18ce1d8c921131160d1c07db2de
+EBUILD myspell-bg-4.3.ebuild 759 BLAKE2B e9e78835b1baef5e6eeb2ef354532b83bf835baebc16702e925d1b25c51c1d9a43bfed105df56babbd2e427765b3b0b311d483c1dab49719b4c3ad510cc3d68f SHA512 ea8d8403d8c022272fdff34636692a7d850e6e73eaf18f69272146310e0ec0bbad47d9c5cce323405bf2d4ec9007a71f046a4a07b0521e7251a33523dcdad728
MISC metadata.xml 245 BLAKE2B af884440fd3655c1aa95b71b946a07820486fb90858dcf4fa1bd213017822d302f74b3118b2a52d5de088d22d9f024e7ac9ef4b306fb64ed160b0e711f6460ac SHA512 fe73d9e659f1a766a2b2f1a80c8a06bfee27b14a613af8d9fb33e5c9ac69d3c26b71f7a151e3a4ccd443bb75489b4d1c3bf979fe08cf84c274d44af843e8b63e
diff --git a/app-dicts/myspell-bg/myspell-bg-4.3.ebuild b/app-dicts/myspell-bg/myspell-bg-4.3.ebuild
index 18e50f8a8a05..9fa6cf51cf41 100644
--- a/app-dicts/myspell-bg/myspell-bg-4.3.ebuild
+++ b/app-dicts/myspell-bg/myspell-bg-4.3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=6
MY_P="OOo-full-pack-bg-${PV}"
@@ -27,13 +27,14 @@ SRC_URI="mirror://sourceforge/bgoffice/${MY_P}.zip"
LICENSE="GPL-2 LGPL-2.1 MPL-1.1"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
S="${WORKDIR}/${MY_P}"
src_prepare() {
+ default
# remove licenses that are suffixed with txt
# so they are not picked by install dodoc
- rm -rf *.txt
+ rm -rf *.txt || die
}