summaryrefslogtreecommitdiff
path: root/app-dicts/myspell-gl
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /app-dicts/myspell-gl
reinit the tree, so we can have metadata
Diffstat (limited to 'app-dicts/myspell-gl')
-rw-r--r--app-dicts/myspell-gl/Manifest4
-rw-r--r--app-dicts/myspell-gl/metadata.xml5
-rw-r--r--app-dicts/myspell-gl/myspell-gl-20060316.ebuild33
3 files changed, 42 insertions, 0 deletions
diff --git a/app-dicts/myspell-gl/Manifest b/app-dicts/myspell-gl/Manifest
new file mode 100644
index 000000000000..9563d0aa922a
--- /dev/null
+++ b/app-dicts/myspell-gl/Manifest
@@ -0,0 +1,4 @@
+EBUILD myspell-gl-20060316.ebuild 845 SHA256 9a654dda25945a6a53dd317a2943156469733fe68703d41b01c8b4303f71cc2f SHA512 0e63cdc79dae108cd782ab9982549613a703f6deec84443dca3dc924a17f793e6e6ae40ed71109e5c74d7c4d9c8afd1fed789fb067b4c01c6b340ebdacb18f33 WHIRLPOOL 3a69cd3fdf445d26152f2d141236af8a5014712d1a0a110ed36dbdaaf3efec4a8a2df3978b5a2f56625868eb48884ba7fe6098941973ab77c051b5a6a8adc57e
+MISC ChangeLog 2538 SHA256 ff8bde22c56a1f0a947efa2fd1fe2285de21450cb0a303b332fb1208a3da8d4f SHA512 74468a398b56b61f1889c2b00906bad687aca068e4fc27e2addf8cd27ee4ebab0938240e9099226af45f78dbb2e0bdc1fd55cfcc0c6d7b541eab7be96861c2c3 WHIRLPOOL 4ddcfefa2208686ac8630fc4a9a6f58663323ace5f1acb74fb5d01a96762b708116a9bbba6922da31dc09880e294203989e0a7f93fe09871dfc0439d24e1d888
+MISC ChangeLog-2015 2422 SHA256 1b0cca8373af710709776b2a174075818f39c23066b5be106e01dc2b2c4f401c SHA512 1bf653dbaecf58c761c5be4138ce3d85c50d06328dbdb1d29521bd7bd97ec1fc8990e57522d1976633d4309a532d1baac05e7cfbdf582b7cfe485cccd536b615 WHIRLPOOL cdc96794a2a319b214756c1c907cee34c72c2002607ade052edda5e31c232761763aba9d0c2d1b309edf194aa299a2eca81ca8eed8767fe3c66aa912f1bb401c
+MISC metadata.xml 166 SHA256 2caff447f5bd2701d8456ada5cc633c41ef4373fa4bfeabeb73599d40bcc941b SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 WHIRLPOOL 1ff70497eca6531f0e0614c72a19f4b8e5ff486a58d369f4f0b36308d1d6b01168f9da887740e3b9f536236be251d3fe05f904d27a9233a7cf613416ba882968
diff --git a/app-dicts/myspell-gl/metadata.xml b/app-dicts/myspell-gl/metadata.xml
new file mode 100644
index 000000000000..6f49eba8f496
--- /dev/null
+++ b/app-dicts/myspell-gl/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-gl/myspell-gl-20060316.ebuild b/app-dicts/myspell-gl/myspell-gl-20060316.ebuild
new file mode 100644
index 000000000000..8436205f6c30
--- /dev/null
+++ b/app-dicts/myspell-gl/myspell-gl-20060316.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Note; since the Galician dictionary uses the Spanish
+# hypenation file, it causes collision problems with
+# app-dicts/myspell-es. So the Galician dictionary
+# is actually installed by the app-dicts/myspell-es
+# package instead.
+
+#MYSPELL_SPELLING_DICTIONARIES=(
+#"gl,ES,gl_ES,Galician (Spain),gl_ES.zip"
+#)
+
+#MYSPELL_HYPHENATION_DICTIONARIES=(
+#"gl,ES,hyph_es_ES,Galician (Spain),hyph_es_ES.zip"
+#)
+
+#MYSPELL_THESAURUS_DICTIONARIES=(
+#)
+
+#inherit myspell
+
+DESCRIPTION="Galician dictionaries for myspell/hunspell"
+LICENSE="GPL-2 LGPL-2.1"
+HOMEPAGE="http://lingucomponent.openoffice.org/"
+
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+
+IUSE=""
+
+SLOT="0"
+
+RDEPEND="app-dicts/myspell-es"