From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 06BA1138334 for ; Wed, 3 Apr 2019 20:17:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D537E095A; Wed, 3 Apr 2019 20:17:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BEDDFE095A for ; Wed, 3 Apr 2019 20:17:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9107D335D10 for ; Wed, 3 Apr 2019 20:17:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03A36570 for ; Wed, 3 Apr 2019 20:17:42 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1554322656.7ce007911465e67aac63e193ceafed3af9045e5c.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnsviz/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/dnsviz/Manifest net-dns/dnsviz/dnsviz-0.8.2.ebuild net-dns/dnsviz/metadata.xml X-VCS-Directories: net-dns/dnsviz/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 7ce007911465e67aac63e193ceafed3af9045e5c X-VCS-Branch: master Date: Wed, 3 Apr 2019 20:17:42 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: faab639b-13bb-44d8-ac57-853541718679 X-Archives-Hash: e3096a018d2ef598334eb03f16b791a5 commit: 7ce007911465e67aac63e193ceafed3af9045e5c Author: Hasan ÇALIŞIR psauxit com> AuthorDate: Fri Mar 22 02:53:10 2019 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Apr 3 20:17:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce00791 net-dns/dnsviz: new package. DNSViz is a tool suite for analysis and visualization of Domain Name System (DNS) behavior, including its security extensions (DNSSEC). Package-Manager: Portage-2.3.62, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/11454 Signed-off-by: Hasan ÇALIŞIR psauxit.com> Signed-off-by: Patrice Clement gentoo.org> net-dns/dnsviz/Manifest | 1 + net-dns/dnsviz/dnsviz-0.8.2.ebuild | 47 ++++++++++++++++++++++++++++++++++++++ net-dns/dnsviz/metadata.xml | 20 ++++++++++++++++ 3 files changed, 68 insertions(+) diff --git a/net-dns/dnsviz/Manifest b/net-dns/dnsviz/Manifest new file mode 100644 index 00000000000..7f11cfca787 --- /dev/null +++ b/net-dns/dnsviz/Manifest @@ -0,0 +1 @@ +DIST dnsviz-0.8.2.tar.gz 404265 BLAKE2B c4ba6b5a7d6fee7c8e2cba0c90f29560152dd4beed1ef4d80a6a3bf9f81646ee8f0d61c38329233e300f2b434cb5d9e9d2a926dc72997ae68ff0a57e147bafcf SHA512 5414d9bda6c0bf5fdc5a84a09cb5833619110702749b12f87d63f5149de473f4bd1b6960c506c60ec5fc5ff82d789536cee70a299ff13c960a45776de2916c80 diff --git a/net-dns/dnsviz/dnsviz-0.8.2.ebuild b/net-dns/dnsviz/dnsviz-0.8.2.ebuild new file mode 100644 index 00000000000..74b6aa78b4b --- /dev/null +++ b/net-dns/dnsviz/dnsviz-0.8.2.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +inherit distutils-r1 eutils + +DESCRIPTION="Tool suite for analysis and visualization of DNS and DNSSEC" +HOMEPAGE="http://dnsviz.net/" +SRC_URI="https://github.com/dnsviz/dnsviz/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-python/dnspython[${PYTHON_USEDEP}] + dev-python/libnacl[${PYTHON_USEDEP}] + >=dev-python/m2crypto-0.31.0[${PYTHON_USEDEP}] + >=dev-python/pygraphviz-1.3.1[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}]" + +RDEPEND=" + ${DEPEND}" + +python_prepare_all() { + # Fix the ebuild to use correct FHS/Gentoo policy paths for 0.8.2 + sed -i "s*share/doc/dnsviz*share/doc/dnsviz-${PV}*g" "${S}"/setup.py || die + + distutils-r1_python_prepare_all +} + +pkg_postinst() { + elog "Support for extra feature can be get from:" + optfeature "Support for pre-deployment testing" net-dns/bind + + # Warn about extra requirements for >=OpenSSL 1.1.0 + if has_version '=dev-libs/openssl-1.1*'; then + echo + ewarn "With OpenSSL version 1.1.0 and later,the OpenSSL GOST Engine" + ewarn "is necessary to validate DNSSEC signatures with algorithm 12" + ewarn "(GOST R 34.10-2001) and digests of type 3 (GOST R 34.11-94)" + ewarn "OpenSSL GOST Engine can be get from --> dev-libs/gost-engine" + fi +} diff --git a/net-dns/dnsviz/metadata.xml b/net-dns/dnsviz/metadata.xml new file mode 100644 index 00000000000..c1ee72309eb --- /dev/null +++ b/net-dns/dnsviz/metadata.xml @@ -0,0 +1,20 @@ + + + + + hasan.calisir@psauxit.com + Hasan ÇALIŞIR + + + proxy-maint@gentoo.org + Proxy Maintainers + + + DNSViz is a tool suite for analysis and visualization of Domain Name + System (DNS) behavior, including its security extensions (DNSSEC). + This tool suite powers the Web-based analysis. + + + dnsviz/dnsviz + +