diff options
author | Marco Scardovi <marco@scardovi.com> | 2021-05-03 20:11:35 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-03 17:20:39 +0300 |
commit | 6060be49fc938901366f58a89178c24be2c4f87e (patch) | |
tree | ae7298e24b4b4dfc14135ed8aec270bb6ceb2237 /app-dicts/myspell-tr | |
parent | app-dicts/myspell-sw: bump to EAPI 7 + verbump to 20130312 (diff) | |
download | gentoo-6060be49fc938901366f58a89178c24be2c4f87e.tar.gz gentoo-6060be49fc938901366f58a89178c24be2c4f87e.tar.bz2 gentoo-6060be49fc938901366f58a89178c24be2c4f87e.zip |
app-dicts/myspell-tr: new package
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco@scardovi.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-dicts/myspell-tr')
-rw-r--r-- | app-dicts/myspell-tr/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/myspell-tr/metadata.xml | 6 | ||||
-rw-r--r-- | app-dicts/myspell-tr/myspell-tr-1.2.ebuild | 25 |
3 files changed, 32 insertions, 0 deletions
diff --git a/app-dicts/myspell-tr/Manifest b/app-dicts/myspell-tr/Manifest new file mode 100644 index 000000000000..e16e2d2531c1 --- /dev/null +++ b/app-dicts/myspell-tr/Manifest @@ -0,0 +1 @@ +DIST oo-turkish-dict-v1-2.oxt 2109286 BLAKE2B 1097492cb0176f0c66d5c22f3de8e1a51aab0a7a9e1b4ce66b8d77c9633eca03ba0917263340b98ad2a85d8dba3ba26c63536250746e7fa46806af61a0ed4e0d SHA512 f3ce6f2250142bfa7835061b74a85c7ea3278a9d51b556571cb45c9078274d6eb44493b19a21f2dc3f2441ef146c858c8b12a04c9a207bff93d9dc21307ce9dd diff --git a/app-dicts/myspell-tr/metadata.xml b/app-dicts/myspell-tr/metadata.xml new file mode 100644 index 000000000000..3c58a0219fbe --- /dev/null +++ b/app-dicts/myspell-tr/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <!-- maintainer-needed --> + <stabilize-allarches/> +</pkgmetadata> diff --git a/app-dicts/myspell-tr/myspell-tr-1.2.ebuild b/app-dicts/myspell-tr/myspell-tr-1.2.ebuild new file mode 100644 index 000000000000..6269601fc4ab --- /dev/null +++ b/app-dicts/myspell-tr/myspell-tr-1.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MYSPELL_DICT=( + "tr_TR.aff" + "tr_TR.dic" +) + +inherit myspell-r2 + +DESCRIPTION="Turkish dictionaries for myspell/hunspell" +HOMEPAGE="https://extensions.libreoffice.org/en/extensions/show/turkish-spellcheck-dictionary" +SRC_URI="https://extensions.libreoffice.org/assets/downloads/z/oo-turkish-dict-v1-2.oxt" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +src_prepare() { + default + mv tr-TR.aff tr_TR.aff || die + mv tr-TR.dic tr_TR.dic || die +} |