From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B42E11584F2 for ; Thu, 13 Mar 2025 07:47:41 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A227E3430A5 for ; Thu, 13 Mar 2025 07:47:41 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 97EED11037F; Thu, 13 Mar 2025 07:47:40 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 838EF11037F for ; Thu, 13 Mar 2025 07:47:40 +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 3863E342FB1 for ; Thu, 13 Mar 2025 07:47:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9988A1909 for ; Thu, 13 Mar 2025 07:47:38 +0000 (UTC) From: "Rahil Bhimjiani" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rahil Bhimjiani" Message-ID: <1741852024.857a352f48e8f01596e03b176e9f998b49c8231c.rahilarious@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-dns/blocky/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-dns/blocky/blocky-0.23.ebuild net-dns/blocky/blocky-0.24.ebuild net-dns/blocky/blocky-0.25.ebuild net-dns/blocky/blocky-9999.ebuild X-VCS-Directories: net-dns/blocky/ X-VCS-Committer: rahilarious X-VCS-Committer-Name: Rahil Bhimjiani X-VCS-Revision: 857a352f48e8f01596e03b176e9f998b49c8231c X-VCS-Branch: dev Date: Thu, 13 Mar 2025 07:47:38 +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: 3a0bcab3-5e54-4540-9744-145045067938 X-Archives-Hash: 446dcfe47d8e132d5ffb159fd6c6e155 commit: 857a352f48e8f01596e03b176e9f998b49c8231c Author: Rahil Bhimjiani rahil rocks> AuthorDate: Thu Mar 13 07:47:04 2025 +0000 Commit: Rahil Bhimjiani gmail com> CommitDate: Thu Mar 13 07:47:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=857a352f net-dns/blocky: fix ExcessiveLineLength warning in all ebuilds Signed-off-by: Rahil Bhimjiani rahil.rocks> net-dns/blocky/blocky-0.23.ebuild | 5 +++-- net-dns/blocky/blocky-0.24.ebuild | 5 +++-- net-dns/blocky/blocky-0.25.ebuild | 3 ++- net-dns/blocky/blocky-9999.ebuild | 3 ++- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/net-dns/blocky/blocky-0.23.ebuild b/net-dns/blocky/blocky-0.23.ebuild index 0852ebf83..276af200c 100644 --- a/net-dns/blocky/blocky-0.23.ebuild +++ b/net-dns/blocky/blocky-0.23.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -72,7 +72,8 @@ src_compile() { src_test() { # mimcking make test - ego run github.com/onsi/ginkgo/v2/ginkgo --label-filter="!e2e" --coverprofile=coverage.txt --covermode=atomic --cover -r -p + ego run github.com/onsi/ginkgo/v2/ginkgo --label-filter="!e2e" --coverprofile=coverage.txt --covermode=atomic \ + --cover -r -p ego tool cover -html coverage.txt -o coverage.html } diff --git a/net-dns/blocky/blocky-0.24.ebuild b/net-dns/blocky/blocky-0.24.ebuild index 804021e66..99e3c5113 100644 --- a/net-dns/blocky/blocky-0.24.ebuild +++ b/net-dns/blocky/blocky-0.24.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -72,7 +72,8 @@ src_compile() { src_test() { # mimcking make test - ego run github.com/onsi/ginkgo/v2/ginkgo --label-filter="!e2e" --coverprofile=coverage.txt --covermode=atomic --cover -r -p + ego run github.com/onsi/ginkgo/v2/ginkgo --label-filter="!e2e" --coverprofile=coverage.txt --covermode=atomic \ + --cover -r -p ego tool cover -html coverage.txt -o coverage.html } diff --git a/net-dns/blocky/blocky-0.25.ebuild b/net-dns/blocky/blocky-0.25.ebuild index 063ae96ba..8214ac34e 100644 --- a/net-dns/blocky/blocky-0.25.ebuild +++ b/net-dns/blocky/blocky-0.25.ebuild @@ -72,7 +72,8 @@ src_compile() { src_test() { # mimcking make test - ego run github.com/onsi/ginkgo/v2/ginkgo --label-filter="!e2e" --coverprofile=coverage.txt --covermode=atomic --cover -r -p + ego run github.com/onsi/ginkgo/v2/ginkgo --label-filter="!e2e" --coverprofile=coverage.txt --covermode=atomic \ + --cover -r -p ego tool cover -html coverage.txt -o coverage.html } diff --git a/net-dns/blocky/blocky-9999.ebuild b/net-dns/blocky/blocky-9999.ebuild index 063ae96ba..8214ac34e 100644 --- a/net-dns/blocky/blocky-9999.ebuild +++ b/net-dns/blocky/blocky-9999.ebuild @@ -72,7 +72,8 @@ src_compile() { src_test() { # mimcking make test - ego run github.com/onsi/ginkgo/v2/ginkgo --label-filter="!e2e" --coverprofile=coverage.txt --covermode=atomic --cover -r -p + ego run github.com/onsi/ginkgo/v2/ginkgo --label-filter="!e2e" --coverprofile=coverage.txt --covermode=atomic \ + --cover -r -p ego tool cover -html coverage.txt -o coverage.html }