summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Scardovi <marco@scardovi.com>2021-05-03 00:14:15 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-06-03 17:20:36 +0300
commit471474356eb439a89e19868051eefa7860b22ebc (patch)
treea04a52a68033d9dd991991d75122ea6e4944be2d /app-dicts
parentapp-dicts/myspell-hr: bump to EAPI 7 (diff)
downloadgentoo-471474356eb439a89e19868051eefa7860b22ebc.tar.gz
gentoo-471474356eb439a89e19868051eefa7860b22ebc.tar.bz2
gentoo-471474356eb439a89e19868051eefa7860b22ebc.zip
app-dicts/myspell-hu: bump to EAPI 7 + verbump to 7.1.3.2
All these links (like older version) are not required anymore as they are handled by libreoffice langpack 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')
-rw-r--r--app-dicts/myspell-hu/Manifest1
-rw-r--r--app-dicts/myspell-hu/myspell-hu-7.1.3.2.ebuild35
2 files changed, 36 insertions, 0 deletions
diff --git a/app-dicts/myspell-hu/Manifest b/app-dicts/myspell-hu/Manifest
index 12558c8df19d..98d86ca077e1 100644
--- a/app-dicts/myspell-hu/Manifest
+++ b/app-dicts/myspell-hu/Manifest
@@ -1,3 +1,4 @@
DIST LibO_3.6.0.4_Linux_x86_langpack-rpm_hu.tar.gz 3764761 BLAKE2B f85c0dcad7dcbcd0a644720a4a0fb48098918be5cb38bc4168134c4db29002449763b864449299a099e15b91a7bc42f7d0e726a6bef945862eceb8cf5e13a48e SHA512 088a2c898299b61ff10f9397f68aba404bac4de7ead1880088dd16f841b7b403059a82bde7a5e719dda772e494f02d014255782f8e5c43c7a8eb2c07358c66bf
+DIST LibreOffice_7.1.3.2_Linux_x86-64_rpm_langpack_hu.tar.gz 3315084 BLAKE2B 5cd3c33f66aacf4b1474d6c418c025dde77667e59027916c0ace16281a85f7e14fa37e607f18ad94e1b2fd04e65e692998652f739ac0180fd27274254b3d92d9 SHA512 b45be281c8ea37d92236676f6d69e77874399412737d2cd4f13f876a39b70db2f61e94a58924bf52d30d8b59a94611d63de4b2e2378f607292c397f3729017be
DIST hu_HU-1.6.1.tar.gz 730641 BLAKE2B 53d08ee9aa073e4a2b5810a90b1a4a8ec42f95b507f0b9c3f1ac401cac39d4d667f18886745352ced180441f231651829bf8480a7a98b336c53cd1fb61337f8d SHA512 7ae1f99b16b714158c33b41ee5c7a3aaeb84bf59a1d1c13a02b0ba30972bfd2b3dd0d04a28997f0f5a97943a89d3cf9f0da55fb219ce24917ae1e3aed0a5484f
DIST huhyphn_v20110815_LibO.tar.gz 545413 BLAKE2B b65bc84c01a5a34a1650e6fb6d491f71afd8486e9b8f49b4d3d41850f6e2086518ac7360287f376015551e7897033bada50435d67d81e26015cc57dfda05e08e SHA512 147d3d74c5d7278075bdf3734492662c723970630da10e5b1520f960d3f3d89916cd674d44f3b27ccf8e9b81031a75bbf6311614a296f76a39b1de576ad34b10
diff --git a/app-dicts/myspell-hu/myspell-hu-7.1.3.2.ebuild b/app-dicts/myspell-hu/myspell-hu-7.1.3.2.ebuild
new file mode 100644
index 000000000000..7e48ad320fda
--- /dev/null
+++ b/app-dicts/myspell-hu/myspell-hu-7.1.3.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MYSPELL_DICT=(
+ "opt/libreoffice7.1/share/extensions/dict-hu/hu_HU.aff"
+ "opt/libreoffice7.1/share/extensions/dict-hu/hu_HU.dic"
+)
+
+MYSPELL_HYPH=(
+ "opt/libreoffice7.1/share/extensions/dict-hu/hyph_hu_HU.dic"
+)
+
+MYSPELL_THES=(
+ "opt/libreoffice7.1/share/extensions/dict-hu/th_hu_HU_v2.dat"
+ "opt/libreoffice7.1/share/extensions/dict-hu/th_hu_HU_v2.idx"
+)
+
+inherit rpm myspell-r2
+
+DESCRIPTION="Hungarian dictionaries for myspell/hunspell"
+HOMEPAGE="http://magyarispell.sourceforge.net/"
+SRC_URI="https://downloadarchive.documentfoundation.org/libreoffice/old/7.1.3.2/rpm/x86_64/LibreOffice_7.1.3.2_Linux_x86-64_rpm_langpack_hu.tar.gz"
+
+LICENSE="GPL-3 GPL-2 LGPL-2.1 MPL-1.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE=""
+
+src_unpack() {
+ myspell-r2_src_unpack
+
+ rpm_unpack ./LibreOffice_7.1.3.2_Linux_x86-64_rpm_langpack_hu/RPMS/libreoffice7.1-dict-hu-7.1.3.2-2.x86_64.rpm
+}