public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/hash-slinger/
Date: Tue,  8 Mar 2016 01:58:16 +0000 (UTC)	[thread overview]
Message-ID: <1457402177.c7971638d61c40c604f8db5d4d28fd973928efd0.robbat2@gentoo> (raw)

commit:     c7971638d61c40c604f8db5d4d28fd973928efd0
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  7 00:09:55 2016 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Tue Mar  8 01:56:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7971638

net-dns/hash-slinger: bump.

Package-Manager: portage-2.2.27

 net-dns/hash-slinger/Manifest                |  1 +
 net-dns/hash-slinger/hash-slinger-2.7.ebuild | 45 ++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/net-dns/hash-slinger/Manifest b/net-dns/hash-slinger/Manifest
index 0b3d97f..84bef35 100644
--- a/net-dns/hash-slinger/Manifest
+++ b/net-dns/hash-slinger/Manifest
@@ -1 +1,2 @@
 DIST hash-slinger-2.6.tar.gz 34864 SHA256 121143efea136958ad6a42cb0a8fa80d95b1e4fc45632019d8f07a534d6efab2 SHA512 1e5d67ed2ef8eae910927fbd7419928d87ba31a91ca43a1c163b05f725da96a50d30e1539c4c55a68a22f0e2c9a2f7c7101fbdcfb5fc903e87fe4c22e20f33af WHIRLPOOL 7ff36bad9db31e6d8769a525fc60691cb6af3bd6970b9bbf55d56f7e3c08a6a97a35fd1363dbed012239432b7dfd2594d616dc4d0a80ae47c82b724e17183f41
+DIST hash-slinger-2.7.tar.gz 37684 SHA256 cd888eaee222bbe994d60aab7bc638b6c3417f43b68d0e6a8f1802104f6d7b8d SHA512 b1b3e46c4cdd8b983b55156c9bcc58afc973c2503cde48283e98306e381753547f425bfaee68707ae10b2e31b71d01485b34e4a9841c9ce2048f9551f23d0976 WHIRLPOOL 91e232827c63a1c2ab92e691ce71c4d301b1dc34d410e583b53e58e83a1f77a712cd76627c15f812849b06689258b60305792adcbb779d544bd4f574010f9190

diff --git a/net-dns/hash-slinger/hash-slinger-2.7.ebuild b/net-dns/hash-slinger/hash-slinger-2.7.ebuild
new file mode 100644
index 0000000..f2c2d28
--- /dev/null
+++ b/net-dns/hash-slinger/hash-slinger-2.7.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-r1
+
+DESCRIPTION="Various tools to generate special DNS records like SSHFP, TLSA, OPENPGPKEY, IPSECKEY"
+HOMEPAGE="https://people.redhat.com/pwouters/hash-slinger/"
+SRC_URI="https://people.redhat.com/pwouters/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ipsec +openpgp +ssh"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND=""
+RDEPEND="
+	${PYTHON_DEPS}
+	dev-python/ipaddr[$PYTHON_USEDEP]
+	dev-python/m2crypto[$PYTHON_USEDEP]
+	net-dns/unbound[python,$PYTHON_USEDEP]
+	virtual/python-dnspython[$PYTHON_USEDEP]
+	ipsec? ( net-misc/libreswan[dnssec] )
+	openpgp? ( dev-python/python-gnupg[$PYTHON_USEDEP] )
+	ssh? ( net-misc/openssh )
+"
+
+src_install() {
+	local tools
+	tools="tlsa"
+	use ssh	&& tools+=" sshfp"
+	use openpgp && tools+=" openpgpkey"
+	use ipsec && tools+=" ipseckey"
+	for tool in $tools ; do
+		doman ${tool}.1
+		python_foreach_impl python_doscript ${tool}
+	done
+	dodoc BUGS CHANGES README
+}


             reply	other threads:[~2016-03-08  1:58 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-08  1:58 Robin H. Johnson [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
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
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=1457402177.c7971638d61c40c604f8db5d4d28fd973928efd0.robbat2@gentoo \
    --to=robbat2@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