diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-02-15 06:54:06 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-02-15 06:54:06 +0000 |
| commit | e84f6493df97257f7a0706489cd51eb0fe6f934d (patch) | |
| tree | d2ce88af0c6b251c14911a017734b7237e57ddb4 /app-dicts | |
| parent | 04b3cbdcadf8b6cd1ec0f2ba8203f225c7063388 (diff) | |
| download | baldeagleos-repo-e84f6493df97257f7a0706489cd51eb0fe6f934d.tar.gz baldeagleos-repo-e84f6493df97257f7a0706489cd51eb0fe6f934d.tar.xz baldeagleos-repo-e84f6493df97257f7a0706489cd51eb0fe6f934d.zip | |
Adding metadata
Diffstat (limited to 'app-dicts')
| -rw-r--r-- | app-dicts/myspell-en/Manifest | 1 | ||||
| -rw-r--r-- | app-dicts/myspell-en/myspell-en-20240801.ebuild | 62 | ||||
| -rw-r--r-- | app-dicts/myspell-uk/Manifest | 1 | ||||
| -rw-r--r-- | app-dicts/myspell-uk/myspell-uk-6.4.4.ebuild | 28 | ||||
| -rw-r--r-- | app-dicts/ydpdict/Manifest | 1 | ||||
| -rw-r--r-- | app-dicts/ydpdict/files/ydpdict-1.0.3-clang16-build-fix.patch | 12 | ||||
| -rw-r--r-- | app-dicts/ydpdict/ydpdict-1.0.3-r2.ebuild | 59 |
7 files changed, 0 insertions, 164 deletions
diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest index afcf76303038..ed335475ee62 100644 --- a/app-dicts/myspell-en/Manifest +++ b/app-dicts/myspell-en/Manifest @@ -1,3 +1,2 @@ -DIST dict-en-20240801_lo.oxt 6111095 BLAKE2B 47f4aa028946a05af94e9eca2d259e437de2c095c0ee83dc44da49d1066122aaba628036aa5858cbed5a97d487196d31ed29df72c962fc1f64c834997098691c SHA512 bd3b203d3914e10fe020075defa7a6b90220789751f0124743c4fd60e799dc4e41bf4c168d894d673335615c3d0eafc5e773c915e843e776d871952a6cc7cf8a DIST dict-en-20241101_lo.oxt 6111682 BLAKE2B cd0279ca221ab2a3eff5dce729ab811116e333ea5475a6f616c8e7bd6c961ec0426dba1344a073dc8e7ccd39563422e1818b08644dc332d5d33126e88d4060a2 SHA512 e31103d360bfc212cb65c7adb97ebe337b11e16ebe03663ccff437f558ab9f1e4faef86eb31745b4a100869616a9569dc1a9dc05a8231a7f4d6cc44e605ab9aa DIST dict-en-20250101_lo.oxt 6115082 BLAKE2B 9df18fb12fc42199e11c8bd1ed9f7f052733c462347704e538df6fe525de234726ebd230ab6cfabed7f6ec09bac15c13a9cd17b548b9580be0c951d4d6c47e84 SHA512 667b82ad592db3002c7b3d359480d5f55585385861ee4a04b040e28dcaac33bfddc9386f3b1a7af49ff1652c50676605257f4f8798db622f3c4fb9518629ec0a diff --git a/app-dicts/myspell-en/myspell-en-20240801.ebuild b/app-dicts/myspell-en/myspell-en-20240801.ebuild deleted file mode 100644 index c5ab56384ba5..000000000000 --- a/app-dicts/myspell-en/myspell-en-20240801.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# 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 ~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 -} diff --git a/app-dicts/myspell-uk/Manifest b/app-dicts/myspell-uk/Manifest index 19e6a0928c67..b46bbdb09a3e 100644 --- a/app-dicts/myspell-uk/Manifest +++ b/app-dicts/myspell-uk/Manifest @@ -1,3 +1,2 @@ -DIST dict-uk_UA-6.4.4.oxt 1835796 BLAKE2B c50b977c59e675c6e99548ba2de8cb6c94f34238d45e1fb872059898a22dc2a03bd8b19a5b880e37fcdc9cb6950a363df34afdb8b5236580ab178b9031f2acba SHA512 24225e6668a0cb12c35f3bd6ff9a3da4a23c4f527721d3ef3e9a61e4046a2b50a857060ddb8c6a6fdb75407a33f53e069cb8e47fdd58efd9d76b5485d40381d7 DIST dict-uk_UA-6.5.3.oxt 1841982 BLAKE2B f6bc28a1f3bb0d7ae5713752efb661e2333d632ef4fa6948d7eaab44e5eda84351655596ffb125cb320fb2f3837c45d61ee0d4430938b3a67a66b386cc61f0bd SHA512 595b8e02f73925291572104eb859371e6b4ea9ebf896827cdebcda965e08e45701379eb7b0f3945153907cb37e4699e18230db84e030b1a9662c499ff1946d9f DIST dict-uk_UA-6.5.4.oxt 1842692 BLAKE2B 6e5bf572d5e70e567c1ffabdd449aa4fd5d346ed1a1c45e29361be64b0ddf2b7590a56736ea5e311bc5448d4bd1c3f835cdd1609586d0aa130fe4d6178d030c5 SHA512 48f5e694f7824e81ac81a3653d07a3121cac34f5979ece3890a780dc4a0deac64dcd754569b4c82d3198de178395354cb6eec2b0dfa811bb29d623e65332a345 diff --git a/app-dicts/myspell-uk/myspell-uk-6.4.4.ebuild b/app-dicts/myspell-uk/myspell-uk-6.4.4.ebuild deleted file mode 100644 index f990590336ac..000000000000 --- a/app-dicts/myspell-uk/myspell-uk-6.4.4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MYSPELL_DICT=( - "uk_UA.aff" - "uk_UA.dic" -) - -MYSPELL_HYPH=( - "hyph_uk_UA.dic" -) - -MYSPELL_THES=( - "th_uk_UA.dat" - "th_uk_UA.idx" -) - -inherit myspell-r2 - -DESCRIPTION="Ukrainian dictionaries for myspell/hunspell" -HOMEPAGE="https://extensions.libreoffice.org/extension-center/ukrainian-spelling-dictionary-and-thesaurus" -SRC_URI="https://extensions.libreoffice.org/assets/downloads/521/1711493602/dict-uk_UA-6.4.4.oxt" - -LICENSE="GPL-3 LGPL-2.1 MPL-1.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv sparc x86" diff --git a/app-dicts/ydpdict/Manifest b/app-dicts/ydpdict/Manifest index 97310111c500..b5d6a6b23c79 100644 --- a/app-dicts/ydpdict/Manifest +++ b/app-dicts/ydpdict/Manifest @@ -1,2 +1 @@ -DIST ydpdict-1.0.3.tar.gz 185721 BLAKE2B 1db80dc20dd6d71c4b7fed2051bbfae1021fd1ea15ca1f993e8e095912fbcc8d599d8f480143d185fd11c6a1414d7f29ae67a9f5cffda624b434d198cddc5c68 SHA512 ca50c485f10aa4c4691a27a474a5ae814be3bb183b4927728f14de67af1e11a281e5272fc5777d6573e69dd00d3da2223b78d729132764338c92489f20eb17e8 DIST ydpdict-1.0.5.tar.gz 191401 BLAKE2B 5b57e16d36fe744e435924546c55bb5d0e130a1e76ec743cb871ccf71bb53d5999a8ba5eb3cca0db8ae6d4f3680642d2d243f067a4bef653d375ccf9e203f460 SHA512 12fcee0612560ebea3942ce31ef6b4927bd033cd45e9dd6e677a8aefcf3a81feb267ad77953e3ed1a904428586e41df8dd8c732cdbe1e9a3220cc46c153030c1 diff --git a/app-dicts/ydpdict/files/ydpdict-1.0.3-clang16-build-fix.patch b/app-dicts/ydpdict/files/ydpdict-1.0.3-clang16-build-fix.patch deleted file mode 100644 index 46a1956f80c7..000000000000 --- a/app-dicts/ydpdict/files/ydpdict-1.0.3-clang16-build-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -Bug: https://bugs.gentoo.org/894364 -Upstream PR: https://github.com/wojtekka/ydpdict/pull/4 ---- a/src/ydpdict.c -+++ b/src/ydpdict.c -@@ -55,6 +55,7 @@ - - #ifdef HAVE_LOCALE_H - #include <locale.h> -+#include <libintl.h> - #endif - - #ifdef HAVE_LIBAO diff --git a/app-dicts/ydpdict/ydpdict-1.0.3-r2.ebuild b/app-dicts/ydpdict/ydpdict-1.0.3-r2.ebuild deleted file mode 100644 index 146bd57c2b09..000000000000 --- a/app-dicts/ydpdict/ydpdict-1.0.3-r2.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit autotools - -DESCRIPTION="Interface for the Collins Dictionary" -HOMEPAGE="https://github.com/wojtekka/ydpdict" -SRC_URI="https://github.com/wojtekka/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~riscv x86" -IUSE="ao" - -RDEPEND=" - app-dicts/libydpdict - sys-libs/ncurses:=[unicode(+)] - ao? ( media-libs/libao ) -" -DEPEND=" - ${RDEPEND} -" -BDEPEND=" - virtual/pkgconfig -" -DOCS=( - README.md -) -PATCHES=( - "${FILESDIR}"/${PN}-1.0.3-tinfo.patch - "${FILESDIR}"/${PN}-1.0.3-clang16-build-fix.patch -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - $(use_with ao libao) -} - -src_install() { - dodir "/etc" - default -} - -pkg_postinst() { - echo - elog "Note that to use this program you'll need the original Collins Dictionary" - elog "datafiles (dict100.*, dict101.*). These can be found in the Dabasase/" - elog "directory of the Windows version of the Collins dictionary. Once you obtain" - elog "the files, put them into /usr/share/ydpdict" - elog - elog "Some configuration options can be set in /etc/ydpdict.conf" - echo -} |
