From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/hash-slinger/
Date: Fri, 3 Jun 2022 08:12:12 +0000 (UTC) [thread overview]
Message-ID: <1654243925.6da026529f79b2790a0477b57155cf26f6fefcbb.sam@gentoo> (raw)
commit: 6da026529f79b2790a0477b57155cf26f6fefcbb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 3 08:11:55 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 3 08:12:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da02652
net-dns/hash-slinger: add 3.2
Closes: https://bugs.gentoo.org/846125
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-dns/hash-slinger/Manifest | 1 +
net-dns/hash-slinger/hash-slinger-3.2.ebuild | 49 ++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/net-dns/hash-slinger/Manifest b/net-dns/hash-slinger/Manifest
index e200ab15ce5a..c895d12cf4e8 100644
--- a/net-dns/hash-slinger/Manifest
+++ b/net-dns/hash-slinger/Manifest
@@ -1 +1,2 @@
DIST hash-slinger-3.1.tar.gz 38224 BLAKE2B 35d60b648704e1aa96fbec000ff07c06a31a1f45c58f708fdad1bab464849d4de60963acde9f2c26eb4304454ed1406f698c8007dbf471794f16f26b8ebdb080 SHA512 04ad33b718f716cfd08bd52ee50db81372b7dc13895695e1b23cf904306166b73e388285c7cce8a0a0e5003e783bc61dea4c9ede7a44f22c16e24e2411c7f427
+DIST hash-slinger-3.2.tar.gz 38376 BLAKE2B 8c89f9a372818166c862d97354a60dddc2795c70f23b39225ad0fc3a2657cc5e048dca228dc004db0240fcf80e74bc799528d3459a65e6de347a493df5abf7b3 SHA512 01a25b3bc00bd9cd86c448f087c48ad04248a5a8755c2f154272b833efdce058a1fc62ea3f5cc6e9ff35180754b3e44db03c4e4888fd9051b749eff5fc8c3110
diff --git a/net-dns/hash-slinger/hash-slinger-3.2.ebuild b/net-dns/hash-slinger/hash-slinger-3.2.ebuild
new file mode 100644
index 000000000000..467f00926cfa
--- /dev/null
+++ b/net-dns/hash-slinger/hash-slinger-3.2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+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/ipaddr[${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? ( net-misc/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
+}
next reply other threads:[~2022-06-03 8:12 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-03 8:12 Sam James [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
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
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=1654243925.6da026529f79b2790a0477b57155cf26f6fefcbb.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