summaryrefslogtreecommitdiff
path: root/app-dicts/myspell-bg
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-dicts/myspell-bg
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-dicts/myspell-bg')
-rw-r--r--app-dicts/myspell-bg/Manifest3
-rw-r--r--app-dicts/myspell-bg/metadata.xml8
-rw-r--r--app-dicts/myspell-bg/myspell-bg-4.3.ebuild40
3 files changed, 0 insertions, 51 deletions
diff --git a/app-dicts/myspell-bg/Manifest b/app-dicts/myspell-bg/Manifest
deleted file mode 100644
index 22432bfe0714..000000000000
--- a/app-dicts/myspell-bg/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index d65e3d570768..000000000000
--- a/app-dicts/myspell-bg/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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
deleted file mode 100644
index 9fa6cf51cf41..000000000000
--- a/app-dicts/myspell-bg/myspell-bg-4.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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
-}