Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-officeext/languagetool/
Date: Thu, 10 Jun 2021 15:34:51
Message-Id: 1623339134.6f936542e047abda11ed96bdc605fff1d600787d.asturm@gentoo
1 commit: 6f936542e047abda11ed96bdc605fff1d600787d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 10 13:10:46 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 10 15:32:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f936542
7
8 app-officeext/languagetool: Drop 5.0
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-officeext/languagetool/Manifest | 1 -
14 app-officeext/languagetool/languagetool-5.0.ebuild | 23 ----------------------
15 2 files changed, 24 deletions(-)
16
17 diff --git a/app-officeext/languagetool/Manifest b/app-officeext/languagetool/Manifest
18 index 905d89f316d..f1f17ec6ff0 100644
19 --- a/app-officeext/languagetool/Manifest
20 +++ b/app-officeext/languagetool/Manifest
21 @@ -1,2 +1 @@
22 -DIST LanguageTool-5.0.oxt 141552168 BLAKE2B 040cb817150dd1cf137feadf28ca00ce6316a529709c1255438d0fa2faac3b5a516d9a48e3e3ba6bf2fedc3650050970eae6179578c5fcf005c6484c30cf408e SHA512 8493100684598aaa7c422360e0f00b5cff0c1be22aca4bee6c7e0e12d509916bc3c7f8df052b86702f6177ffffc227d1a5dbe6b2592fa1cbdb79f4666dc22c16
23 DIST LanguageTool-5.1.3.oxt 142774437 BLAKE2B 45d6ffc3aa6a3d9891d0e3e5fc6462f4d8ec76736a47cbb3b235721fcc708d0f0b17d3f069fdcb85843c9b96dca6a70176c3dcba6832f9855c8d5eeb4a257dd1 SHA512 7a36e3b028b757c073d879ddd837ca12dc288178430bbf445080c892efe9f28d13565efd546e34244bcd8798ee0ef65433d08c8e3ee993b96efa4e5bbc103882
24
25 diff --git a/app-officeext/languagetool/languagetool-5.0.ebuild b/app-officeext/languagetool/languagetool-5.0.ebuild
26 deleted file mode 100644
27 index 962894ba86e..00000000000
28 --- a/app-officeext/languagetool/languagetool-5.0.ebuild
29 +++ /dev/null
30 @@ -1,23 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -MY_P="LanguageTool-${PV}"
37 -
38 -OFFICE_REQ_USE="java"
39 -OFFICE_EXTENSIONS=(
40 - "${MY_P}.oxt"
41 -)
42 -
43 -inherit office-ext-r1
44 -
45 -DESCRIPTION="Style and Grammar Checker for libreoffice"
46 -HOMEPAGE="https://www.languagetool.org/"
47 -SRC_URI="https://www.languagetool.org/download/${MY_P}.oxt"
48 -
49 -LICENSE="LGPL-2.1+"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -
53 -RDEPEND=">=virtual/jre-1.8"