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 8AD98158020 for ; Mon, 26 Dec 2022 23:19:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7BFFE08A8; Mon, 26 Dec 2022 23:19:51 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC7AFE08A0 for ; Mon, 26 Dec 2022 23:19:51 +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 E1557341183 for ; Mon, 26 Dec 2022 23:19:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D72B7F5 for ; Mon, 26 Dec 2022 23:19:48 +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: <1672096764.a831ae47f055cac4e9feb881e5d23fb303e0bef0.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.1.3-r1.ebuild X-VCS-Directories: app-officeext/languagetool/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a831ae47f055cac4e9feb881e5d23fb303e0bef0 X-VCS-Branch: master Date: Mon, 26 Dec 2022 23:19:48 +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: 1171779e-52ab-49df-9c56-b36368e2516f X-Archives-Hash: e6a99cfb09c7dd4ea590a5385e6dfe4b commit: a831ae47f055cac4e9feb881e5d23fb303e0bef0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 26 23:15:39 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 26 23:19:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a831ae47 app-officeext/languagetool: drop 5.1.3-r1 Signed-off-by: Andreas Sturmlechner gentoo.org> app-officeext/languagetool/Manifest | 1 - .../languagetool/languagetool-5.1.3-r1.ebuild | 23 ---------------------- 2 files changed, 24 deletions(-) diff --git a/app-officeext/languagetool/Manifest b/app-officeext/languagetool/Manifest index 08767378324c..772052fd855f 100644 --- a/app-officeext/languagetool/Manifest +++ b/app-officeext/languagetool/Manifest @@ -1,2 +1 @@ -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.1.3-r1.ebuild b/app-officeext/languagetool/languagetool-5.1.3-r1.ebuild deleted file mode 100644 index 8f2c69b29b00..000000000000 --- a/app-officeext/languagetool/languagetool-5.1.3-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 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"