From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/doggo/
Date: Fri, 31 Oct 2025 14:07:10 +0000 (UTC) [thread overview]
Message-ID: <1761919592.f2a2d8f3e8de0d9a82df84899eb2de823d077b7d.sam@gentoo> (raw)
commit: f2a2d8f3e8de0d9a82df84899eb2de823d077b7d
Author: Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com>
AuthorDate: Thu Oct 30 16:07:27 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 31 14:06:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a2d8f3
net-dns/doggo: add 1.1.1
Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com>
Part-of: https://github.com/gentoo/gentoo/pull/44389
Closes: https://github.com/gentoo/gentoo/pull/44389
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-dns/doggo/Manifest | 2 ++
net-dns/doggo/doggo-1.1.1.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/net-dns/doggo/Manifest b/net-dns/doggo/Manifest
index 9a96690e82cf..8ee57d539205 100644
--- a/net-dns/doggo/Manifest
+++ b/net-dns/doggo/Manifest
@@ -1,2 +1,4 @@
DIST doggo-1.0.5-deps.tar.xz 13365492 BLAKE2B 4f583509b70e83b2d7bf80dba587e86b67de08276b7b7171a3270f37b50d7d66a3a1348fc72899868637ef5890ae3f3b88a0bc5bcf5c60bce757f208ecb5588f SHA512 50b7cc03fab4ce1b40b1a290e84afe7b6006ef194ab7f19bfe7b21f97cc35b6050830f765b6e9c069aafd86ae5581ffdc4b6e69cf05dc8303fdec2a2b4b33ce7
DIST doggo-1.0.5.tar.gz 2438614 BLAKE2B caae6dc359e990a72387f9794e506b4b31dea202ba857cfbf8271c95b8290e82bcdbb8aa1cd0cc07455a6899cccac2fdf7039a7aea12479d5fb5ea841bcc3bee SHA512 95e3524a5c121f0817dc40a5adf86811d8a3897d4e2374e0a51abc483d145cbf9c8aa27af2ba4acc0fad84b96ee1cf6e482f936ecbe9476c6a134b927d71730b
+DIST doggo-1.1.1-deps.tar.xz 15156252 BLAKE2B 43c2b5d2d8f81822107d8de25eefe2924372e4e1dced5f8634a0687f3de52484e9b3644096a9ef1b980a244fccfb7ad5e2a364a31befedc0b4c91fc3858316b8 SHA512 476ae925fefd94bd7b7fc1218045334581ed4faf1ec15080e4c4edd9ff8a327865775e6436a0e57f8070374d9cfc6846cf99d3f93f519fa827a9a4ae364781cb
+DIST doggo-1.1.1.tar.gz 2454632 BLAKE2B 844e6bfc838e4f36dff5013371ba0cc261ffca7807a2fe671fb4db422575a1df214d9844deb31f1aa6ecad9678d129ce44b0a58158520d249e491542ddeaa7a8 SHA512 ebd0605e899ebe742a6fb8e58602c4a4d9bb36803013bbb4736d44880d44b3c94f3a4cf799c962cc8779af83e90bf7dca8de7bb93095876af51a1385f4c40e5f
diff --git a/net-dns/doggo/doggo-1.1.1.ebuild b/net-dns/doggo/doggo-1.1.1.ebuild
new file mode 100644
index 000000000000..7dbc2b5fa831
--- /dev/null
+++ b/net-dns/doggo/doggo-1.1.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module shell-completion
+
+DESCRIPTION="Command-line DNS Client for Humans"
+HOMEPAGE="https://github.com/mr-karan/doggo"
+
+SRC_URI="https://github.com/mr-karan/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
+ https://www.applied-asynchrony.com/distfiles/${P}-deps.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+ emake build-cli VERSION=${PV}
+}
+
+src_install() {
+ newbin bin/${PN}.bin ${PN}
+
+ local comp
+ for comp in bash fish zsh; do
+ bin/${PN}.bin completions $comp > "${WORKDIR}"/${PN}.$comp || die
+ done
+
+ newbashcomp "${WORKDIR}"/${PN}.bash ${PN}
+ newfishcomp "${WORKDIR}"/${PN}.fish ${PN}.fish
+ newzshcomp "${WORKDIR}"/${PN}.zsh _${PN}
+}
next reply other threads:[~2025-10-31 14:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-31 14:07 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-18 22:44 [gentoo-commits] repo/gentoo:master commit in: net-dns/doggo/ Sam James
2024-12-07 6:28 Arthur Zamarin
2024-10-07 3:27 Eli Schwartz
2024-09-08 7:50 Sam James
2024-09-07 15:46 Sam James
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=1761919592.f2a2d8f3e8de0d9a82df84899eb2de823d077b7d.sam@gentoo \
--to=sam@gentoo.org \
--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