From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E1F8A13888F for ; Fri, 30 Oct 2015 12:04:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15C9621C00E; Fri, 30 Oct 2015 12:04:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E612321C004 for ; Fri, 30 Oct 2015 12:04:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39A31340C8A for ; Fri, 30 Oct 2015 12:04:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0981B1B05 for ; Fri, 30 Oct 2015 12:04:00 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1446206629.8329cd8ff4422e2a46a0d2d5e621ae45a3e5400e.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/hash-slinger/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/hash-slinger/hash-slinger-2.6-r1.ebuild net-dns/hash-slinger/hash-slinger-2.6.ebuild net-dns/hash-slinger/metadata.xml X-VCS-Directories: net-dns/hash-slinger/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 8329cd8ff4422e2a46a0d2d5e621ae45a3e5400e X-VCS-Branch: master Date: Fri, 30 Oct 2015 12:04:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c087eea9-fabf-4272-bef5-f62b52701dcb X-Archives-Hash: 61e036f28b7728b80e61a6cd879a8399 commit: 8329cd8ff4422e2a46a0d2d5e621ae45a3e5400e Author: Justin Lecher gentoo org> AuthorDate: Fri Oct 30 10:51:12 2015 +0000 Commit: Justin Lecher gentoo 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 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 @@ Marc Schiffbauer - Enable support for IPSECKEY records (ipseckey) - Enable support for OPENPGPKEY records (openpgpkey) - Enable support for SSHFP records (sshfp) + Enable support for IPSECKEY records (ipseckey) + Enable support for OPENPGPKEY records (openpgpkey) + Enable support for SSHFP records (sshfp)