diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-dicts/myspell-bg | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-dicts/myspell-bg')
-rw-r--r-- | app-dicts/myspell-bg/Manifest | 3 | ||||
-rw-r--r-- | app-dicts/myspell-bg/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/myspell-bg/myspell-bg-4.3.ebuild | 40 |
3 files changed, 51 insertions, 0 deletions
diff --git a/app-dicts/myspell-bg/Manifest b/app-dicts/myspell-bg/Manifest new file mode 100644 index 000000000000..22432bfe0714 --- /dev/null +++ b/app-dicts/myspell-bg/Manifest @@ -0,0 +1,3 @@ +DIST OOo-full-pack-bg-4.3.zip 1360735 BLAKE2B a1f7920364efe085717a16992cbd4d0ab0aaa3b751b1364aaaa652265563369ef1cd13978afe9f6a221f17ff02595acbc36edfd9e6a19a67bcd4b195d40566c3 SHA512 1c4acf0c8377c6ec3f0dd26c84a5232be88b1fecabcb08dfae4f45bf819c770427731cbf1b01d65d3a182cccc3d0bcaabf3ab85735221e2ff09fc47bd66341d7 +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/metadata.xml b/app-dicts/myspell-bg/metadata.xml new file mode 100644 index 000000000000..d65e3d570768 --- /dev/null +++ b/app-dicts/myspell-bg/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <!-- maintainer-needed --> + <upstream> + <remote-id type="sourceforge">bgoffice</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-dicts/myspell-bg/myspell-bg-4.3.ebuild b/app-dicts/myspell-bg/myspell-bg-4.3.ebuild new file mode 100644 index 000000000000..9fa6cf51cf41 --- /dev/null +++ b/app-dicts/myspell-bg/myspell-bg-4.3.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MY_P="OOo-full-pack-bg-${PV}" + +MYSPELL_DICT=( + "bg_BG.aff" + "bg_BG.dic" +) + +MYSPELL_HYPH=( + "hyph_bg_BG.dic" +) + +MYSPELL_THES=( + "th_bg_BG.dat" + "th_bg_BG.idx" +) + +inherit myspell-r2 + +DESCRIPTION="Bulgarian dictionaries for myspell/hunspell" +HOMEPAGE="http://bgoffice.sourceforge.net/" +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 ~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 || die +} |