summaryrefslogtreecommitdiff
path: root/app-dicts/myspell-pt
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-dicts/myspell-pt
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-dicts/myspell-pt')
-rw-r--r--app-dicts/myspell-pt/Manifest4
-rw-r--r--app-dicts/myspell-pt/metadata.xml8
-rw-r--r--app-dicts/myspell-pt/myspell-pt-20120420.ebuild35
3 files changed, 47 insertions, 0 deletions
diff --git a/app-dicts/myspell-pt/Manifest b/app-dicts/myspell-pt/Manifest
new file mode 100644
index 000000000000..17019a2bcd90
--- /dev/null
+++ b/app-dicts/myspell-pt/Manifest
@@ -0,0 +1,4 @@
+DIST oo3x-pt-PT-preao.oxt 556799 BLAKE2B 60d8872af24f05469f6ff333da730c177696635f380282c27a0c71d577df29d871204220b7ac80ba8fbfd6a9431086aa75d9c10aa4965658be05b11656228b23 SHA512 41087a2371a1ac55075eb4891df57f22e272d89b85d800ecab2bbb2cc41f1f603c1bcc518dc2ecfb6653976177f25237f4f1aa790d66ec2947b62c1604d3935b
+DIST oo3x-pt-PT.oxt 556415 BLAKE2B 699cc5b92b19f6da8dcd29dbe54a6e399835a68f55ea691081d560d35977de715634b51356ed53960b6d464a6443db6a4caaff9c09cd4d21f337a1aa1134390d SHA512 1485efe050c90a0d23243a333ec886a47b46ee148096e0f19c2232768ab09ad3bc055dc01813a00593eadb754125ebd9662ce81a3489898cf700536c517c20ad
+EBUILD myspell-pt-20120420.ebuild 838 BLAKE2B 9660e6fa37409dc4e69bc5ea772891ec787ab1e279e3bcc6895cfacecb8d0293b0671028b003f21cfe2c7bcc6e3392cc4658d3dbdde01d512b4279fb9bd3ff5c SHA512 366f0208e118878cf663d07a22c2a378cee4a09cea996df0357729a2e0f30c5e13df5a4afb0701d7c2f74c3ba134b818e593bb76883174c358123378f9a5e592
+MISC metadata.xml 266 BLAKE2B 19a1631103d51c752aafab8b232fef81fb6b29d5f740ecd65221f2d4da42bbb7151790c26611be36baad354ebc6c15181b2665b029308c5a8467c88e9fa746d3 SHA512 a99c72a9c9892ccce74ffafd630ae1d90ad4b40716a4da60a03c3aa70a5e65be0c0a154aac664de81ba14b28ef1d9b0e2c0d2b6056b26e6941974fdc740b67ff
diff --git a/app-dicts/myspell-pt/metadata.xml b/app-dicts/myspell-pt/metadata.xml
new file mode 100644
index 000000000000..0044978bf6ae
--- /dev/null
+++ b/app-dicts/myspell-pt/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<!-- maintainer-needed -->
+<use>
+ <flag name="preao">Use the pre ortographic agreement version of the dictionary</flag>
+</use>
+</pkgmetadata>
diff --git a/app-dicts/myspell-pt/myspell-pt-20120420.ebuild b/app-dicts/myspell-pt/myspell-pt-20120420.ebuild
new file mode 100644
index 000000000000..aa89ed653b76
--- /dev/null
+++ b/app-dicts/myspell-pt/myspell-pt-20120420.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MYSPELL_DICT=(
+ "pt_PT.aff"
+ "pt_PT.dic"
+)
+
+MYSPELL_HYPH=(
+ "hyph_pt_PT.dic"
+)
+
+MYSPELL_THES=(
+ "th_pt_PT.dat"
+ "th_pt_PT.idx"
+)
+
+inherit myspell-r2
+
+DESCRIPTION="Portuguese dictionaries for myspell/hunspell"
+HOMEPAGE="http://natura.di.uminho.pt/wiki/doku.php?id=dicionarios:main"
+# The dicts are not versioned.
+# Version is determined by its date of upload to the server.
+# Check at: http://darkstar.ist.utl.pt/openoffice.org/pt/
+SRC_URI="
+ http://darkstar.ist.utl.pt/openoffice.org/pt/oo3x-pt-PT.oxt
+ preao? ( http://darkstar.ist.utl.pt/openoffice.org/pt/oo3x-pt-PT-preao.oxt )
+"
+
+LICENSE="GPL-2 MIT"
+SLOT="0"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="+preao"