commit:     761ff232f11d3dd92b4991071ff3beebeabdb908
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 12 12:28:02 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Feb 12 12:28:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=761ff232

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 <AT> gentoo.org>

 app-officeext/languagetool/Manifest                |  1 +
 app-officeext/languagetool/languagetool-5.6.ebuild | 23 ++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/app-officeext/languagetool/Manifest 
b/app-officeext/languagetool/Manifest
index f1f17ec6ff0e..08767378324c 100644
--- a/app-officeext/languagetool/Manifest
+++ b/app-officeext/languagetool/Manifest
@@ -1 +1,2 @@
 DIST LanguageTool-5.1.3.oxt 142774437 BLAKE2B 
45d6ffc3aa6a3d9891d0e3e5fc6462f4d8ec76736a47cbb3b235721fcc708d0f0b17d3f069fdcb85843c9b96dca6a70176c3dcba6832f9855c8d5eeb4a257dd1
 SHA512 
7a36e3b028b757c073d879ddd837ca12dc288178430bbf445080c892efe9f28d13565efd546e34244bcd8798ee0ef65433d08c8e3ee993b96efa4e5bbc103882
+DIST LanguageTool-5.6.oxt 161372746 BLAKE2B 
325a3f766ba29f32eca90497cf8e823e958930dae2fd613edd70fab4ae2039c23b92bafebea8fd2043d0aef1c243c4281420569d12d93edd61d7294e36fe10c9
 SHA512 
2856a941e71a2f357e5c89fcc3cbb5b3d49f363b0d934987824135473f9d0adc8f572101cef284b1d11ce45c2115b56add0431da24543530aa0020a98d265773

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"

Reply via email to