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 E99001384B4 for ; Mon, 16 Nov 2015 18:57:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9381EE0839; Mon, 16 Nov 2015 18:57:05 +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 0FBE5E0850 for ; Mon, 16 Nov 2015 18:57:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6A9E340871 for ; Mon, 16 Nov 2015 18:57:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17656B6D for ; Mon, 16 Nov 2015 18:57:01 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1447699913.70cf96d346543b336d599ad08e13f4443158ba1f.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/haeredes/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/haeredes/Manifest net-misc/haeredes/haeredes-0.4.4.ebuild net-misc/haeredes/metadata.xml X-VCS-Directories: net-misc/haeredes/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 70cf96d346543b336d599ad08e13f4443158ba1f X-VCS-Branch: master Date: Mon, 16 Nov 2015 18:57:01 +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: df34eb19-b7c8-4d8a-b8df-c72b689f82f4 X-Archives-Hash: d115db210d9e5ab9757f5c5aef792955 commit: 70cf96d346543b336d599ad08e13f4443158ba1f Author: Michael Orlitzky gentoo org> AuthorDate: Mon Nov 16 18:50:57 2015 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Mon Nov 16 18:51:53 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70cf96d3 net-misc/haeredes: new package to confirm delegation of NS and MX records. Package-Manager: portage-2.2.20.1 net-misc/haeredes/Manifest | 1 + net-misc/haeredes/haeredes-0.4.4.ebuild | 40 +++++++++++++++++++++++++++++++++ net-misc/haeredes/metadata.xml | 8 +++++++ 3 files changed, 49 insertions(+) diff --git a/net-misc/haeredes/Manifest b/net-misc/haeredes/Manifest new file mode 100644 index 0000000..d5c3098 --- /dev/null +++ b/net-misc/haeredes/Manifest @@ -0,0 +1 @@ +DIST haeredes-0.4.4.tar.gz 19382 SHA256 bdc2446b176c50d4f0fb5a52aaa7c0f4369999adc50be74935bea59a5f2964ac SHA512 4e8da1141daafe9ba2190f28d14eb19c8bf929c2ea225a06b7961ad378d688f8a191a8304c8390574e9ca7a28ec9b0a265ca2ef6f736dec0d245ab4baed0a57a WHIRLPOOL f48e76ec7266685b51f86c9aad1bda1ad9a901649829eb5bfcbd3ad159b4578336ceddfab6485d30ffd81f701587fdb09ca404bbedf6b2df3b2455941ee73fa2 diff --git a/net-misc/haeredes/haeredes-0.4.4.ebuild b/net-misc/haeredes/haeredes-0.4.4.ebuild new file mode 100644 index 0000000..ecb25e1 --- /dev/null +++ b/net-misc/haeredes/haeredes-0.4.4.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.6 + +CABAL_FEATURES="bin test-suite" +inherit haskell-cabal + +DESCRIPTION="Confirm delegation of NS and MX records" +HOMEPAGE="http://michael.orlitzky.com/code/haeredes.php" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# The only test suite requires network access. +RESTRICT="test" + +RDEPEND=">=dev-haskell/cmdargs-0.10:= + >=dev-haskell/dns-1.4:= + >=dev-haskell/iproute-1.2:= + >=dev-haskell/missingh-1.2:= + >=dev-haskell/parallel-io-0.3:= + >=dev-lang/ghc-7.6.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.16.0 + test? ( >=dev-haskell/doctest-0.9 + >=dev-haskell/filemanip-0.3.6 ) +" + +src_install() { + haskell-cabal_src_install + doman "${S}/doc/man1/${PN}.1" +} diff --git a/net-misc/haeredes/metadata.xml b/net-misc/haeredes/metadata.xml new file mode 100644 index 0000000..df7fdbe --- /dev/null +++ b/net-misc/haeredes/metadata.xml @@ -0,0 +1,8 @@ + + + + + mjo@gentoo.org + Michael Orlitzky + +