diff options
Diffstat (limited to 'app-dicts/myspell-sl')
-rw-r--r-- | app-dicts/myspell-sl/Manifest | 5 | ||||
-rw-r--r-- | app-dicts/myspell-sl/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/myspell-sl/myspell-sl-2012.01.04.ebuild | 29 |
3 files changed, 39 insertions, 0 deletions
diff --git a/app-dicts/myspell-sl/Manifest b/app-dicts/myspell-sl/Manifest new file mode 100644 index 000000000000..25690a8155af --- /dev/null +++ b/app-dicts/myspell-sl/Manifest @@ -0,0 +1,5 @@ +DIST pack-sl.oxt 1506739 SHA256 43a819d009c188731aea1e67f4790f4d7a6b2ba202abf83dd79536ee59a234b8 SHA512 7309e1f9e5c42ed41c660a195421b5dbfc9995c4970641c9da087d0f4f44126c5a98ddeaaae13f7ba563314cfaf981c8216c45d80fae2fda1d7c49fd943c32ee WHIRLPOOL 818153a94145c81cd144b50dc3a2b33ff93e69b7add4f208ec0f3ea6feefc81411c0694c2495bee58679e942d0ad21ab6d7391d6a05f2514be88b9e17d23a712 +EBUILD myspell-sl-2012.01.04.ebuild 671 SHA256 39787f84a53ee32c2a49ebbaa0600a95adcfd60881b75f8bb50e41e7d3054b47 SHA512 741dad890bf0af13a2726f8d51c4091bad6f6d08b2ea4e352ab9e2385b8cf966935837a1e1ba9454000fced17a57bfa6def62577e706d5fd68a1c9dae6228dd1 WHIRLPOOL 839e7d19841f22b5bfb37842791d1029ba38cb961fd95cac321cb7af66fe9f6bc31b70cc6c0db4db295e84a61a22cb8aeec908a3a2a5a21865024fd0ad9cc8ed +MISC ChangeLog 2542 SHA256 c8212570c890317d057a7d67ada43121a3b89fbb26898af75794001a895f29b1 SHA512 b7c456c4e74a69864d455188338edefbf0739149d106b6c543d809b4e85d306ccb27bbdec89d43d4b8d692e1bd5e4652b1864a0d3b83ee4eafc429f0d86e9246 WHIRLPOOL dd590231ca05ef421a97836564066a8fec14cee3f26fd7e9b19377be4ca478691019cc292436491846581006aae4d088ab0d19ef5194b507017d8cc21dad5f60 +MISC ChangeLog-2015 2634 SHA256 03294512b676789689eff1d767970b27d99aa30b8d42c0d63a86b8ee6b0dfca1 SHA512 70d971c1d7fb7fa5dc4c9b4f44abd98e942a9949a71f6c44f1fb0ad4e80c0d103e3929b607068888aba2949fe482156acd434a22c52169ba61c595e2b7e1085f WHIRLPOOL 4266fce3d22d37dda2f95467df7113b406ca19f0f2b614c4736536d2236241f0d3a2ef3d55f7d9d6226fbcd1c838ac8cd365e88588db632f56d62d32d1b77046 +MISC metadata.xml 166 SHA256 2caff447f5bd2701d8456ada5cc633c41ef4373fa4bfeabeb73599d40bcc941b SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 WHIRLPOOL 1ff70497eca6531f0e0614c72a19f4b8e5ff486a58d369f4f0b36308d1d6b01168f9da887740e3b9f536236be251d3fe05f904d27a9233a7cf613416ba882968 diff --git a/app-dicts/myspell-sl/metadata.xml b/app-dicts/myspell-sl/metadata.xml new file mode 100644 index 000000000000..6f49eba8f496 --- /dev/null +++ b/app-dicts/myspell-sl/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<!-- maintainer-needed --> +</pkgmetadata> diff --git a/app-dicts/myspell-sl/myspell-sl-2012.01.04.ebuild b/app-dicts/myspell-sl/myspell-sl-2012.01.04.ebuild new file mode 100644 index 000000000000..2ca910f86312 --- /dev/null +++ b/app-dicts/myspell-sl/myspell-sl-2012.01.04.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=4 + +MYSPELL_DICT=( + "sl_SI.aff" + "sl_SI.dic" +) + +MYSPELL_HYPH=( + "hyph_sl_SI.dic" +) + +MYSPELL_THES=( + "th_sl_SI_v2.dat" + "th_sl_SI_v2.idx" +) + +inherit myspell-r2 + +DESCRIPTION="Slovenian dictionaries for myspell/hunspell" +HOMEPAGE="http://extensions.libreoffice.org/extension-center/slovenian-dictionary-pack" +SRC_URI="http://extensions.libreoffice.org/extension-center/slovenian-dictionary-pack/releases/${PV}/pack-sl.oxt" + +LICENSE="GPL-3 LGPL-2.1" +SLOT="0" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" |