Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-officeext/languagetool/
Date: Wed, 01 Jul 2020 18:37:27
Message-Id: 1593628631.c535a9a038b485e8c0384736bb66be2e5f205851.monsieurp@gentoo
1 commit: c535a9a038b485e8c0384736bb66be2e5f205851
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Mon Jun 29 14:56:40 2020 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 1 18:37:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c535a9a0
7
8 app-officeext/languagetool: version update to 5.0.
9
10 Updated license to LGPL-2.1+, migrated to EAPI7.
11 Closes: https://bugs.gentoo.org/605518
12 Package-Manager: Portage-2.3.99, Repoman-2.3.23
13 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
14 Closes: https://github.com/gentoo/gentoo/pull/16485
15 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
16
17 app-officeext/languagetool/Manifest | 1 +
18 app-officeext/languagetool/languagetool-5.0.ebuild | 23 ++++++++++++++++++++++
19 2 files changed, 24 insertions(+)
20
21 diff --git a/app-officeext/languagetool/Manifest b/app-officeext/languagetool/Manifest
22 index 34356537e77..780452695d9 100644
23 --- a/app-officeext/languagetool/Manifest
24 +++ b/app-officeext/languagetool/Manifest
25 @@ -1,2 +1,3 @@
26 DIST LanguageTool-3.4.oxt 58043690 BLAKE2B d381d0e426619182e8e5d7469dfb18e41c7a993f1850afd1a2720199618eaaadd093f3b7efafc23601a42221e991e71820d963326618f24be4889cf55b04f5f1 SHA512 29eda8c4a26eb4da4dce68db6f962c8a8828bb0eb76aef3e31a58607aea9a15705aaccc4a1bc5366760bdb00c9133ef225291941e5873cbcc384627464eb9a8f
27 DIST LanguageTool-3.5.oxt 58210562 BLAKE2B 77a455a9a7950aed69c5b6ffd1bfca43b0821f6b84cfa96d5aea05b9a57995c4542e4d651e150d964173bdc1e3364b96ececeda07919db68ad04293673f02c9f SHA512 1a36c04117c473ccb812f3b216763d816ddc796869488bfcf2f36d8ab325ef1620edf148ebb8b1b1b2d62a043b5b45f738e27ff440f6f99067601828a49f0e0e
28 +DIST LanguageTool-5.0.oxt 141552168 BLAKE2B 040cb817150dd1cf137feadf28ca00ce6316a529709c1255438d0fa2faac3b5a516d9a48e3e3ba6bf2fedc3650050970eae6179578c5fcf005c6484c30cf408e SHA512 8493100684598aaa7c422360e0f00b5cff0c1be22aca4bee6c7e0e12d509916bc3c7f8df052b86702f6177ffffc227d1a5dbe6b2592fa1cbdb79f4666dc22c16
29
30 diff --git a/app-officeext/languagetool/languagetool-5.0.ebuild b/app-officeext/languagetool/languagetool-5.0.ebuild
31 new file mode 100644
32 index 00000000000..962894ba86e
33 --- /dev/null
34 +++ b/app-officeext/languagetool/languagetool-5.0.ebuild
35 @@ -0,0 +1,23 @@
36 +# Copyright 1999-2020 Gentoo Authors
37 +# Distributed under the terms of the GNU General Public License v2
38 +
39 +EAPI=7
40 +
41 +MY_P="LanguageTool-${PV}"
42 +
43 +OFFICE_REQ_USE="java"
44 +OFFICE_EXTENSIONS=(
45 + "${MY_P}.oxt"
46 +)
47 +
48 +inherit office-ext-r1
49 +
50 +DESCRIPTION="Style and Grammar Checker for libreoffice"
51 +HOMEPAGE="https://www.languagetool.org/"
52 +SRC_URI="https://www.languagetool.org/download/${MY_P}.oxt"
53 +
54 +LICENSE="LGPL-2.1+"
55 +SLOT="0"
56 +KEYWORDS="~amd64 ~x86"
57 +
58 +RDEPEND=">=virtual/jre-1.8"