commit: 857a352f48e8f01596e03b176e9f998b49c8231c
Author: Rahil Bhimjiani <me <AT> rahil <DOT> rocks>
AuthorDate: Thu Mar 13 07:47:04 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> 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 <me <AT> 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
}