summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-12-17 19:27:09 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-12-17 22:43:52 +0100
commit550147276b3dc109eec731d73645a67f8ad230f7 (patch)
tree6925107e03a386d32e9bef760bf38fc5e979760a /app-officeext
parentdev-libs/icu: drop 74.2 (diff)
downloadgentoo-550147276b3dc109eec731d73645a67f8ad230f7.tar.gz
gentoo-550147276b3dc109eec731d73645a67f8ad230f7.tar.bz2
gentoo-550147276b3dc109eec731d73645a67f8ad230f7.zip
app-officeext/languagetool: add 6.4
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-6.4.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/app-officeext/languagetool/Manifest b/app-officeext/languagetool/Manifest
index 772052fd855f..bf1528897cf1 100644
--- a/app-officeext/languagetool/Manifest
+++ b/app-officeext/languagetool/Manifest
@@ -1 +1,2 @@
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-6.4.ebuild b/app-officeext/languagetool/languagetool-6.4.ebuild
new file mode 100644
index 000000000000..fcae87f93f43
--- /dev/null
+++ b/app-officeext/languagetool/languagetool-6.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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://languagetool.org/"
+SRC_URI="https://languagetool.org/download/${MY_P}.oxt"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=">=virtual/jre-1.8"