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 1F23B159C9B for ; Wed, 14 Aug 2024 08:54:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F923E2A38; Wed, 14 Aug 2024 08:54:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 400EAE2A38 for ; Wed, 14 Aug 2024 08:54:34 +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 7E5CD34309B for ; Wed, 14 Aug 2024 08:54:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E423B1E93 for ; Wed, 14 Aug 2024 08:54:31 +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: <1723625603.7d3310cadc1d7cf74519643c677351f95abc6750.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/biglybt/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/biglybt/biglybt-3.6.0.0-r1.ebuild net-p2p/biglybt/biglybt-3.6.0.0.ebuild X-VCS-Directories: net-p2p/biglybt/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 7d3310cadc1d7cf74519643c677351f95abc6750 X-VCS-Branch: master Date: Wed, 14 Aug 2024 08:54:31 +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: 5a99769c-7cb4-4ddd-a66a-5dafa30c81f4 X-Archives-Hash: e7c90e42dd9051e6ace15b902cc9dfb5 commit: 7d3310cadc1d7cf74519643c677351f95abc6750 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Wed Aug 14 08:28:01 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Aug 14 08:53:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d3310ca net-p2p/biglybt: CP_DEPEND on swt:4.27[cairo] Closes: https://bugs.gentoo.org/936607 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/38143 Signed-off-by: Miroslav Šulc gentoo.org> net-p2p/biglybt/{biglybt-3.6.0.0.ebuild => biglybt-3.6.0.0-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-p2p/biglybt/biglybt-3.6.0.0.ebuild b/net-p2p/biglybt/biglybt-3.6.0.0-r1.ebuild similarity index 98% rename from net-p2p/biglybt/biglybt-3.6.0.0.ebuild rename to net-p2p/biglybt/biglybt-3.6.0.0-r1.ebuild index 927ec5a6d03e..afbc9f0b3c8f 100644 --- a/net-p2p/biglybt/biglybt-3.6.0.0.ebuild +++ b/net-p2p/biglybt/biglybt-3.6.0.0-r1.ebuild @@ -20,7 +20,7 @@ KEYWORDS="amd64 arm64 ppc64" CP_DEPEND=" dev-java/commons-cli:1 - dev-java/swt:4.27 + dev-java/swt:4.27[cairo] " # Due to removal of AENameServiceDescriptor it would fail to start under jdk:1.8 @@ -57,7 +57,6 @@ src_prepare() { # "error: package sun.net.spi.nameservice does not exist" # https://github.com/BiglySoftware/BiglyBT/pull/2611 rm -r core/src/com/biglybt/core/util/spi || die -# rm -r core/src/META-INF || die cp -r core/{src,resources} || die find core/resources -type f -name '*.java' -exec rm -rf {} + || die "deleting classes failed"