summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2020-12-22 22:36:57 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2020-12-22 22:37:22 +0200
commit72e82eced0f522200be7a1c0e41a3908bda5a028 (patch)
tree09b89f60edff9a18c500539ac4a9da862552f26f /app-officeext
parentdev-python/cmd2: Stabilize 1.3.11 ALLARCHES, #751127 (diff)
downloadgentoo-72e82eced0f522200be7a1c0e41a3908bda5a028.tar.gz
gentoo-72e82eced0f522200be7a1c0e41a3908bda5a028.tar.bz2
gentoo-72e82eced0f522200be7a1c0e41a3908bda5a028.zip
app-officeext/languagetool: version bump
Closes: https://bugs.gentoo.org/758155 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'app-officeext')
-rw-r--r--app-officeext/languagetool/Manifest1
-rw-r--r--app-officeext/languagetool/languagetool-5.1.3.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/app-officeext/languagetool/Manifest b/app-officeext/languagetool/Manifest
index f208875f0215..905d89f316d3 100644
--- a/app-officeext/languagetool/Manifest
+++ b/app-officeext/languagetool/Manifest
@@ -1 +1,2 @@
DIST LanguageTool-5.0.oxt 141552168 BLAKE2B 040cb817150dd1cf137feadf28ca00ce6316a529709c1255438d0fa2faac3b5a516d9a48e3e3ba6bf2fedc3650050970eae6179578c5fcf005c6484c30cf408e SHA512 8493100684598aaa7c422360e0f00b5cff0c1be22aca4bee6c7e0e12d509916bc3c7f8df052b86702f6177ffffc227d1a5dbe6b2592fa1cbdb79f4666dc22c16
+DIST LanguageTool-5.1.3.oxt 142774437 BLAKE2B 45d6ffc3aa6a3d9891d0e3e5fc6462f4d8ec76736a47cbb3b235721fcc708d0f0b17d3f069fdcb85843c9b96dca6a70176c3dcba6832f9855c8d5eeb4a257dd1 SHA512 7a36e3b028b757c073d879ddd837ca12dc288178430bbf445080c892efe9f28d13565efd546e34244bcd8798ee0ef65433d08c8e3ee993b96efa4e5bbc103882
diff --git a/app-officeext/languagetool/languagetool-5.1.3.ebuild b/app-officeext/languagetool/languagetool-5.1.3.ebuild
new file mode 100644
index 000000000000..962894ba86e5
--- /dev/null
+++ b/app-officeext/languagetool/languagetool-5.1.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 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 ~x86"
+
+RDEPEND=">=virtual/jre-1.8"