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 DF0F5159C9B for ; Thu, 8 Aug 2024 08:06:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F41C0E2B49; Thu, 8 Aug 2024 08:06:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4F0FE2B49 for ; Thu, 8 Aug 2024 08:06:03 +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 E47D5335D7B for ; Thu, 8 Aug 2024 08:06:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A5A91B9A for ; Thu, 8 Aug 2024 08:06:01 +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: <1723104167.a74a6ca1f27ff39d00ab8720cb25c19930987640.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/protobuf-java/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/protobuf-java/protobuf-java-3.23.0-r1.ebuild dev-java/protobuf-java/protobuf-java-3.23.0.ebuild X-VCS-Directories: dev-java/protobuf-java/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: a74a6ca1f27ff39d00ab8720cb25c19930987640 X-VCS-Branch: master Date: Thu, 8 Aug 2024 08:06:01 +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: 935ee112-3abb-40fa-b245-f156a22c41ba X-Archives-Hash: fab2d2f1e606b50c87c4cb4af5306a67 commit: a74a6ca1f27ff39d00ab8720cb25c19930987640 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Wed Aug 7 04:05:44 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Aug 8 08:02:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a74a6ca1 dev-java/protobuf-java: 3.23.0-r1 adjust dependency on dev-cpp/abseil-cpp #937461 Also removes the system-protoc USE flag since the corresponding version of dev-libs/protobuf has been removed. Closes: https://bugs.gentoo.org/937461 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/37719/commits/8345fc4e42f4b1873bdab45a731a00c6de071b76 Signed-off-by: Miroslav Šulc gentoo.org> ....23.0.ebuild => protobuf-java-3.23.0-r1.ebuild} | 33 +++++----------------- 1 file changed, 7 insertions(+), 26 deletions(-) diff --git a/dev-java/protobuf-java/protobuf-java-3.23.0.ebuild b/dev-java/protobuf-java/protobuf-java-3.23.0-r1.ebuild similarity index 89% rename from dev-java/protobuf-java/protobuf-java-3.23.0.ebuild rename to dev-java/protobuf-java/protobuf-java-3.23.0-r1.ebuild index abeb3464f5e4..6059bd156b76 100644 --- a/dev-java/protobuf-java/protobuf-java-3.23.0.ebuild +++ b/dev-java/protobuf-java/protobuf-java-3.23.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2008-2023 Gentoo Authors +# Copyright 2008-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,6 @@ S="${WORKDIR}/protobuf-${PV#3.}" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos" -IUSE="system-protoc" DEPEND=" >=virtual/jdk-1.8:* @@ -31,10 +30,9 @@ DEPEND=" ) " RDEPEND=">=virtual/jre-1.8:*" - BDEPEND=" - system-protoc? ( ~dev-libs/protobuf-${PV#3.}:0 ) - !system-protoc? ( >=dev-cpp/abseil-cpp-20230125.2 ) + >=dev-cpp/abseil-cpp-20230125.2 +