summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2024-12-23 20:12:37 +0100
committerConrad Kostecki <conikost@gentoo.org>2024-12-23 20:12:37 +0100
commitfd84d272ed6423abc68afc014369b257c59cb815 (patch)
treec728bf3d865e09b82875028e2d3ae32ea2ff24f8
parentapp-dicts/myspell-pl: stable all-arches (diff)
downloadgentoo-fd84d272ed6423abc68afc014369b257c59cb815.tar.gz
gentoo-fd84d272ed6423abc68afc014369b257c59cb815.tar.bz2
gentoo-fd84d272ed6423abc68afc014369b257c59cb815.zip
app-dicts/myspell-pl: drop 20241001
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r--app-dicts/myspell-pl/Manifest1
-rw-r--r--app-dicts/myspell-pl/myspell-pl-20241001.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/app-dicts/myspell-pl/Manifest b/app-dicts/myspell-pl/Manifest
index 982ae40c0472..6baa5253b638 100644
--- a/app-dicts/myspell-pl/Manifest
+++ b/app-dicts/myspell-pl/Manifest
@@ -1,2 +1 @@
-DIST myspell-pl-20241001.zip 1276871 BLAKE2B cf67e1a3035ecac5d01e07237cf79deff49a822d651e4e8bf779da8651036f5e3745bfc1227c7b4353d9c8319dce4f9015c0113741215603e7bd97b9794884df SHA512 0eb6632e2639cdff54409833622e33d7070e922db5d554a90b19dc30058d6219713fcd0a113ec66b1dc032f230160f72e09430bf9a4353b69946985ff9794e21
DIST myspell-pl-20241101.zip 1277210 BLAKE2B 6dc2498ad2d100533730188b38d79887634ec0d4d564cf9c77f43ba85e817531d286f5189c313939ffa3250faea5b20278db393c08c28b2f1b68418823142dd4 SHA512 e9d9066cf576fedf060f39f5e64ff47cfdba10f8394b4c8fe3c9930298b9046701aa32ccf6b6d801ff64af64f576e447cca5e782abbdc85368936d34f25fbefa
diff --git a/app-dicts/myspell-pl/myspell-pl-20241001.ebuild b/app-dicts/myspell-pl/myspell-pl-20241001.ebuild
deleted file mode 100644
index 38b7c9448083..000000000000
--- a/app-dicts/myspell-pl/myspell-pl-20241001.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# NOTE: bump together with aspell-pl
-
-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 ~loong ~mips ppc ppc64 ~riscv sparc x86"
-
-src_prepare() {
- default
- unpack_zip pl_PL.zip
-}