From: "Rahil Bhimjiani" <rahil3108@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-dns/blocky/
Date: Thu, 13 Mar 2025 07:47:38 +0000 (UTC) [thread overview]
Message-ID: <1741852024.857a352f48e8f01596e03b176e9f998b49c8231c.rahilarious@gentoo> (raw)
commit: 857a352f48e8f01596e03b176e9f998b49c8231c
Author: Rahil Bhimjiani <me <AT> rahil <DOT> rocks>
AuthorDate: Thu Mar 13 07:47:04 2025 +0000
Commit: Rahil Bhimjiani <rahil3108 <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
}
next reply other threads:[~2025-03-13 7:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-13 7:47 Rahil Bhimjiani [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-13 7:39 [gentoo-commits] repo/proj/guru:dev commit in: net-dns/blocky/ Rahil Bhimjiani
2024-06-15 6:20 Rahil Bhimjiani
2024-01-07 8:57 Rahil Bhimjiani
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1741852024.857a352f48e8f01596e03b176e9f998b49c8231c.rahilarious@gentoo \
--to=rahil3108@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox