From 345c02ca33341652116ddec6705530223af2de85 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 27 Aug 2024 12:00:02 +0100 Subject: gentoo auto-resync : 27:08:2024 - 12:00:02 --- app-dicts/myspell-pl/Manifest | 4 +++- app-dicts/myspell-pl/metadata.xml | 12 ++++++++---- app-dicts/myspell-pl/myspell-pl-20240801.ebuild | 21 +++++++++++++++++++++ 3 files changed, 32 insertions(+), 5 deletions(-) create mode 100644 app-dicts/myspell-pl/myspell-pl-20240801.ebuild (limited to 'app-dicts/myspell-pl') diff --git a/app-dicts/myspell-pl/Manifest b/app-dicts/myspell-pl/Manifest index 0e0ff56f83c0..58b55b82a7be 100644 --- a/app-dicts/myspell-pl/Manifest +++ b/app-dicts/myspell-pl/Manifest @@ -1,3 +1,5 @@ DIST myspell-pl-20230101.zip 1275977 BLAKE2B d272c2f42f63a8622f72a05674a76a6d9191e53a8b9a057b595cbed7892c739b070b447b00c5c5b4c1aad8a1b41645923de9dcdcc8b56f8edea9895ea637aebd SHA512 1e5212413b9b1481664dd04ad5d436b5780bc457f771e4221d8a878709894fee71e894f870d95538729586e6f6745f8bbda49db3a4c960321049898a739e5e88 +DIST myspell-pl-20240801.zip 1287237 BLAKE2B 2404a8c0fd3f4608c38bb6b184b4f0b56674e85aa8c416e5678e10a00b69949843e942102feec10d13d9fb5fe14f4a9399851291d4b2488abce9c8e1545c3ed3 SHA512 2f681ba0a8c67a5405f557339e0711974d4aaf186bd3692f3540e51db8fad6d02c34317becabe07f13e154dd1a9660452f6e789e6e1d0f1900085da673413418 EBUILD myspell-pl-20230101.ebuild 538 BLAKE2B f2eee8532a5ba9126edd7b6feae1e3b657b135b7f816e26ab14a19859e27fbde3acc81b774edad80fe9da52e1fa95afa126aba35a2bf060a7418a41cffaf5831 SHA512 f0c0f04c66f46b887f9ba5b0238dea46ac3b81d982e47fc4e2bec8f9fddb2ca3164edc8d479180945f68ba75c8ebe4b32c64fbcd34c67c8654068d8763065b6e -MISC metadata.xml 270 BLAKE2B ee3545bb82a59ae5f708beac2ba623c99a73041753b7fdd0a66168b56796a89b59c7116f44761ef60b64b3f6048bf5460c6639926fb43029c3321526f0f7300d SHA512 db7bd08022470cf6c081627891896640170714c4c6e8b12e6fab3b2ac3265dc416ff81126de977c30a7f676e91c7fa3f325081cc5cf40ec3220490f4360f6f7c +EBUILD myspell-pl-20240801.ebuild 555 BLAKE2B f937902e9391fab3f3caf1b894be84fe4b2bc079c6940dbb84b89b40cbe4b8d7e2d95d7d773cde11bc41371d8f81bddc40ccb905be4353ada341a01d687bc982 SHA512 ac96fc80fb7999bd0e7f225e276866da11ac4221b6199b8316f78168015b52f69d2beaa4b8f055c7dc9edb7443d6d38847c896835166348a712f013bc641c5e4 +MISC metadata.xml 414 BLAKE2B e3761ea13a8b703b3557cdf289c29676deb69c09065c05644515d829567cbca7e55207b662ea11d82a13e3f3081024853b75657c33777a939fb3968615cdfa19 SHA512 9dde99a82db4abac686d36f6c8a49d1a3a8d154a57585e0f0470881bd1d0c4dd534bf98cd289f2faf260b346ca8d63925e92f17e5f429dc84dc5a88ce2efbf47 diff --git a/app-dicts/myspell-pl/metadata.xml b/app-dicts/myspell-pl/metadata.xml index 265e713913b2..2d279c1825a1 100644 --- a/app-dicts/myspell-pl/metadata.xml +++ b/app-dicts/myspell-pl/metadata.xml @@ -1,9 +1,13 @@ - + + Filip Kobierski + fkobi@pm.me + + + proxy-maint@gentoo.org + Proxy Maintainers + - - synonimy - diff --git a/app-dicts/myspell-pl/myspell-pl-20240801.ebuild b/app-dicts/myspell-pl/myspell-pl-20240801.ebuild new file mode 100644 index 000000000000..c468567b70af --- /dev/null +++ b/app-dicts/myspell-pl/myspell-pl-20240801.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MYSPELL_DICT=( "pl_PL.aff" "pl_PL.dic" ) + +inherit myspell-r2 unpacker + +DESCRIPTION="Polish dictionaries for myspell/hunspell" +HOMEPAGE="https://sjp.pl/sl/en/" +SRC_URI="https://sjp.pl/sl/ort/sjp-${P}.zip -> ${P}.zip" + +LICENSE="GPL-2 LGPL-2.1 MPL-1.1 Apache-2.0 CC-BY-4.0" # upstream's order +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +src_prepare() { + default + unpack_zip pl_PL.zip +} -- cgit v1.2.3