summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2022-02-12 13:28:02 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-02-12 13:28:12 +0100
commit761ff232f11d3dd92b4991071ff3beebeabdb908 (patch)
tree82fa9b5770784c3434930a2449dad7760ceed3f1 /app-officeext/languagetool/languagetool-5.6.ebuild
parentdev-java/dnsjava: treeclean (diff)
downloadgentoo-761ff232f11d3dd92b4991071ff3beebeabdb908.tar.gz
gentoo-761ff232f11d3dd92b4991071ff3beebeabdb908.tar.bz2
gentoo-761ff232f11d3dd92b4991071ff3beebeabdb908.zip
app-officeext/languagetool: Version bump
Closes: https://bugs.gentoo.org/780435 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
Diffstat (limited to 'app-officeext/languagetool/languagetool-5.6.ebuild')
-rw-r--r--app-officeext/languagetool/languagetool-5.6.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-officeext/languagetool/languagetool-5.6.ebuild b/app-officeext/languagetool/languagetool-5.6.ebuild
new file mode 100644
index 000000000000..3fc176cddc53
--- /dev/null
+++ b/app-officeext/languagetool/languagetool-5.6.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 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"