mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-28 01:31:04 +02:00
languagetool: 4.5 bump
This commit is contained in:
parent
aa8e12d63a
commit
32a06aedb3
2 changed files with 27 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
DIST LanguageTool-4.4.1.oxt 108618627 BLAKE2B d81fd7ac84808d1338bb582147ef6ca4d5043fe590aa29bad6cb5bf48b2a5631fc165bbf68c7bdc645a0948a496b97bcdeff8af16c1c3be18aa5deec9b94f56b SHA512 1e166318ae121725ca3c8d0a12763857a7c5bd354cf4374854eb34022c8528afb554a18540f94892c6dfacaa3abbfff8359d9e7100af8dc5f9ff83388c7915cd
|
||||
DIST LanguageTool-4.4.oxt 108618378 BLAKE2B 44de059a24fe42a824c1c16b90dfe0db1cfceb50fdb6e30a72fa6bd9f99a775a20809f45c890756686dac995b12ae7e602f2b80c09c684012eb20a16cbf7b181 SHA512 b3c48d58f1c047be6ae003d1b08098e5305540ee3a67996285d796480e4a56a7deb74f9309433304166d235c474409f6535c1ee3ae76067fe64f9572bf60caaf
|
||||
DIST LanguageTool-4.5.oxt 140950062 BLAKE2B 194a2c4f3d318125d9634eccdf0ad55359288bd6db0b49ddeb2a52d82d88a30d47e372f6bedc1b244f75959023a7a61567d71ec59fff3514afcea4a67caa5534 SHA512 f0c2dee93268535a779164bcdb0e1309b736dfc51b5915e9edade0920628708b73fd0c0f43bb8f9c50b1e51609ca454b338e2e29d06d7f9470bb25cae71290b0
|
||||
|
|
|
|||
26
app-officeext/languagetool/languagetool-4.5.ebuild
Normal file
26
app-officeext/languagetool/languagetool-4.5.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
MY_P="LanguageTool-${PV}"
|
||||
|
||||
OFFICE_REQ_USE="java"
|
||||
#OFFICE_IMPLEMENTATIONS=( "libreoffice-bin" "libreoffice" )
|
||||
|
||||
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