diff options
author | Sam James <sam@gentoo.org> | 2022-04-29 11:02:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-29 11:20:23 +0100 |
commit | ce07c250ea1cbe0e0c64089e513a13b977e12228 (patch) | |
tree | d82f47de002d577c0fe00cd21382bb4c6fdbf383 /app-dicts/myspell-hu | |
parent | app-dicts/myspell-gl: drop 20131013 (diff) | |
download | gentoo-ce07c250ea1cbe0e0c64089e513a13b977e12228.tar.gz gentoo-ce07c250ea1cbe0e0c64089e513a13b977e12228.tar.bz2 gentoo-ce07c250ea1cbe0e0c64089e513a13b977e12228.zip |
app-dicts/myspell-hu: drop 1.6.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-dicts/myspell-hu')
-rw-r--r-- | app-dicts/myspell-hu/Manifest | 3 | ||||
-rw-r--r-- | app-dicts/myspell-hu/myspell-hu-1.6.1.ebuild | 42 |
2 files changed, 0 insertions, 45 deletions
diff --git a/app-dicts/myspell-hu/Manifest b/app-dicts/myspell-hu/Manifest index 98d86ca077e1..7c385142dd71 100644 --- a/app-dicts/myspell-hu/Manifest +++ b/app-dicts/myspell-hu/Manifest @@ -1,4 +1 @@ -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-1.6.1.ebuild b/app-dicts/myspell-hu/myspell-hu-1.6.1.ebuild deleted file mode 100644 index 09b57f3ec6a9..000000000000 --- a/app-dicts/myspell-hu/myspell-hu-1.6.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MYSPELL_DICT=( - "hu_HU-${PV}/hu_HU.aff" - "hu_HU-${PV}/hu_HU.dic" -) - -MYSPELL_HYPH=( - "huhyphn_v20110815_LibO/hyph_hu_HU.dic" -) - -MYSPELL_THES=( - "opt/libreoffice3.6/share/extensions/dict-hu/th_hu_HU_v2.dat" - "opt/libreoffice3.6/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=" - mirror://sourceforge/magyarispell/hu_HU-${PV}.tar.gz - mirror://sourceforge/magyarispell/huhyphn_v20110815_LibO.tar.gz - http://downloadarchive.documentfoundation.org/libreoffice/old/3.6.0.4/rpm/x86/LibO_3.6.0.4_Linux_x86_langpack-rpm_hu.tar.gz -" -# Hyphen seems to have no releases but was not updated in last 4 years, just use -# one arived version from libreoffice and be done with it. If it needs update -# users can ope a bug. - -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 ./LibO_3.6.0.4_Linux_x86_langpack-rpm_hu/RPMS/libreoffice3.6-dict-hu-3.6.0.4-104.i586.rpm -} |