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 559A5158041 for ; Sat, 24 Feb 2024 17:13:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FFEDE29F5; Sat, 24 Feb 2024 17:13:04 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7660EE29F5 for ; Sat, 24 Feb 2024 17:13:04 +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 B3A4033BF29 for ; Sat, 24 Feb 2024 17:13:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33BEA14D2 for ; Sat, 24 Feb 2024 17:13:01 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1708793816.6d590e5f8fce69def95e4ad13215ed35f6478fad.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-electronics/verible/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-electronics/verible/verible-0.0.3420.ebuild sci-electronics/verible/verible-0.0.3430.ebuild X-VCS-Directories: sci-electronics/verible/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 6d590e5f8fce69def95e4ad13215ed35f6478fad X-VCS-Branch: master Date: Sat, 24 Feb 2024 17:13: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: 69f948d5-292e-4a25-943e-e75f94bb2169 X-Archives-Hash: c9c1d76a0320c8cae6a5073fdacca915 Message-ID: <20240224171301.-eCy1T5DQpx2mLph__rXuYzDKUUVjXCRxK1fAgROnDY@z> commit: 6d590e5f8fce69def95e4ad13215ed35f6478fad Author: Julien Roy jroy ca> AuthorDate: Sat Feb 24 16:56:56 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Feb 24 16:56:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d590e5f sci-electronics/verible: comment-out invalid eclass Signed-off-by: Julien Roy jroy.ca> sci-electronics/verible/verible-0.0.3420.ebuild | 6 ++++-- sci-electronics/verible/verible-0.0.3430.ebuild | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sci-electronics/verible/verible-0.0.3420.ebuild b/sci-electronics/verible/verible-0.0.3420.ebuild index e2ab50b528..6e0fdb6334 100644 --- a/sci-electronics/verible/verible-0.0.3420.ebuild +++ b/sci-electronics/verible/verible-0.0.3420.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -6,7 +6,9 @@ EAPI="8" # From release tag name MY_PV="0.0-3420-g5be583bb" -inherit bazel +# Eclass dropped from ::gentoo +# https://github.com/gentoo/gentoo/commit/8876dc1db3205682d1ed8543b7fef1ce2b619874 +# inherit bazel DESCRIPTION="SystemVerilog parser, style-linter, and formatter" HOMEPAGE=" diff --git a/sci-electronics/verible/verible-0.0.3430.ebuild b/sci-electronics/verible/verible-0.0.3430.ebuild index d134e40091..6f345e0b46 100644 --- a/sci-electronics/verible/verible-0.0.3430.ebuild +++ b/sci-electronics/verible/verible-0.0.3430.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -6,7 +6,9 @@ EAPI="8" # From release tag name MY_PV="0.0-3430-g060bde0f" -inherit bazel +# Eclass dropped from ::gentoo +# https://github.com/gentoo/gentoo/commit/8876dc1db3205682d1ed8543b7fef1ce2b619874 +# inherit bazel DESCRIPTION="SystemVerilog parser, style-linter, and formatter" HOMEPAGE="