public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/hash-slinger/
Date: Fri, 30 Oct 2015 12:04:00 +0000 (UTC)	[thread overview]
Message-ID: <1446206629.8329cd8ff4422e2a46a0d2d5e621ae45a3e5400e.jlec@gentoo> (raw)

commit:     8329cd8ff4422e2a46a0d2d5e621ae45a3e5400e
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 30 10:51:12 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Oct 30 12:03:49 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8329cd8f

net-dns/hash-slinger: Move to virtual/dnspython

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 .../{hash-slinger-2.6.ebuild => hash-slinger-2.6-r1.ebuild}   | 11 ++++++-----
 net-dns/hash-slinger/metadata.xml                             |  6 +++---
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/net-dns/hash-slinger/hash-slinger-2.6.ebuild b/net-dns/hash-slinger/hash-slinger-2.6-r1.ebuild
similarity index 90%
rename from net-dns/hash-slinger/hash-slinger-2.6.ebuild
rename to net-dns/hash-slinger/hash-slinger-2.6-r1.ebuild
index e3045b3..8fb61bf 100644
--- a/net-dns/hash-slinger/hash-slinger-2.6.ebuild
+++ b/net-dns/hash-slinger/hash-slinger-2.6-r1.ebuild
@@ -5,6 +5,7 @@
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
+
 inherit python-r1
 
 DESCRIPTION="Various tools to generate special DNS records like SSHFP, TLSA, OPENPGPKEY, IPSECKEY"
@@ -16,26 +17,26 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="ipsec +openpgp +ssh"
 
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
 DEPEND=""
 RDEPEND="
 	${PYTHON_DEPS}
-	dev-python/dnspython[$PYTHON_USEDEP]
 	dev-python/ipaddr[$PYTHON_USEDEP]
 	dev-python/m2crypto[$PYTHON_USEDEP]
 	net-dns/unbound[python,$PYTHON_USEDEP]
+	virtual/dnspython[$PYTHON_USEDEP]
 	ipsec? ( net-misc/libreswan[dnssec] )
 	openpgp? ( dev-python/python-gnupg[$PYTHON_USEDEP] )
 	ssh? ( net-misc/openssh )
 "
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
 src_install() {
 	local tools
 	tools="tlsa"
-	use ssh 	&& tools+=" sshfp"
+	use ssh	&& tools+=" sshfp"
 	use openpgp && tools+=" openpgpkey"
-	use ipsec 	&& tools+=" ipseckey"
+	use ipsec && tools+=" ipseckey"
 	for tool in $tools ; do
 		doman ${tool}.1
 		python_foreach_impl python_doscript ${tool}

diff --git a/net-dns/hash-slinger/metadata.xml b/net-dns/hash-slinger/metadata.xml
index 4b0698e..064d3c9 100644
--- a/net-dns/hash-slinger/metadata.xml
+++ b/net-dns/hash-slinger/metadata.xml
@@ -6,8 +6,8 @@
 		<name>Marc Schiffbauer</name>
 	</maintainer>
 	<use>
-		<flag name='ipsec'>Enable support for IPSECKEY records (ipseckey)</flag>
-		<flag name='openpgp'>Enable support for OPENPGPKEY records (openpgpkey)</flag>
-		<flag name='ssh'>Enable support for SSHFP records (sshfp)</flag>
+		<flag name="ipsec">Enable support for IPSECKEY records (ipseckey)</flag>
+		<flag name="openpgp">Enable support for OPENPGPKEY records (openpgpkey)</flag>
+		<flag name="ssh">Enable support for SSHFP records (sshfp)</flag>
 	</use>
 </pkgmetadata>


             reply	other threads:[~2015-10-30 12:04 UTC|newest]

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

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=1446206629.8329cd8ff4422e2a46a0d2d5e621ae45a3e5400e.jlec@gentoo \
    --to=jlec@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