[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2024-08-10 Thread Joonas Niilola
commit: 3e62d062af1b6da1ccab8b985f4b5e021f8a71c3
Author: Alexander Kurakin  mail  ru>
AuthorDate: Thu Jul  4 19:15:27 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Aug 10 07:19:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e62d062

app-dicts/myspell-en: add 20240801

Closes: https://bugs.gentoo.org/935499
Signed-off-by: Alexander Kurakin  mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/37437
Signed-off-by: Joonas Niilola  gentoo.org>

 app-dicts/myspell-en/Manifest   |  1 +
 app-dicts/myspell-en/myspell-en-20240801.ebuild | 62 +
 2 files changed, 63 insertions(+)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index b513fa6b4acc..a516c745b298 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,3 +1,4 @@
 DIST dict-en-20240201_lo.oxt 6105836 BLAKE2B 
2978b36dfea07570b8be255c021e8f6cf9113f3ea342db0cc25d52e58a406f75015fdc5961556594756fde30293c21bcbf17c00b49e962e5a4f558be3f17b42c
 SHA512 
92098925935ec23a3058db4a136e37f6dc3c24f0901de45bfd84e19efb5c3b207bb06e902368fd00c0851003b2e385719d850b3cced15e3d4a2b2d5143b5eafc
 DIST dict-en-20240501_lo.oxt 6107426 BLAKE2B 
811ca6f8a82f348c391b8b4df832446a8d248ec9b6ec85a9c1320f7329679e4fa6d3d507d18d3d792d878fc6f369b70135fa25a75c86b858333e370816db5761
 SHA512 
3d4ae13c4d68a62970742bb7e8568bebf03cbfaa04051b2152197f2d2a9fb539642a6ff6032123716c31e5f340bd2bad428983f79a7d8c6679e9da48f272e65c
 DIST dict-en-20240601_lo.oxt 6109035 BLAKE2B 
a90f4f2dad3a0b694aadeddf0a028138cb06f6e9f244279a43741b87260bacefd83148997f99ddca83343a301dc92a84253174e16595c11796a20dda3a372237
 SHA512 
688ad1a14f6a3eadbcaa7cc9e08ce6fe4bf5d6867fa92df6eb9fc91d06645936ad1844e1fa954e6c9d20aabfa8cb323a99ff9383f70c55b1afcf6685d5970b5e
+DIST dict-en-20240801_lo.oxt 6111095 BLAKE2B 
47f4aa028946a05af94e9eca2d259e437de2c095c0ee83dc44da49d1066122aaba628036aa5858cbed5a97d487196d31ed29df72c962fc1f64c834997098691c
 SHA512 
bd3b203d3914e10fe020075defa7a6b90220789751f0124743c4fd60e799dc4e41bf4c168d894d673335615c3d0eafc5e773c915e843e776d871952a6cc7cf8a

diff --git a/app-dicts/myspell-en/myspell-en-20240801.ebuild 
b/app-dicts/myspell-en/myspell-en-20240801.ebuild
new file mode 100644
index ..2889bdb32007
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20240801.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="
+   https://extensions.libreoffice.org/extensions/english-dictionaries
+   https://github.com/marcoagpinto/aoo-mozilla-en-dict
+   https://proofingtoolgui.org
+"
+SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1722502287/dict-en-20240801_lo.oxt";
+
+LICENSE="BSD MIT LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
+IUSE="${PLOCALES[*]/#/+l10n_}"
+REQUIRED_USE="|| ( ${PLOCALES[*]/#/l10n_} )"
+
+src_prepare() {
+   # This thesaurus is used by all the English dictionaries, see
+   # ./dictionaries.xcu in the distfile, lines 71-81.
+   MYSPELL_THES=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+   )
+
+   local non_us_dic_used=0
+   local mylinguas
+   for lang in "${PLOCALES[@]}"; do
+   mylinguas="${lang/-/_}"
+   if use "l10n_${lang}"; then
+   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
+   if [[ ${lang} == en-US ]]; then
+   MYSPELL_HYPH=( "hyph_en_US.dic" )
+   else
+   non_us_dic_used=1
+   fi
+   else
+   rm "README_${mylinguas}.txt" || die
+   if [[ ${lang} == "en-US" ]]; then
+   rm "README_hyph_en_US.txt" || die
+   elif [[ ${lang} == "en-GB" ]]; then
+   rm "README_en_GB_thes.txt" || die
+   fi
+   fi
+   done
+
+   if [[ non_us_dic_used -eq 1 ]]; then
+   # This is used by every English variety, except for the en-US, 
see
+   # ./dictionaries.xcu, lines 60-70.
+   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
+   else
+   rm "README_hyph_en_GB.txt" || die
+   fi
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2024-06-06 Thread Yixun Lan
commit: dfe0f6835c24aa514c8f602fb5267c0f5c9aaa1a
Author: Zurab Kvachadze  gmail  com>
AuthorDate: Sat May  4 21:25:49 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Jun  6 16:04:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe0f683

app-dicts/myspell-en: add 20240601, remove redundant l10n_en USE flag

In the previous versions of app-dicts/myspell-en there was a
IUSE=l10n_en, which unconditionally enabled all the English varieties.
This USE flag is redundant, since the purpose it serves can be as easily
achieved by switching the individual USE flags on. Hence, the
IUSE=l10n_en is removed.
All other English varieties' USE flags are set to be enabled by default,
to avoid the need to manually set them in order to mimic the old
behaviour (which might have been required in the most cases).

Closes: https://bugs.gentoo.org/481618
Closes: https://github.com/gentoo/gentoo/pull/36552
Signed-off-by: Zurab Kvachadze  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-dicts/myspell-en/Manifest   |  1 +
 app-dicts/myspell-en/myspell-en-20240601.ebuild | 62 +
 2 files changed, 63 insertions(+)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index 9919033d58d9..b513fa6b4acc 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,2 +1,3 @@
 DIST dict-en-20240201_lo.oxt 6105836 BLAKE2B 
2978b36dfea07570b8be255c021e8f6cf9113f3ea342db0cc25d52e58a406f75015fdc5961556594756fde30293c21bcbf17c00b49e962e5a4f558be3f17b42c
 SHA512 
92098925935ec23a3058db4a136e37f6dc3c24f0901de45bfd84e19efb5c3b207bb06e902368fd00c0851003b2e385719d850b3cced15e3d4a2b2d5143b5eafc
 DIST dict-en-20240501_lo.oxt 6107426 BLAKE2B 
811ca6f8a82f348c391b8b4df832446a8d248ec9b6ec85a9c1320f7329679e4fa6d3d507d18d3d792d878fc6f369b70135fa25a75c86b858333e370816db5761
 SHA512 
3d4ae13c4d68a62970742bb7e8568bebf03cbfaa04051b2152197f2d2a9fb539642a6ff6032123716c31e5f340bd2bad428983f79a7d8c6679e9da48f272e65c
+DIST dict-en-20240601_lo.oxt 6109035 BLAKE2B 
a90f4f2dad3a0b694aadeddf0a028138cb06f6e9f244279a43741b87260bacefd83148997f99ddca83343a301dc92a84253174e16595c11796a20dda3a372237
 SHA512 
688ad1a14f6a3eadbcaa7cc9e08ce6fe4bf5d6867fa92df6eb9fc91d06645936ad1844e1fa954e6c9d20aabfa8cb323a99ff9383f70c55b1afcf6685d5970b5e

diff --git a/app-dicts/myspell-en/myspell-en-20240601.ebuild 
b/app-dicts/myspell-en/myspell-en-20240601.ebuild
new file mode 100644
index ..e2ef61695d09
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20240601.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="
+   https://extensions.libreoffice.org/extensions/english-dictionaries
+   https://github.com/marcoagpinto/aoo-mozilla-en-dict
+   https://proofingtoolgui.org
+"
+SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1717313617/dict-en-${PV}_lo.oxt";
+
+LICENSE="BSD MIT LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
+IUSE="${PLOCALES[*]/#/+l10n_}"
+REQUIRED_USE="|| ( ${PLOCALES[*]/#/l10n_} )"
+
+src_prepare() {
+   # This thesaurus is used by all the English dictionaries, see
+   # ./dictionaries.xcu in the distfile, lines 71-81.
+   MYSPELL_THES=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+   )
+
+   local non_us_dic_used=0
+   local mylinguas
+   for lang in "${PLOCALES[@]}"; do
+   mylinguas="${lang/-/_}"
+   if use "l10n_${lang}"; then
+   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
+   if [[ ${lang} == en-US ]]; then
+   MYSPELL_HYPH=( "hyph_en_US.dic" )
+   else
+   non_us_dic_used=1
+   fi
+   else
+   rm "README_${mylinguas}.txt" || die
+   if [[ ${lang} == "en-US" ]]; then
+   rm "README_hyph_en_US.txt" || die
+   elif [[ ${lang} == "en-GB" ]]; then
+   rm "README_en_GB_thes.txt" || die
+   fi
+   fi
+   done
+
+   if [[ non_us_dic_used -eq 1 ]]; then
+   # This is used by every English variety, except for the en-US, 
see
+   # ./dictionaries.xcu, lines 60-70.
+   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
+   else
+   rm "README_hyph_en_GB.txt" || die
+   fi
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2024-06-04 Thread Arthur Zamarin
commit: 2beccf786e1eb6af9a1fff636f146b4ce4916910
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jun  4 16:31:53 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jun  4 16:42:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2beccf78

app-dicts/myspell-en: drop 20230701, 20230901, 20240101

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-dicts/myspell-en/Manifest   |  3 --
 app-dicts/myspell-en/myspell-en-20230701.ebuild | 57 -
 app-dicts/myspell-en/myspell-en-20230901.ebuild | 57 -
 app-dicts/myspell-en/myspell-en-20240101.ebuild | 57 -
 4 files changed, 174 deletions(-)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index 6af9d2e613bc..9919033d58d9 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,5 +1,2 @@
-DIST dict-en-20230701_lo.oxt 6102145 BLAKE2B 
ecf95d76415317fb3dbe4c8e2d30fa37f9d798ae979d83d7e3eaab566264a7db12ed3133e8ed5d1580225171143056edd5189b1685064dab201fadbf59466b7e
 SHA512 
3e495fb7c130d2767d88c4ff21f556c4c64f3739d7b1974355f252329fa526b8ac647a6121f1341396ec9170dda96346463a51b2df06d15e1dcccec4f800593e
-DIST dict-en-20230901_lo.oxt 6102109 BLAKE2B 
d90bb0614217103ad0d4fb4bd411028925311c372047cd88d3075d8480ca1f7d10fa73b3099eea01e06edf22cd85e4cb7aee0e92da89e3e4887a2433ab10bbcb
 SHA512 
76afc82b6d32e1204d36f1fdd602fd4a073b096f49676faab8edd1ab3322f305a4549d07c9e6740463ac4130948dc008181d741d6ebc110bdb87ff1465f03ba2
-DIST dict-en-20240101_lo.oxt 6105115 BLAKE2B 
8d81a60fe73adc4b12b0023915aa131eeaf6bbd33f816b05dcb5d0ad40c7806f35c724be1b380904ed62c50c2f3c71925981fdc7bd653f155d7da11383e2ed1e
 SHA512 
cbb6dec8486df96678e0c6c75297645af2455a41194c5232e71ac7a0edcbf2b15115985958529427c57b82a41ca853af86fa4baffbdc8ea50d23f9f48c868940
 DIST dict-en-20240201_lo.oxt 6105836 BLAKE2B 
2978b36dfea07570b8be255c021e8f6cf9113f3ea342db0cc25d52e58a406f75015fdc5961556594756fde30293c21bcbf17c00b49e962e5a4f558be3f17b42c
 SHA512 
92098925935ec23a3058db4a136e37f6dc3c24f0901de45bfd84e19efb5c3b207bb06e902368fd00c0851003b2e385719d850b3cced15e3d4a2b2d5143b5eafc
 DIST dict-en-20240501_lo.oxt 6107426 BLAKE2B 
811ca6f8a82f348c391b8b4df832446a8d248ec9b6ec85a9c1320f7329679e4fa6d3d507d18d3d792d878fc6f369b70135fa25a75c86b858333e370816db5761
 SHA512 
3d4ae13c4d68a62970742bb7e8568bebf03cbfaa04051b2152197f2d2a9fb539642a6ff6032123716c31e5f340bd2bad428983f79a7d8c6679e9da48f272e65c

diff --git a/app-dicts/myspell-en/myspell-en-20230701.ebuild 
b/app-dicts/myspell-en/myspell-en-20230701.ebuild
deleted file mode 100644
index 30efc923e94e..
--- a/app-dicts/myspell-en/myspell-en-20230701.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit myspell-r2
-
-DESCRIPTION="English dictionaries for myspell/hunspell"
-HOMEPAGE="
-   https://extensions.libreoffice.org/extensions/english-dictionaries
-   https://proofingtoolgui.org
-   https://github.com/marcoagpinto/aoo-mozilla-en-dict
-"
-SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1688193331/dict-en-20230701_lo.oxt";
-
-LICENSE="BSD MIT LGPL-3+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
-IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"
-REQUIRED_USE="|| ( l10n_en ${PLOCALES[@]/#/l10n_} )"
-
-src_prepare() {
-   if use l10n_en-GB || use l10n_en; then
-   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
-   fi
-   if use l10n_en-US || use l10n_en; then
-   MYSPELL_THES+=(
-   "th_en_US_v2.dat"
-   "th_en_US_v2.idx"
-   )
-   MYSPELL_HYPH+=( "hyph_en_US.dic" )
-   fi
-
-   MYSPELL_DICT=( )
-   for lang in "${PLOCALES[@]}"; do
-   if [[ "${lang}" == "en" ]]; then
-   continue
-   fi
-   local mylinguas="${lang//-/_}"
-   if use "l10n_${lang}" || use l10n_en; then
-   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
-   else
-   rm "README_${mylinguas}.txt" || die
-   if [[ ${lang} == "en-US" ]]; then
-   rm "README_hyph_en_US.txt" || die
-   fi
-   if [[ ${lang} == "en-GB" ]]; then
-   rm "README_hyph_en_GB.txt" || die
-   rm "README_en_GB_thes.txt" || die
-   fi
-   fi
-   done
-
-   default
-}

diff --git a/app-dicts/myspell-en/myspell-en-20230901.ebuild 
b/app-dicts/myspell-en/myspell-en-20230901.ebuild
deleted file mode 100644
index 4a2935c26f50..
--- a/app-dicts/myspell-en

[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2024-06-02 Thread Joonas Niilola
commit: 182a30f2214e4c15d9d788ac046ebce5e7938342
Author: Alexander Kurakin  mail  ru>
AuthorDate: Sat Mar  2 18:18:00 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun  2 08:09:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=182a30f2

app-dicts/myspell-en: add 20240501

Closes: https://bugs.gentoo.org/926044
Signed-off-by: Alexander Kurakin  mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/35602
Signed-off-by: Joonas Niilola  gentoo.org>

 app-dicts/myspell-en/Manifest   |  1 +
 app-dicts/myspell-en/myspell-en-20240501.ebuild | 57 +
 2 files changed, 58 insertions(+)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index 0035ab76c222..6af9d2e613bc 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -2,3 +2,4 @@ DIST dict-en-20230701_lo.oxt 6102145 BLAKE2B 
ecf95d76415317fb3dbe4c8e2d30fa37f9d
 DIST dict-en-20230901_lo.oxt 6102109 BLAKE2B 
d90bb0614217103ad0d4fb4bd411028925311c372047cd88d3075d8480ca1f7d10fa73b3099eea01e06edf22cd85e4cb7aee0e92da89e3e4887a2433ab10bbcb
 SHA512 
76afc82b6d32e1204d36f1fdd602fd4a073b096f49676faab8edd1ab3322f305a4549d07c9e6740463ac4130948dc008181d741d6ebc110bdb87ff1465f03ba2
 DIST dict-en-20240101_lo.oxt 6105115 BLAKE2B 
8d81a60fe73adc4b12b0023915aa131eeaf6bbd33f816b05dcb5d0ad40c7806f35c724be1b380904ed62c50c2f3c71925981fdc7bd653f155d7da11383e2ed1e
 SHA512 
cbb6dec8486df96678e0c6c75297645af2455a41194c5232e71ac7a0edcbf2b15115985958529427c57b82a41ca853af86fa4baffbdc8ea50d23f9f48c868940
 DIST dict-en-20240201_lo.oxt 6105836 BLAKE2B 
2978b36dfea07570b8be255c021e8f6cf9113f3ea342db0cc25d52e58a406f75015fdc5961556594756fde30293c21bcbf17c00b49e962e5a4f558be3f17b42c
 SHA512 
92098925935ec23a3058db4a136e37f6dc3c24f0901de45bfd84e19efb5c3b207bb06e902368fd00c0851003b2e385719d850b3cced15e3d4a2b2d5143b5eafc
+DIST dict-en-20240501_lo.oxt 6107426 BLAKE2B 
811ca6f8a82f348c391b8b4df832446a8d248ec9b6ec85a9c1320f7329679e4fa6d3d507d18d3d792d878fc6f369b70135fa25a75c86b858333e370816db5761
 SHA512 
3d4ae13c4d68a62970742bb7e8568bebf03cbfaa04051b2152197f2d2a9fb539642a6ff6032123716c31e5f340bd2bad428983f79a7d8c6679e9da48f272e65c

diff --git a/app-dicts/myspell-en/myspell-en-20240501.ebuild 
b/app-dicts/myspell-en/myspell-en-20240501.ebuild
new file mode 100644
index ..a09614bf817d
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20240501.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="
+   https://extensions.libreoffice.org/extensions/english-dictionaries
+   https://proofingtoolgui.org
+   https://github.com/marcoagpinto/aoo-mozilla-en-dict
+"
+SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1714540032/dict-en-20240501_lo.oxt";
+
+LICENSE="BSD MIT LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
+IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"
+REQUIRED_USE="|| ( l10n_en ${PLOCALES[@]/#/l10n_} )"
+
+src_prepare() {
+   if use l10n_en-GB || use l10n_en; then
+   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
+   fi
+   if use l10n_en-US || use l10n_en; then
+   MYSPELL_THES+=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+   )
+   MYSPELL_HYPH+=( "hyph_en_US.dic" )
+   fi
+
+   MYSPELL_DICT=( )
+   for lang in "${PLOCALES[@]}"; do
+   if [[ "${lang}" == "en" ]]; then
+   continue
+   fi
+   local mylinguas="${lang//-/_}"
+   if use "l10n_${lang}" || use l10n_en; then
+   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
+   else
+   rm "README_${mylinguas}.txt" || die
+   if [[ ${lang} == "en-US" ]]; then
+   rm "README_hyph_en_US.txt" || die
+   fi
+   if [[ ${lang} == "en-GB" ]]; then
+   rm "README_hyph_en_GB.txt" || die
+   rm "README_en_GB_thes.txt" || die
+   fi
+   fi
+   done
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2024-03-08 Thread Arthur Zamarin
commit: 40ed0aea75c5491877686d000850cf4cfbc44027
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar  8 12:10:01 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar  8 12:10:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40ed0aea

app-dicts/myspell-en: Stabilize 20240201 ALLARCHES, #926489

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-dicts/myspell-en/myspell-en-20240201.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/myspell-en/myspell-en-20240201.ebuild 
b/app-dicts/myspell-en/myspell-en-20240201.ebuild
index 808ecf27b281..e691a0f57f76 100644
--- a/app-dicts/myspell-en/myspell-en-20240201.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20240201.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1706771103/dict-
 
 LICENSE="BSD MIT LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
 IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2024-02-05 Thread Arthur Zamarin
commit: fba4a3eb69fc796a0829ebae1ed4ef6a43642dc3
Author: Alexander Kurakin  mail  ru>
AuthorDate: Sat Feb  3 17:05:43 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Feb  5 19:30:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fba4a3eb

app-dicts/myspell-en: add 20240201

Closes: https://bugs.gentoo.org/923732
Signed-off-by: Alexander Kurakin  mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/35168
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-dicts/myspell-en/Manifest   |  1 +
 app-dicts/myspell-en/myspell-en-20240201.ebuild | 57 +
 2 files changed, 58 insertions(+)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index ac6158ca5dbc..0035ab76c222 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,3 +1,4 @@
 DIST dict-en-20230701_lo.oxt 6102145 BLAKE2B 
ecf95d76415317fb3dbe4c8e2d30fa37f9d798ae979d83d7e3eaab566264a7db12ed3133e8ed5d1580225171143056edd5189b1685064dab201fadbf59466b7e
 SHA512 
3e495fb7c130d2767d88c4ff21f556c4c64f3739d7b1974355f252329fa526b8ac647a6121f1341396ec9170dda96346463a51b2df06d15e1dcccec4f800593e
 DIST dict-en-20230901_lo.oxt 6102109 BLAKE2B 
d90bb0614217103ad0d4fb4bd411028925311c372047cd88d3075d8480ca1f7d10fa73b3099eea01e06edf22cd85e4cb7aee0e92da89e3e4887a2433ab10bbcb
 SHA512 
76afc82b6d32e1204d36f1fdd602fd4a073b096f49676faab8edd1ab3322f305a4549d07c9e6740463ac4130948dc008181d741d6ebc110bdb87ff1465f03ba2
 DIST dict-en-20240101_lo.oxt 6105115 BLAKE2B 
8d81a60fe73adc4b12b0023915aa131eeaf6bbd33f816b05dcb5d0ad40c7806f35c724be1b380904ed62c50c2f3c71925981fdc7bd653f155d7da11383e2ed1e
 SHA512 
cbb6dec8486df96678e0c6c75297645af2455a41194c5232e71ac7a0edcbf2b15115985958529427c57b82a41ca853af86fa4baffbdc8ea50d23f9f48c868940
+DIST dict-en-20240201_lo.oxt 6105836 BLAKE2B 
2978b36dfea07570b8be255c021e8f6cf9113f3ea342db0cc25d52e58a406f75015fdc5961556594756fde30293c21bcbf17c00b49e962e5a4f558be3f17b42c
 SHA512 
92098925935ec23a3058db4a136e37f6dc3c24f0901de45bfd84e19efb5c3b207bb06e902368fd00c0851003b2e385719d850b3cced15e3d4a2b2d5143b5eafc

diff --git a/app-dicts/myspell-en/myspell-en-20240201.ebuild 
b/app-dicts/myspell-en/myspell-en-20240201.ebuild
new file mode 100644
index ..808ecf27b281
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20240201.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="
+   https://extensions.libreoffice.org/extensions/english-dictionaries
+   https://proofingtoolgui.org
+   https://github.com/marcoagpinto/aoo-mozilla-en-dict
+"
+SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1706771103/dict-en-20240201_lo.oxt";
+
+LICENSE="BSD MIT LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
+IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"
+REQUIRED_USE="|| ( l10n_en ${PLOCALES[@]/#/l10n_} )"
+
+src_prepare() {
+   if use l10n_en-GB || use l10n_en; then
+   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
+   fi
+   if use l10n_en-US || use l10n_en; then
+   MYSPELL_THES+=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+   )
+   MYSPELL_HYPH+=( "hyph_en_US.dic" )
+   fi
+
+   MYSPELL_DICT=( )
+   for lang in "${PLOCALES[@]}"; do
+   if [[ "${lang}" == "en" ]]; then
+   continue
+   fi
+   local mylinguas="${lang//-/_}"
+   if use "l10n_${lang}" || use l10n_en; then
+   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
+   else
+   rm "README_${mylinguas}.txt" || die
+   if [[ ${lang} == "en-US" ]]; then
+   rm "README_hyph_en_US.txt" || die
+   fi
+   if [[ ${lang} == "en-GB" ]]; then
+   rm "README_hyph_en_GB.txt" || die
+   rm "README_en_GB_thes.txt" || die
+   fi
+   fi
+   done
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2024-01-20 Thread Sam James
commit: 1087385d058998c93e1f8f75ed44d3833032211a
Author: Alexander Kurakin  mail  ru>
AuthorDate: Thu Nov  2 10:00:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 20 13:27:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1087385d

app-dicts/myspell-en: add 20240101, update the copyright year

Closes: https://bugs.gentoo.org/916712
Signed-off-by: Alexander Kurakin  mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/33645
Signed-off-by: Sam James  gentoo.org>

 app-dicts/myspell-en/Manifest   |  1 +
 app-dicts/myspell-en/myspell-en-20240101.ebuild | 57 +
 2 files changed, 58 insertions(+)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index efc7ddce58ae..ac6158ca5dbc 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,2 +1,3 @@
 DIST dict-en-20230701_lo.oxt 6102145 BLAKE2B 
ecf95d76415317fb3dbe4c8e2d30fa37f9d798ae979d83d7e3eaab566264a7db12ed3133e8ed5d1580225171143056edd5189b1685064dab201fadbf59466b7e
 SHA512 
3e495fb7c130d2767d88c4ff21f556c4c64f3739d7b1974355f252329fa526b8ac647a6121f1341396ec9170dda96346463a51b2df06d15e1dcccec4f800593e
 DIST dict-en-20230901_lo.oxt 6102109 BLAKE2B 
d90bb0614217103ad0d4fb4bd411028925311c372047cd88d3075d8480ca1f7d10fa73b3099eea01e06edf22cd85e4cb7aee0e92da89e3e4887a2433ab10bbcb
 SHA512 
76afc82b6d32e1204d36f1fdd602fd4a073b096f49676faab8edd1ab3322f305a4549d07c9e6740463ac4130948dc008181d741d6ebc110bdb87ff1465f03ba2
+DIST dict-en-20240101_lo.oxt 6105115 BLAKE2B 
8d81a60fe73adc4b12b0023915aa131eeaf6bbd33f816b05dcb5d0ad40c7806f35c724be1b380904ed62c50c2f3c71925981fdc7bd653f155d7da11383e2ed1e
 SHA512 
cbb6dec8486df96678e0c6c75297645af2455a41194c5232e71ac7a0edcbf2b15115985958529427c57b82a41ca853af86fa4baffbdc8ea50d23f9f48c868940

diff --git a/app-dicts/myspell-en/myspell-en-20240101.ebuild 
b/app-dicts/myspell-en/myspell-en-20240101.ebuild
new file mode 100644
index ..e1be4d0fc2a1
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20240101.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="
+   https://extensions.libreoffice.org/extensions/english-dictionaries
+   https://proofingtoolgui.org
+   https://github.com/marcoagpinto/aoo-mozilla-en-dict
+"
+SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1704094893/dict-en-20240101_lo.oxt";
+
+LICENSE="BSD MIT LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
+IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"
+REQUIRED_USE="|| ( l10n_en ${PLOCALES[@]/#/l10n_} )"
+
+src_prepare() {
+   if use l10n_en-GB || use l10n_en; then
+   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
+   fi
+   if use l10n_en-US || use l10n_en; then
+   MYSPELL_THES+=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+   )
+   MYSPELL_HYPH+=( "hyph_en_US.dic" )
+   fi
+
+   MYSPELL_DICT=( )
+   for lang in "${PLOCALES[@]}"; do
+   if [[ "${lang}" == "en" ]]; then
+   continue
+   fi
+   local mylinguas="${lang//-/_}"
+   if use "l10n_${lang}" || use l10n_en; then
+   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
+   else
+   rm "README_${mylinguas}.txt" || die
+   if [[ ${lang} == "en-US" ]]; then
+   rm "README_hyph_en_US.txt" || die
+   fi
+   if [[ ${lang} == "en-GB" ]]; then
+   rm "README_hyph_en_GB.txt" || die
+   rm "README_en_GB_thes.txt" || die
+   fi
+   fi
+   done
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2023-12-01 Thread Sam James
commit: 51685acf1c3dbd574f9c6a3351731f8df42d687c
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec  2 04:02:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec  2 04:02:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51685acf

app-dicts/myspell-en: Stabilize 20230901 ALLARCHES, #918987

Signed-off-by: Sam James  gentoo.org>

 app-dicts/myspell-en/myspell-en-20230901.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/myspell-en/myspell-en-20230901.ebuild 
b/app-dicts/myspell-en/myspell-en-20230901.ebuild
index ba549ba9ab85..4a2935c26f50 100644
--- a/app-dicts/myspell-en/myspell-en-20230901.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20230901.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1693549382/dict-
 
 LICENSE="BSD MIT LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
 IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2023-09-04 Thread Viorel Munteanu
commit: 34ba9cc62bd08b8d0c572ac43a363f83b271b996
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Tue Sep  5 05:00:53 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Tue Sep  5 05:01:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34ba9cc6

app-dicts/myspell-en: drop 20230601

Signed-off-by: Viorel Munteanu  gentoo.org>

 app-dicts/myspell-en/Manifest   |  1 -
 app-dicts/myspell-en/myspell-en-20230601.ebuild | 57 -
 2 files changed, 58 deletions(-)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index 1455861df5f2..efc7ddce58ae 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,3 +1,2 @@
-DIST dict-en-20230601_lo.oxt 6101573 BLAKE2B 
22949c952b1545016b298056a46e08f09f5e2865fd7b626df125c03e72f1ba27d6adcbb22cb9340803989ced44158d4e8ceb2344820b3cd8058864568e66
 SHA512 
d8f2ad124cea0356e6b845d94f5df5002852025b28a7217a4d5809069b0c59bb3432766be4b82641e55f17cf76addb5def4669bc41eac4a22ad209453e71
 DIST dict-en-20230701_lo.oxt 6102145 BLAKE2B 
ecf95d76415317fb3dbe4c8e2d30fa37f9d798ae979d83d7e3eaab566264a7db12ed3133e8ed5d1580225171143056edd5189b1685064dab201fadbf59466b7e
 SHA512 
3e495fb7c130d2767d88c4ff21f556c4c64f3739d7b1974355f252329fa526b8ac647a6121f1341396ec9170dda96346463a51b2df06d15e1dcccec4f800593e
 DIST dict-en-20230901_lo.oxt 6102109 BLAKE2B 
d90bb0614217103ad0d4fb4bd411028925311c372047cd88d3075d8480ca1f7d10fa73b3099eea01e06edf22cd85e4cb7aee0e92da89e3e4887a2433ab10bbcb
 SHA512 
76afc82b6d32e1204d36f1fdd602fd4a073b096f49676faab8edd1ab3322f305a4549d07c9e6740463ac4130948dc008181d741d6ebc110bdb87ff1465f03ba2

diff --git a/app-dicts/myspell-en/myspell-en-20230601.ebuild 
b/app-dicts/myspell-en/myspell-en-20230601.ebuild
deleted file mode 100644
index 73287a76b9b2..
--- a/app-dicts/myspell-en/myspell-en-20230601.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit myspell-r2
-
-DESCRIPTION="English dictionaries for myspell/hunspell"
-HOMEPAGE="
-   https://extensions.libreoffice.org/extensions/english-dictionaries
-   https://proofingtoolgui.org
-   https://github.com/marcoagpinto/aoo-mozilla-en-dict
-"
-SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1685594034/dict-en-20230601_lo.oxt";
-
-LICENSE="BSD MIT LGPL-3+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
-IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"
-REQUIRED_USE="|| ( l10n_en ${PLOCALES[@]/#/l10n_} )"
-
-src_prepare() {
-   if use l10n_en-GB || use l10n_en; then
-   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
-   fi
-   if use l10n_en-US || use l10n_en; then
-   MYSPELL_THES+=(
-   "th_en_US_v2.dat"
-   "th_en_US_v2.idx"
-   )
-   MYSPELL_HYPH+=( "hyph_en_US.dic" )
-   fi
-
-   MYSPELL_DICT=( )
-   for lang in "${PLOCALES[@]}"; do
-   if [[ "${lang}" == "en" ]]; then
-   continue
-   fi
-   local mylinguas="${lang//-/_}"
-   if use "l10n_${lang}" || use l10n_en; then
-   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
-   else
-   rm "README_${mylinguas}.txt" || die
-   if [[ ${lang} == "en-US" ]]; then
-   rm "README_hyph_en_US.txt" || die
-   fi
-   if [[ ${lang} == "en-GB" ]]; then
-   rm "README_hyph_en_GB.txt" || die
-   rm "README_en_GB_thes.txt" || die
-   fi
-   fi
-   done
-
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2023-09-04 Thread Sam James
commit: 733f1415f28ea65777436d0a10ec12fd111090b4
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep  4 20:15:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep  4 20:15:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=733f1415

app-dicts/myspell-en: Stabilize 20230701 ALLARCHES, #913626

Signed-off-by: Sam James  gentoo.org>

 app-dicts/myspell-en/myspell-en-20230701.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/myspell-en/myspell-en-20230701.ebuild 
b/app-dicts/myspell-en/myspell-en-20230701.ebuild
index 007b351e7389..30efc923e94e 100644
--- a/app-dicts/myspell-en/myspell-en-20230701.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20230701.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1688193331/dict-
 
 LICENSE="BSD MIT LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
 IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2023-09-04 Thread Viorel Munteanu
commit: 26d6127bac42e1fe5eec5886fe9471f671b75673
Author: Alexander Kurakin  mail  ru>
AuthorDate: Sun Sep  3 12:41:48 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Mon Sep  4 15:26:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d6127b

app-dicts/myspell-en: add 20230901

Closes: https://bugs.gentoo.org/913569
Signed-off-by: Alexander Kurakin  mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/32581
Signed-off-by: Viorel Munteanu  gentoo.org>

 app-dicts/myspell-en/Manifest   |  1 +
 app-dicts/myspell-en/myspell-en-20230901.ebuild | 57 +
 2 files changed, 58 insertions(+)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index d06b0ad0c6d0..41513e9c1fbb 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,3 +1,4 @@
 DIST dict-en-20230601_lo.oxt 6101573 BLAKE2B 
22949c952b1545016b298056a46e08f09f5e2865fd7b626df125c03e72f1ba27d6adcbb22cb9340803989ced44158d4e8ceb2344820b3cd8058864568e66
 SHA512 
d8f2ad124cea0356e6b845d94f5df5002852025b28a7217a4d5809069b0c59bb3432766be4b82641e55f17cf76addb5def4669bc41eac4a22ad209453e71
 DIST dict-en-20230701_lo.oxt 6102145 BLAKE2B 
ecf95d76415317fb3dbe4c8e2d30fa37f9d798ae979d83d7e3eaab566264a7db12ed3133e8ed5d1580225171143056edd5189b1685064dab201fadbf59466b7e
 SHA512 
3e495fb7c130d2767d88c4ff21f556c4c64f3739d7b1974355f252329fa526b8ac647a6121f1341396ec9170dda96346463a51b2df06d15e1dcccec4f800593e
 DIST dict-en-20230801_lo.oxt 6101620 BLAKE2B 
1f7d1f223e40179ffd844fef48f3994e5be6d4015098b6cd639f8a9dcfb21a43c1da72683b973bb7f1eb4b1bdf1e68392d672dcd82e6a360b1cec3dcb5fecaaa
 SHA512 
9716c6579d8c1121e24896d69d82ececd794f3c9161b82a7fa6405e8f4d5259bbd67ec6f026d95ee5927638b34876f63708e9315a2dbed0089ffb9310c7defd0
+DIST dict-en-20230901_lo.oxt 6102109 BLAKE2B 
d90bb0614217103ad0d4fb4bd411028925311c372047cd88d3075d8480ca1f7d10fa73b3099eea01e06edf22cd85e4cb7aee0e92da89e3e4887a2433ab10bbcb
 SHA512 
76afc82b6d32e1204d36f1fdd602fd4a073b096f49676faab8edd1ab3322f305a4549d07c9e6740463ac4130948dc008181d741d6ebc110bdb87ff1465f03ba2

diff --git a/app-dicts/myspell-en/myspell-en-20230901.ebuild 
b/app-dicts/myspell-en/myspell-en-20230901.ebuild
new file mode 100644
index ..ba549ba9ab85
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20230901.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="
+   https://extensions.libreoffice.org/extensions/english-dictionaries
+   https://proofingtoolgui.org
+   https://github.com/marcoagpinto/aoo-mozilla-en-dict
+"
+SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1693549382/dict-en-20230901_lo.oxt";
+
+LICENSE="BSD MIT LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
+IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"
+REQUIRED_USE="|| ( l10n_en ${PLOCALES[@]/#/l10n_} )"
+
+src_prepare() {
+   if use l10n_en-GB || use l10n_en; then
+   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
+   fi
+   if use l10n_en-US || use l10n_en; then
+   MYSPELL_THES+=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+   )
+   MYSPELL_HYPH+=( "hyph_en_US.dic" )
+   fi
+
+   MYSPELL_DICT=( )
+   for lang in "${PLOCALES[@]}"; do
+   if [[ "${lang}" == "en" ]]; then
+   continue
+   fi
+   local mylinguas="${lang//-/_}"
+   if use "l10n_${lang}" || use l10n_en; then
+   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
+   else
+   rm "README_${mylinguas}.txt" || die
+   if [[ ${lang} == "en-US" ]]; then
+   rm "README_hyph_en_US.txt" || die
+   fi
+   if [[ ${lang} == "en-GB" ]]; then
+   rm "README_hyph_en_GB.txt" || die
+   rm "README_en_GB_thes.txt" || die
+   fi
+   fi
+   done
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2023-09-04 Thread Viorel Munteanu
commit: 7046b5874f09e6a68241af902647354d3b14dab0
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Sep  4 15:28:43 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Mon Sep  4 15:28:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7046b587

app-dicts/myspell-en: drop 20230801

Signed-off-by: Viorel Munteanu  gentoo.org>

 app-dicts/myspell-en/Manifest   |  1 -
 app-dicts/myspell-en/myspell-en-20230801.ebuild | 57 -
 2 files changed, 58 deletions(-)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index 41513e9c1fbb..1455861df5f2 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,4 +1,3 @@
 DIST dict-en-20230601_lo.oxt 6101573 BLAKE2B 
22949c952b1545016b298056a46e08f09f5e2865fd7b626df125c03e72f1ba27d6adcbb22cb9340803989ced44158d4e8ceb2344820b3cd8058864568e66
 SHA512 
d8f2ad124cea0356e6b845d94f5df5002852025b28a7217a4d5809069b0c59bb3432766be4b82641e55f17cf76addb5def4669bc41eac4a22ad209453e71
 DIST dict-en-20230701_lo.oxt 6102145 BLAKE2B 
ecf95d76415317fb3dbe4c8e2d30fa37f9d798ae979d83d7e3eaab566264a7db12ed3133e8ed5d1580225171143056edd5189b1685064dab201fadbf59466b7e
 SHA512 
3e495fb7c130d2767d88c4ff21f556c4c64f3739d7b1974355f252329fa526b8ac647a6121f1341396ec9170dda96346463a51b2df06d15e1dcccec4f800593e
-DIST dict-en-20230801_lo.oxt 6101620 BLAKE2B 
1f7d1f223e40179ffd844fef48f3994e5be6d4015098b6cd639f8a9dcfb21a43c1da72683b973bb7f1eb4b1bdf1e68392d672dcd82e6a360b1cec3dcb5fecaaa
 SHA512 
9716c6579d8c1121e24896d69d82ececd794f3c9161b82a7fa6405e8f4d5259bbd67ec6f026d95ee5927638b34876f63708e9315a2dbed0089ffb9310c7defd0
 DIST dict-en-20230901_lo.oxt 6102109 BLAKE2B 
d90bb0614217103ad0d4fb4bd411028925311c372047cd88d3075d8480ca1f7d10fa73b3099eea01e06edf22cd85e4cb7aee0e92da89e3e4887a2433ab10bbcb
 SHA512 
76afc82b6d32e1204d36f1fdd602fd4a073b096f49676faab8edd1ab3322f305a4549d07c9e6740463ac4130948dc008181d741d6ebc110bdb87ff1465f03ba2

diff --git a/app-dicts/myspell-en/myspell-en-20230801.ebuild 
b/app-dicts/myspell-en/myspell-en-20230801.ebuild
deleted file mode 100644
index 0d2c4d1ef04d..
--- a/app-dicts/myspell-en/myspell-en-20230801.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit myspell-r2
-
-DESCRIPTION="English dictionaries for myspell/hunspell"
-HOMEPAGE="
-   https://extensions.libreoffice.org/extensions/english-dictionaries
-   https://proofingtoolgui.org
-   https://github.com/marcoagpinto/aoo-mozilla-en-dict
-"
-SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1690875969/dict-en-20230801_lo.oxt";
-
-LICENSE="BSD MIT LGPL-3+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
-IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"
-REQUIRED_USE="|| ( l10n_en ${PLOCALES[@]/#/l10n_} )"
-
-src_prepare() {
-   if use l10n_en-GB || use l10n_en; then
-   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
-   fi
-   if use l10n_en-US || use l10n_en; then
-   MYSPELL_THES+=(
-   "th_en_US_v2.dat"
-   "th_en_US_v2.idx"
-   )
-   MYSPELL_HYPH+=( "hyph_en_US.dic" )
-   fi
-
-   MYSPELL_DICT=( )
-   for lang in "${PLOCALES[@]}"; do
-   if [[ "${lang}" == "en" ]]; then
-   continue
-   fi
-   local mylinguas="${lang//-/_}"
-   if use "l10n_${lang}" || use l10n_en; then
-   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
-   else
-   rm "README_${mylinguas}.txt" || die
-   if [[ ${lang} == "en-US" ]]; then
-   rm "README_hyph_en_US.txt" || die
-   fi
-   if [[ ${lang} == "en-GB" ]]; then
-   rm "README_hyph_en_GB.txt" || die
-   rm "README_en_GB_thes.txt" || die
-   fi
-   fi
-   done
-
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2023-08-18 Thread Viorel Munteanu
commit: 6b08441335d5313be45b568eb895e736d47fb056
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Aug 18 08:46:25 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Fri Aug 18 08:46:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b084413

app-dicts/myspell-en: drop 20230501

Signed-off-by: Viorel Munteanu  gentoo.org>

 app-dicts/myspell-en/Manifest   |  1 -
 app-dicts/myspell-en/myspell-en-20230501.ebuild | 57 -
 2 files changed, 58 deletions(-)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index 47cdf63e1b0e..5ef98498cebe 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,5 +1,4 @@
 DIST dict-en-20230401_lo.oxt 6100359 BLAKE2B 
4a1b8bfa8e7987d0ba957d483ec55d3e1d7912cf56556af11c9ef9941c5725467cdb276363bfec253b788d06dfb9232e733055d74113749f69c73cd092822502
 SHA512 
79e4c143ebfb20e5b3b2aa3b20c68594ed2bd5d0bc203fc865a9924f2470b3436a502712de1f660cdb0dc9804bd826591a1bb416c6cf00b72e25ab8db3a18377
-DIST dict-en-20230501_lo.oxt 6101115 BLAKE2B 
f0acdeccf1c4b58b7becabfd61167eb3f4767c5ae3da7ad752645cce49f3f3262219cfb08d373d02b49b67ddaff184102683c2981f4c28eb6b97d92961b07219
 SHA512 
bc8172f61cf3d18c0ac519f800b39ed69736e085d51251c60c527677552eefd4fe08e5b5e9fdba3a5856605ea44d3831901b00745f00f16146136d6e8376e4ee
 DIST dict-en-20230601_lo.oxt 6101573 BLAKE2B 
22949c952b1545016b298056a46e08f09f5e2865fd7b626df125c03e72f1ba27d6adcbb22cb9340803989ced44158d4e8ceb2344820b3cd8058864568e66
 SHA512 
d8f2ad124cea0356e6b845d94f5df5002852025b28a7217a4d5809069b0c59bb3432766be4b82641e55f17cf76addb5def4669bc41eac4a22ad209453e71
 DIST dict-en-20230701_lo.oxt 6102145 BLAKE2B 
ecf95d76415317fb3dbe4c8e2d30fa37f9d798ae979d83d7e3eaab566264a7db12ed3133e8ed5d1580225171143056edd5189b1685064dab201fadbf59466b7e
 SHA512 
3e495fb7c130d2767d88c4ff21f556c4c64f3739d7b1974355f252329fa526b8ac647a6121f1341396ec9170dda96346463a51b2df06d15e1dcccec4f800593e
 DIST dict-en-20230801_lo.oxt 6101620 BLAKE2B 
1f7d1f223e40179ffd844fef48f3994e5be6d4015098b6cd639f8a9dcfb21a43c1da72683b973bb7f1eb4b1bdf1e68392d672dcd82e6a360b1cec3dcb5fecaaa
 SHA512 
9716c6579d8c1121e24896d69d82ececd794f3c9161b82a7fa6405e8f4d5259bbd67ec6f026d95ee5927638b34876f63708e9315a2dbed0089ffb9310c7defd0

diff --git a/app-dicts/myspell-en/myspell-en-20230501.ebuild 
b/app-dicts/myspell-en/myspell-en-20230501.ebuild
deleted file mode 100644
index 06643aa5bced..
--- a/app-dicts/myspell-en/myspell-en-20230501.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit myspell-r2
-
-DESCRIPTION="English dictionaries for myspell/hunspell"
-HOMEPAGE="
-   https://extensions.libreoffice.org/extensions/english-dictionaries
-   https://proofingtoolgui.org
-   https://github.com/marcoagpinto/aoo-mozilla-en-dict
-"
-SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1682907652/dict-en-20230501_lo.oxt";
-
-LICENSE="BSD MIT LGPL-3+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
-IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"
-REQUIRED_USE="|| ( l10n_en ${PLOCALES[@]/#/l10n_} )"
-
-src_prepare() {
-   if use l10n_en-GB || use l10n_en; then
-   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
-   fi
-   if use l10n_en-US || use l10n_en; then
-   MYSPELL_THES+=(
-   "th_en_US_v2.dat"
-   "th_en_US_v2.idx"
-   )
-   MYSPELL_HYPH+=( "hyph_en_US.dic" )
-   fi
-
-   MYSPELL_DICT=( )
-   for lang in "${PLOCALES[@]}"; do
-   if [[ "${lang}" == "en" ]]; then
-   continue
-   fi
-   local mylinguas="${lang//-/_}"
-   if use "l10n_${lang}" || use l10n_en; then
-   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
-   else
-   rm "README_${mylinguas}.txt" || die
-   if [[ ${lang} == "en-US" ]]; then
-   rm "README_hyph_en_US.txt" || die
-   fi
-   if [[ ${lang} == "en-GB" ]]; then
-   rm "README_hyph_en_GB.txt" || die
-   rm "README_en_GB_thes.txt" || die
-   fi
-   fi
-   done
-
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2023-08-18 Thread Viorel Munteanu
commit: f2f6d45a5eaa51bf961bcb8090836642a0375917
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Aug 18 08:46:31 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Fri Aug 18 08:46:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f6d45a

app-dicts/myspell-en: drop 20230401

Signed-off-by: Viorel Munteanu  gentoo.org>

 app-dicts/myspell-en/Manifest   |  1 -
 app-dicts/myspell-en/myspell-en-20230401.ebuild | 57 -
 2 files changed, 58 deletions(-)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index 5ef98498cebe..d06b0ad0c6d0 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,4 +1,3 @@
-DIST dict-en-20230401_lo.oxt 6100359 BLAKE2B 
4a1b8bfa8e7987d0ba957d483ec55d3e1d7912cf56556af11c9ef9941c5725467cdb276363bfec253b788d06dfb9232e733055d74113749f69c73cd092822502
 SHA512 
79e4c143ebfb20e5b3b2aa3b20c68594ed2bd5d0bc203fc865a9924f2470b3436a502712de1f660cdb0dc9804bd826591a1bb416c6cf00b72e25ab8db3a18377
 DIST dict-en-20230601_lo.oxt 6101573 BLAKE2B 
22949c952b1545016b298056a46e08f09f5e2865fd7b626df125c03e72f1ba27d6adcbb22cb9340803989ced44158d4e8ceb2344820b3cd8058864568e66
 SHA512 
d8f2ad124cea0356e6b845d94f5df5002852025b28a7217a4d5809069b0c59bb3432766be4b82641e55f17cf76addb5def4669bc41eac4a22ad209453e71
 DIST dict-en-20230701_lo.oxt 6102145 BLAKE2B 
ecf95d76415317fb3dbe4c8e2d30fa37f9d798ae979d83d7e3eaab566264a7db12ed3133e8ed5d1580225171143056edd5189b1685064dab201fadbf59466b7e
 SHA512 
3e495fb7c130d2767d88c4ff21f556c4c64f3739d7b1974355f252329fa526b8ac647a6121f1341396ec9170dda96346463a51b2df06d15e1dcccec4f800593e
 DIST dict-en-20230801_lo.oxt 6101620 BLAKE2B 
1f7d1f223e40179ffd844fef48f3994e5be6d4015098b6cd639f8a9dcfb21a43c1da72683b973bb7f1eb4b1bdf1e68392d672dcd82e6a360b1cec3dcb5fecaaa
 SHA512 
9716c6579d8c1121e24896d69d82ececd794f3c9161b82a7fa6405e8f4d5259bbd67ec6f026d95ee5927638b34876f63708e9315a2dbed0089ffb9310c7defd0

diff --git a/app-dicts/myspell-en/myspell-en-20230401.ebuild 
b/app-dicts/myspell-en/myspell-en-20230401.ebuild
deleted file mode 100644
index 79baaba726c6..
--- a/app-dicts/myspell-en/myspell-en-20230401.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit myspell-r2
-
-DESCRIPTION="English dictionaries for myspell/hunspell"
-HOMEPAGE="
-   https://extensions.libreoffice.org/extensions/english-dictionaries
-   https://proofingtoolgui.org
-   https://github.com/marcoagpinto/aoo-mozilla-en-dict
-"
-SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1680302696/dict-en-20230401_lo.oxt";
-
-LICENSE="BSD MIT LGPL-3+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
-IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"
-REQUIRED_USE="|| ( l10n_en ${PLOCALES[@]/#/l10n_} )"
-
-src_prepare() {
-   if use l10n_en-GB || use l10n_en; then
-   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
-   fi
-   if use l10n_en-US || use l10n_en; then
-   MYSPELL_THES+=(
-   "th_en_US_v2.dat"
-   "th_en_US_v2.idx"
-   )
-   MYSPELL_HYPH+=( "hyph_en_US.dic" )
-   fi
-
-   MYSPELL_DICT=( )
-   for lang in "${PLOCALES[@]}"; do
-   if [[ "${lang}" == "en" ]]; then
-   continue
-   fi
-   local mylinguas="${lang//-/_}"
-   if use "l10n_${lang}" || use l10n_en; then
-   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
-   else
-   rm "README_${mylinguas}.txt" || die
-   if [[ ${lang} == "en-US" ]]; then
-   rm "README_hyph_en_US.txt" || die
-   fi
-   if [[ ${lang} == "en-GB" ]]; then
-   rm "README_hyph_en_GB.txt" || die
-   rm "README_en_GB_thes.txt" || die
-   fi
-   fi
-   done
-
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2023-08-18 Thread Viorel Munteanu
commit: 341995f3cdbd5d18c31d146416f372f5bf9d15d7
Author: Alexander Kurakin  mail  ru>
AuthorDate: Sat Aug 12 11:45:30 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Fri Aug 18 08:44:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=341995f3

app-dicts/myspell-en: add 20230801

Closes: https://bugs.gentoo.org/912180
Signed-off-by: Alexander Kurakin  mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/32270
Signed-off-by: Viorel Munteanu  gentoo.org>

 app-dicts/myspell-en/Manifest   |  1 +
 app-dicts/myspell-en/myspell-en-20230801.ebuild | 57 +
 2 files changed, 58 insertions(+)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index 60fe6ec31437..47cdf63e1b0e 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -2,3 +2,4 @@ DIST dict-en-20230401_lo.oxt 6100359 BLAKE2B 
4a1b8bfa8e7987d0ba957d483ec55d3e1d7
 DIST dict-en-20230501_lo.oxt 6101115 BLAKE2B 
f0acdeccf1c4b58b7becabfd61167eb3f4767c5ae3da7ad752645cce49f3f3262219cfb08d373d02b49b67ddaff184102683c2981f4c28eb6b97d92961b07219
 SHA512 
bc8172f61cf3d18c0ac519f800b39ed69736e085d51251c60c527677552eefd4fe08e5b5e9fdba3a5856605ea44d3831901b00745f00f16146136d6e8376e4ee
 DIST dict-en-20230601_lo.oxt 6101573 BLAKE2B 
22949c952b1545016b298056a46e08f09f5e2865fd7b626df125c03e72f1ba27d6adcbb22cb9340803989ced44158d4e8ceb2344820b3cd8058864568e66
 SHA512 
d8f2ad124cea0356e6b845d94f5df5002852025b28a7217a4d5809069b0c59bb3432766be4b82641e55f17cf76addb5def4669bc41eac4a22ad209453e71
 DIST dict-en-20230701_lo.oxt 6102145 BLAKE2B 
ecf95d76415317fb3dbe4c8e2d30fa37f9d798ae979d83d7e3eaab566264a7db12ed3133e8ed5d1580225171143056edd5189b1685064dab201fadbf59466b7e
 SHA512 
3e495fb7c130d2767d88c4ff21f556c4c64f3739d7b1974355f252329fa526b8ac647a6121f1341396ec9170dda96346463a51b2df06d15e1dcccec4f800593e
+DIST dict-en-20230801_lo.oxt 6101620 BLAKE2B 
1f7d1f223e40179ffd844fef48f3994e5be6d4015098b6cd639f8a9dcfb21a43c1da72683b973bb7f1eb4b1bdf1e68392d672dcd82e6a360b1cec3dcb5fecaaa
 SHA512 
9716c6579d8c1121e24896d69d82ececd794f3c9161b82a7fa6405e8f4d5259bbd67ec6f026d95ee5927638b34876f63708e9315a2dbed0089ffb9310c7defd0

diff --git a/app-dicts/myspell-en/myspell-en-20230801.ebuild 
b/app-dicts/myspell-en/myspell-en-20230801.ebuild
new file mode 100644
index ..0d2c4d1ef04d
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20230801.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="
+   https://extensions.libreoffice.org/extensions/english-dictionaries
+   https://proofingtoolgui.org
+   https://github.com/marcoagpinto/aoo-mozilla-en-dict
+"
+SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1690875969/dict-en-20230801_lo.oxt";
+
+LICENSE="BSD MIT LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
+IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"
+REQUIRED_USE="|| ( l10n_en ${PLOCALES[@]/#/l10n_} )"
+
+src_prepare() {
+   if use l10n_en-GB || use l10n_en; then
+   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
+   fi
+   if use l10n_en-US || use l10n_en; then
+   MYSPELL_THES+=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+   )
+   MYSPELL_HYPH+=( "hyph_en_US.dic" )
+   fi
+
+   MYSPELL_DICT=( )
+   for lang in "${PLOCALES[@]}"; do
+   if [[ "${lang}" == "en" ]]; then
+   continue
+   fi
+   local mylinguas="${lang//-/_}"
+   if use "l10n_${lang}" || use l10n_en; then
+   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
+   else
+   rm "README_${mylinguas}.txt" || die
+   if [[ ${lang} == "en-US" ]]; then
+   rm "README_hyph_en_US.txt" || die
+   fi
+   if [[ ${lang} == "en-GB" ]]; then
+   rm "README_hyph_en_GB.txt" || die
+   rm "README_en_GB_thes.txt" || die
+   fi
+   fi
+   done
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2023-07-26 Thread Joonas Niilola
commit: 6c7357785cec1973f837fbad8fa769cc4fa25040
Author: Alexander Kurakin  mail  ru>
AuthorDate: Sun Jul  2 09:36:55 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jul 26 07:07:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c735778

app-dicts/myspell-en: add 20230701

Closes: https://bugs.gentoo.org/909510
Signed-off-by: Alexander Kurakin  mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/31707
Signed-off-by: Joonas Niilola  gentoo.org>

 app-dicts/myspell-en/Manifest   |  1 +
 app-dicts/myspell-en/myspell-en-20230701.ebuild | 57 +
 2 files changed, 58 insertions(+)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index 0b344e08c149..60fe6ec31437 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,3 +1,4 @@
 DIST dict-en-20230401_lo.oxt 6100359 BLAKE2B 
4a1b8bfa8e7987d0ba957d483ec55d3e1d7912cf56556af11c9ef9941c5725467cdb276363bfec253b788d06dfb9232e733055d74113749f69c73cd092822502
 SHA512 
79e4c143ebfb20e5b3b2aa3b20c68594ed2bd5d0bc203fc865a9924f2470b3436a502712de1f660cdb0dc9804bd826591a1bb416c6cf00b72e25ab8db3a18377
 DIST dict-en-20230501_lo.oxt 6101115 BLAKE2B 
f0acdeccf1c4b58b7becabfd61167eb3f4767c5ae3da7ad752645cce49f3f3262219cfb08d373d02b49b67ddaff184102683c2981f4c28eb6b97d92961b07219
 SHA512 
bc8172f61cf3d18c0ac519f800b39ed69736e085d51251c60c527677552eefd4fe08e5b5e9fdba3a5856605ea44d3831901b00745f00f16146136d6e8376e4ee
 DIST dict-en-20230601_lo.oxt 6101573 BLAKE2B 
22949c952b1545016b298056a46e08f09f5e2865fd7b626df125c03e72f1ba27d6adcbb22cb9340803989ced44158d4e8ceb2344820b3cd8058864568e66
 SHA512 
d8f2ad124cea0356e6b845d94f5df5002852025b28a7217a4d5809069b0c59bb3432766be4b82641e55f17cf76addb5def4669bc41eac4a22ad209453e71
+DIST dict-en-20230701_lo.oxt 6102145 BLAKE2B 
ecf95d76415317fb3dbe4c8e2d30fa37f9d798ae979d83d7e3eaab566264a7db12ed3133e8ed5d1580225171143056edd5189b1685064dab201fadbf59466b7e
 SHA512 
3e495fb7c130d2767d88c4ff21f556c4c64f3739d7b1974355f252329fa526b8ac647a6121f1341396ec9170dda96346463a51b2df06d15e1dcccec4f800593e

diff --git a/app-dicts/myspell-en/myspell-en-20230701.ebuild 
b/app-dicts/myspell-en/myspell-en-20230701.ebuild
new file mode 100644
index ..007b351e7389
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20230701.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="
+   https://extensions.libreoffice.org/extensions/english-dictionaries
+   https://proofingtoolgui.org
+   https://github.com/marcoagpinto/aoo-mozilla-en-dict
+"
+SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1688193331/dict-en-20230701_lo.oxt";
+
+LICENSE="BSD MIT LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
+IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"
+REQUIRED_USE="|| ( l10n_en ${PLOCALES[@]/#/l10n_} )"
+
+src_prepare() {
+   if use l10n_en-GB || use l10n_en; then
+   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
+   fi
+   if use l10n_en-US || use l10n_en; then
+   MYSPELL_THES+=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+   )
+   MYSPELL_HYPH+=( "hyph_en_US.dic" )
+   fi
+
+   MYSPELL_DICT=( )
+   for lang in "${PLOCALES[@]}"; do
+   if [[ "${lang}" == "en" ]]; then
+   continue
+   fi
+   local mylinguas="${lang//-/_}"
+   if use "l10n_${lang}" || use l10n_en; then
+   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
+   else
+   rm "README_${mylinguas}.txt" || die
+   if [[ ${lang} == "en-US" ]]; then
+   rm "README_hyph_en_US.txt" || die
+   fi
+   if [[ ${lang} == "en-GB" ]]; then
+   rm "README_hyph_en_GB.txt" || die
+   rm "README_en_GB_thes.txt" || die
+   fi
+   fi
+   done
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2023-07-14 Thread Arthur Zamarin
commit: 8fa87fc280dc089fbdd2bdb9144260d70a49305c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jul 14 16:15:56 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul 14 16:15:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa87fc2

app-dicts/myspell-en: Stabilize 20230601 ALLARCHES, #910343

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-dicts/myspell-en/myspell-en-20230601.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/myspell-en/myspell-en-20230601.ebuild 
b/app-dicts/myspell-en/myspell-en-20230601.ebuild
index 6a5e3dd71ab9..73287a76b9b2 100644
--- a/app-dicts/myspell-en/myspell-en-20230601.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20230601.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1685594034/dict-
 
 LICENSE="BSD MIT LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
 IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2023-06-09 Thread Arthur Zamarin
commit: 9feb9d47f5043ab11d02b41d6d1b93c6d0ce85ed
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun  9 18:01:52 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun  9 18:01:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9feb9d47

app-dicts/myspell-en: Stabilize 20230501 ALLARCHES, #908192

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-dicts/myspell-en/myspell-en-20230501.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/myspell-en/myspell-en-20230501.ebuild 
b/app-dicts/myspell-en/myspell-en-20230501.ebuild
index 47751731a611..06643aa5bced 100644
--- a/app-dicts/myspell-en/myspell-en-20230501.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20230501.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1682907652/dict-
 
 LICENSE="BSD MIT LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
 IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2023-06-03 Thread Arthur Zamarin
commit: 77055fc696abf85d1a15ef8b2d6f17758b681944
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun  3 15:07:43 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun  3 15:07:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77055fc6

app-dicts/myspell-en: drop 20230101, 20230201, 20230301

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-dicts/myspell-en/Manifest   |  3 --
 app-dicts/myspell-en/myspell-en-20230101.ebuild | 57 -
 app-dicts/myspell-en/myspell-en-20230201.ebuild | 57 -
 app-dicts/myspell-en/myspell-en-20230301.ebuild | 57 -
 4 files changed, 174 deletions(-)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index daa00761c761..0b344e08c149 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,6 +1,3 @@
-DIST dict-en-20230101_lo.oxt 6099782 BLAKE2B 
5103d0bdf9558184deb8d5d3d9ce00d7b597d4bdf4bfa2fefe3caa68d6e0fa68e2f9295d87c7a8315ba244ccbf007c198cad017aee6faf6590914f63c161cf61
 SHA512 
d34948b012245c0ad07819d625cd417a85b9edc13b842ad7d3974ed1428af4d2e02020ff0b89cde64a1b844ca8c2a54a7e77f37076e8cc1b38d6a2473da01d7d
-DIST dict-en-20230201_lo.oxt 6100214 BLAKE2B 
c75e6ce32020c10291909191eba888535a56cc4126f2d30c18516a967ca9ca88d7da6d26fa9026c7de75246ee42cc5977fe9db8494e224df3ca484667626d3c0
 SHA512 
9b9d893ed5061c32c808c91d2078e6f45716dfd3f5590edd02945e50cdb349b23bd35ff0d30aab352b0ddd318993091dcf180d5725016e238e209060eb7180dc
-DIST dict-en-20230301_lo.oxt 6099726 BLAKE2B 
3db7fc83af03a42f5f06fb13ff4f78415e0a806d86794b2e76e42f892a76281b9cf178e2c3ccddcc5a42a8d4d804657de5972905a58d817382bc970363763713
 SHA512 
b64c71ab00e5792411b56212b178a36b72fe10b83fa89db37cbbf3c1f9ce96f8d2c46a58d1773aabbb37a05c1812b59c45cc93fe5a1dd9fc19e0129c764aa251
 DIST dict-en-20230401_lo.oxt 6100359 BLAKE2B 
4a1b8bfa8e7987d0ba957d483ec55d3e1d7912cf56556af11c9ef9941c5725467cdb276363bfec253b788d06dfb9232e733055d74113749f69c73cd092822502
 SHA512 
79e4c143ebfb20e5b3b2aa3b20c68594ed2bd5d0bc203fc865a9924f2470b3436a502712de1f660cdb0dc9804bd826591a1bb416c6cf00b72e25ab8db3a18377
 DIST dict-en-20230501_lo.oxt 6101115 BLAKE2B 
f0acdeccf1c4b58b7becabfd61167eb3f4767c5ae3da7ad752645cce49f3f3262219cfb08d373d02b49b67ddaff184102683c2981f4c28eb6b97d92961b07219
 SHA512 
bc8172f61cf3d18c0ac519f800b39ed69736e085d51251c60c527677552eefd4fe08e5b5e9fdba3a5856605ea44d3831901b00745f00f16146136d6e8376e4ee
 DIST dict-en-20230601_lo.oxt 6101573 BLAKE2B 
22949c952b1545016b298056a46e08f09f5e2865fd7b626df125c03e72f1ba27d6adcbb22cb9340803989ced44158d4e8ceb2344820b3cd8058864568e66
 SHA512 
d8f2ad124cea0356e6b845d94f5df5002852025b28a7217a4d5809069b0c59bb3432766be4b82641e55f17cf76addb5def4669bc41eac4a22ad209453e71

diff --git a/app-dicts/myspell-en/myspell-en-20230101.ebuild 
b/app-dicts/myspell-en/myspell-en-20230101.ebuild
deleted file mode 100644
index 12c85350ef50..
--- a/app-dicts/myspell-en/myspell-en-20230101.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit myspell-r2
-
-DESCRIPTION="English dictionaries for myspell/hunspell"
-HOMEPAGE="
-   https://extensions.libreoffice.org/extensions/english-dictionaries
-   https://proofingtoolgui.org
-   https://github.com/marcoagpinto/aoo-mozilla-en-dict
-"
-SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1672590731/dict-en-20230101_lo.oxt";
-
-LICENSE="BSD MIT LGPL-3+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
-IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"
-REQUIRED_USE="|| ( l10n_en ${PLOCALES[@]/#/l10n_} )"
-
-src_prepare() {
-   if use l10n_en-GB || use l10n_en; then
-   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
-   fi
-   if use l10n_en-US || use l10n_en; then
-   MYSPELL_THES+=(
-   "th_en_US_v2.dat"
-   "th_en_US_v2.idx"
-   )
-   MYSPELL_HYPH+=( "hyph_en_US.dic" )
-   fi
-
-   MYSPELL_DICT=( )
-   for lang in "${PLOCALES[@]}"; do
-   if [[ "${lang}" == "en" ]]; then
-   continue
-   fi
-   local mylinguas="${lang//-/_}"
-   if use "l10n_${lang}" || use l10n_en; then
-   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
-   else
-   rm "README_${mylinguas}.txt" || die
-   if [[ ${lang} == "en-US" ]]; then
-   rm "README_hyph_en_US.txt" || die
-   fi
-   if [[ ${lang} == "en-GB" ]]; then
-   rm "README_hyph_en_GB.txt" || die
-

[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2023-06-03 Thread Arthur Zamarin
commit: ff6065e513214652040e2954a8b21267a8e3b5e3
Author: Alexander Kurakin  mail  ru>
AuthorDate: Sat Jun  3 13:59:19 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun  3 15:06:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff6065e5

app-dicts/myspell-en: add 20230601

Closes: https://bugs.gentoo.org/907760
Signed-off-by: Alexander Kurakin  mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/31285
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-dicts/myspell-en/Manifest   |  1 +
 app-dicts/myspell-en/myspell-en-20230601.ebuild | 57 +
 2 files changed, 58 insertions(+)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index a22ae861f87a..daa00761c761 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -3,3 +3,4 @@ DIST dict-en-20230201_lo.oxt 6100214 BLAKE2B 
c75e6ce32020c10291909191eba888535a5
 DIST dict-en-20230301_lo.oxt 6099726 BLAKE2B 
3db7fc83af03a42f5f06fb13ff4f78415e0a806d86794b2e76e42f892a76281b9cf178e2c3ccddcc5a42a8d4d804657de5972905a58d817382bc970363763713
 SHA512 
b64c71ab00e5792411b56212b178a36b72fe10b83fa89db37cbbf3c1f9ce96f8d2c46a58d1773aabbb37a05c1812b59c45cc93fe5a1dd9fc19e0129c764aa251
 DIST dict-en-20230401_lo.oxt 6100359 BLAKE2B 
4a1b8bfa8e7987d0ba957d483ec55d3e1d7912cf56556af11c9ef9941c5725467cdb276363bfec253b788d06dfb9232e733055d74113749f69c73cd092822502
 SHA512 
79e4c143ebfb20e5b3b2aa3b20c68594ed2bd5d0bc203fc865a9924f2470b3436a502712de1f660cdb0dc9804bd826591a1bb416c6cf00b72e25ab8db3a18377
 DIST dict-en-20230501_lo.oxt 6101115 BLAKE2B 
f0acdeccf1c4b58b7becabfd61167eb3f4767c5ae3da7ad752645cce49f3f3262219cfb08d373d02b49b67ddaff184102683c2981f4c28eb6b97d92961b07219
 SHA512 
bc8172f61cf3d18c0ac519f800b39ed69736e085d51251c60c527677552eefd4fe08e5b5e9fdba3a5856605ea44d3831901b00745f00f16146136d6e8376e4ee
+DIST dict-en-20230601_lo.oxt 6101573 BLAKE2B 
22949c952b1545016b298056a46e08f09f5e2865fd7b626df125c03e72f1ba27d6adcbb22cb9340803989ced44158d4e8ceb2344820b3cd8058864568e66
 SHA512 
d8f2ad124cea0356e6b845d94f5df5002852025b28a7217a4d5809069b0c59bb3432766be4b82641e55f17cf76addb5def4669bc41eac4a22ad209453e71

diff --git a/app-dicts/myspell-en/myspell-en-20230601.ebuild 
b/app-dicts/myspell-en/myspell-en-20230601.ebuild
new file mode 100644
index ..6a5e3dd71ab9
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20230601.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="
+   https://extensions.libreoffice.org/extensions/english-dictionaries
+   https://proofingtoolgui.org
+   https://github.com/marcoagpinto/aoo-mozilla-en-dict
+"
+SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1685594034/dict-en-20230601_lo.oxt";
+
+LICENSE="BSD MIT LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
+IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"
+REQUIRED_USE="|| ( l10n_en ${PLOCALES[@]/#/l10n_} )"
+
+src_prepare() {
+   if use l10n_en-GB || use l10n_en; then
+   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
+   fi
+   if use l10n_en-US || use l10n_en; then
+   MYSPELL_THES+=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+   )
+   MYSPELL_HYPH+=( "hyph_en_US.dic" )
+   fi
+
+   MYSPELL_DICT=( )
+   for lang in "${PLOCALES[@]}"; do
+   if [[ "${lang}" == "en" ]]; then
+   continue
+   fi
+   local mylinguas="${lang//-/_}"
+   if use "l10n_${lang}" || use l10n_en; then
+   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
+   else
+   rm "README_${mylinguas}.txt" || die
+   if [[ ${lang} == "en-US" ]]; then
+   rm "README_hyph_en_US.txt" || die
+   fi
+   if [[ ${lang} == "en-GB" ]]; then
+   rm "README_hyph_en_GB.txt" || die
+   rm "README_en_GB_thes.txt" || die
+   fi
+   fi
+   done
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2023-06-01 Thread Arthur Zamarin
commit: 1b43e16d62227cd15623130e06eb513d2bc63656
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jun  1 17:10:41 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jun  1 17:10:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b43e16d

app-dicts/myspell-en: Stabilize 20230401 ALLARCHES, #907640

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-dicts/myspell-en/myspell-en-20230401.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/myspell-en/myspell-en-20230401.ebuild 
b/app-dicts/myspell-en/myspell-en-20230401.ebuild
index 56b97efeec2c..79baaba726c6 100644
--- a/app-dicts/myspell-en/myspell-en-20230401.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20230401.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1680302696/dict-
 
 LICENSE="BSD MIT LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
 IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2023-05-07 Thread Joonas Niilola
commit: c975866c6a1e7ec74b9a220a6fedf5a7c43ea4d6
Author: Alexander Kurakin  mail  ru>
AuthorDate: Wed May  3 10:19:49 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun May  7 07:05:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c975866c

app-dicts/myspell-en: add 20230501

Closes: https://bugs.gentoo.org/905646
Signed-off-by: Alexander Kurakin  mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/30855
Signed-off-by: Joonas Niilola  gentoo.org>

 app-dicts/myspell-en/Manifest   |  1 +
 app-dicts/myspell-en/myspell-en-20230501.ebuild | 57 +
 2 files changed, 58 insertions(+)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index 5c8454903221..a22ae861f87a 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -2,3 +2,4 @@ DIST dict-en-20230101_lo.oxt 6099782 BLAKE2B 
5103d0bdf9558184deb8d5d3d9ce00d7b59
 DIST dict-en-20230201_lo.oxt 6100214 BLAKE2B 
c75e6ce32020c10291909191eba888535a56cc4126f2d30c18516a967ca9ca88d7da6d26fa9026c7de75246ee42cc5977fe9db8494e224df3ca484667626d3c0
 SHA512 
9b9d893ed5061c32c808c91d2078e6f45716dfd3f5590edd02945e50cdb349b23bd35ff0d30aab352b0ddd318993091dcf180d5725016e238e209060eb7180dc
 DIST dict-en-20230301_lo.oxt 6099726 BLAKE2B 
3db7fc83af03a42f5f06fb13ff4f78415e0a806d86794b2e76e42f892a76281b9cf178e2c3ccddcc5a42a8d4d804657de5972905a58d817382bc970363763713
 SHA512 
b64c71ab00e5792411b56212b178a36b72fe10b83fa89db37cbbf3c1f9ce96f8d2c46a58d1773aabbb37a05c1812b59c45cc93fe5a1dd9fc19e0129c764aa251
 DIST dict-en-20230401_lo.oxt 6100359 BLAKE2B 
4a1b8bfa8e7987d0ba957d483ec55d3e1d7912cf56556af11c9ef9941c5725467cdb276363bfec253b788d06dfb9232e733055d74113749f69c73cd092822502
 SHA512 
79e4c143ebfb20e5b3b2aa3b20c68594ed2bd5d0bc203fc865a9924f2470b3436a502712de1f660cdb0dc9804bd826591a1bb416c6cf00b72e25ab8db3a18377
+DIST dict-en-20230501_lo.oxt 6101115 BLAKE2B 
f0acdeccf1c4b58b7becabfd61167eb3f4767c5ae3da7ad752645cce49f3f3262219cfb08d373d02b49b67ddaff184102683c2981f4c28eb6b97d92961b07219
 SHA512 
bc8172f61cf3d18c0ac519f800b39ed69736e085d51251c60c527677552eefd4fe08e5b5e9fdba3a5856605ea44d3831901b00745f00f16146136d6e8376e4ee

diff --git a/app-dicts/myspell-en/myspell-en-20230501.ebuild 
b/app-dicts/myspell-en/myspell-en-20230501.ebuild
new file mode 100644
index ..e7f0c955d7d1
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20230501.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="
+   https://extensions.libreoffice.org/extensions/english-dictionaries
+   https://proofingtoolgui.org
+   https://github.com/marcoagpinto/aoo-mozilla-en-dict
+"
+SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1682907652/dict-en-20230501_lo.oxt";
+
+LICENSE="BSD MIT LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x86-solaris"
+
+PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
+IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"
+REQUIRED_USE="|| ( l10n_en ${PLOCALES[@]/#/l10n_} )"
+
+src_prepare() {
+   if use l10n_en-GB || use l10n_en; then
+   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
+   fi
+   if use l10n_en-US || use l10n_en; then
+   MYSPELL_THES+=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+   )
+   MYSPELL_HYPH+=( "hyph_en_US.dic" )
+   fi
+
+   MYSPELL_DICT=( )
+   for lang in "${PLOCALES[@]}"; do
+   if [[ "${lang}" == "en" ]]; then
+   continue
+   fi
+   local mylinguas="${lang//-/_}"
+   if use "l10n_${lang}" || use l10n_en; then
+   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
+   else
+   rm "README_${mylinguas}.txt" || die
+   if [[ ${lang} == "en-US" ]]; then
+   rm "README_hyph_en_US.txt" || die
+   fi
+   if [[ ${lang} == "en-GB" ]]; then
+   rm "README_hyph_en_GB.txt" || die
+   rm "README_en_GB_thes.txt" || die
+   fi
+   fi
+   done
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2023-05-02 Thread Joonas Niilola
commit: d0545eaed09ee6098d0970b6c1ee57bb38c1ff6e
Author: Alexander Kurakin  mail  ru>
AuthorDate: Mon Apr 10 15:19:11 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue May  2 13:19:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0545eae

app-dicts/myspell-en: add 20230401

Closes: https://bugs.gentoo.org/904131
Signed-off-by: Alexander Kurakin  mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/30540
Signed-off-by: Joonas Niilola  gentoo.org>

 app-dicts/myspell-en/Manifest   |  1 +
 app-dicts/myspell-en/myspell-en-20230401.ebuild | 57 +
 2 files changed, 58 insertions(+)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index 5190969cad8b..5c8454903221 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,3 +1,4 @@
 DIST dict-en-20230101_lo.oxt 6099782 BLAKE2B 
5103d0bdf9558184deb8d5d3d9ce00d7b597d4bdf4bfa2fefe3caa68d6e0fa68e2f9295d87c7a8315ba244ccbf007c198cad017aee6faf6590914f63c161cf61
 SHA512 
d34948b012245c0ad07819d625cd417a85b9edc13b842ad7d3974ed1428af4d2e02020ff0b89cde64a1b844ca8c2a54a7e77f37076e8cc1b38d6a2473da01d7d
 DIST dict-en-20230201_lo.oxt 6100214 BLAKE2B 
c75e6ce32020c10291909191eba888535a56cc4126f2d30c18516a967ca9ca88d7da6d26fa9026c7de75246ee42cc5977fe9db8494e224df3ca484667626d3c0
 SHA512 
9b9d893ed5061c32c808c91d2078e6f45716dfd3f5590edd02945e50cdb349b23bd35ff0d30aab352b0ddd318993091dcf180d5725016e238e209060eb7180dc
 DIST dict-en-20230301_lo.oxt 6099726 BLAKE2B 
3db7fc83af03a42f5f06fb13ff4f78415e0a806d86794b2e76e42f892a76281b9cf178e2c3ccddcc5a42a8d4d804657de5972905a58d817382bc970363763713
 SHA512 
b64c71ab00e5792411b56212b178a36b72fe10b83fa89db37cbbf3c1f9ce96f8d2c46a58d1773aabbb37a05c1812b59c45cc93fe5a1dd9fc19e0129c764aa251
+DIST dict-en-20230401_lo.oxt 6100359 BLAKE2B 
4a1b8bfa8e7987d0ba957d483ec55d3e1d7912cf56556af11c9ef9941c5725467cdb276363bfec253b788d06dfb9232e733055d74113749f69c73cd092822502
 SHA512 
79e4c143ebfb20e5b3b2aa3b20c68594ed2bd5d0bc203fc865a9924f2470b3436a502712de1f660cdb0dc9804bd826591a1bb416c6cf00b72e25ab8db3a18377

diff --git a/app-dicts/myspell-en/myspell-en-20230401.ebuild 
b/app-dicts/myspell-en/myspell-en-20230401.ebuild
new file mode 100644
index ..9d74ba60c989
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20230401.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="
+   https://extensions.libreoffice.org/extensions/english-dictionaries
+   https://proofingtoolgui.org
+   https://github.com/marcoagpinto/aoo-mozilla-en-dict
+"
+SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1680302696/dict-en-20230401_lo.oxt";
+
+LICENSE="BSD MIT LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x86-solaris"
+
+PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
+IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"
+REQUIRED_USE="|| ( l10n_en ${PLOCALES[@]/#/l10n_} )"
+
+src_prepare() {
+   if use l10n_en-GB || use l10n_en; then
+   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
+   fi
+   if use l10n_en-US || use l10n_en; then
+   MYSPELL_THES+=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+   )
+   MYSPELL_HYPH+=( "hyph_en_US.dic" )
+   fi
+
+   MYSPELL_DICT=( )
+   for lang in "${PLOCALES[@]}"; do
+   if [[ "${lang}" == "en" ]]; then
+   continue
+   fi
+   local mylinguas="${lang//-/_}"
+   if use "l10n_${lang}" || use l10n_en; then
+   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
+   else
+   rm "README_${mylinguas}.txt" || die
+   if [[ ${lang} == "en-US" ]]; then
+   rm "README_hyph_en_US.txt" || die
+   fi
+   if [[ ${lang} == "en-GB" ]]; then
+   rm "README_hyph_en_GB.txt" || die
+   rm "README_en_GB_thes.txt" || die
+   fi
+   fi
+   done
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2023-04-22 Thread Arthur Zamarin
commit: 7b596388757c10766febe85a782d853283375c3c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr 22 09:24:32 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr 22 09:24:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b596388

app-dicts/myspell-en: Stabilize 20230301 ALLARCHES, #904814

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-dicts/myspell-en/myspell-en-20230301.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/myspell-en/myspell-en-20230301.ebuild 
b/app-dicts/myspell-en/myspell-en-20230301.ebuild
index 69910d320224..c6a97258cf5a 100644
--- a/app-dicts/myspell-en/myspell-en-20230301.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20230301.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1677661772/dict-
 
 LICENSE="BSD MIT LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
 
 PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
 IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2023-04-04 Thread Arthur Zamarin
commit: 971627b4a825efea768caf7b05417740e7770b50
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr  4 19:19:18 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr  4 19:19:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=971627b4

app-dicts/myspell-en: Stabilize 20230201 ALLARCHES, #903792

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-dicts/myspell-en/myspell-en-20230201.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/myspell-en/myspell-en-20230201.ebuild 
b/app-dicts/myspell-en/myspell-en-20230201.ebuild
index b13a6374c775..e080014c7558 100644
--- a/app-dicts/myspell-en/myspell-en-20230201.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20230201.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1675249081/dict-
 
 LICENSE="BSD MIT LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
 
 PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
 IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2023-03-20 Thread Viorel Munteanu
commit: 7a6d357f8141b125a399763513501828d7bbff84
Author: Alexander Kurakin  mail  ru>
AuthorDate: Thu Mar  2 17:46:56 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Mon Mar 20 07:27:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a6d357f

app-dicts/myspell-en: add 20230301

Closes: https://bugs.gentoo.org/899184
Signed-off-by: Alexander Kurakin  mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/29912
Signed-off-by: Viorel Munteanu  gentoo.org>

 app-dicts/myspell-en/Manifest   |  1 +
 app-dicts/myspell-en/myspell-en-20230301.ebuild | 57 +
 2 files changed, 58 insertions(+)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index 1597b4e5db04..5190969cad8b 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,2 +1,3 @@
 DIST dict-en-20230101_lo.oxt 6099782 BLAKE2B 
5103d0bdf9558184deb8d5d3d9ce00d7b597d4bdf4bfa2fefe3caa68d6e0fa68e2f9295d87c7a8315ba244ccbf007c198cad017aee6faf6590914f63c161cf61
 SHA512 
d34948b012245c0ad07819d625cd417a85b9edc13b842ad7d3974ed1428af4d2e02020ff0b89cde64a1b844ca8c2a54a7e77f37076e8cc1b38d6a2473da01d7d
 DIST dict-en-20230201_lo.oxt 6100214 BLAKE2B 
c75e6ce32020c10291909191eba888535a56cc4126f2d30c18516a967ca9ca88d7da6d26fa9026c7de75246ee42cc5977fe9db8494e224df3ca484667626d3c0
 SHA512 
9b9d893ed5061c32c808c91d2078e6f45716dfd3f5590edd02945e50cdb349b23bd35ff0d30aab352b0ddd318993091dcf180d5725016e238e209060eb7180dc
+DIST dict-en-20230301_lo.oxt 6099726 BLAKE2B 
3db7fc83af03a42f5f06fb13ff4f78415e0a806d86794b2e76e42f892a76281b9cf178e2c3ccddcc5a42a8d4d804657de5972905a58d817382bc970363763713
 SHA512 
b64c71ab00e5792411b56212b178a36b72fe10b83fa89db37cbbf3c1f9ce96f8d2c46a58d1773aabbb37a05c1812b59c45cc93fe5a1dd9fc19e0129c764aa251

diff --git a/app-dicts/myspell-en/myspell-en-20230301.ebuild 
b/app-dicts/myspell-en/myspell-en-20230301.ebuild
new file mode 100644
index ..69910d320224
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20230301.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="
+   https://extensions.libreoffice.org/extensions/english-dictionaries
+   https://proofingtoolgui.org
+   https://github.com/marcoagpinto/aoo-mozilla-en-dict
+"
+SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1677661772/dict-en-20230301_lo.oxt";
+
+LICENSE="BSD MIT LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x86-solaris"
+
+PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
+IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"
+REQUIRED_USE="|| ( l10n_en ${PLOCALES[@]/#/l10n_} )"
+
+src_prepare() {
+   if use l10n_en-GB || use l10n_en; then
+   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
+   fi
+   if use l10n_en-US || use l10n_en; then
+   MYSPELL_THES+=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+   )
+   MYSPELL_HYPH+=( "hyph_en_US.dic" )
+   fi
+
+   MYSPELL_DICT=( )
+   for lang in "${PLOCALES[@]}"; do
+   if [[ "${lang}" == "en" ]]; then
+   continue
+   fi
+   local mylinguas="${lang//-/_}"
+   if use "l10n_${lang}" || use l10n_en; then
+   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
+   else
+   rm "README_${mylinguas}.txt" || die
+   if [[ ${lang} == "en-US" ]]; then
+   rm "README_hyph_en_US.txt" || die
+   fi
+   if [[ ${lang} == "en-GB" ]]; then
+   rm "README_hyph_en_GB.txt" || die
+   rm "README_en_GB_thes.txt" || die
+   fi
+   fi
+   done
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2023-02-24 Thread Arthur Zamarin
commit: d0f54fa000731cce9aee799e2a4232b7afa880b1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb 24 16:30:14 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb 24 16:30:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f54fa0

app-dicts/myspell-en: drop 20221101

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-dicts/myspell-en/Manifest   |  1 -
 app-dicts/myspell-en/myspell-en-20221101.ebuild | 57 -
 2 files changed, 58 deletions(-)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index 4a73ec22ec34..1597b4e5db04 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,3 +1,2 @@
-DIST dict-en-20221101_lo.oxt 6099028 BLAKE2B 
0a8e967670de07a62c2b0d1b39878eea02eae8371eccfeab967ddf1059b9f9866202dddeaebf017c9035153753d8dcafb92eca2868103ec8754396fafe736db4
 SHA512 
51ea769a87b70e22c84101a131d111db2f9c186707a4fac361378965dce11f03ecd1d1c5c6908bc1199e709870e2b38c1c675ab4d0d8393022e522d765a948c1
 DIST dict-en-20230101_lo.oxt 6099782 BLAKE2B 
5103d0bdf9558184deb8d5d3d9ce00d7b597d4bdf4bfa2fefe3caa68d6e0fa68e2f9295d87c7a8315ba244ccbf007c198cad017aee6faf6590914f63c161cf61
 SHA512 
d34948b012245c0ad07819d625cd417a85b9edc13b842ad7d3974ed1428af4d2e02020ff0b89cde64a1b844ca8c2a54a7e77f37076e8cc1b38d6a2473da01d7d
 DIST dict-en-20230201_lo.oxt 6100214 BLAKE2B 
c75e6ce32020c10291909191eba888535a56cc4126f2d30c18516a967ca9ca88d7da6d26fa9026c7de75246ee42cc5977fe9db8494e224df3ca484667626d3c0
 SHA512 
9b9d893ed5061c32c808c91d2078e6f45716dfd3f5590edd02945e50cdb349b23bd35ff0d30aab352b0ddd318993091dcf180d5725016e238e209060eb7180dc

diff --git a/app-dicts/myspell-en/myspell-en-20221101.ebuild 
b/app-dicts/myspell-en/myspell-en-20221101.ebuild
deleted file mode 100644
index d1feb0426bc5..
--- a/app-dicts/myspell-en/myspell-en-20221101.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit myspell-r2
-
-DESCRIPTION="English dictionaries for myspell/hunspell"
-HOMEPAGE="
-   https://extensions.libreoffice.org/extensions/english-dictionaries
-   https://proofingtoolgui.org
-   https://github.com/marcoagpinto/aoo-mozilla-en-dict
-"
-SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1667030586/dict-en-20221101_lo.oxt";
-
-LICENSE="BSD MIT LGPL-3+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
-
-PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
-IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"
-REQUIRED_USE="|| ( l10n_en ${PLOCALES[@]/#/l10n_} )"
-
-src_prepare() {
-   if use l10n_en-GB || use l10n_en; then
-   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
-   fi
-   if use l10n_en-US || use l10n_en; then
-   MYSPELL_THES+=(
-   "th_en_US_v2.dat"
-   "th_en_US_v2.idx"
-   )
-   MYSPELL_HYPH+=( "hyph_en_US.dic" )
-   fi
-
-   MYSPELL_DICT=( )
-   for lang in "${PLOCALES[@]}"; do
-   if [[ "${lang}" == "en" ]]; then
-   continue
-   fi
-   local mylinguas="${lang//-/_}"
-   if use "l10n_${lang}" || use l10n_en; then
-   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
-   else
-   rm "README_${mylinguas}.txt" || die
-   if [[ ${lang} == "en-US" ]]; then
-   rm "README_hyph_en_US.txt" || die
-   fi
-   if [[ ${lang} == "en-GB" ]]; then
-   rm "README_hyph_en_GB.txt" || die
-   rm "README_en_GB_thes.txt" || die
-   fi
-   fi
-   done
-
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2023-02-24 Thread Arthur Zamarin
commit: cb087b6989f721ced3b8803b6de61c56a6a3ca39
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb 24 16:06:21 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb 24 16:06:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb087b69

app-dicts/myspell-en: Stabilize 20230101 ALLARCHES, #896278

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-dicts/myspell-en/myspell-en-20230101.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/myspell-en/myspell-en-20230101.ebuild 
b/app-dicts/myspell-en/myspell-en-20230101.ebuild
index 7e4459b94379..39d5d9b632bd 100644
--- a/app-dicts/myspell-en/myspell-en-20230101.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20230101.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1672590731/dict-
 
 LICENSE="BSD MIT LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
 
 PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
 IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2023-02-24 Thread Joonas Niilola
commit: dbbe34955148e5ac14bb5a98c70f65193951e0c1
Author: Alexander Kurakin  mail  ru>
AuthorDate: Fri Feb  3 19:33:08 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Feb 24 15:08:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbbe3495

app-dicts/myspell-en: add 20230201

Closes: https://bugs.gentoo.org/893124
Signed-off-by: Alexander Kurakin  mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/29411
Signed-off-by: Joonas Niilola  gentoo.org>

 app-dicts/myspell-en/Manifest   |  1 +
 app-dicts/myspell-en/myspell-en-20230201.ebuild | 57 +
 2 files changed, 58 insertions(+)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index 4431b5e1d084..4a73ec22ec34 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,2 +1,3 @@
 DIST dict-en-20221101_lo.oxt 6099028 BLAKE2B 
0a8e967670de07a62c2b0d1b39878eea02eae8371eccfeab967ddf1059b9f9866202dddeaebf017c9035153753d8dcafb92eca2868103ec8754396fafe736db4
 SHA512 
51ea769a87b70e22c84101a131d111db2f9c186707a4fac361378965dce11f03ecd1d1c5c6908bc1199e709870e2b38c1c675ab4d0d8393022e522d765a948c1
 DIST dict-en-20230101_lo.oxt 6099782 BLAKE2B 
5103d0bdf9558184deb8d5d3d9ce00d7b597d4bdf4bfa2fefe3caa68d6e0fa68e2f9295d87c7a8315ba244ccbf007c198cad017aee6faf6590914f63c161cf61
 SHA512 
d34948b012245c0ad07819d625cd417a85b9edc13b842ad7d3974ed1428af4d2e02020ff0b89cde64a1b844ca8c2a54a7e77f37076e8cc1b38d6a2473da01d7d
+DIST dict-en-20230201_lo.oxt 6100214 BLAKE2B 
c75e6ce32020c10291909191eba888535a56cc4126f2d30c18516a967ca9ca88d7da6d26fa9026c7de75246ee42cc5977fe9db8494e224df3ca484667626d3c0
 SHA512 
9b9d893ed5061c32c808c91d2078e6f45716dfd3f5590edd02945e50cdb349b23bd35ff0d30aab352b0ddd318993091dcf180d5725016e238e209060eb7180dc

diff --git a/app-dicts/myspell-en/myspell-en-20230201.ebuild 
b/app-dicts/myspell-en/myspell-en-20230201.ebuild
new file mode 100644
index ..b13a6374c775
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20230201.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="
+   https://extensions.libreoffice.org/extensions/english-dictionaries
+   https://proofingtoolgui.org
+   https://github.com/marcoagpinto/aoo-mozilla-en-dict
+"
+SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1675249081/dict-en-20230201_lo.oxt";
+
+LICENSE="BSD MIT LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x86-solaris"
+
+PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
+IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"
+REQUIRED_USE="|| ( l10n_en ${PLOCALES[@]/#/l10n_} )"
+
+src_prepare() {
+   if use l10n_en-GB || use l10n_en; then
+   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
+   fi
+   if use l10n_en-US || use l10n_en; then
+   MYSPELL_THES+=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+   )
+   MYSPELL_HYPH+=( "hyph_en_US.dic" )
+   fi
+
+   MYSPELL_DICT=( )
+   for lang in "${PLOCALES[@]}"; do
+   if [[ "${lang}" == "en" ]]; then
+   continue
+   fi
+   local mylinguas="${lang//-/_}"
+   if use "l10n_${lang}" || use l10n_en; then
+   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
+   else
+   rm "README_${mylinguas}.txt" || die
+   if [[ ${lang} == "en-US" ]]; then
+   rm "README_hyph_en_US.txt" || die
+   fi
+   if [[ ${lang} == "en-GB" ]]; then
+   rm "README_hyph_en_GB.txt" || die
+   rm "README_en_GB_thes.txt" || die
+   fi
+   fi
+   done
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/, dev-python/aiofiles/, app-dicts/myspell-large-en/, ...

2023-01-18 Thread Viorel Munteanu
commit: bc7cc79a87198e494e03574fd2d12709a1b8fb8f
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Jan 18 15:39:39 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Jan 18 15:39:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc7cc79a

*/*: Retire proxied maintainer Gino McCarty

Closes: https://bugs.gentoo.org/666250
Signed-off-by: Viorel Munteanu  gentoo.org>

 app-dicts/myspell-en/metadata.xml   | 9 +
 app-dicts/myspell-large-en/metadata.xml | 9 +
 dev-python/aiofiles/metadata.xml| 8 
 dev-python/aiohttp-cors/metadata.xml| 9 +
 x11-misc/copyq/metadata.xml | 9 +
 5 files changed, 4 insertions(+), 40 deletions(-)

diff --git a/app-dicts/myspell-en/metadata.xml 
b/app-dicts/myspell-en/metadata.xml
index 93a7869b248e..c3bda71eefca 100644
--- a/app-dicts/myspell-en/metadata.xml
+++ b/app-dicts/myspell-en/metadata.xml
@@ -1,13 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   onig...@protonmail.com
-   Gino McCarty
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   

 

diff --git a/app-dicts/myspell-large-en/metadata.xml 
b/app-dicts/myspell-large-en/metadata.xml
index 3cce00df2c31..115e9d64a669 100644
--- a/app-dicts/myspell-large-en/metadata.xml
+++ b/app-dicts/myspell-large-en/metadata.xml
@@ -1,12 +1,5 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   onig...@protonmail.com
-   Gino McCarty
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   
 

diff --git a/dev-python/aiofiles/metadata.xml b/dev-python/aiofiles/metadata.xml
index 76c373236700..b7130989dcd5 100644
--- a/dev-python/aiofiles/metadata.xml
+++ b/dev-python/aiofiles/metadata.xml
@@ -1,14 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   onig...@protonmail.com
-   Gino McCarty
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   

pyt...@gentoo.org
Python

diff --git a/dev-python/aiohttp-cors/metadata.xml 
b/dev-python/aiohttp-cors/metadata.xml
index f9238f3d147b..446ce2d97587 100644
--- a/dev-python/aiohttp-cors/metadata.xml
+++ b/dev-python/aiohttp-cors/metadata.xml
@@ -1,14 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   onig...@protonmail.com
-   Gino McCarty
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   


aio-libs/aiohttp-cors

diff --git a/x11-misc/copyq/metadata.xml b/x11-misc/copyq/metadata.xml
index b99cf962ccec..7606b24718c3 100644
--- a/x11-misc/copyq/metadata.xml
+++ b/x11-misc/copyq/metadata.xml
@@ -1,14 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   onig...@protonmail.com
-   Gino
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   

hluk/CopyQ




[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2023-01-04 Thread Viorel Munteanu
commit: 019413575fe56927cb28f6a629b8c7ccd8c753db
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Jan  5 06:31:51 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Thu Jan  5 06:37:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01941357

app-dicts/myspell-en: drop 20210601-r2, 20221001

Signed-off-by: Viorel Munteanu  gentoo.org>

 app-dicts/myspell-en/Manifest  |  2 -
 app-dicts/myspell-en/myspell-en-20210601-r2.ebuild | 57 --
 app-dicts/myspell-en/myspell-en-20221001.ebuild| 57 --
 3 files changed, 116 deletions(-)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index fcf9dac1733d..4431b5e1d084 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,4 +1,2 @@
-DIST dict-en-20210601.oxt 6104083 BLAKE2B 
192252e85918d3d47167ff9243f70178bc548de3e93152c4139e64ffb013e147fda1fa9c7741ce7bf74b149ec0ab6e001760990cd1ee33dad06fd5e3813ef591
 SHA512 
c9d791a12aa97d6c2a0928f9f500b22492208b415f877d6b5bd192b5da4c243c32b8d0b7af6b3f5cbfefe6b1c695626db204fc29a922dc4b083538ed144cb472
-DIST dict-en-20221001_lo.oxt 6099681 BLAKE2B 
206380ca9da3198cc057a43f71b9bc1bcbf2c2794f4bcff8893b86bacb2201f7709a645e98b131072a92df5dc5a95127807e2f5726d1224fe3fa75e11bd93b50
 SHA512 
d08f66829f3d5f03c1cfcefb4981af016f1f7127fbccfbe76cf40cbcdf70ad4c5d612517fe6beb4d0457e5cdd4e779b5816d9685468e5b3cb0c8058efa064c74
 DIST dict-en-20221101_lo.oxt 6099028 BLAKE2B 
0a8e967670de07a62c2b0d1b39878eea02eae8371eccfeab967ddf1059b9f9866202dddeaebf017c9035153753d8dcafb92eca2868103ec8754396fafe736db4
 SHA512 
51ea769a87b70e22c84101a131d111db2f9c186707a4fac361378965dce11f03ecd1d1c5c6908bc1199e709870e2b38c1c675ab4d0d8393022e522d765a948c1
 DIST dict-en-20230101_lo.oxt 6099782 BLAKE2B 
5103d0bdf9558184deb8d5d3d9ce00d7b597d4bdf4bfa2fefe3caa68d6e0fa68e2f9295d87c7a8315ba244ccbf007c198cad017aee6faf6590914f63c161cf61
 SHA512 
d34948b012245c0ad07819d625cd417a85b9edc13b842ad7d3974ed1428af4d2e02020ff0b89cde64a1b844ca8c2a54a7e77f37076e8cc1b38d6a2473da01d7d

diff --git a/app-dicts/myspell-en/myspell-en-20210601-r2.ebuild 
b/app-dicts/myspell-en/myspell-en-20210601-r2.ebuild
deleted file mode 100644
index a7facdbf04be..
--- a/app-dicts/myspell-en/myspell-en-20210601-r2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit myspell-r2
-
-DESCRIPTION="English dictionaries for myspell/hunspell"
-HOMEPAGE="
-   https://extensions.libreoffice.org/extensions/english-dictionaries
-   https://proofingtoolgui.org
-   https://github.com/marcoagpinto/aoo-mozilla-en-dict
-"
-SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/dict-en-${PV}.oxt";
-
-LICENSE="BSD MIT LGPL-3+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
-
-PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
-IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"
-REQUIRED_USE="|| ( l10n_en ${PLOCALES[@]/#/l10n_} )"
-
-src_prepare() {
-   if use l10n_en-GB || use l10n_en; then
-   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
-   fi
-   if use l10n_en-US || use l10n_en; then
-   MYSPELL_THES+=(
-   "th_en_US_v2.dat"
-   "th_en_US_v2.idx"
-   )
-   MYSPELL_HYPH+=( "hyph_en_US.dic" )
-   fi
-
-   MYSPELL_DICT=( )
-   for lang in "${PLOCALES[@]}"; do
-   if [[ "${lang}" == "en" ]]; then
-   continue
-   fi
-   local mylinguas="${lang//-/_}"
-   if use "l10n_${lang}" || use l10n_en; then
-   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
-   else
-   rm "README_${mylinguas}.txt" || die
-   if [[ ${lang} == "en-US" ]]; then
-   rm "README_hyph_en_US.txt" || die
-   fi
-   if [[ ${lang} == "en-GB" ]]; then
-   rm "README_hyph_en_GB.txt" || die
-   rm "README_en_GB_thes.txt" || die
-   fi
-   fi
-   done
-
-   default
-}

diff --git a/app-dicts/myspell-en/myspell-en-20221001.ebuild 
b/app-dicts/myspell-en/myspell-en-20221001.ebuild
deleted file mode 100644
index c5c6206526dc..
--- a/app-dicts/myspell-en/myspell-en-20221001.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit myspell-r2
-
-DESCRIPTION="English dictionaries for myspell/hunspell"
-HOMEPAGE="
-   https://extensions.libreoffice.org/extensions/english-dictionaries
-   https://proofingtoolgui.org

[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2023-01-04 Thread Sam James
commit: 04875ab06016852a60117bf8b9200279cd267514
Author: Alexander Kurakin  mail  ru>
AuthorDate: Sun Jan  1 16:44:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  5 05:18:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04875ab0

app-dicts/myspell-en: update HOMEPAGEs

Signed-off-by: Alexander Kurakin  mail.ru>
Signed-off-by: Sam James  gentoo.org>

 app-dicts/myspell-en/myspell-en-20210601-r2.ebuild | 6 +-
 app-dicts/myspell-en/myspell-en-20221001.ebuild| 6 +-
 app-dicts/myspell-en/myspell-en-20221101.ebuild| 6 +-
 3 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/app-dicts/myspell-en/myspell-en-20210601-r2.ebuild 
b/app-dicts/myspell-en/myspell-en-20210601-r2.ebuild
index d6d4a8aa9529..b2ccd663074d 100644
--- a/app-dicts/myspell-en/myspell-en-20210601-r2.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20210601-r2.ebuild
@@ -6,7 +6,11 @@ EAPI=7
 inherit myspell-r2
 
 DESCRIPTION="English dictionaries for myspell/hunspell"
-HOMEPAGE="https://extensions.libreoffice.org/extensions/english-dictionaries";
+HOMEPAGE="
+   https://extensions.libreoffice.org/extensions/english-dictionaries
+   https://proofingtoolgui.org
+   https://github.com/marcoagpinto/aoo-mozilla-en-dict
+"
 
SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/dict-en-${PV}.oxt";
 
 LICENSE="BSD MIT LGPL-3+"

diff --git a/app-dicts/myspell-en/myspell-en-20221001.ebuild 
b/app-dicts/myspell-en/myspell-en-20221001.ebuild
index 46cb54d35725..a6e87518d19b 100644
--- a/app-dicts/myspell-en/myspell-en-20221001.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20221001.ebuild
@@ -6,7 +6,11 @@ EAPI=8
 inherit myspell-r2
 
 DESCRIPTION="English dictionaries for myspell/hunspell"
-HOMEPAGE="https://extensions.libreoffice.org/extensions/english-dictionaries";
+HOMEPAGE="
+   https://extensions.libreoffice.org/extensions/english-dictionaries
+   https://proofingtoolgui.org
+   https://github.com/marcoagpinto/aoo-mozilla-en-dict
+"
 
SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1664437278/dict-en-20221001_lo.oxt";
 
 LICENSE="BSD MIT LGPL-3+"

diff --git a/app-dicts/myspell-en/myspell-en-20221101.ebuild 
b/app-dicts/myspell-en/myspell-en-20221101.ebuild
index 3b71464a1daa..d402596e37cd 100644
--- a/app-dicts/myspell-en/myspell-en-20221101.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20221101.ebuild
@@ -6,7 +6,11 @@ EAPI=8
 inherit myspell-r2
 
 DESCRIPTION="English dictionaries for myspell/hunspell"
-HOMEPAGE="https://extensions.libreoffice.org/extensions/english-dictionaries";
+HOMEPAGE="
+   https://extensions.libreoffice.org/extensions/english-dictionaries
+   https://proofingtoolgui.org
+   https://github.com/marcoagpinto/aoo-mozilla-en-dict
+"
 
SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1667030586/dict-en-20221101_lo.oxt";
 
 LICENSE="BSD MIT LGPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2023-01-04 Thread Sam James
commit: a09abda3582b930ece3bd3d253b00bd3e80a174f
Author: Alexander Kurakin  mail  ru>
AuthorDate: Wed Jan  4 13:23:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  5 05:18:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a09abda3

net-p2p/deluge: fix REQUIRED_USE issues

Closes: https://bugs.gentoo.org/795174
Signed-off-by: Alexander Kurakin  mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/28926
Signed-off-by: Sam James  gentoo.org>

 app-dicts/myspell-en/myspell-en-20210601-r2.ebuild | 8 
 app-dicts/myspell-en/myspell-en-20221001.ebuild| 8 
 app-dicts/myspell-en/myspell-en-20221101.ebuild| 6 +++---
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/app-dicts/myspell-en/myspell-en-20210601-r2.ebuild 
b/app-dicts/myspell-en/myspell-en-20210601-r2.ebuild
index b2ccd663074d..a7facdbf04be 100644
--- a/app-dicts/myspell-en/myspell-en-20210601-r2.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20210601-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,9 +17,9 @@ LICENSE="BSD MIT LGPL-3+"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
 
-PLOCALES=( "en" "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
-IUSE+="${PLOCALES[@]/#/l10n_}"
-REQUIRED_USE="|| ( ${IUSE[@]} )"
+PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
+IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"
+REQUIRED_USE="|| ( l10n_en ${PLOCALES[@]/#/l10n_} )"
 
 src_prepare() {
if use l10n_en-GB || use l10n_en; then

diff --git a/app-dicts/myspell-en/myspell-en-20221001.ebuild 
b/app-dicts/myspell-en/myspell-en-20221001.ebuild
index a6e87518d19b..c5c6206526dc 100644
--- a/app-dicts/myspell-en/myspell-en-20221001.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20221001.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,9 +17,9 @@ LICENSE="BSD MIT LGPL-3+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x86-solaris"
 
-PLOCALES=( "en" "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
-IUSE+="${PLOCALES[@]/#/l10n_}"
-REQUIRED_USE="|| ( ${IUSE[@]} )"
+PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
+IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"
+REQUIRED_USE="|| ( l10n_en ${PLOCALES[@]/#/l10n_} )"
 
 src_prepare() {
if use l10n_en-GB || use l10n_en; then

diff --git a/app-dicts/myspell-en/myspell-en-20221101.ebuild 
b/app-dicts/myspell-en/myspell-en-20221101.ebuild
index d402596e37cd..d1feb0426bc5 100644
--- a/app-dicts/myspell-en/myspell-en-20221101.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20221101.ebuild
@@ -17,9 +17,9 @@ LICENSE="BSD MIT LGPL-3+"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
 
-PLOCALES=( "en" "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
-IUSE+="${PLOCALES[@]/#/l10n_}"
-REQUIRED_USE="|| ( ${IUSE[@]} )"
+PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
+IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"
+REQUIRED_USE="|| ( l10n_en ${PLOCALES[@]/#/l10n_} )"
 
 src_prepare() {
if use l10n_en-GB || use l10n_en; then



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2023-01-04 Thread Arthur Zamarin
commit: fcb55e8c27260c22e511c27871d40f4701a45e4c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jan  4 12:50:29 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jan  4 12:50:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcb55e8c

app-dicts/myspell-en: Stabilize 20221101 ALLARCHES, #889366

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-dicts/myspell-en/myspell-en-20221101.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-dicts/myspell-en/myspell-en-20221101.ebuild 
b/app-dicts/myspell-en/myspell-en-20221101.ebuild
index d7e9c242976a..3b71464a1daa 100644
--- a/app-dicts/myspell-en/myspell-en-20221101.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20221101.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ 
SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1667030586/dict-
 
 LICENSE="BSD MIT LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
 
 PLOCALES=( "en" "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
 IUSE+="${PLOCALES[@]/#/l10n_}"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2023-01-03 Thread Viorel Munteanu
commit: 3d4394c7834f828f8a9fa709e6b4061e7c05e98b
Author: Alexander Kurakin  mail  ru>
AuthorDate: Mon Jan  2 22:01:46 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Tue Jan  3 14:36:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d4394c7

app-dicts/myspell-en: bump to 20230101

Also:
* increased copyright year,
* addressed bug #795174 (thanks to Viorel Munteanu),
* applied github-28926.

Closes: https://bugs.gentoo.org/889416
Bug: https://bugs.gentoo.org/795174
Signed-off-by: Alexander Kurakin  mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/28944
Signed-off-by: Viorel Munteanu  gentoo.org>

 app-dicts/myspell-en/Manifest   |  1 +
 app-dicts/myspell-en/myspell-en-20230101.ebuild | 57 +
 2 files changed, 58 insertions(+)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index abf79722c795..fcf9dac1733d 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,3 +1,4 @@
 DIST dict-en-20210601.oxt 6104083 BLAKE2B 
192252e85918d3d47167ff9243f70178bc548de3e93152c4139e64ffb013e147fda1fa9c7741ce7bf74b149ec0ab6e001760990cd1ee33dad06fd5e3813ef591
 SHA512 
c9d791a12aa97d6c2a0928f9f500b22492208b415f877d6b5bd192b5da4c243c32b8d0b7af6b3f5cbfefe6b1c695626db204fc29a922dc4b083538ed144cb472
 DIST dict-en-20221001_lo.oxt 6099681 BLAKE2B 
206380ca9da3198cc057a43f71b9bc1bcbf2c2794f4bcff8893b86bacb2201f7709a645e98b131072a92df5dc5a95127807e2f5726d1224fe3fa75e11bd93b50
 SHA512 
d08f66829f3d5f03c1cfcefb4981af016f1f7127fbccfbe76cf40cbcdf70ad4c5d612517fe6beb4d0457e5cdd4e779b5816d9685468e5b3cb0c8058efa064c74
 DIST dict-en-20221101_lo.oxt 6099028 BLAKE2B 
0a8e967670de07a62c2b0d1b39878eea02eae8371eccfeab967ddf1059b9f9866202dddeaebf017c9035153753d8dcafb92eca2868103ec8754396fafe736db4
 SHA512 
51ea769a87b70e22c84101a131d111db2f9c186707a4fac361378965dce11f03ecd1d1c5c6908bc1199e709870e2b38c1c675ab4d0d8393022e522d765a948c1
+DIST dict-en-20230101_lo.oxt 6099782 BLAKE2B 
5103d0bdf9558184deb8d5d3d9ce00d7b597d4bdf4bfa2fefe3caa68d6e0fa68e2f9295d87c7a8315ba244ccbf007c198cad017aee6faf6590914f63c161cf61
 SHA512 
d34948b012245c0ad07819d625cd417a85b9edc13b842ad7d3974ed1428af4d2e02020ff0b89cde64a1b844ca8c2a54a7e77f37076e8cc1b38d6a2473da01d7d

diff --git a/app-dicts/myspell-en/myspell-en-20230101.ebuild 
b/app-dicts/myspell-en/myspell-en-20230101.ebuild
new file mode 100644
index ..7e4459b94379
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20230101.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="
+   https://extensions.libreoffice.org/extensions/english-dictionaries
+   https://proofingtoolgui.org
+   https://github.com/marcoagpinto/aoo-mozilla-en-dict
+"
+SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1672590731/dict-en-20230101_lo.oxt";
+
+LICENSE="BSD MIT LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x86-solaris"
+
+PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
+IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"
+REQUIRED_USE="|| ( l10n_en ${PLOCALES[@]/#/l10n_} )"
+
+src_prepare() {
+   if use l10n_en-GB || use l10n_en; then
+   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
+   fi
+   if use l10n_en-US || use l10n_en; then
+   MYSPELL_THES+=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+   )
+   MYSPELL_HYPH+=( "hyph_en_US.dic" )
+   fi
+
+   MYSPELL_DICT=( )
+   for lang in "${PLOCALES[@]}"; do
+   if [[ "${lang}" == "en" ]]; then
+   continue
+   fi
+   local mylinguas="${lang//-/_}"
+   if use "l10n_${lang}" || use l10n_en; then
+   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
+   else
+   rm "README_${mylinguas}.txt" || die
+   if [[ ${lang} == "en-US" ]]; then
+   rm "README_hyph_en_US.txt" || die
+   fi
+   if [[ ${lang} == "en-GB" ]]; then
+   rm "README_hyph_en_GB.txt" || die
+   rm "README_en_GB_thes.txt" || die
+   fi
+   fi
+   done
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2022-11-14 Thread Joonas Niilola
commit: 86a1df8e41557166d950cf51601e7a5a6dd0e34d
Author: Alexander Kurakin  mail  ru>
AuthorDate: Tue Nov  1 12:37:46 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Nov 14 14:31:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a1df8e

app-dicts/myspell-en: bump to 20221101

Closes: https://bugs.gentoo.org/879009
Signed-off-by: Alexander Kurakin  mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/28077
Signed-off-by: Joonas Niilola  gentoo.org>

 app-dicts/myspell-en/Manifest   |  1 +
 app-dicts/myspell-en/myspell-en-20221101.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index b70d9417a616..972af532734f 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -3,3 +3,4 @@ DIST dict-en-20220701_lo.oxt 6124450 BLAKE2B 
0fcd479efcbe9cbf6d2e7d479cb070b32bc
 DIST dict-en-20220801_lo.oxt 6098496 BLAKE2B 
38d216627665aac750528f29eef09baee43bc4cddfe931f8b6a4fa69442fa0489dc89a996850d93a4fc955953e6d33f7950f2efa2549932dbdb862bb07505ac1
 SHA512 
4ec52df3fafe6432b522f0b2912b3c046820518fd11079ae46506fc120943c31df46820164c7a786881797ae3508263d34e26c6226d23b861097926d7dd396e4
 DIST dict-en-20220901_lo.oxt 6098929 BLAKE2B 
61b5e20b567561b7418ad9a932bf14dcd2048a874330faa86e10ae456b360ba287030a7c33146447134e20c10084e5f77d986e8bce87f215447a06cd492e8fc2
 SHA512 
d3f6decbd55956176651813dd8a9364bb8c8b296645c215deebf556f0ddf0e6a61da306c12d01943a8dddf2f765b577d40d55d24e1bbdf08803ac501814364b2
 DIST dict-en-20221001_lo.oxt 6099681 BLAKE2B 
206380ca9da3198cc057a43f71b9bc1bcbf2c2794f4bcff8893b86bacb2201f7709a645e98b131072a92df5dc5a95127807e2f5726d1224fe3fa75e11bd93b50
 SHA512 
d08f66829f3d5f03c1cfcefb4981af016f1f7127fbccfbe76cf40cbcdf70ad4c5d612517fe6beb4d0457e5cdd4e779b5816d9685468e5b3cb0c8058efa064c74
+DIST dict-en-20221101_lo.oxt 6099028 BLAKE2B 
0a8e967670de07a62c2b0d1b39878eea02eae8371eccfeab967ddf1059b9f9866202dddeaebf017c9035153753d8dcafb92eca2868103ec8754396fafe736db4
 SHA512 
51ea769a87b70e22c84101a131d111db2f9c186707a4fac361378965dce11f03ecd1d1c5c6908bc1199e709870e2b38c1c675ab4d0d8393022e522d765a948c1

diff --git a/app-dicts/myspell-en/myspell-en-20221101.ebuild 
b/app-dicts/myspell-en/myspell-en-20221101.ebuild
new file mode 100644
index ..d7e9c242976a
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20221101.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="https://extensions.libreoffice.org/extensions/english-dictionaries";
+SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1667030586/dict-en-20221101_lo.oxt";
+
+LICENSE="BSD MIT LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x86-solaris"
+
+PLOCALES=( "en" "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
+IUSE+="${PLOCALES[@]/#/l10n_}"
+REQUIRED_USE="|| ( ${IUSE[@]} )"
+
+src_prepare() {
+   if use l10n_en-GB || use l10n_en; then
+   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
+   fi
+   if use l10n_en-US || use l10n_en; then
+   MYSPELL_THES+=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+   )
+   MYSPELL_HYPH+=( "hyph_en_US.dic" )
+   fi
+
+   MYSPELL_DICT=( )
+   for lang in "${PLOCALES[@]}"; do
+   if [[ "${lang}" == "en" ]]; then
+   continue
+   fi
+   local mylinguas="${lang//-/_}"
+   if use "l10n_${lang}" || use l10n_en; then
+   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
+   else
+   rm "README_${mylinguas}.txt" || die
+   if [[ ${lang} == "en-US" ]]; then
+   rm "README_hyph_en_US.txt" || die
+   fi
+   if [[ ${lang} == "en-GB" ]]; then
+   rm "README_hyph_en_GB.txt" || die
+   rm "README_en_GB_thes.txt" || die
+   fi
+   fi
+   done
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2022-11-14 Thread Joonas Niilola
commit: b92320a78849aafef7a647ce1bb5a5b510d4ca53
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Nov 14 14:29:16 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Nov 14 14:31:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b92320a7

app-dicts/myspell-en: drop 20220701, 20220801, 20220901

Signed-off-by: Joonas Niilola  gentoo.org>

 app-dicts/myspell-en/Manifest   |  3 --
 app-dicts/myspell-en/myspell-en-20220701.ebuild | 53 -
 app-dicts/myspell-en/myspell-en-20220801.ebuild | 53 -
 app-dicts/myspell-en/myspell-en-20220901.ebuild | 53 -
 4 files changed, 162 deletions(-)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index 972af532734f..abf79722c795 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,6 +1,3 @@
 DIST dict-en-20210601.oxt 6104083 BLAKE2B 
192252e85918d3d47167ff9243f70178bc548de3e93152c4139e64ffb013e147fda1fa9c7741ce7bf74b149ec0ab6e001760990cd1ee33dad06fd5e3813ef591
 SHA512 
c9d791a12aa97d6c2a0928f9f500b22492208b415f877d6b5bd192b5da4c243c32b8d0b7af6b3f5cbfefe6b1c695626db204fc29a922dc4b083538ed144cb472
-DIST dict-en-20220701_lo.oxt 6124450 BLAKE2B 
0fcd479efcbe9cbf6d2e7d479cb070b32bcf62d6ab6154e64c27d155dbc6d9e7521aee4a76e08288b77b583a7f3273f7817694a3b7fe194861ac64b785188ce8
 SHA512 
3df04d9ff2edf12d1d717a6b95893cf69e394fe2cbdcba77d0c804b37500feeaf42379d743f3c21cb9c8f8ae17ad2eb990806ea3f9fc8af954bd7b89f3253a4d
-DIST dict-en-20220801_lo.oxt 6098496 BLAKE2B 
38d216627665aac750528f29eef09baee43bc4cddfe931f8b6a4fa69442fa0489dc89a996850d93a4fc955953e6d33f7950f2efa2549932dbdb862bb07505ac1
 SHA512 
4ec52df3fafe6432b522f0b2912b3c046820518fd11079ae46506fc120943c31df46820164c7a786881797ae3508263d34e26c6226d23b861097926d7dd396e4
-DIST dict-en-20220901_lo.oxt 6098929 BLAKE2B 
61b5e20b567561b7418ad9a932bf14dcd2048a874330faa86e10ae456b360ba287030a7c33146447134e20c10084e5f77d986e8bce87f215447a06cd492e8fc2
 SHA512 
d3f6decbd55956176651813dd8a9364bb8c8b296645c215deebf556f0ddf0e6a61da306c12d01943a8dddf2f765b577d40d55d24e1bbdf08803ac501814364b2
 DIST dict-en-20221001_lo.oxt 6099681 BLAKE2B 
206380ca9da3198cc057a43f71b9bc1bcbf2c2794f4bcff8893b86bacb2201f7709a645e98b131072a92df5dc5a95127807e2f5726d1224fe3fa75e11bd93b50
 SHA512 
d08f66829f3d5f03c1cfcefb4981af016f1f7127fbccfbe76cf40cbcdf70ad4c5d612517fe6beb4d0457e5cdd4e779b5816d9685468e5b3cb0c8058efa064c74
 DIST dict-en-20221101_lo.oxt 6099028 BLAKE2B 
0a8e967670de07a62c2b0d1b39878eea02eae8371eccfeab967ddf1059b9f9866202dddeaebf017c9035153753d8dcafb92eca2868103ec8754396fafe736db4
 SHA512 
51ea769a87b70e22c84101a131d111db2f9c186707a4fac361378965dce11f03ecd1d1c5c6908bc1199e709870e2b38c1c675ab4d0d8393022e522d765a948c1

diff --git a/app-dicts/myspell-en/myspell-en-20220701.ebuild 
b/app-dicts/myspell-en/myspell-en-20220701.ebuild
deleted file mode 100644
index 70048e43695a..
--- a/app-dicts/myspell-en/myspell-en-20220701.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit myspell-r2
-
-DESCRIPTION="English dictionaries for myspell/hunspell"
-HOMEPAGE="https://extensions.libreoffice.org/extensions/english-dictionaries";
-SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1656659156/dict-en-${PV}_lo.oxt";
-
-LICENSE="BSD MIT LGPL-3+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x86-solaris"
-
-PLOCALES=( "en" "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
-IUSE+="${PLOCALES[@]/#/l10n_}"
-REQUIRED_USE="|| ( ${IUSE[@]} )"
-
-src_prepare() {
-   if use l10n_en-GB || use l10n_en; then
-   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
-   fi
-   if use l10n_en-US || use l10n_en; then
-   MYSPELL_THES+=(
-   "th_en_US_v2.dat"
-   "th_en_US_v2.idx"
-   )
-   MYSPELL_HYPH+=( "hyph_en_US.dic" )
-   fi
-
-   MYSPELL_DICT=( )
-   for lang in "${PLOCALES[@]}"; do
-   if [[ "${lang}" == "en" ]]; then
-   continue
-   fi
-   local mylinguas="${lang//-/_}"
-   if use "l10n_${lang}" || use l10n_en; then
-   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
-   else
-   rm "README_${mylinguas}.txt" || die
-   if [[ ${lang} == "en-US" ]]; then
-   rm "README_hyph_en_US.txt" || die
-   fi
-   if [[ ${lang} == "en-GB" ]]; then
-   rm "README_hyph_en_GB.txt" || die
-   rm "README_en_GB_thes.txt" || die
-   fi
-   fi
-   done
-
- 

[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2022-10-27 Thread Joonas Niilola
commit: 4fead2511a78ccba87b25d972a1dc0c0c1f48de0
Author: Alexander Kurakin  mail  ru>
AuthorDate: Wed Oct  5 15:12:37 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 12:10:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fead251

app-dicts/myspell-en: bump to 20221001

Closes: https://bugs.gentoo.org/875380
Signed-off-by: Alexander Kurakin  mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/27638
Signed-off-by: Joonas Niilola  gentoo.org>

 app-dicts/myspell-en/Manifest   |  1 +
 app-dicts/myspell-en/myspell-en-20221001.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index 91dd78da58b9..b70d9417a616 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -2,3 +2,4 @@ DIST dict-en-20210601.oxt 6104083 BLAKE2B 
192252e85918d3d47167ff9243f70178bc548d
 DIST dict-en-20220701_lo.oxt 6124450 BLAKE2B 
0fcd479efcbe9cbf6d2e7d479cb070b32bcf62d6ab6154e64c27d155dbc6d9e7521aee4a76e08288b77b583a7f3273f7817694a3b7fe194861ac64b785188ce8
 SHA512 
3df04d9ff2edf12d1d717a6b95893cf69e394fe2cbdcba77d0c804b37500feeaf42379d743f3c21cb9c8f8ae17ad2eb990806ea3f9fc8af954bd7b89f3253a4d
 DIST dict-en-20220801_lo.oxt 6098496 BLAKE2B 
38d216627665aac750528f29eef09baee43bc4cddfe931f8b6a4fa69442fa0489dc89a996850d93a4fc955953e6d33f7950f2efa2549932dbdb862bb07505ac1
 SHA512 
4ec52df3fafe6432b522f0b2912b3c046820518fd11079ae46506fc120943c31df46820164c7a786881797ae3508263d34e26c6226d23b861097926d7dd396e4
 DIST dict-en-20220901_lo.oxt 6098929 BLAKE2B 
61b5e20b567561b7418ad9a932bf14dcd2048a874330faa86e10ae456b360ba287030a7c33146447134e20c10084e5f77d986e8bce87f215447a06cd492e8fc2
 SHA512 
d3f6decbd55956176651813dd8a9364bb8c8b296645c215deebf556f0ddf0e6a61da306c12d01943a8dddf2f765b577d40d55d24e1bbdf08803ac501814364b2
+DIST dict-en-20221001_lo.oxt 6099681 BLAKE2B 
206380ca9da3198cc057a43f71b9bc1bcbf2c2794f4bcff8893b86bacb2201f7709a645e98b131072a92df5dc5a95127807e2f5726d1224fe3fa75e11bd93b50
 SHA512 
d08f66829f3d5f03c1cfcefb4981af016f1f7127fbccfbe76cf40cbcdf70ad4c5d612517fe6beb4d0457e5cdd4e779b5816d9685468e5b3cb0c8058efa064c74

diff --git a/app-dicts/myspell-en/myspell-en-20221001.ebuild 
b/app-dicts/myspell-en/myspell-en-20221001.ebuild
new file mode 100644
index ..46cb54d35725
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20221001.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="https://extensions.libreoffice.org/extensions/english-dictionaries";
+SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1664437278/dict-en-20221001_lo.oxt";
+
+LICENSE="BSD MIT LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x86-solaris"
+
+PLOCALES=( "en" "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
+IUSE+="${PLOCALES[@]/#/l10n_}"
+REQUIRED_USE="|| ( ${IUSE[@]} )"
+
+src_prepare() {
+   if use l10n_en-GB || use l10n_en; then
+   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
+   fi
+   if use l10n_en-US || use l10n_en; then
+   MYSPELL_THES+=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+   )
+   MYSPELL_HYPH+=( "hyph_en_US.dic" )
+   fi
+
+   MYSPELL_DICT=( )
+   for lang in "${PLOCALES[@]}"; do
+   if [[ "${lang}" == "en" ]]; then
+   continue
+   fi
+   local mylinguas="${lang//-/_}"
+   if use "l10n_${lang}" || use l10n_en; then
+   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
+   else
+   rm "README_${mylinguas}.txt" || die
+   if [[ ${lang} == "en-US" ]]; then
+   rm "README_hyph_en_US.txt" || die
+   fi
+   if [[ ${lang} == "en-GB" ]]; then
+   rm "README_hyph_en_GB.txt" || die
+   rm "README_en_GB_thes.txt" || die
+   fi
+   fi
+   done
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2022-09-27 Thread Joonas Niilola
commit: 8efe9b699ddcc41ecde38b6470dfe3efb2294b4c
Author: Alexander Kurakin  mail  ru>
AuthorDate: Sat Sep  3 15:24:08 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Sep 27 11:46:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8efe9b69

app-dicts/myspell-en: bump to 20220901

Closes: https://bugs.gentoo.org/868288
Signed-off-by: Alexander Kurakin  mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/27126
Signed-off-by: Joonas Niilola  gentoo.org>

 app-dicts/myspell-en/Manifest   |  1 +
 app-dicts/myspell-en/myspell-en-20220901.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index f3dd4971d53d..91dd78da58b9 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,3 +1,4 @@
 DIST dict-en-20210601.oxt 6104083 BLAKE2B 
192252e85918d3d47167ff9243f70178bc548de3e93152c4139e64ffb013e147fda1fa9c7741ce7bf74b149ec0ab6e001760990cd1ee33dad06fd5e3813ef591
 SHA512 
c9d791a12aa97d6c2a0928f9f500b22492208b415f877d6b5bd192b5da4c243c32b8d0b7af6b3f5cbfefe6b1c695626db204fc29a922dc4b083538ed144cb472
 DIST dict-en-20220701_lo.oxt 6124450 BLAKE2B 
0fcd479efcbe9cbf6d2e7d479cb070b32bcf62d6ab6154e64c27d155dbc6d9e7521aee4a76e08288b77b583a7f3273f7817694a3b7fe194861ac64b785188ce8
 SHA512 
3df04d9ff2edf12d1d717a6b95893cf69e394fe2cbdcba77d0c804b37500feeaf42379d743f3c21cb9c8f8ae17ad2eb990806ea3f9fc8af954bd7b89f3253a4d
 DIST dict-en-20220801_lo.oxt 6098496 BLAKE2B 
38d216627665aac750528f29eef09baee43bc4cddfe931f8b6a4fa69442fa0489dc89a996850d93a4fc955953e6d33f7950f2efa2549932dbdb862bb07505ac1
 SHA512 
4ec52df3fafe6432b522f0b2912b3c046820518fd11079ae46506fc120943c31df46820164c7a786881797ae3508263d34e26c6226d23b861097926d7dd396e4
+DIST dict-en-20220901_lo.oxt 6098929 BLAKE2B 
61b5e20b567561b7418ad9a932bf14dcd2048a874330faa86e10ae456b360ba287030a7c33146447134e20c10084e5f77d986e8bce87f215447a06cd492e8fc2
 SHA512 
d3f6decbd55956176651813dd8a9364bb8c8b296645c215deebf556f0ddf0e6a61da306c12d01943a8dddf2f765b577d40d55d24e1bbdf08803ac501814364b2

diff --git a/app-dicts/myspell-en/myspell-en-20220901.ebuild 
b/app-dicts/myspell-en/myspell-en-20220901.ebuild
new file mode 100644
index ..9081a26c25c6
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20220901.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="https://extensions.libreoffice.org/extensions/english-dictionaries";
+SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1662008134/dict-en-20220901_lo.oxt";
+
+LICENSE="BSD MIT LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x86-solaris"
+
+PLOCALES=( "en" "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
+IUSE+="${PLOCALES[@]/#/l10n_}"
+REQUIRED_USE="|| ( ${IUSE[@]} )"
+
+src_prepare() {
+   if use l10n_en-GB || use l10n_en; then
+   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
+   fi
+   if use l10n_en-US || use l10n_en; then
+   MYSPELL_THES+=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+   )
+   MYSPELL_HYPH+=( "hyph_en_US.dic" )
+   fi
+
+   MYSPELL_DICT=( )
+   for lang in "${PLOCALES[@]}"; do
+   if [[ "${lang}" == "en" ]]; then
+   continue
+   fi
+   local mylinguas="${lang//-/_}"
+   if use "l10n_${lang}" || use l10n_en; then
+   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
+   else
+   rm "README_${mylinguas}.txt" || die
+   if [[ ${lang} == "en-US" ]]; then
+   rm "README_hyph_en_US.txt" || die
+   fi
+   if [[ ${lang} == "en-GB" ]]; then
+   rm "README_hyph_en_GB.txt" || die
+   rm "README_en_GB_thes.txt" || die
+   fi
+   fi
+   done
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2022-08-28 Thread Joonas Niilola
commit: 24893e6ae17f6a56ae8c85b9a7433a488a0563a4
Author: Alexander Kurakin  mail  ru>
AuthorDate: Wed Aug 10 15:42:30 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Aug 28 08:22:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24893e6a

app-dicts/myspell-en: 20220801 version bump

Closes: https://bugs.gentoo.org/864811
Signed-off-by: Alexander Kurakin  mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/26812
Signed-off-by: Joonas Niilola  gentoo.org>

 app-dicts/myspell-en/Manifest   |  1 +
 app-dicts/myspell-en/myspell-en-20220801.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index b8f47381cbc3..f3dd4971d53d 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,2 +1,3 @@
 DIST dict-en-20210601.oxt 6104083 BLAKE2B 
192252e85918d3d47167ff9243f70178bc548de3e93152c4139e64ffb013e147fda1fa9c7741ce7bf74b149ec0ab6e001760990cd1ee33dad06fd5e3813ef591
 SHA512 
c9d791a12aa97d6c2a0928f9f500b22492208b415f877d6b5bd192b5da4c243c32b8d0b7af6b3f5cbfefe6b1c695626db204fc29a922dc4b083538ed144cb472
 DIST dict-en-20220701_lo.oxt 6124450 BLAKE2B 
0fcd479efcbe9cbf6d2e7d479cb070b32bcf62d6ab6154e64c27d155dbc6d9e7521aee4a76e08288b77b583a7f3273f7817694a3b7fe194861ac64b785188ce8
 SHA512 
3df04d9ff2edf12d1d717a6b95893cf69e394fe2cbdcba77d0c804b37500feeaf42379d743f3c21cb9c8f8ae17ad2eb990806ea3f9fc8af954bd7b89f3253a4d
+DIST dict-en-20220801_lo.oxt 6098496 BLAKE2B 
38d216627665aac750528f29eef09baee43bc4cddfe931f8b6a4fa69442fa0489dc89a996850d93a4fc955953e6d33f7950f2efa2549932dbdb862bb07505ac1
 SHA512 
4ec52df3fafe6432b522f0b2912b3c046820518fd11079ae46506fc120943c31df46820164c7a786881797ae3508263d34e26c6226d23b861097926d7dd396e4

diff --git a/app-dicts/myspell-en/myspell-en-20220801.ebuild 
b/app-dicts/myspell-en/myspell-en-20220801.ebuild
new file mode 100644
index ..a207732d153b
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20220801.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="https://extensions.libreoffice.org/extensions/english-dictionaries";
+SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1659325608/dict-en-20220801_lo.oxt";
+
+LICENSE="BSD MIT LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x86-solaris"
+
+PLOCALES=( "en" "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
+IUSE+="${PLOCALES[@]/#/l10n_}"
+REQUIRED_USE="|| ( ${IUSE[@]} )"
+
+src_prepare() {
+   if use l10n_en-GB || use l10n_en; then
+   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
+   fi
+   if use l10n_en-US || use l10n_en; then
+   MYSPELL_THES+=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+   )
+   MYSPELL_HYPH+=( "hyph_en_US.dic" )
+   fi
+
+   MYSPELL_DICT=( )
+   for lang in "${PLOCALES[@]}"; do
+   if [[ "${lang}" == "en" ]]; then
+   continue
+   fi
+   local mylinguas="${lang//-/_}"
+   if use "l10n_${lang}" || use l10n_en; then
+   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
+   else
+   rm "README_${mylinguas}.txt" || die
+   if [[ ${lang} == "en-US" ]]; then
+   rm "README_hyph_en_US.txt" || die
+   fi
+   if [[ ${lang} == "en-GB" ]]; then
+   rm "README_hyph_en_GB.txt" || die
+   rm "README_en_GB_thes.txt" || die
+   fi
+   fi
+   done
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2022-07-02 Thread Joonas Niilola
commit: 2a510590ad815c7735fc3a33a37a6fd0bc7f3d8f
Author: Alexander Kurakin  mail  ru>
AuthorDate: Sat Jul  2 16:54:28 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Jul  2 17:35:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a510590

app-dicts/myspell-en: version bump to 20220701

Closes: https://bugs.gentoo.org/855959
Closes: https://bugs.gentoo.org/850979
Signed-off-by: Alexander Kurakin  mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/26203
Closes: https://github.com/gentoo/gentoo/pull/25845
Signed-off-by: Joonas Niilola  gentoo.org>

 app-dicts/myspell-en/Manifest   |  1 +
 app-dicts/myspell-en/myspell-en-20220701.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index fc3e0c504a5d..b8f47381cbc3 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1 +1,2 @@
 DIST dict-en-20210601.oxt 6104083 BLAKE2B 
192252e85918d3d47167ff9243f70178bc548de3e93152c4139e64ffb013e147fda1fa9c7741ce7bf74b149ec0ab6e001760990cd1ee33dad06fd5e3813ef591
 SHA512 
c9d791a12aa97d6c2a0928f9f500b22492208b415f877d6b5bd192b5da4c243c32b8d0b7af6b3f5cbfefe6b1c695626db204fc29a922dc4b083538ed144cb472
+DIST dict-en-20220701_lo.oxt 6124450 BLAKE2B 
0fcd479efcbe9cbf6d2e7d479cb070b32bcf62d6ab6154e64c27d155dbc6d9e7521aee4a76e08288b77b583a7f3273f7817694a3b7fe194861ac64b785188ce8
 SHA512 
3df04d9ff2edf12d1d717a6b95893cf69e394fe2cbdcba77d0c804b37500feeaf42379d743f3c21cb9c8f8ae17ad2eb990806ea3f9fc8af954bd7b89f3253a4d

diff --git a/app-dicts/myspell-en/myspell-en-20220701.ebuild 
b/app-dicts/myspell-en/myspell-en-20220701.ebuild
new file mode 100644
index ..6f7a8205cd41
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20220701.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="https://extensions.libreoffice.org/extensions/english-dictionaries";
+SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1656659156/dict-en-20220701_lo.oxt";
+
+LICENSE="BSD MIT LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x86-solaris"
+
+PLOCALES=( "en" "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
+IUSE+="${PLOCALES[@]/#/l10n_}"
+REQUIRED_USE="|| ( ${IUSE[@]} )"
+
+src_prepare() {
+   if use l10n_en-GB || use l10n_en; then
+   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
+   fi
+   if use l10n_en-US || use l10n_en; then
+   MYSPELL_THES+=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+   )
+   MYSPELL_HYPH+=( "hyph_en_US.dic" )
+   fi
+
+   MYSPELL_DICT=( )
+   for lang in "${PLOCALES[@]}"; do
+   if [[ "${lang}" == "en" ]]; then
+   continue
+   fi
+   local mylinguas="${lang//-/_}"
+   if use "l10n_${lang}" || use l10n_en; then
+   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
+   else
+   rm "README_${mylinguas}.txt" || die
+   if [[ ${lang} == "en-US" ]]; then
+   rm "README_hyph_en_US.txt" || die
+   fi
+   if [[ ${lang} == "en-GB" ]]; then
+   rm "README_hyph_en_GB.txt" || die
+   rm "README_en_GB_thes.txt" || die
+   fi
+   fi
+   done
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2022-04-25 Thread Sam James
commit: b9faeedd7a790578eede5ed534b225c676881302
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 02:57:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 02:57:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9faeedd

app-dicts/myspell-en: Keyword 20210601-r2 s390, #840885

Signed-off-by: Sam James  gentoo.org>

 app-dicts/myspell-en/myspell-en-20210601-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-dicts/myspell-en/myspell-en-20210601-r2.ebuild 
b/app-dicts/myspell-en/myspell-en-20210601-r2.ebuild
index f4ccd7d28f0b..8115dff41500 100644
--- a/app-dicts/myspell-en/myspell-en-20210601-r2.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20210601-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/dict-en-20210601
 
 LICENSE="BSD MIT LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
 
 PLOCALES=( "en" "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
 IUSE+="${PLOCALES[@]/#/l10n_}"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2021-07-12 Thread Joonas Niilola
commit: e3fa6ff9ae03b20dca7f7de707294262f5ed1967
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Jul 12 15:31:03 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jul 12 15:32:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3fa6ff9

app-dicts/myspell-en: fix 20210601 to install en_US.dic

Bug: https://bugs.gentoo.org/731704
Signed-off-by: Joonas Niilola  gentoo.org>

 .../{myspell-en-20210601-r1.ebuild => myspell-en-20210601-r2.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-dicts/myspell-en/myspell-en-20210601-r1.ebuild 
b/app-dicts/myspell-en/myspell-en-20210601-r2.ebuild
similarity index 97%
rename from app-dicts/myspell-en/myspell-en-20210601-r1.ebuild
rename to app-dicts/myspell-en/myspell-en-20210601-r2.ebuild
index fca6fa3ff16..f4ccd7d28f0 100644
--- a/app-dicts/myspell-en/myspell-en-20210601-r1.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20210601-r2.ebuild
@@ -26,6 +26,7 @@ src_prepare() {
"th_en_US_v2.dat"
"th_en_US_v2.idx"
)
+   MYSPELL_HYPH+=( "hyph_en_US.dic" )
fi
 
MYSPELL_DICT=( )



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2021-07-04 Thread Agostino Sarubbo
commit: c5e448eee5542359f283a4f2be981e80ef1b9585
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jul  5 06:53:20 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jul  5 06:57:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e448ee

app-dicts/myspell-en: amd64/arm64/arm/ppc64/ppc/sparc/x86 stable (ALLARCHES 
policy) wrt bug #800443

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-dicts/myspell-en/myspell-en-20210601-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/myspell-en/myspell-en-20210601-r1.ebuild 
b/app-dicts/myspell-en/myspell-en-20210601-r1.ebuild
index e1e7bc9b3f5..fca6fa3ff16 100644
--- a/app-dicts/myspell-en/myspell-en-20210601-r1.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20210601-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/dict-en-20210601
 
 LICENSE="BSD MIT LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
 
 PLOCALES=( "en" "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
 IUSE+="${PLOCALES[@]/#/l10n_}"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2021-06-09 Thread Joonas Niilola
commit: b34cc05731e1139762b3baa42c28cde538c5bc67
Author: Marco Scardovi  scardovi  com>
AuthorDate: Wed Jun  9 14:06:25 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Jun 10 06:38:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b34cc057

app-dicts/myspell-en: remove old, unstable-only, versions

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Marco Scardovi  scardovi.com>
Closes: https://github.com/gentoo/gentoo/pull/21169
Signed-off-by: Joonas Niilola  gentoo.org>

 app-dicts/myspell-en/Manifest  |  1 -
 app-dicts/myspell-en/myspell-en-20181101.ebuild| 55 -
 app-dicts/myspell-en/myspell-en-20190101-r1.ebuild | 57 --
 app-dicts/myspell-en/myspell-en-20210601.ebuild| 52 
 4 files changed, 165 deletions(-)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index 4d68180e559..5f43674a9e4 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,4 +1,3 @@
 DIST dict-en-20170101.oxt 5960816 BLAKE2B 
65505ed6e8323f28377728ac29e550cf151688517b83209b055966be4e7e14465aacc1d1677d22bc005089d7623e78e63bf91dcdffcde3a790532dba87b54615
 SHA512 
fae05d3e4bdc9bbd5dda6eb2c0de2f5d0860973e75fe0931bcb0d0e0a5015fb6042beec7f811bee0011f519d13d0f3b52b09fbd906a75340bf311177885ccc1d
-DIST dict-en-20181101.oxt 6052772 BLAKE2B 
46825cb406406a3d64e8495f047ae81d6b693e6ff5cd89152a9c829a80d7be1920dfb3572a84aedb2e8f8e5c767aa49ed7e71ab330aca83b3936133699f1098a
 SHA512 
1f351b97c4fc907c5751a35b6665b6d91b1157b6a952a378f565989249b1900395f08f0204407a21b0bcb999fe695c14707c4744f5da32d521ee8d75f73c89f9
 DIST dict-en-20190101.oxt 6058651 BLAKE2B 
617ded8d7df6e62767083be7b0651e1bd1e039f78ebb67e8371228805519195dd5acd4ca7d415a29b68697a369d070eafa5545d1b8bbcbab58774db61f03e8e5
 SHA512 
06e6a21b524c378041655cc44e04f26a35b16e1606a478c0702b96fcbeb86180593fc02d00cae8e05700ead0bd6568239434e8d3d733937587e7b009245dfe4c
 DIST dict-en-20210601.oxt 6104083 BLAKE2B 
192252e85918d3d47167ff9243f70178bc548de3e93152c4139e64ffb013e147fda1fa9c7741ce7bf74b149ec0ab6e001760990cd1ee33dad06fd5e3813ef591
 SHA512 
c9d791a12aa97d6c2a0928f9f500b22492208b415f877d6b5bd192b5da4c243c32b8d0b7af6b3f5cbfefe6b1c695626db204fc29a922dc4b083538ed144cb472

diff --git a/app-dicts/myspell-en/myspell-en-20181101.ebuild 
b/app-dicts/myspell-en/myspell-en-20181101.ebuild
deleted file mode 100644
index f1ec14ee446..000
--- a/app-dicts/myspell-en/myspell-en-20181101.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-MY_PV="${PV:0:4}-${PV:4:2}.${PV:6:2}"
-
-inherit myspell-r2
-
-DESCRIPTION="English dictionaries for myspell/hunspell"
-HOMEPAGE="https://extensions.libreoffice.org/extensions/english-dictionaries";
-SRC_URI="https://extensions.libreoffice.org/extensions/english-dictionaries/${MY_PV}/@@download/file/dict-en-${PV}.oxt";
-
-LICENSE="BSD MIT LGPL-3+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
-
-PLOCALES=( "en" "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
-IUSE+="${PLOCALES[@]/#/l10n_}"
-REQUIRED_USE="|| ( ${IUSE[@]} )"
-
-src_prepare() {
-   if use l10n_en-GB || use l10n_en; then
-   MYSPELL_HYPH=( "hyph_en_GB.dic" )
-   fi
-   if use l10n_en-US || use l10n_en; then
-   MYSPELL_THES=(
-   "th_en_US_v2.dat"
-   "th_en_US_v2.idx"
-   )
-   fi
-
-   MYSPELL_DICT=( )
-   for lang in "${PLOCALES[@]}"; do
-   if [[ "${lang}" == "en" ]]; then
-   continue
-   fi
-   local mylinguas="${lang//-/_}"
-   if use "l10n_${lang}" || use l10n_en; then
-   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
-   else
-   rm "README_${mylinguas}.txt" || die
-   if [[ ${lang} == "en-US" ]]; then
-   rm "README_hyph_en_US.txt" || die
-   fi
-   if [[ ${lang} == "en-GB" ]]; then
-   rm "README_hyph_en_GB.txt" || die
-   rm "README_en_GB_thes.txt" || die
-   fi
-   fi
-   done
-
-   default
-}

diff --git a/app-dicts/myspell-en/myspell-en-20190101-r1.ebuild 
b/app-dicts/myspell-en/myspell-en-20190101-r1.ebuild
deleted file mode 100644
index e2e80992cb5..000
--- a/app-dicts/myspell-en/myspell-en-20190101-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-MY_PV="${PV:0:4}-${PV:4:2}.${PV:6:2}"
-
-inherit myspell-r2
-
-DESCRIPTION="English dictiona

[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2021-06-09 Thread Joonas Niilola
commit: e9b82a6e088cb33b76a08aa41afcf2306967b97a
Author: Marco Scardovi  scardovi  com>
AuthorDate: Wed Jun  9 14:04:40 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Jun 10 06:38:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9b82a6e

app-dicts/myspell-en: update logic for en-US

Closes: https://github.com/gentoo/gentoo/pull/16938
Bug: https://bugs.gentoo.org/731704
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Marco Scardovi  scardovi.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-dicts/myspell-en/myspell-en-20210601-r1.ebuild | 52 ++
 1 file changed, 52 insertions(+)

diff --git a/app-dicts/myspell-en/myspell-en-20210601-r1.ebuild 
b/app-dicts/myspell-en/myspell-en-20210601-r1.ebuild
new file mode 100644
index 000..e1e7bc9b3f5
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20210601-r1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="https://extensions.libreoffice.org/extensions/english-dictionaries";
+SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/dict-en-20210601.oxt";
+
+LICENSE="BSD MIT LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
+
+PLOCALES=( "en" "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
+IUSE+="${PLOCALES[@]/#/l10n_}"
+REQUIRED_USE="|| ( ${IUSE[@]} )"
+
+src_prepare() {
+   if use l10n_en-GB || use l10n_en; then
+   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
+   fi
+   if use l10n_en-US || use l10n_en; then
+   MYSPELL_THES+=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+   )
+   fi
+
+   MYSPELL_DICT=( )
+   for lang in "${PLOCALES[@]}"; do
+   if [[ "${lang}" == "en" ]]; then
+   continue
+   fi
+   local mylinguas="${lang//-/_}"
+   if use "l10n_${lang}" || use l10n_en; then
+   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
+   else
+   rm "README_${mylinguas}.txt" || die
+   if [[ ${lang} == "en-US" ]]; then
+   rm "README_hyph_en_US.txt" || die
+   fi
+   if [[ ${lang} == "en-GB" ]]; then
+   rm "README_hyph_en_GB.txt" || die
+   rm "README_en_GB_thes.txt" || die
+   fi
+   fi
+   done
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2021-06-03 Thread Joonas Niilola
commit: a115a7e1fa28b31ee99728fb3c9bd198e6711308
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Jun  3 14:22:08 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Jun  3 14:22:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a115a7e1

app-dicts/myspell-en: readd ~riscv

Signed-off-by: Joonas Niilola  gentoo.org>

 app-dicts/myspell-en/myspell-en-20210601.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/myspell-en/myspell-en-20210601.ebuild 
b/app-dicts/myspell-en/myspell-en-20210601.ebuild
index c7def649d4c..9e0f8c06340 100644
--- a/app-dicts/myspell-en/myspell-en-20210601.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20210601.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/dict-en-20210601
 
 LICENSE="BSD MIT LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
 
 PLOCALES=( "en" "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
 IUSE+="${PLOCALES[@]/#/l10n_}"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2021-01-06 Thread Fabian Groffen
commit: 5d1f2cdb9156972c88e6887fcf48867a0b4a9774
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 12:57:25 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 12:57:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d1f2cdb

app-dicts/myspell-en: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 app-dicts/myspell-en/myspell-en-20170101.ebuild| 4 ++--
 app-dicts/myspell-en/myspell-en-20181101.ebuild| 4 ++--
 app-dicts/myspell-en/myspell-en-20190101-r1.ebuild | 4 ++--
 app-dicts/myspell-en/myspell-en-20190101.ebuild| 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-dicts/myspell-en/myspell-en-20170101.ebuild 
b/app-dicts/myspell-en/myspell-en-20170101.ebuild
index 4fa1e153169..a258f873342 100644
--- a/app-dicts/myspell-en/myspell-en-20170101.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20170101.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -35,5 +35,5 @@ 
SRC_URI="https://extensions.libreoffice.org/extensions/english-dictionaries/${MY
 
 LICENSE="GPL-2 LGPL-2.1 Princeton myspell-en_CA-KevinAtkinson"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
 IUSE=""

diff --git a/app-dicts/myspell-en/myspell-en-20181101.ebuild 
b/app-dicts/myspell-en/myspell-en-20181101.ebuild
index b2f1d7f1e9a..f1ec14ee446 100644
--- a/app-dicts/myspell-en/myspell-en-20181101.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20181101.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -13,7 +13,7 @@ 
SRC_URI="https://extensions.libreoffice.org/extensions/english-dictionaries/${MY
 
 LICENSE="BSD MIT LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 PLOCALES=( "en" "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )

diff --git a/app-dicts/myspell-en/myspell-en-20190101-r1.ebuild 
b/app-dicts/myspell-en/myspell-en-20190101-r1.ebuild
index 85fa3c9a53c..e2e80992cb5 100644
--- a/app-dicts/myspell-en/myspell-en-20190101-r1.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20190101-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -13,7 +13,7 @@ 
SRC_URI="https://extensions.libreoffice.org/extensions/english-dictionaries/${MY
 
 LICENSE="BSD MIT LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
 IUSE=""
 
 PLOCALES=( "en" "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )

diff --git a/app-dicts/myspell-en/myspell-en-20190101.ebuild 
b/app-dicts/myspell-en/myspell-en-20190101.ebuild
index 077b7812f48..ed8e6932e08 100644
--- a/app-dicts/myspell-en/myspell-en-20190101.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20190101.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -13,7 +13,7 @@ 
SRC_URI="https://extensions.libreoffice.org/extensions/english-dictionaries/${MY
 
 LICENSE="BSD MIT LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 PLOCALES=( "en" "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2019-07-14 Thread Michał Górny
commit: eb645e9e12866b4086e1fab81c9da72346adceac
Author: Gino  protonmail  com>
AuthorDate: Mon Nov 12 07:39:20 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 14 12:41:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb645e9e

app-dicts/myspell-en: Add back en-US hyphen file

Signed-off-by: Gino McCarty  protonmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 app-dicts/myspell-en/myspell-en-20190101-r1.ebuild | 57 ++
 1 file changed, 57 insertions(+)

diff --git a/app-dicts/myspell-en/myspell-en-20190101-r1.ebuild 
b/app-dicts/myspell-en/myspell-en-20190101-r1.ebuild
new file mode 100644
index 000..5ff42d18e24
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20190101-r1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+MY_PV="${PV:0:4}-${PV:4:2}.${PV:6:2}"
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="https://extensions.libreoffice.org/extensions/english-dictionaries";
+SRC_URI="https://extensions.libreoffice.org/extensions/english-dictionaries/${MY_PV}/@@download/file/dict-en-${PV}.oxt";
+
+LICENSE="BSD MIT LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""
+
+PLOCALES=( "en" "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
+IUSE+="${PLOCALES[@]/#/l10n_}"
+REQUIRED_USE="|| ( ${IUSE[@]} )"
+RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2019-04-23 Thread Aaron Bauman
commit: cefd72eb30b07badb938d397c1a3c4f6bbee4277
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Apr 23 21:30:24 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Apr 23 21:38:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cefd72eb

app-dicts/myspell-en: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-dicts/myspell-en/myspell-en-20190101.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-dicts/myspell-en/myspell-en-20190101.ebuild 
b/app-dicts/myspell-en/myspell-en-20190101.ebuild
index 932b93b49c6..d71c0aee1b2 100644
--- a/app-dicts/myspell-en/myspell-en-20190101.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20190101.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -13,7 +13,7 @@ 
SRC_URI="https://extensions.libreoffice.org/extensions/english-dictionaries/${MY
 
 LICENSE="BSD MIT LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 PLOCALES=( "en" "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2019-01-15 Thread Patrice Clement
commit: 8cdefb2442584d64ed5513c84bb88e4472ee9c15
Author: Gino  protonmail  com>
AuthorDate: Sun Jan  6 22:25:59 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jan 15 23:42:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cdefb24

app-dict/myspell-en-20190101: version bump.

Signed-off-by: Gino  protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10760
Signed-off-by: Patrice Clement  gentoo.org>

 app-dicts/myspell-en/Manifest   |  1 +
 app-dicts/myspell-en/myspell-en-20190101.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index cf0fe159b8f..e36ade66442 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,2 +1,3 @@
 DIST dict-en-20170101.oxt 5960816 BLAKE2B 
65505ed6e8323f28377728ac29e550cf151688517b83209b055966be4e7e14465aacc1d1677d22bc005089d7623e78e63bf91dcdffcde3a790532dba87b54615
 SHA512 
fae05d3e4bdc9bbd5dda6eb2c0de2f5d0860973e75fe0931bcb0d0e0a5015fb6042beec7f811bee0011f519d13d0f3b52b09fbd906a75340bf311177885ccc1d
 DIST dict-en-20181101.oxt 6052772 BLAKE2B 
46825cb406406a3d64e8495f047ae81d6b693e6ff5cd89152a9c829a80d7be1920dfb3572a84aedb2e8f8e5c767aa49ed7e71ab330aca83b3936133699f1098a
 SHA512 
1f351b97c4fc907c5751a35b6665b6d91b1157b6a952a378f565989249b1900395f08f0204407a21b0bcb999fe695c14707c4744f5da32d521ee8d75f73c89f9
+DIST dict-en-20190101.oxt 6058651 BLAKE2B 
617ded8d7df6e62767083be7b0651e1bd1e039f78ebb67e8371228805519195dd5acd4ca7d415a29b68697a369d070eafa5545d1b8bbcbab58774db61f03e8e5
 SHA512 
06e6a21b524c378041655cc44e04f26a35b16e1606a478c0702b96fcbeb86180593fc02d00cae8e05700ead0bd6568239434e8d3d733937587e7b009245dfe4c

diff --git a/app-dicts/myspell-en/myspell-en-20190101.ebuild 
b/app-dicts/myspell-en/myspell-en-20190101.ebuild
new file mode 100644
index 000..932b93b49c6
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20190101.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+MY_PV="${PV:0:4}-${PV:4:2}.${PV:6:2}"
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="https://extensions.libreoffice.org/extensions/english-dictionaries";
+SRC_URI="https://extensions.libreoffice.org/extensions/english-dictionaries/${MY_PV}/@@download/file/dict-en-${PV}.oxt";
+
+LICENSE="BSD MIT LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""
+
+PLOCALES=( "en" "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
+IUSE+="${PLOCALES[@]/#/l10n_}"
+REQUIRED_USE="|| ( ${IUSE[@]} )"
+
+src_prepare() {
+   if use l10n_en-GB || use l10n_en; then
+   MYSPELL_HYPH=( "hyph_en_GB.dic" )
+   fi
+   if use l10n_en-US || use l10n_en; then
+   MYSPELL_THES=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+   )
+   fi
+
+   MYSPELL_DICT=( )
+   for lang in "${PLOCALES[@]}"; do
+   if [[ "${lang}" == "en" ]]; then
+   continue
+   fi
+   local mylinguas="${lang//-/_}"
+   if use "l10n_${lang}" || use l10n_en; then
+   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
+   else
+   rm "README_${mylinguas}.txt" || die
+   if [[ ${lang} == "en-US" ]]; then
+   rm "README_hyph_en_US.txt" || die
+   fi
+   if [[ ${lang} == "en-GB" ]]; then
+   rm "README_hyph_en_GB.txt" || die
+   rm "README_en_GB_thes.txt" || die
+   fi
+   fi
+   done
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2018-11-11 Thread Michał Górny
commit: c898b95588e6e8b73379202dbffe624543657f1d
Author: Gino  protonmail  com>
AuthorDate: Thu Oct 25 00:26:22 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 11 08:25:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c898b955

app-dict/myspell-en: Add myself as Proxy Maintainer

Signed-off-by: Gino McCarty  protonmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 app-dicts/myspell-en/metadata.xml | 8 
 1 file changed, 8 insertions(+)

diff --git a/app-dicts/myspell-en/metadata.xml 
b/app-dicts/myspell-en/metadata.xml
index 097975e3adc..d8d2eab72da 100644
--- a/app-dicts/myspell-en/metadata.xml
+++ b/app-dicts/myspell-en/metadata.xml
@@ -1,4 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
+   
+   onig...@protonmail.com
+   Gino McCarty
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
 



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2018-11-11 Thread Michał Górny
commit: b46dfaf34cc478f5f7ed725a87b30b6c00c359a2
Author: Gino  protonmail  com>
AuthorDate: Fri Oct 26 18:04:12 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 11 08:25:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b46dfaf3

app-dict/myspell-en: Drop old versions

Signed-off-by: Gino McCarty  protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10220
Signed-off-by: Michał Górny  gentoo.org>

 app-dicts/myspell-en/Manifest   |  2 --
 app-dicts/myspell-en/myspell-en-20160901.ebuild | 39 -
 app-dicts/myspell-en/myspell-en-20170501.ebuild | 39 -
 3 files changed, 80 deletions(-)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index 9baa9c07ca5..cf0fe159b8f 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,4 +1,2 @@
-DIST dict-en-20160901.oxt 6025820 BLAKE2B 
b4b698d63e31c478ec15eea8fa90afba6fafebb90c88618094ab3535af0effb5777e9be313f8a72a460ac32379c699308a791a79ad977d326d9161857a793dc8
 SHA512 
f52b1fe8c32c6f7dad389d43f52356ecc989365113593513c61a36ad6fed03c6eab7e08c9a07b281c1a30bdf6dbe2d201bc2ed83c6b1fce1006e16de969a30b0
 DIST dict-en-20170101.oxt 5960816 BLAKE2B 
65505ed6e8323f28377728ac29e550cf151688517b83209b055966be4e7e14465aacc1d1677d22bc005089d7623e78e63bf91dcdffcde3a790532dba87b54615
 SHA512 
fae05d3e4bdc9bbd5dda6eb2c0de2f5d0860973e75fe0931bcb0d0e0a5015fb6042beec7f811bee0011f519d13d0f3b52b09fbd906a75340bf311177885ccc1d
-DIST dict-en-20170501.oxt 5964856 BLAKE2B 
71a19b8c5215dde7d2779a259310bb3b098c0e6493000e77e7c0433efbf5faf03e8a4eae85ba500142f72838a6b0b9dba173c0025c1568d367d7093548ac0a1a
 SHA512 
df8b2f15903d650b5fe9499dd278d2831f98aba421e83d38e7807e42c3c2304fc7921f12663589a7195de6d298be6103e3f7a58b15755512bd1db0e4c4f7c5d5
 DIST dict-en-20181101.oxt 6052772 BLAKE2B 
46825cb406406a3d64e8495f047ae81d6b693e6ff5cd89152a9c829a80d7be1920dfb3572a84aedb2e8f8e5c767aa49ed7e71ab330aca83b3936133699f1098a
 SHA512 
1f351b97c4fc907c5751a35b6665b6d91b1157b6a952a378f565989249b1900395f08f0204407a21b0bcb999fe695c14707c4744f5da32d521ee8d75f73c89f9

diff --git a/app-dicts/myspell-en/myspell-en-20160901.ebuild 
b/app-dicts/myspell-en/myspell-en-20160901.ebuild
deleted file mode 100644
index 7fc9b1cc89f..000
--- a/app-dicts/myspell-en/myspell-en-20160901.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PV="${PV:0:4}.${PV:4:2}.${PV:6:2}"
-
-MYSPELL_DICT=(
-   "en_AU.aff"
-   "en_AU.dic"
-   "en_CA.aff"
-   "en_CA.dic"
-   "en_GB.aff"
-   "en_GB.dic"
-   "en_US.aff"
-   "en_US.dic"
-   "en_ZA.aff"
-   "en_ZA.dic"
-)
-
-MYSPELL_HYPH=(
-   "hyph_en_GB.dic"
-)
-
-MYSPELL_THES=(
-   "th_en_US_v2.dat"
-   "th_en_US_v2.idx"
-)
-
-inherit myspell-r2
-
-DESCRIPTION="English dictionaries for myspell/hunspell"
-HOMEPAGE="https://extensions.libreoffice.org/extensions/english-dictionaries";
-SRC_URI="https://extensions.libreoffice.org/extensions/english-dictionaries/${MY_PV}/@@download/file/dict-en.oxt
 -> dict-en-${PV}.oxt"
-
-LICENSE="GPL-2 LGPL-2.1 Princeton myspell-en_CA-KevinAtkinson"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
-IUSE=""

diff --git a/app-dicts/myspell-en/myspell-en-20170501.ebuild 
b/app-dicts/myspell-en/myspell-en-20170501.ebuild
deleted file mode 100644
index 8a91e263b3a..000
--- a/app-dicts/myspell-en/myspell-en-20170501.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PV="${PV:0:4}-${PV:4:2}.${PV:6:2}"
-
-MYSPELL_DICT=(
-   "en_AU.aff"
-   "en_AU.dic"
-   "en_CA.aff"
-   "en_CA.dic"
-   "en_GB.aff"
-   "en_GB.dic"
-   "en_US.aff"
-   "en_US.dic"
-   "en_ZA.aff"
-   "en_ZA.dic"
-)
-
-MYSPELL_HYPH=(
-   "hyph_en_GB.dic"
-)
-
-MYSPELL_THES=(
-   "th_en_US_v2.dat"
-   "th_en_US_v2.idx"
-)
-
-inherit myspell-r2
-
-DESCRIPTION="English dictionaries for myspell/hunspell"
-HOMEPAGE="https://extensions.libreoffice.org/extensions/english-dictionaries";
-SRC_URI="https://extensions.libreoffice.org/extensions/english-dictionaries/${MY_PV}/@@download/file/dict-en-${PV}.oxt";
-
-LICENSE="GPL-2 LGPL-2.1 Princeton myspell-en_CA-KevinAtkinson"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE=""



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2018-11-11 Thread Michał Górny
commit: 68228bc9334d628aa54231c469bf3d46649f35be
Author: Gino  protonmail  com>
AuthorDate: Thu Oct 25 00:23:37 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 11 08:25:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68228bc9

app-dict/myspell-en: Version Bump to 20181101

Version bump and new ebuild format for L10N usage

Signed-off-by: Gino  protonmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 app-dicts/myspell-en/Manifest   |  1 +
 app-dicts/myspell-en/myspell-en-20181101.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index 7f4e88ff7d3..9baa9c07ca5 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,3 +1,4 @@
 DIST dict-en-20160901.oxt 6025820 BLAKE2B 
b4b698d63e31c478ec15eea8fa90afba6fafebb90c88618094ab3535af0effb5777e9be313f8a72a460ac32379c699308a791a79ad977d326d9161857a793dc8
 SHA512 
f52b1fe8c32c6f7dad389d43f52356ecc989365113593513c61a36ad6fed03c6eab7e08c9a07b281c1a30bdf6dbe2d201bc2ed83c6b1fce1006e16de969a30b0
 DIST dict-en-20170101.oxt 5960816 BLAKE2B 
65505ed6e8323f28377728ac29e550cf151688517b83209b055966be4e7e14465aacc1d1677d22bc005089d7623e78e63bf91dcdffcde3a790532dba87b54615
 SHA512 
fae05d3e4bdc9bbd5dda6eb2c0de2f5d0860973e75fe0931bcb0d0e0a5015fb6042beec7f811bee0011f519d13d0f3b52b09fbd906a75340bf311177885ccc1d
 DIST dict-en-20170501.oxt 5964856 BLAKE2B 
71a19b8c5215dde7d2779a259310bb3b098c0e6493000e77e7c0433efbf5faf03e8a4eae85ba500142f72838a6b0b9dba173c0025c1568d367d7093548ac0a1a
 SHA512 
df8b2f15903d650b5fe9499dd278d2831f98aba421e83d38e7807e42c3c2304fc7921f12663589a7195de6d298be6103e3f7a58b15755512bd1db0e4c4f7c5d5
+DIST dict-en-20181101.oxt 6052772 BLAKE2B 
46825cb406406a3d64e8495f047ae81d6b693e6ff5cd89152a9c829a80d7be1920dfb3572a84aedb2e8f8e5c767aa49ed7e71ab330aca83b3936133699f1098a
 SHA512 
1f351b97c4fc907c5751a35b6665b6d91b1157b6a952a378f565989249b1900395f08f0204407a21b0bcb999fe695c14707c4744f5da32d521ee8d75f73c89f9

diff --git a/app-dicts/myspell-en/myspell-en-20181101.ebuild 
b/app-dicts/myspell-en/myspell-en-20181101.ebuild
new file mode 100644
index 000..932b93b49c6
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20181101.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+MY_PV="${PV:0:4}-${PV:4:2}.${PV:6:2}"
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="https://extensions.libreoffice.org/extensions/english-dictionaries";
+SRC_URI="https://extensions.libreoffice.org/extensions/english-dictionaries/${MY_PV}/@@download/file/dict-en-${PV}.oxt";
+
+LICENSE="BSD MIT LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""
+
+PLOCALES=( "en" "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
+IUSE+="${PLOCALES[@]/#/l10n_}"
+REQUIRED_USE="|| ( ${IUSE[@]} )"
+
+src_prepare() {
+   if use l10n_en-GB || use l10n_en; then
+   MYSPELL_HYPH=( "hyph_en_GB.dic" )
+   fi
+   if use l10n_en-US || use l10n_en; then
+   MYSPELL_THES=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+   )
+   fi
+
+   MYSPELL_DICT=( )
+   for lang in "${PLOCALES[@]}"; do
+   if [[ "${lang}" == "en" ]]; then
+   continue
+   fi
+   local mylinguas="${lang//-/_}"
+   if use "l10n_${lang}" || use l10n_en; then
+   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
+   else
+   rm "README_${mylinguas}.txt" || die
+   if [[ ${lang} == "en-US" ]]; then
+   rm "README_hyph_en_US.txt" || die
+   fi
+   if [[ ${lang} == "en-GB" ]]; then
+   rm "README_hyph_en_GB.txt" || die
+   rm "README_en_GB_thes.txt" || die
+   fi
+   fi
+   done
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2017-06-12 Thread Michael Palimaka
commit: 2a5446ead61ef0df9ad2710c1671b85fed87c5b6
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Jun 12 11:51:03 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Jun 12 12:02:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a5446ea

app-dicts/myspell-en: use HTTPS

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-dicts/myspell-en/myspell-en-20160901.ebuild | 2 +-
 app-dicts/myspell-en/myspell-en-20170101.ebuild | 2 +-
 app-dicts/myspell-en/myspell-en-20170501.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-dicts/myspell-en/myspell-en-20160901.ebuild 
b/app-dicts/myspell-en/myspell-en-20160901.ebuild
index f65778714c0..7fc9b1cc89f 100644
--- a/app-dicts/myspell-en/myspell-en-20160901.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20160901.ebuild
@@ -30,7 +30,7 @@ MYSPELL_THES=(
 inherit myspell-r2
 
 DESCRIPTION="English dictionaries for myspell/hunspell"
-HOMEPAGE="http://extensions.libreoffice.org/extensions/english-dictionaries";
+HOMEPAGE="https://extensions.libreoffice.org/extensions/english-dictionaries";
 
SRC_URI="https://extensions.libreoffice.org/extensions/english-dictionaries/${MY_PV}/@@download/file/dict-en.oxt
 -> dict-en-${PV}.oxt"
 
 LICENSE="GPL-2 LGPL-2.1 Princeton myspell-en_CA-KevinAtkinson"

diff --git a/app-dicts/myspell-en/myspell-en-20170101.ebuild 
b/app-dicts/myspell-en/myspell-en-20170101.ebuild
index 23061a18cdf..971a5a8d437 100644
--- a/app-dicts/myspell-en/myspell-en-20170101.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20170101.ebuild
@@ -30,7 +30,7 @@ MYSPELL_THES=(
 inherit myspell-r2
 
 DESCRIPTION="English dictionaries for myspell/hunspell"
-HOMEPAGE="http://extensions.libreoffice.org/extensions/english-dictionaries";
+HOMEPAGE="https://extensions.libreoffice.org/extensions/english-dictionaries";
 
SRC_URI="https://extensions.libreoffice.org/extensions/english-dictionaries/${MY_PV}/@@download/file/dict-en-${PV}.oxt";
 
 LICENSE="GPL-2 LGPL-2.1 Princeton myspell-en_CA-KevinAtkinson"

diff --git a/app-dicts/myspell-en/myspell-en-20170501.ebuild 
b/app-dicts/myspell-en/myspell-en-20170501.ebuild
index 4a22cb35078..8a91e263b3a 100644
--- a/app-dicts/myspell-en/myspell-en-20170501.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20170501.ebuild
@@ -30,7 +30,7 @@ MYSPELL_THES=(
 inherit myspell-r2
 
 DESCRIPTION="English dictionaries for myspell/hunspell"
-HOMEPAGE="http://extensions.libreoffice.org/extensions/english-dictionaries";
+HOMEPAGE="https://extensions.libreoffice.org/extensions/english-dictionaries";
 
SRC_URI="https://extensions.libreoffice.org/extensions/english-dictionaries/${MY_PV}/@@download/file/dict-en-${PV}.oxt";
 
 LICENSE="GPL-2 LGPL-2.1 Princeton myspell-en_CA-KevinAtkinson"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2017-06-03 Thread Michael Palimaka
commit: c9f400b2c7130aca213b009c4bdfe4e683057cbf
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Jun  4 06:02:18 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Jun  4 06:02:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f400b2

app-dicts/myspell-en: version bump 20170501

Gentoo-bug: 619572
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-dicts/myspell-en/Manifest   |  1 +
 app-dicts/myspell-en/myspell-en-20170501.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index b5a9ba07eee..38c6b78c44c 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,2 +1,3 @@
 DIST dict-en-20160901.oxt 6025820 SHA256 
04ed9a2cbfeb42d77519232239e2c850b43b618f41e36dbe6e3389d1bc76676a SHA512 
f52b1fe8c32c6f7dad389d43f52356ecc989365113593513c61a36ad6fed03c6eab7e08c9a07b281c1a30bdf6dbe2d201bc2ed83c6b1fce1006e16de969a30b0
 WHIRLPOOL 
7819569189de66e3b988a8168f57246467fe3c64c48030592adffcddd576445db643942e2fd05ce7dde52ce93efaf8b42cf6845a3588545a29c0fa5f643df292
 DIST dict-en-20170101.oxt 5960816 SHA256 
0522dcd0692b00d7ef555b5f5582750d5cb8279ac4c70e2b2190cec60169b366 SHA512 
fae05d3e4bdc9bbd5dda6eb2c0de2f5d0860973e75fe0931bcb0d0e0a5015fb6042beec7f811bee0011f519d13d0f3b52b09fbd906a75340bf311177885ccc1d
 WHIRLPOOL 
afc033e0a07121f5b15b1956393c950d75a42e648e885b3e65eafe8de6d191a105196f7c8a41ab2716ec8ec96bb210455d99fa5fc0b5825b7b0539ec3404c9bc
+DIST dict-en-20170501.oxt 5964856 SHA256 
942d38f685eff64d1c97edb0b50fe938e66b0ee1d6117ca104ebdd7ae7edc123 SHA512 
df8b2f15903d650b5fe9499dd278d2831f98aba421e83d38e7807e42c3c2304fc7921f12663589a7195de6d298be6103e3f7a58b15755512bd1db0e4c4f7c5d5
 WHIRLPOOL 
ad71ec4dde9f380b43262d719c8247c31e9953c50df0093ef57b81b08ce26c70989454f27c1d789e5bdc2523deab68bdbfdcc2b158d5c66123baf45b088d67f4

diff --git a/app-dicts/myspell-en/myspell-en-20170501.ebuild 
b/app-dicts/myspell-en/myspell-en-20170501.ebuild
new file mode 100644
index 000..4a22cb35078
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20170501.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PV="${PV:0:4}-${PV:4:2}.${PV:6:2}"
+
+MYSPELL_DICT=(
+   "en_AU.aff"
+   "en_AU.dic"
+   "en_CA.aff"
+   "en_CA.dic"
+   "en_GB.aff"
+   "en_GB.dic"
+   "en_US.aff"
+   "en_US.dic"
+   "en_ZA.aff"
+   "en_ZA.dic"
+)
+
+MYSPELL_HYPH=(
+   "hyph_en_GB.dic"
+)
+
+MYSPELL_THES=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+)
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="http://extensions.libreoffice.org/extensions/english-dictionaries";
+SRC_URI="https://extensions.libreoffice.org/extensions/english-dictionaries/${MY_PV}/@@download/file/dict-en-${PV}.oxt";
+
+LICENSE="GPL-2 LGPL-2.1 Princeton myspell-en_CA-KevinAtkinson"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2017-02-16 Thread Michael Palimaka
commit: 0213bc450c67be44b6418c4ac0d160ab25926d0b
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Feb 16 08:47:32 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Feb 16 08:48:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0213bc45

app-dicts/myspell-en: 20170101 stable for 
alpha/amd64/arm/hppa/ia64/ppc/ppc64/sh/sparc/x86 using ALLARCHES

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-dicts/myspell-en/myspell-en-20170101.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/myspell-en/myspell-en-20170101.ebuild 
b/app-dicts/myspell-en/myspell-en-20170101.ebuild
index 41209fc9da..1a333cb82e 100644
--- a/app-dicts/myspell-en/myspell-en-20170101.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20170101.ebuild
@@ -36,5 +36,5 @@ 
SRC_URI="https://extensions.libreoffice.org/extensions/english-dictionaries/${MY
 
 LICENSE="GPL-2 LGPL-2.1 Princeton myspell-en_CA-KevinAtkinson"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2017-01-12 Thread Michael Palimaka
commit: 2eace078101de5032ce399e23530c37dbf24caea
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Jan 12 14:19:00 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Jan 12 14:19:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eace078

app-dicts/myspell-en: version bump 20170101

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-dicts/myspell-en/Manifest   |  1 +
 app-dicts/myspell-en/myspell-en-20170101.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index 61b4054..b5a9ba0 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1 +1,2 @@
 DIST dict-en-20160901.oxt 6025820 SHA256 
04ed9a2cbfeb42d77519232239e2c850b43b618f41e36dbe6e3389d1bc76676a SHA512 
f52b1fe8c32c6f7dad389d43f52356ecc989365113593513c61a36ad6fed03c6eab7e08c9a07b281c1a30bdf6dbe2d201bc2ed83c6b1fce1006e16de969a30b0
 WHIRLPOOL 
7819569189de66e3b988a8168f57246467fe3c64c48030592adffcddd576445db643942e2fd05ce7dde52ce93efaf8b42cf6845a3588545a29c0fa5f643df292
+DIST dict-en-20170101.oxt 5960816 SHA256 
0522dcd0692b00d7ef555b5f5582750d5cb8279ac4c70e2b2190cec60169b366 SHA512 
fae05d3e4bdc9bbd5dda6eb2c0de2f5d0860973e75fe0931bcb0d0e0a5015fb6042beec7f811bee0011f519d13d0f3b52b09fbd906a75340bf311177885ccc1d
 WHIRLPOOL 
afc033e0a07121f5b15b1956393c950d75a42e648e885b3e65eafe8de6d191a105196f7c8a41ab2716ec8ec96bb210455d99fa5fc0b5825b7b0539ec3404c9bc

diff --git a/app-dicts/myspell-en/myspell-en-20170101.ebuild 
b/app-dicts/myspell-en/myspell-en-20170101.ebuild
new file mode 100644
index ..862e5ea
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20170101.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MY_PV="${PV:0:4}-${PV:4:2}.${PV:6:2}"
+
+MYSPELL_DICT=(
+   "en_AU.aff"
+   "en_AU.dic"
+   "en_CA.aff"
+   "en_CA.dic"
+   "en_GB.aff"
+   "en_GB.dic"
+   "en_US.aff"
+   "en_US.dic"
+   "en_ZA.aff"
+   "en_ZA.dic"
+)
+
+MYSPELL_HYPH=(
+   "hyph_en_GB.dic"
+)
+
+MYSPELL_THES=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+)
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="http://extensions.libreoffice.org/extensions/english-dictionaries";
+SRC_URI="https://extensions.libreoffice.org/extensions/english-dictionaries/${MY_PV}/@@download/file/dict-en-${PV}.oxt";
+
+LICENSE="GPL-2 LGPL-2.1 Princeton myspell-en_CA-KevinAtkinson"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2016-12-30 Thread Kacper Kowalik
commit: 73c7135924619e223e36423f7748be852c22960d
Author: Kacper Kowalik  gentoo  org>
AuthorDate: Fri Dec 30 16:59:00 2016 +
Commit: Kacper Kowalik  gentoo  org>
CommitDate: Fri Dec 30 16:59:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c71359

app-dicts/myspell-en: update SRC_URI

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-dicts/myspell-en/myspell-en-20160901.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-dicts/myspell-en/myspell-en-20160901.ebuild 
b/app-dicts/myspell-en/myspell-en-20160901.ebuild
index b1fe740..498ba64 100644
--- a/app-dicts/myspell-en/myspell-en-20160901.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20160901.ebuild
@@ -31,8 +31,8 @@ MYSPELL_THES=(
 inherit myspell-r2
 
 DESCRIPTION="English dictionaries for myspell/hunspell"
-HOMEPAGE="http://extensions.libreoffice.org/extension-center/english-dictionaries";
-SRC_URI="http://extensions.libreoffice.org/extension-center/english-dictionaries/releases/${MY_PV}/dict-en.oxt
 -> dict-en-${PV}.oxt"
+HOMEPAGE="http://extensions.libreoffice.org/extensions/english-dictionaries";
+SRC_URI="https://extensions.libreoffice.org/extensions/english-dictionaries/${MY_PV}/@@download/file/dict-en.oxt
 -> dict-en-${PV}.oxt"
 
 LICENSE="GPL-2 LGPL-2.1 Princeton myspell-en_CA-KevinAtkinson"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2016-10-29 Thread Michael Palimaka
commit: e47c63d59330818fff682de5a9c4d06adff4b914
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Oct 29 10:08:36 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Oct 29 10:09:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e47c63d5

app-dicts/myspell-en: stable for 
alpha/amd64/arm/hppa/ia64/ppc/ppc64/sh/sparc/x86 using ALLARCHES

Package-Manager: portage-2.3.2

 app-dicts/myspell-en/myspell-en-20160901.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/myspell-en/myspell-en-20160901.ebuild 
b/app-dicts/myspell-en/myspell-en-20160901.ebuild
index 5b43cb6..b1fe740 100644
--- a/app-dicts/myspell-en/myspell-en-20160901.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20160901.ebuild
@@ -36,5 +36,5 @@ 
SRC_URI="http://extensions.libreoffice.org/extension-center/english-dictionaries
 
 LICENSE="GPL-2 LGPL-2.1 Princeton myspell-en_CA-KevinAtkinson"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2016-10-29 Thread Michael Palimaka
commit: 95e01afb0637cd0d25cf3ef95f720adf4736181b
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Oct 29 10:09:07 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Oct 29 10:09:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95e01afb

app-dicts/myspell-en: remove old

Package-Manager: portage-2.3.2

 app-dicts/myspell-en/Manifest   | 11 ---
 app-dicts/myspell-en/myspell-en-20081002.ebuild | 34 -
 app-dicts/myspell-en/myspell-en-20151201.ebuild | 38 ---
 app-dicts/myspell-en/myspell-en-20160201.ebuild | 40 -
 4 files changed, 123 deletions(-)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index cab2d50..61b4054 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,12 +1 @@
-DIST dict-en-20160201.oxt 6096917 SHA256 
71e99d586210cb7bae2db8fdd3da82adcf95e58781b4f8b70d087335d4864d07 SHA512 
f9c3556debf554b1221ef2e2e580d54e70f019099a3f5790e3c2afbc28f47a582b68b2c8b921f2a7d5aea601e1e93189f4c89a4f3cb100178a3770511ca30d41
 WHIRLPOOL 
416f51c263347241f8a0d0e7f459a1caa5cc92c4b4d2038e70e995d2bf19dd400c769614d99ede77c8e662a3031dacea670e667cdb8b5b261e2b1b9a8fdda522
 DIST dict-en-20160901.oxt 6025820 SHA256 
04ed9a2cbfeb42d77519232239e2c850b43b618f41e36dbe6e3389d1bc76676a SHA512 
f52b1fe8c32c6f7dad389d43f52356ecc989365113593513c61a36ad6fed03c6eab7e08c9a07b281c1a30bdf6dbe2d201bc2ed83c6b1fce1006e16de969a30b0
 WHIRLPOOL 
7819569189de66e3b988a8168f57246467fe3c64c48030592adffcddd576445db643942e2fd05ce7dde52ce93efaf8b42cf6845a3588545a29c0fa5f643df292
-DIST dict-en.oxt 6077272 SHA256 
7c1a0f0a732f51dd1d1e3e3ddb5a2a818741cec230250cf2a7161c67937e SHA512 
db0f11ceb3e499e31f6c9f1330cc8d6587c3aae374057201cf4919abebb7ff3d972d4b6c34562b3c0c95527245c864d3b61f24d12deb95335eec66310fa14c1f
 WHIRLPOOL 
d0bc8a47189ec609b566977682b3743c2a0996dcfab696a433f4bbe6887bfe74595d605e9ca0c376c6949b11c07f95ed4b3a370c1a08e721f671a0612f0dafb0
-DIST myspell-en_AU-20081002.zip 262032 SHA256 
717820ffb86b593e3d12e1dc2da8032019e56038fe7aac0dec4ac01b002ead05 SHA512 
958c42cf516387e6d54392cee5407c2643fe6b40eebb2492e78248c4d4068dd85c6de947e53d3184b9a95beb42a23472d43c0df77644ce530ac38971121a6755
 WHIRLPOOL 
9932e49ec20677b0a73ff0a1220bc3785ddcc9332273a8603f3a158a344270f102b5abadd87cc2727060a6cf99dc38c7412561acc4e27ca068423899a09f
-DIST myspell-en_CA-20081002.zip 332927 SHA256 
31fac12a1b520cde686f328d3fa7560f6eba772cddc872197ff842c57a0dc1ea SHA512 
6dccf32a39685c353b6916c05db429a8706a57fde4fd56bd9d279bf4edbe8d55678ccd5a28b2305f0212030e2daf1201cccf61cef807e7f7666aba566936380c
 WHIRLPOOL 
982598a0c418e45e68737f62d5bac340b68d2db2c2b72ef4190c5db808e97028901ca06d352f87908255bde4b635cedf674ab62f5ad1060bc3de463a5d15d7fb
-DIST myspell-en_GB-20081002.zip 250198 SHA256 
f4b43083923e2998298fd270a8a9f9ed570f4fbebeaa46ce5f1788b76920308b SHA512 
9d3a76d1cf4c380aef07afebd4b1df22645635141b5052d521f52f936229801e51b0ed42849269590674c0a7ae770f8413b34e4a18106250d1d449cc5241
 WHIRLPOOL 
1112456c67be645fcbdc92ab2d2f6ffcfbc72175bf7205c21718ef250fedf798177ae9d39b72f3f5b0d3ac0950de2a4a85260c098fb92121dd4f1a56f60f5618
-DIST myspell-en_GB-oed-20081002.zip 248966 SHA256 
d9aa5e25b251119e4cee23a8e90dfdaa4e601cd4947fe63d68dfe95cc519a0b4 SHA512 
209a432c4d1742cfe0a391948bd9ccba29cefeb9bee90e4950987ebec0aac72276d73adbf942150f9f3708be756a563b80305299be6a0b21362cbaa97771f411
 WHIRLPOOL 
c6c6949322bed47b3a38775cd5419d3bd5f6e4aca89b2b2d81051043921500c443967191e670aa4102286531b1f9b550e4d0b8dc0f2fdc50d72a6e3a563f8f5e
-DIST myspell-en_NZ-20081002.zip 222524 SHA256 
6cc717b4de43240595662a2deef5447b06062e82380f5647196f07c9089284fa SHA512 
5275139d59a8d65c79df542c51eb397d17745d6e44c13e68cee01a514d21c79f5fd20bc64f5c058af33b9e365d06711e001d8f462d63469aba1a54363a070821
 WHIRLPOOL 
ebbc28ffbba502215e9c456e7fadb717df67e1a411035a8de032873453b5d25b2fe1b5cd62db55e045858c1edd0399bf1d1ca137e8e8358077a1c467a47eb96b
-DIST myspell-en_US-20081002.zip 248417 SHA256 
9227f658f182c9cece797352f041a888134765c11bffc91951c010a73187baea SHA512 
96297b103f581e479916e7b2183ec71dd390e01b6d5a9474f1a97bd4930610400d567ddc0610446ee1f4d90d1960362640e86fc3cdac20c718aa19c97d8e381b
 WHIRLPOOL 
759cdbc8374c3a7e07f205571f733973f8313ff753fbb003d97c93420c6ffd13c15f731fa759dae963c22fd67816cd167c553773a4efcbd894ff54ed4b1a27e6
-DIST myspell-en_ZA-20081002.zip 278656 SHA256 
090285b721dcaabff51b467123f82a181a6904d187c90bda812c6e5f365ff19a SHA512 
0ebaff38b5d60d9ac89a873571a7e6b56ebbee7e8ddb0a4eeb54dba426aaa8ad28aaa042fc6015045bbe62ebe1f7a85d452d3bc894c4c55327082f2cafae5b25
 WHIRLPOOL 
dcb1e8e08e157aa35a8ea762ef7a5ca4ef8492bb50ec8d2a9b523db80f5e0f3414e7d6f9929e4f212ef6761a9bbed60531fe29cf6552ded651841216cdd00efe
-DIST myspell-hyph_en_GB-20081002.zip 39374 SHA256 
5cbed0d9086d90b5329ba841d4a762d6dd309d1411532d542345b83d86be2dcb SHA512 
78e2aac31fb61c9da64a08d43c4f9868cb728f99fc12a58b5d60bb0ae637c0dd3b03780e3994e9b0a17c268a468096

[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2016-10-25 Thread Kristian Fiskerstrand
commit: 54dc70ea5709a34156f8752f9cee4fcd0834dd38
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Tue Oct 25 22:36:00 2016 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Tue Oct 25 22:39:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54dc70ea

app-dicts/myspell-en: Drop inactive proxied maintainer

Package-Manager: portage-2.3.2

 app-dicts/myspell-en/metadata.xml | 9 -
 1 file changed, 9 deletions(-)

diff --git a/app-dicts/myspell-en/metadata.xml 
b/app-dicts/myspell-en/metadata.xml
index 32ca36b..097975e 100644
--- a/app-dicts/myspell-en/metadata.xml
+++ b/app-dicts/myspell-en/metadata.xml
@@ -1,13 +1,4 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   elizab...@interlinked.me
-   Elizabeth Myers
-   Proxied maintainer; set to assignee in all 
bugs
-   
-
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
 



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2016-09-28 Thread Jeroen Roovers
commit: 01c13c9e8ff1cc7dfed61c86053d1f11594d5db1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Sep 29 03:57:12 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Sep 29 03:57:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01c13c9e

app-dicts/myspell-en: Stable for HPPA PPC64 (bug #586898).

Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches

 app-dicts/myspell-en/myspell-en-20160201.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/myspell-en/myspell-en-20160201.ebuild 
b/app-dicts/myspell-en/myspell-en-20160201.ebuild
index 383238a..c6237cd 100644
--- a/app-dicts/myspell-en/myspell-en-20160201.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20160201.ebuild
@@ -36,5 +36,5 @@ 
SRC_URI="http://extensions.libreoffice.org/extension-center/english-dictionaries
 
 LICENSE="GPL-2 LGPL-2.1 Princeton myspell-en_CA-KevinAtkinson"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2016-09-28 Thread Michael Palimaka
commit: 5d13a1cde556b33f65217ebf453f6ab52c779892
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Sep 28 15:30:57 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Sep 28 15:31:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d13a1cd

app-dicts/myspell-en: version bump

Gentoo-bug: 595300

Package-Manager: portage-2.3.1

 app-dicts/myspell-en/Manifest   |  1 +
 app-dicts/myspell-en/myspell-en-20160901.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index 83041ad..cab2d50 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,4 +1,5 @@
 DIST dict-en-20160201.oxt 6096917 SHA256 
71e99d586210cb7bae2db8fdd3da82adcf95e58781b4f8b70d087335d4864d07 SHA512 
f9c3556debf554b1221ef2e2e580d54e70f019099a3f5790e3c2afbc28f47a582b68b2c8b921f2a7d5aea601e1e93189f4c89a4f3cb100178a3770511ca30d41
 WHIRLPOOL 
416f51c263347241f8a0d0e7f459a1caa5cc92c4b4d2038e70e995d2bf19dd400c769614d99ede77c8e662a3031dacea670e667cdb8b5b261e2b1b9a8fdda522
+DIST dict-en-20160901.oxt 6025820 SHA256 
04ed9a2cbfeb42d77519232239e2c850b43b618f41e36dbe6e3389d1bc76676a SHA512 
f52b1fe8c32c6f7dad389d43f52356ecc989365113593513c61a36ad6fed03c6eab7e08c9a07b281c1a30bdf6dbe2d201bc2ed83c6b1fce1006e16de969a30b0
 WHIRLPOOL 
7819569189de66e3b988a8168f57246467fe3c64c48030592adffcddd576445db643942e2fd05ce7dde52ce93efaf8b42cf6845a3588545a29c0fa5f643df292
 DIST dict-en.oxt 6077272 SHA256 
7c1a0f0a732f51dd1d1e3e3ddb5a2a818741cec230250cf2a7161c67937e SHA512 
db0f11ceb3e499e31f6c9f1330cc8d6587c3aae374057201cf4919abebb7ff3d972d4b6c34562b3c0c95527245c864d3b61f24d12deb95335eec66310fa14c1f
 WHIRLPOOL 
d0bc8a47189ec609b566977682b3743c2a0996dcfab696a433f4bbe6887bfe74595d605e9ca0c376c6949b11c07f95ed4b3a370c1a08e721f671a0612f0dafb0
 DIST myspell-en_AU-20081002.zip 262032 SHA256 
717820ffb86b593e3d12e1dc2da8032019e56038fe7aac0dec4ac01b002ead05 SHA512 
958c42cf516387e6d54392cee5407c2643fe6b40eebb2492e78248c4d4068dd85c6de947e53d3184b9a95beb42a23472d43c0df77644ce530ac38971121a6755
 WHIRLPOOL 
9932e49ec20677b0a73ff0a1220bc3785ddcc9332273a8603f3a158a344270f102b5abadd87cc2727060a6cf99dc38c7412561acc4e27ca068423899a09f
 DIST myspell-en_CA-20081002.zip 332927 SHA256 
31fac12a1b520cde686f328d3fa7560f6eba772cddc872197ff842c57a0dc1ea SHA512 
6dccf32a39685c353b6916c05db429a8706a57fde4fd56bd9d279bf4edbe8d55678ccd5a28b2305f0212030e2daf1201cccf61cef807e7f7666aba566936380c
 WHIRLPOOL 
982598a0c418e45e68737f62d5bac340b68d2db2c2b72ef4190c5db808e97028901ca06d352f87908255bde4b635cedf674ab62f5ad1060bc3de463a5d15d7fb

diff --git a/app-dicts/myspell-en/myspell-en-20160901.ebuild 
b/app-dicts/myspell-en/myspell-en-20160901.ebuild
new file mode 100644
index ..5b43cb6
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20160901.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MY_PV="${PV:0:4}.${PV:4:2}.${PV:6:2}"
+
+MYSPELL_DICT=(
+   "en_AU.aff"
+   "en_AU.dic"
+   "en_CA.aff"
+   "en_CA.dic"
+   "en_GB.aff"
+   "en_GB.dic"
+   "en_US.aff"
+   "en_US.dic"
+   "en_ZA.aff"
+   "en_ZA.dic"
+)
+
+MYSPELL_HYPH=(
+   "hyph_en_GB.dic"
+)
+
+MYSPELL_THES=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+)
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="http://extensions.libreoffice.org/extension-center/english-dictionaries";
+SRC_URI="http://extensions.libreoffice.org/extension-center/english-dictionaries/releases/${MY_PV}/dict-en.oxt
 -> dict-en-${PV}.oxt"
+
+LICENSE="GPL-2 LGPL-2.1 Princeton myspell-en_CA-KevinAtkinson"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2016-07-26 Thread Tobias Klausmann
commit: 2604573824b95231dd30860290a99406c226d88e
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Jul 26 13:10:42 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Jul 26 13:10:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26045738

app-dicts/myspell-en-20160201-r0: add alpha keyword

Gentoo-Bug: 586898

 app-dicts/myspell-en/myspell-en-20160201.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/myspell-en/myspell-en-20160201.ebuild 
b/app-dicts/myspell-en/myspell-en-20160201.ebuild
index 79b796b..383238a 100644
--- a/app-dicts/myspell-en/myspell-en-20160201.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20160201.ebuild
@@ -36,5 +36,5 @@ 
SRC_URI="http://extensions.libreoffice.org/extension-center/english-dictionaries
 
 LICENSE="GPL-2 LGPL-2.1 Princeton myspell-en_CA-KevinAtkinson"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2016-07-24 Thread Markus Meier
commit: bc91957dcbc8261726c7a6be814d73943ab15ed3
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Jul 24 18:33:40 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Jul 24 18:33:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc91957d

app-dicts/myspell-en: arm stable, bug #586898

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"

 app-dicts/myspell-en/myspell-en-20160201.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/myspell-en/myspell-en-20160201.ebuild 
b/app-dicts/myspell-en/myspell-en-20160201.ebuild
index aebc99e..79b796b 100644
--- a/app-dicts/myspell-en/myspell-en-20160201.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20160201.ebuild
@@ -36,5 +36,5 @@ 
SRC_URI="http://extensions.libreoffice.org/extension-center/english-dictionaries
 
 LICENSE="GPL-2 LGPL-2.1 Princeton myspell-en_CA-KevinAtkinson"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2016-07-20 Thread Michael Palimaka
commit: 573366d9514cbc089b5b89a92cf0b49f782da6ed
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Jul 20 16:09:25 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Jul 20 16:09:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=573366d9

app-dicts/myspell-en: amd64/x86 stable

Gentoo-bug: 586898

Package-Manager: portage-2.3.0

 app-dicts/myspell-en/myspell-en-20160201.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/myspell-en/myspell-en-20160201.ebuild 
b/app-dicts/myspell-en/myspell-en-20160201.ebuild
index 5b43cb6..aebc99e 100644
--- a/app-dicts/myspell-en/myspell-en-20160201.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20160201.ebuild
@@ -36,5 +36,5 @@ 
SRC_URI="http://extensions.libreoffice.org/extension-center/english-dictionaries
 
 LICENSE="GPL-2 LGPL-2.1 Princeton myspell-en_CA-KevinAtkinson"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2016-03-19 Thread Ian Delaney
commit: 231078371b6decc8b53ad1ac656b266be9f9d49e
Author: Elizabeth Myers  interlinked  me>
AuthorDate: Thu Mar 17 12:14:03 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Thu Mar 17 12:28:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23107837

app-dicts/myspell-en: fix versioning

Closes: https://github.com/gentoo/gentoo/pull/1071

 app-dicts/myspell-en/Manifest | 2 +-
 .../{myspell-en-2016.02.01.ebuild => myspell-en-20160201.ebuild}  | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index 731938e..83041ad 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,4 +1,4 @@
-DIST dict-en-2016.02.01.oxt 6096917 SHA256 
71e99d586210cb7bae2db8fdd3da82adcf95e58781b4f8b70d087335d4864d07 SHA512 
f9c3556debf554b1221ef2e2e580d54e70f019099a3f5790e3c2afbc28f47a582b68b2c8b921f2a7d5aea601e1e93189f4c89a4f3cb100178a3770511ca30d41
 WHIRLPOOL 
416f51c263347241f8a0d0e7f459a1caa5cc92c4b4d2038e70e995d2bf19dd400c769614d99ede77c8e662a3031dacea670e667cdb8b5b261e2b1b9a8fdda522
+DIST dict-en-20160201.oxt 6096917 SHA256 
71e99d586210cb7bae2db8fdd3da82adcf95e58781b4f8b70d087335d4864d07 SHA512 
f9c3556debf554b1221ef2e2e580d54e70f019099a3f5790e3c2afbc28f47a582b68b2c8b921f2a7d5aea601e1e93189f4c89a4f3cb100178a3770511ca30d41
 WHIRLPOOL 
416f51c263347241f8a0d0e7f459a1caa5cc92c4b4d2038e70e995d2bf19dd400c769614d99ede77c8e662a3031dacea670e667cdb8b5b261e2b1b9a8fdda522
 DIST dict-en.oxt 6077272 SHA256 
7c1a0f0a732f51dd1d1e3e3ddb5a2a818741cec230250cf2a7161c67937e SHA512 
db0f11ceb3e499e31f6c9f1330cc8d6587c3aae374057201cf4919abebb7ff3d972d4b6c34562b3c0c95527245c864d3b61f24d12deb95335eec66310fa14c1f
 WHIRLPOOL 
d0bc8a47189ec609b566977682b3743c2a0996dcfab696a433f4bbe6887bfe74595d605e9ca0c376c6949b11c07f95ed4b3a370c1a08e721f671a0612f0dafb0
 DIST myspell-en_AU-20081002.zip 262032 SHA256 
717820ffb86b593e3d12e1dc2da8032019e56038fe7aac0dec4ac01b002ead05 SHA512 
958c42cf516387e6d54392cee5407c2643fe6b40eebb2492e78248c4d4068dd85c6de947e53d3184b9a95beb42a23472d43c0df77644ce530ac38971121a6755
 WHIRLPOOL 
9932e49ec20677b0a73ff0a1220bc3785ddcc9332273a8603f3a158a344270f102b5abadd87cc2727060a6cf99dc38c7412561acc4e27ca068423899a09f
 DIST myspell-en_CA-20081002.zip 332927 SHA256 
31fac12a1b520cde686f328d3fa7560f6eba772cddc872197ff842c57a0dc1ea SHA512 
6dccf32a39685c353b6916c05db429a8706a57fde4fd56bd9d279bf4edbe8d55678ccd5a28b2305f0212030e2daf1201cccf61cef807e7f7666aba566936380c
 WHIRLPOOL 
982598a0c418e45e68737f62d5bac340b68d2db2c2b72ef4190c5db808e97028901ca06d352f87908255bde4b635cedf674ab62f5ad1060bc3de463a5d15d7fb

diff --git a/app-dicts/myspell-en/myspell-en-2016.02.01.ebuild 
b/app-dicts/myspell-en/myspell-en-20160201.ebuild
similarity index 88%
rename from app-dicts/myspell-en/myspell-en-2016.02.01.ebuild
rename to app-dicts/myspell-en/myspell-en-20160201.ebuild
index 4e087d2..5b43cb6 100644
--- a/app-dicts/myspell-en/myspell-en-2016.02.01.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20160201.ebuild
@@ -4,6 +4,8 @@
 
 EAPI=6
 
+MY_PV="${PV:0:4}.${PV:4:2}.${PV:6:2}"
+
 MYSPELL_DICT=(
"en_AU.aff"
"en_AU.dic"
@@ -30,7 +32,7 @@ inherit myspell-r2
 
 DESCRIPTION="English dictionaries for myspell/hunspell"
 
HOMEPAGE="http://extensions.libreoffice.org/extension-center/english-dictionaries";
-SRC_URI="http://extensions.libreoffice.org/extension-center/english-dictionaries/releases/${PV}/dict-en.oxt
 -> dict-en-${PV}.oxt"
+SRC_URI="http://extensions.libreoffice.org/extension-center/english-dictionaries/releases/${MY_PV}/dict-en.oxt
 -> dict-en-${PV}.oxt"
 
 LICENSE="GPL-2 LGPL-2.1 Princeton myspell-en_CA-KevinAtkinson"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2016-03-03 Thread Ian Delaney
commit: 00a63a6c91baf37f654779a484bca80ef9c6791f
Author: Elizabeth Myers  interlinked  me>
AuthorDate: Fri Mar  4 03:53:51 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Fri Mar  4 03:53:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00a63a6c

app-dicts/myspell-en: minor rename to the saved file for 2016.02.01

 app-dicts/myspell-en/Manifest | 1 +
 app-dicts/myspell-en/myspell-en-2016.02.01.ebuild | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index 3b13474..731938e 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,3 +1,4 @@
+DIST dict-en-2016.02.01.oxt 6096917 SHA256 
71e99d586210cb7bae2db8fdd3da82adcf95e58781b4f8b70d087335d4864d07 SHA512 
f9c3556debf554b1221ef2e2e580d54e70f019099a3f5790e3c2afbc28f47a582b68b2c8b921f2a7d5aea601e1e93189f4c89a4f3cb100178a3770511ca30d41
 WHIRLPOOL 
416f51c263347241f8a0d0e7f459a1caa5cc92c4b4d2038e70e995d2bf19dd400c769614d99ede77c8e662a3031dacea670e667cdb8b5b261e2b1b9a8fdda522
 DIST dict-en.oxt 6077272 SHA256 
7c1a0f0a732f51dd1d1e3e3ddb5a2a818741cec230250cf2a7161c67937e SHA512 
db0f11ceb3e499e31f6c9f1330cc8d6587c3aae374057201cf4919abebb7ff3d972d4b6c34562b3c0c95527245c864d3b61f24d12deb95335eec66310fa14c1f
 WHIRLPOOL 
d0bc8a47189ec609b566977682b3743c2a0996dcfab696a433f4bbe6887bfe74595d605e9ca0c376c6949b11c07f95ed4b3a370c1a08e721f671a0612f0dafb0
 DIST myspell-en_AU-20081002.zip 262032 SHA256 
717820ffb86b593e3d12e1dc2da8032019e56038fe7aac0dec4ac01b002ead05 SHA512 
958c42cf516387e6d54392cee5407c2643fe6b40eebb2492e78248c4d4068dd85c6de947e53d3184b9a95beb42a23472d43c0df77644ce530ac38971121a6755
 WHIRLPOOL 
9932e49ec20677b0a73ff0a1220bc3785ddcc9332273a8603f3a158a344270f102b5abadd87cc2727060a6cf99dc38c7412561acc4e27ca068423899a09f
 DIST myspell-en_CA-20081002.zip 332927 SHA256 
31fac12a1b520cde686f328d3fa7560f6eba772cddc872197ff842c57a0dc1ea SHA512 
6dccf32a39685c353b6916c05db429a8706a57fde4fd56bd9d279bf4edbe8d55678ccd5a28b2305f0212030e2daf1201cccf61cef807e7f7666aba566936380c
 WHIRLPOOL 
982598a0c418e45e68737f62d5bac340b68d2db2c2b72ef4190c5db808e97028901ca06d352f87908255bde4b635cedf674ab62f5ad1060bc3de463a5d15d7fb

diff --git a/app-dicts/myspell-en/myspell-en-2016.02.01.ebuild 
b/app-dicts/myspell-en/myspell-en-2016.02.01.ebuild
index e171129..4e087d2 100644
--- a/app-dicts/myspell-en/myspell-en-2016.02.01.ebuild
+++ b/app-dicts/myspell-en/myspell-en-2016.02.01.ebuild
@@ -30,7 +30,7 @@ inherit myspell-r2
 
 DESCRIPTION="English dictionaries for myspell/hunspell"
 
HOMEPAGE="http://extensions.libreoffice.org/extension-center/english-dictionaries";
-SRC_URI="http://extensions.libreoffice.org/extension-center/english-dictionaries/releases/${PV}/dict-en.oxt";
+SRC_URI="http://extensions.libreoffice.org/extension-center/english-dictionaries/releases/${PV}/dict-en.oxt
 -> dict-en-${PV}.oxt"
 
 LICENSE="GPL-2 LGPL-2.1 Princeton myspell-en_CA-KevinAtkinson"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2016-03-03 Thread Ian Delaney
commit: 648e8e39d3f86496ac01932fd30957069e1bb6f6
Author: Elizabeth Myers  interlinked  me>
AuthorDate: Fri Mar  4 03:44:05 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Fri Mar  4 03:44:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648e8e39

app-dicts/myspell-en: upgrade to 2016.02.01

 app-dicts/myspell-en/myspell-en-2016.02.01.ebuild | 38 +++
 1 file changed, 38 insertions(+)

diff --git a/app-dicts/myspell-en/myspell-en-2016.02.01.ebuild 
b/app-dicts/myspell-en/myspell-en-2016.02.01.ebuild
new file mode 100644
index 000..e171129
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-2016.02.01.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MYSPELL_DICT=(
+   "en_AU.aff"
+   "en_AU.dic"
+   "en_CA.aff"
+   "en_CA.dic"
+   "en_GB.aff"
+   "en_GB.dic"
+   "en_US.aff"
+   "en_US.dic"
+   "en_ZA.aff"
+   "en_ZA.dic"
+)
+
+MYSPELL_HYPH=(
+   "hyph_en_GB.dic"
+)
+
+MYSPELL_THES=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+)
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="http://extensions.libreoffice.org/extension-center/english-dictionaries";
+SRC_URI="http://extensions.libreoffice.org/extension-center/english-dictionaries/releases/${PV}/dict-en.oxt";
+
+LICENSE="GPL-2 LGPL-2.1 Princeton myspell-en_CA-KevinAtkinson"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2015-12-25 Thread Michael Palimaka
commit: a25e71294859a4392ac9659d26df617f360e9001
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Dec 25 16:54:43 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Dec 25 16:54:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a25e7129

app-dicts/myspell-en: fix metadata.xml DTD compliance

Package-Manager: portage-2.2.26

 app-dicts/myspell-en/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/myspell-en/metadata.xml 
b/app-dicts/myspell-en/metadata.xml
index 0bf837b..2cfa706 100644
--- a/app-dicts/myspell-en/metadata.xml
+++ b/app-dicts/myspell-en/metadata.xml
@@ -3,8 +3,8 @@
 
proxy-maintainers

-   Elizabeth Myers
elizab...@interlinked.me
+   Elizabeth Myers
Proxied maintainer; set to assignee in all 
bugs

 



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2015-12-19 Thread Patrice Clement
commit: 61796c74767ed2defc53d77e61b070155d5ec01f
Author: Elizabeth Myers  interlinked  me>
AuthorDate: Sat Dec 19 15:34:04 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec 19 18:59:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61796c74

app-dicts/myspell-en: add EAPI=5 to 20151201 version

 app-dicts/myspell-en/myspell-en-20151201.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-dicts/myspell-en/myspell-en-20151201.ebuild 
b/app-dicts/myspell-en/myspell-en-20151201.ebuild
index 1be1465..d662853 100644
--- a/app-dicts/myspell-en/myspell-en-20151201.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20151201.ebuild
@@ -2,6 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=5
+
 MYSPELL_DICT=(
"en_AU.aff"
"en_AU.dic"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2015-12-19 Thread Patrice Clement
commit: 468be151586b1f78944f72608ea7457ef059f5a1
Author: Elizabeth Myers  interlinked  me>
AuthorDate: Sat Dec 19 15:31:14 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec 19 18:59:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468be151

app-dicts/myspell-en: adopt package

 app-dicts/myspell-en/metadata.xml | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/app-dicts/myspell-en/metadata.xml 
b/app-dicts/myspell-en/metadata.xml
index 4538a68..0bf837b 100644
--- a/app-dicts/myspell-en/metadata.xml
+++ b/app-dicts/myspell-en/metadata.xml
@@ -1,5 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-maintainer-nee...@gentoo.org
+   proxy-maintainers
+   
+   Elizabeth Myers
+   elizab...@interlinked.me
+   Proxied maintainer; set to assignee in all 
bugs
+   
 



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2015-12-09 Thread Michael Palimaka
commit: e7ca9cfc8dea612e00375576213c4ca83f9da0d7
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Dec  9 15:03:26 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Dec  9 15:04:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7ca9cfc

app-dicts/myspell-en: version bump

Gentoo-bug: 547932

Package-Manager: portage-2.2.26

 app-dicts/myspell-en/Manifest   |  1 +
 app-dicts/myspell-en/myspell-en-20151201.ebuild | 36 +
 2 files changed, 37 insertions(+)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index 688b3e6..3b13474 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,3 +1,4 @@
+DIST dict-en.oxt 6077272 SHA256 
7c1a0f0a732f51dd1d1e3e3ddb5a2a818741cec230250cf2a7161c67937e SHA512 
db0f11ceb3e499e31f6c9f1330cc8d6587c3aae374057201cf4919abebb7ff3d972d4b6c34562b3c0c95527245c864d3b61f24d12deb95335eec66310fa14c1f
 WHIRLPOOL 
d0bc8a47189ec609b566977682b3743c2a0996dcfab696a433f4bbe6887bfe74595d605e9ca0c376c6949b11c07f95ed4b3a370c1a08e721f671a0612f0dafb0
 DIST myspell-en_AU-20081002.zip 262032 SHA256 
717820ffb86b593e3d12e1dc2da8032019e56038fe7aac0dec4ac01b002ead05 SHA512 
958c42cf516387e6d54392cee5407c2643fe6b40eebb2492e78248c4d4068dd85c6de947e53d3184b9a95beb42a23472d43c0df77644ce530ac38971121a6755
 WHIRLPOOL 
9932e49ec20677b0a73ff0a1220bc3785ddcc9332273a8603f3a158a344270f102b5abadd87cc2727060a6cf99dc38c7412561acc4e27ca068423899a09f
 DIST myspell-en_CA-20081002.zip 332927 SHA256 
31fac12a1b520cde686f328d3fa7560f6eba772cddc872197ff842c57a0dc1ea SHA512 
6dccf32a39685c353b6916c05db429a8706a57fde4fd56bd9d279bf4edbe8d55678ccd5a28b2305f0212030e2daf1201cccf61cef807e7f7666aba566936380c
 WHIRLPOOL 
982598a0c418e45e68737f62d5bac340b68d2db2c2b72ef4190c5db808e97028901ca06d352f87908255bde4b635cedf674ab62f5ad1060bc3de463a5d15d7fb
 DIST myspell-en_GB-20081002.zip 250198 SHA256 
f4b43083923e2998298fd270a8a9f9ed570f4fbebeaa46ce5f1788b76920308b SHA512 
9d3a76d1cf4c380aef07afebd4b1df22645635141b5052d521f52f936229801e51b0ed42849269590674c0a7ae770f8413b34e4a18106250d1d449cc5241
 WHIRLPOOL 
1112456c67be645fcbdc92ab2d2f6ffcfbc72175bf7205c21718ef250fedf798177ae9d39b72f3f5b0d3ac0950de2a4a85260c098fb92121dd4f1a56f60f5618

diff --git a/app-dicts/myspell-en/myspell-en-20151201.ebuild 
b/app-dicts/myspell-en/myspell-en-20151201.ebuild
new file mode 100644
index 000..1be1465
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20151201.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+MYSPELL_DICT=(
+   "en_AU.aff"
+   "en_AU.dic"
+   "en_CA.aff"
+   "en_CA.dic"
+   "en_GB.aff"
+   "en_GB.dic"
+   "en_US.aff"
+   "en_US.dic"
+   "en_ZA.aff"
+   "en_ZA.dic"
+)
+
+MYSPELL_HYPH=(
+   "hyph_en_GB.dic"
+)
+
+MYSPELL_THES=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+)
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="http://extensions.libreoffice.org/extension-center/english-dictionaries";
+SRC_URI="http://extensions.libreoffice.org/extension-center/english-dictionaries/releases/2015.12.01/dict-en.oxt";
+
+LICENSE="GPL-2 LGPL-2.1 Princeton myspell-en_CA-KevinAtkinson"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""