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 01297158094 for ; Tue, 4 Oct 2022 09:40:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8212E094A; Tue, 4 Oct 2022 09:40:54 +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 8E30EE094A for ; Tue, 4 Oct 2022 09:40:54 +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 B586133BEBE for ; Tue, 4 Oct 2022 09:40:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21341609 for ; Tue, 4 Oct 2022 09:40:51 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1664876424.0cc4e1e2b31b335ae5aac7c756a9d5b0892fa103.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-compress/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/commons-compress/commons-compress-1.21-r1.ebuild X-VCS-Directories: dev-java/commons-compress/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 0cc4e1e2b31b335ae5aac7c756a9d5b0892fa103 X-VCS-Branch: master Date: Tue, 4 Oct 2022 09:40:51 +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: 5d9a3577-6c59-4d74-af18-d534d4355590 X-Archives-Hash: c8f8e605f969124ff06746d9348f1a65 commit: 0cc4e1e2b31b335ae5aac7c756a9d5b0892fa103 Author: Florian Schmaus gentoo org> AuthorDate: Tue Oct 4 09:35:01 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Oct 4 09:40:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc4e1e2 dev-java/commons-compress: changes to align with the previous version ebuild Signed-off-by: Florian Schmaus gentoo.org> dev-java/commons-compress/commons-compress-1.21-r1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-java/commons-compress/commons-compress-1.21-r1.ebuild b/dev-java/commons-compress/commons-compress-1.21-r1.ebuild index f15a62d97e7e..a5870641d1c2 100644 --- a/dev-java/commons-compress/commons-compress-1.21-r1.ebuild +++ b/dev-java/commons-compress/commons-compress-1.21-r1.ebuild @@ -68,10 +68,12 @@ RDEPEND=" >=virtual/jre-1.8:* ${CP_DEPEND}" -PATCHES=( "${FILESDIR}/${P}-asm7+.patch" ) - S="${WORKDIR}/${P}-src" +PATCHES=( + "${FILESDIR}/${P}-asm7+.patch" +) + JAVA_AUTOMATIC_MODULE_NAME="org.apache.commons.compress" JAVA_CLASSPATH_EXTRA="osgi-core" JAVA_ENCODING="iso-8859-1"