mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 05:41:12 +02:00
languagetool: v4.2 bump
This commit is contained in:
parent
1b18b2cd2c
commit
fc3b238dc2
2 changed files with 26 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
DIST LanguageTool-4.0.oxt 95885930 BLAKE2B 38371cdcf8b863ac55c664598fe57a651f304c32dd8ec1cafafd8b15aa2a8c1ddd05d6413318f34693dd42ef780db3d9ae47c70e3a96ff3e29f2e94480eb9f60 SHA512 31febada0ffbb1995b64d660bc6a9c9ee26db79294f2aa7d1295a06f4b8a75b1b824e6de899d9e8afa982c73f5721c0dde02058997831209327ec30c457ebb48
|
||||
DIST LanguageTool-4.1.oxt 97765942 BLAKE2B 572310ad8166abae63fc0dd6b6ecb1d6361dfe540e287c30b6ad4ae46afa0f99f4a0d5d92a9bc337066c7a0cc7c444b8f874c85fee7b9b406acde889ac5ff761 SHA512 825dfdc256f055900c8d3133ee957e3718c20e2582a82fd2f8882ef0e218012b7704d7af9689cce0ff1226818669021a46a1c80392b19d2b57c2479d3ed02016
|
||||
DIST LanguageTool-4.2.oxt 97572841 BLAKE2B 76d348ffab34d17c8a19cfdb1ed2441655e91ce59d548a82a42bd18d7383a50a94d5c9336c2368033c5cba95a2860ce6450516fb6a88239078519a21b8cd4760 SHA512 d72a656a40cf7cdebe8e5fc4d0d015dbc510418ff0c98fc6fb34aa0031c74553e594d3ad333168a108660426125d3ea2ee07a11d43b0b3d80a3be4f4d787e031
|
||||
|
|
|
|||
25
app-officeext/languagetool/languagetool-4.2.ebuild
Normal file
25
app-officeext/languagetool/languagetool-4.2.ebuild
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
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"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=virtual/jre-1.8"
|
||||
Loading…
Reference in a new issue