summaryrefslogtreecommitdiff
path: root/app-dicts/myspell-hu
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /app-dicts/myspell-hu
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'app-dicts/myspell-hu')
-rw-r--r--app-dicts/myspell-hu/Manifest1
-rw-r--r--app-dicts/myspell-hu/metadata.xml9
-rw-r--r--app-dicts/myspell-hu/myspell-hu-7.1.3.2.ebuild35
3 files changed, 0 insertions, 45 deletions
diff --git a/app-dicts/myspell-hu/Manifest b/app-dicts/myspell-hu/Manifest
deleted file mode 100644
index 7c385142dd71..000000000000
--- a/app-dicts/myspell-hu/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST LibreOffice_7.1.3.2_Linux_x86-64_rpm_langpack_hu.tar.gz 3315084 BLAKE2B 5cd3c33f66aacf4b1474d6c418c025dde77667e59027916c0ace16281a85f7e14fa37e607f18ad94e1b2fd04e65e692998652f739ac0180fd27274254b3d92d9 SHA512 b45be281c8ea37d92236676f6d69e77874399412737d2cd4f13f876a39b70db2f61e94a58924bf52d30d8b59a94611d63de4b2e2378f607292c397f3729017be
diff --git a/app-dicts/myspell-hu/metadata.xml b/app-dicts/myspell-hu/metadata.xml
deleted file mode 100644
index 1c41e01af572..000000000000
--- a/app-dicts/myspell-hu/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <stabilize-allarches/>
- <upstream>
- <remote-id type="sourceforge">magyarispell</remote-id>
- </upstream>
-</pkgmetadata>
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
deleted file mode 100644
index 72496f0231e8..000000000000
--- a/app-dicts/myspell-hu/myspell-hu-7.1.3.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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"
-)
-
-RPM_COMPRESS_TYPE=none
-inherit rpm myspell-r2
-
-DESCRIPTION="Hungarian dictionaries for myspell/hunspell"
-HOMEPAGE="http://magyarispell.sourceforge.net/"
-SRC_URI="https://downloadarchive.documentfoundation.org/libreoffice/old/${PV}/rpm/x86_64/LibreOffice_${PV}_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 ~loong ~mips ppc ppc64 ~riscv ~sparc x86"
-
-src_unpack() {
- myspell-r2_src_unpack
-
- rpm_unpack ./LibreOffice_${PV}_Linux_x86-64_rpm_langpack_hu/RPMS/libreoffice7.1-dict-hu-${PV}-2.x86_64.rpm
-}