summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-12-17 19:28:41 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-12-17 22:43:52 +0100
commit0272ecfb07b835b686faf3c59840e6c05c8487fe (patch)
tree99a39a8e175668e2de540b04145e64d3a72714a7 /app-officeext
parentapp-officeext/languagetool: add 6.4 (diff)
downloadgentoo-0272ecfb07b835b686faf3c59840e6c05c8487fe.tar.gz
gentoo-0272ecfb07b835b686faf3c59840e6c05c8487fe.tar.bz2
gentoo-0272ecfb07b835b686faf3c59840e6c05c8487fe.zip
app-officeext/languagetool: drop 5.6
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-officeext')
-rw-r--r--app-officeext/languagetool/Manifest1
-rw-r--r--app-officeext/languagetool/languagetool-5.6.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/app-officeext/languagetool/Manifest b/app-officeext/languagetool/Manifest
index bf1528897cf1..a900595fb350 100644
--- a/app-officeext/languagetool/Manifest
+++ b/app-officeext/languagetool/Manifest
@@ -1,2 +1 @@
-DIST LanguageTool-5.6.oxt 161372746 BLAKE2B 325a3f766ba29f32eca90497cf8e823e958930dae2fd613edd70fab4ae2039c23b92bafebea8fd2043d0aef1c243c4281420569d12d93edd61d7294e36fe10c9 SHA512 2856a941e71a2f357e5c89fcc3cbb5b3d49f363b0d934987824135473f9d0adc8f572101cef284b1d11ce45c2115b56add0431da24543530aa0020a98d265773
DIST LanguageTool-6.4.oxt 242919297 BLAKE2B 5c9f0a8341f53545c6abfdeb2a527d54df118df99671733f0171d244cbd23f26671cf57e95dbe488c1cdc1457ecdf7ff73e0b0177a02e49fa517c51c67ecc606 SHA512 400bf183a35320bb2dbfdf11260f953b926e23a1b30f2c9a4041d9dc50ca5f09d24a572bccd1154d1b10524c2163da38dcb93bdc975cf93659211dcb54d5a290
diff --git a/app-officeext/languagetool/languagetool-5.6.ebuild b/app-officeext/languagetool/languagetool-5.6.ebuild
deleted file mode 100644
index 4083b02bca73..000000000000
--- a/app-officeext/languagetool/languagetool-5.6.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="LanguageTool-${PV}"
-
-OFFICE_REQ_USE="java"
-OFFICE_EXTENSIONS=(
- "${MY_P}.oxt"
-)
-
-inherit office-ext-r1
-
-DESCRIPTION="Style and Grammar Checker for libreoffice"
-HOMEPAGE="https://www.languagetool.org/"
-SRC_URI="https://www.languagetool.org/download/${MY_P}.oxt"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=">=virtual/jre-1.8"