public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/hash-slinger/
Date: Fri, 18 Apr 2025 18:17:34 +0000 (UTC)	[thread overview]
Message-ID: <1745000065.14914fd749e056cdfe5ea879663e6230e7f8ec81.conikost@gentoo> (raw)

commit:     14914fd749e056cdfe5ea879663e6230e7f8ec81
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 18 18:14:19 2025 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Apr 18 18:14:25 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14914fd7

net-dns/hash-slinger: add 3.4

Bug: https://bugs.gentoo.org/952578
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-dns/hash-slinger/Manifest                |  1 +
 net-dns/hash-slinger/hash-slinger-3.4.ebuild | 48 ++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/net-dns/hash-slinger/Manifest b/net-dns/hash-slinger/Manifest
index 547aca0f12cd..a32bab4a44c1 100644
--- a/net-dns/hash-slinger/Manifest
+++ b/net-dns/hash-slinger/Manifest
@@ -1 +1,2 @@
 DIST hash-slinger-3.3.tar.gz 38597 BLAKE2B 237affa3f933d3dbd1dca3bc4f927268c15d10eed16c18aae68906f1fe6511eda48283f76da851d70535139bc880074951a1ab4c6be92bd27e32c38e374ce044 SHA512 ba59771d32a93f500b61beab1d44e6edf94965c1a7cb30708e4722fe7e6d97a884ccd0e16c9058c29b174a710c13d562b1b6dfc15edc7440692494744392a52e
+DIST hash-slinger-3.4.tar.gz 38668 BLAKE2B c2aaaa0a0329a85105891fa50a780b400ad9a855a66de758eac32ee658d253d103e4dfcab969019499af31d59cc6cac0b6c538d130ab8326d1c5bf30e92ddf32 SHA512 0f49a10bc4ecfe6ef2e209590f2c32ff11193bd421957d855881cb9f03d7f39912c39f72e32018a5e338ac55368b81693bc07881bdb8dbe8e57f99d3b487fd0f

diff --git a/net-dns/hash-slinger/hash-slinger-3.4.ebuild b/net-dns/hash-slinger/hash-slinger-3.4.ebuild
new file mode 100644
index 000000000000..7b45431b3472
--- /dev/null
+++ b/net-dns/hash-slinger/hash-slinger-3.4.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit python-single-r1
+
+DESCRIPTION="Various tools to generate DNS records like SSHFP, TLSA, OPENPGPKEY, IPSECKEY"
+HOMEPAGE="https://github.com/letoams/hash-slinger"
+SRC_URI="https://github.com/letoams/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="ipsec +openpgp +ssh"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+	${PYTHON_DEPS}
+	$(python_gen_cond_dep '
+		dev-python/dnspython[${PYTHON_USEDEP}]
+		dev-python/m2crypto[${PYTHON_USEDEP}]
+	')
+	net-dns/unbound[python,${PYTHON_SINGLE_USEDEP}]
+	ipsec? ( net-vpn/libreswan[dnssec] )
+	openpgp? ( $(python_gen_cond_dep 'dev-python/python-gnupg[${PYTHON_USEDEP}]') )
+	ssh? ( virtual/openssh )
+"
+
+src_install() {
+	local tools tool
+
+	tools="tlsa"
+
+	use ssh	&& tools+=" sshfp"
+	use openpgp && tools+=" openpgpkey"
+	use ipsec && tools+=" ipseckey"
+
+	for tool in $tools ; do
+		doman ${tool}.1
+		python_doscript ${tool}
+	done
+
+	dodoc BUGS CHANGES README
+}


             reply	other threads:[~2025-04-18 18:17 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-18 18:17 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-28 16:51 [gentoo-commits] repo/gentoo:master commit in: net-dns/hash-slinger/ Sam James
2025-05-28 16:49 Sam James
2025-04-18 18:17 Conrad Kostecki
2024-07-17  9:43 Conrad Kostecki
2023-05-11 20:03 Sam James
2023-05-01 12:52 Sam James
2023-05-01 12:49 Sam James
2022-06-03  8:12 Sam James
2021-05-31 23:19 Sam James
2021-05-31 23:19 Sam James
2021-05-31 23:19 Sam James
2020-09-02  9:57 Marc Schiffbauer
2020-03-03  7:03 Marc Schiffbauer
2020-02-13 16:05 Marc Schiffbauer
2020-02-13 13:52 David Seifert
2020-02-13  6:01 Marc Schiffbauer
2020-02-09 15:54 Michał Górny
2019-12-24 19:52 Mikle Kolyada
2019-07-30  6:04 Michał Górny
2019-07-30  6:00 Michał Górny
2016-03-08  1:58 Robin H. Johnson
2015-10-30 12:04 Justin Lecher

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=1745000065.14914fd749e056cdfe5ea879663e6230e7f8ec81.conikost@gentoo \
    --to=conikost@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