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/languagetool/languagetool-5.1.3.ebuild
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/languagetool/languagetool-5.1.3.ebuild')
-rw-r--r--app-officeext/languagetool/languagetool-5.1.3.ebuild23
1 files changed, 23 insertions, 0 deletions
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"