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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 53BA115802C for ; Tue, 17 Dec 2024 21:44:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93BC1E08CE; Tue, 17 Dec 2024 21:44:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 37CD6E08CE for ; Tue, 17 Dec 2024 21:44:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 81131340B57 for ; Tue, 17 Dec 2024 21:44:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A14722DA for ; Tue, 17 Dec 2024 21:44:06 +0000 (UTC) From: "Andreas Sturmlechner" 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 Sturmlechner" Message-ID: <1734471832.0272ecfb07b835b686faf3c59840e6c05c8487fe.asturm@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: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0272ecfb07b835b686faf3c59840e6c05c8487fe X-VCS-Branch: master Date: Tue, 17 Dec 2024 21:44:06 +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: 0e695618-6556-4b13-b791-4290e79b07ae X-Archives-Hash: eddf52931f102ea957ee87eb3013819d commit: 0272ecfb07b835b686faf3c59840e6c05c8487fe Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 17 18:28:41 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 17 21:43:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0272ecfb app-officeext/languagetool: drop 5.6 Signed-off-by: Andreas Sturmlechner gentoo.org> app-officeext/languagetool/Manifest | 1 - app-officeext/languagetool/languagetool-5.6.ebuild | 23 ---------------------- 2 files changed, 24 deletions(-) diff --git a/app-officeext/languagetool/Manifest b/app-officeext/languagetool/Manifest index bf1528897cf1..a900595fb350 100644 --- a/app-officeext/languagetool/Manifest +++ b/app-officeext/languagetool/Manifest @@ -1,2 +1 @@ -DIST LanguageTool-5.6.oxt 161372746 BLAKE2B 325a3f766ba29f32eca90497cf8e823e958930dae2fd613edd70fab4ae2039c23b92bafebea8fd2043d0aef1c243c4281420569d12d93edd61d7294e36fe10c9 SHA512 2856a941e71a2f357e5c89fcc3cbb5b3d49f363b0d934987824135473f9d0adc8f572101cef284b1d11ce45c2115b56add0431da24543530aa0020a98d265773 DIST LanguageTool-6.4.oxt 242919297 BLAKE2B 5c9f0a8341f53545c6abfdeb2a527d54df118df99671733f0171d244cbd23f26671cf57e95dbe488c1cdc1457ecdf7ff73e0b0177a02e49fa517c51c67ecc606 SHA512 400bf183a35320bb2dbfdf11260f953b926e23a1b30f2c9a4041d9dc50ca5f09d24a572bccd1154d1b10524c2163da38dcb93bdc975cf93659211dcb54d5a290 diff --git a/app-officeext/languagetool/languagetool-5.6.ebuild b/app-officeext/languagetool/languagetool-5.6.ebuild deleted file mode 100644 index 4083b02bca73..000000000000 --- a/app-officeext/languagetool/languagetool-5.6.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2024 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"