From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 625CE15808B for ; Sat, 12 Feb 2022 12:28:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A88DAE082B; Sat, 12 Feb 2022 12:28:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88A0BE082B for ; Sat, 12 Feb 2022 12:28:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82DD5343172 for ; Sat, 12 Feb 2022 12:28:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11DC9287 for ; Sat, 12 Feb 2022 12:28:24 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1644668892.761ff232f11d3dd92b4991071ff3beebeabdb908.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-officeext/languagetool/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-officeext/languagetool/Manifest app-officeext/languagetool/languagetool-5.6.ebuild X-VCS-Directories: app-officeext/languagetool/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 761ff232f11d3dd92b4991071ff3beebeabdb908 X-VCS-Branch: master Date: Sat, 12 Feb 2022 12:28:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7f7d8375-2c5f-4eb0-92f6-ad765bc0854b X-Archives-Hash: c81ed9ae0fdadecd8637141079969a20 commit: 761ff232f11d3dd92b4991071ff3beebeabdb908 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Feb 12 12:28:02 2022 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Feb 12 12:28:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=761ff232 app-officeext/languagetool: Version bump Closes: https://bugs.gentoo.org/780435 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Huettel gentoo.org> app-officeext/languagetool/Manifest | 1 + app-officeext/languagetool/languagetool-5.6.ebuild | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/app-officeext/languagetool/Manifest b/app-officeext/languagetool/Manifest index f1f17ec6ff0e..08767378324c 100644 --- a/app-officeext/languagetool/Manifest +++ b/app-officeext/languagetool/Manifest @@ -1 +1,2 @@ DIST LanguageTool-5.1.3.oxt 142774437 BLAKE2B 45d6ffc3aa6a3d9891d0e3e5fc6462f4d8ec76736a47cbb3b235721fcc708d0f0b17d3f069fdcb85843c9b96dca6a70176c3dcba6832f9855c8d5eeb4a257dd1 SHA512 7a36e3b028b757c073d879ddd837ca12dc288178430bbf445080c892efe9f28d13565efd546e34244bcd8798ee0ef65433d08c8e3ee993b96efa4e5bbc103882 +DIST LanguageTool-5.6.oxt 161372746 BLAKE2B 325a3f766ba29f32eca90497cf8e823e958930dae2fd613edd70fab4ae2039c23b92bafebea8fd2043d0aef1c243c4281420569d12d93edd61d7294e36fe10c9 SHA512 2856a941e71a2f357e5c89fcc3cbb5b3d49f363b0d934987824135473f9d0adc8f572101cef284b1d11ce45c2115b56add0431da24543530aa0020a98d265773 diff --git a/app-officeext/languagetool/languagetool-5.6.ebuild b/app-officeext/languagetool/languagetool-5.6.ebuild new file mode 100644 index 000000000000..3fc176cddc53 --- /dev/null +++ b/app-officeext/languagetool/languagetool-5.6.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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.1+" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=">=virtual/jre-1.8"