From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1558961-garchives=archives.gentoo.org@lists.gentoo.org>
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 9B6F1158089
	for <garchives@archives.gentoo.org>; Sun,  1 Oct 2023 07:40:37 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D9FC62BC019;
	Sun,  1 Oct 2023 07:40:36 +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 B7CCF2BC014
	for <gentoo-commits@lists.gentoo.org>; Sun,  1 Oct 2023 07:40:36 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id BD05F335C31
	for <gentoo-commits@lists.gentoo.org>; Sun,  1 Oct 2023 07:40:35 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B94110E1
	for <gentoo-commits@lists.gentoo.org>; Sun,  1 Oct 2023 07:40:34 +0000 (UTC)
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" <fordfrog@gentoo.org>
Message-ID: <1696146031.2a95ba5806b490fde336e3d3f065f0379491ef00.fordfrog@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/languagetool/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-text/languagetool/languagetool-5.4-r1.ebuild app-text/languagetool/languagetool-5.4-r2.ebuild
X-VCS-Directories: app-text/languagetool/
X-VCS-Committer: fordfrog
X-VCS-Committer-Name: Miroslav Šulc
X-VCS-Revision: 2a95ba5806b490fde336e3d3f065f0379491ef00
X-VCS-Branch: master
Date: Sun,  1 Oct 2023 07:40:34 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 3317f340-c312-4bc1-8351-c5b96c645f3e
X-Archives-Hash: 988f606e09503bf1bc32b2a5fc4b48f1

commit:     2a95ba5806b490fde336e3d3f065f0379491ef00
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Thu Sep 21 14:44:17 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Oct  1 07:40:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a95ba58

app-text/languagetool: use system commons-lang:3.6

Dependency was changed in version 3.6 (2016-12-28).

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/32973
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 .../{languagetool-5.4-r1.ebuild => languagetool-5.4-r2.ebuild}        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/languagetool/languagetool-5.4-r1.ebuild b/app-text/languagetool/languagetool-5.4-r2.ebuild
similarity index 94%
rename from app-text/languagetool/languagetool-5.4-r1.ebuild
rename to app-text/languagetool/languagetool-5.4-r2.ebuild
index 870c19e57437..d7a7b86d7aef 100644
--- a/app-text/languagetool/languagetool-5.4-r1.ebuild
+++ b/app-text/languagetool/languagetool-5.4-r2.ebuild
@@ -19,7 +19,7 @@ CP_DEPEND="
 	dev-java/commons-cli:1
 	dev-java/commons-collections:4
 	dev-java/commons-io:1
-	dev-java/commons-lang:2.1
+	dev-java/commons-lang:3.6
 	dev-java/commons-logging:0
 	dev-java/hamcrest-core:1.3
 	dev-java/jcommander:0
@@ -37,7 +37,7 @@ S=${WORKDIR}/${MY_P}
 
 src_prepare() {
 	default
-	rm libs/commons-{cli,collections4,io,logging}.jar || die
+	rm libs/commons-{cli,collections4,io,lang3,logging}.jar || die
 	rm libs/{hamcrest-core,jcommander,junit,slf4j-api}.jar || die
 
 	# Loads of bundled stuff :(