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 97AC8159C9B for ; Fri, 2 Aug 2024 13:16:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A96D22BC022; Fri, 2 Aug 2024 13:16:49 +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 87F912BC022 for ; Fri, 2 Aug 2024 13:16:49 +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 8E010341DD0 for ; Fri, 2 Aug 2024 13:16:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01EB41E6C for ; Fri, 2 Aug 2024 13:16:47 +0000 (UTC) From: "Miroslav Šulc" 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" Message-ID: <1722604381.93f7b061aad4eb13c7ac57f00466dbdb6c106807.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/ant-ivy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/ant-ivy/ant-ivy-2.5.0-r2.ebuild dev-java/ant-ivy/ant-ivy-2.5.0-r3.ebuild X-VCS-Directories: dev-java/ant-ivy/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 93f7b061aad4eb13c7ac57f00466dbdb6c106807 X-VCS-Branch: master Date: Fri, 2 Aug 2024 13:16:47 +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: af2b22cd-b770-4330-a67c-9cfb01c77a05 X-Archives-Hash: 9511eae8cbd36cce1d0ab18033278dbc commit: 93f7b061aad4eb13c7ac57f00466dbdb6c106807 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Fri Aug 2 04:30:24 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Fri Aug 2 13:13:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93f7b061 dev-java/ant-ivy: QA Notice, adjust dependency slot Closes: https://bugs.gentoo.org/937043 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/37921/commits/a5a81df44ff0cf97950da06d66f2fb6057e98173 Signed-off-by: Miroslav Šulc gentoo.org> .../ant-ivy/{ant-ivy-2.5.0-r2.ebuild => ant-ivy-2.5.0-r3.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-java/ant-ivy/ant-ivy-2.5.0-r2.ebuild b/dev-java/ant-ivy/ant-ivy-2.5.0-r3.ebuild similarity index 99% rename from dev-java/ant-ivy/ant-ivy-2.5.0-r2.ebuild rename to dev-java/ant-ivy/ant-ivy-2.5.0-r3.ebuild index 0158c70768f5..72671c7f135e 100644 --- a/dev-java/ant-ivy/ant-ivy-2.5.0-r2.ebuild +++ b/dev-java/ant-ivy/ant-ivy-2.5.0-r3.ebuild @@ -12,6 +12,7 @@ inherit java-pkg-2 java-pkg-simple java-osgi DESCRIPTION="Ivy is a free java based dependency manager" HOMEPAGE="https://ant.apache.org/ivy/" SRC_URI="https://archive.apache.org/dist/ant/ivy/${PV}/apache-ivy-${PV}-src.tar.gz" +S="${WORKDIR}/apache-ivy-${PV}" LICENSE="Apache-2.0" SLOT="2" @@ -24,7 +25,7 @@ CDEPEND=" >=dev-java/ant-1.10.14-r3:0 dev-java/bcpg:0 dev-java/bcprov:0 - dev-java/httpcomponents-client + dev-java/httpcomponents-client:4 dev-java/commons-vfs:2 dev-java/httpcore:0 dev-java/jakarta-oro:2.0 @@ -45,8 +46,6 @@ RDEPEND="${CDEPEND} DOCS=( LICENSE NOTICE README.adoc ) -S="${WORKDIR}/apache-ivy-${PV}" - JAVA_GENTOO_CLASSPATH=" ant bcpg