mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
languagetool: v4.1 bump
This commit is contained in:
parent
2cb7370ec9
commit
c9af3d0502
3 changed files with 28 additions and 2 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST LanguageTool-4.0.oxt 95885930 SHA256 5ba2e2a9252841a35164ae99ff624d3a0765a58a630c269ef357a45d9ae32b59 SHA512 31febada0ffbb1995b64d660bc6a9c9ee26db79294f2aa7d1295a06f4b8a75b1b824e6de899d9e8afa982c73f5721c0dde02058997831209327ec30c457ebb48 WHIRLPOOL e94656f4e7f47a301f37b996196d7293ec109abb666762743f58c6cadfea0105a4d7a90f922e0f39405f519e4172f99f9474c55b4539a001fc4df9b360314814
|
||||
DIST LanguageTool-4.0.oxt 95885930 BLAKE2B 38371cdcf8b863ac55c664598fe57a651f304c32dd8ec1cafafd8b15aa2a8c1ddd05d6413318f34693dd42ef780db3d9ae47c70e3a96ff3e29f2e94480eb9f60 SHA512 31febada0ffbb1995b64d660bc6a9c9ee26db79294f2aa7d1295a06f4b8a75b1b824e6de899d9e8afa982c73f5721c0dde02058997831209327ec30c457ebb48
|
||||
DIST LanguageTool-4.1.oxt 97765942 BLAKE2B 572310ad8166abae63fc0dd6b6ecb1d6361dfe540e287c30b6ad4ae46afa0f99f4a0d5d92a9bc337066c7a0cc7c444b8f874c85fee7b9b406acde889ac5ff761 SHA512 825dfdc256f055900c8d3133ee957e3718c20e2582a82fd2f8882ef0e218012b7704d7af9689cce0ff1226818669021a46a1c80392b19d2b57c2479d3ed02016
|
||||
|
|
|
|||
25
app-officeext/languagetool/languagetool-4.1.ebuild
Normal file
25
app-officeext/languagetool/languagetool-4.1.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"
|
||||
|
|
@ -41,4 +41,4 @@ dev-embedded/libftdi:0
|
|||
www-apps/Tiredful-API
|
||||
|
||||
#Grammarly alternative
|
||||
~app-officeext/languagetool-4.0
|
||||
~app-officeext/languagetool-4.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue