diff options
Diffstat (limited to 'dev-haskell/dns')
-rw-r--r-- | dev-haskell/dns/Manifest | 5 | ||||
-rw-r--r-- | dev-haskell/dns/dns-0.3.8.ebuild | 36 | ||||
-rw-r--r-- | dev-haskell/dns/dns-1.4.0.ebuild | 43 | ||||
-rw-r--r-- | dev-haskell/dns/dns-1.4.4.ebuild | 46 | ||||
-rw-r--r-- | dev-haskell/dns/dns-1.4.5.ebuild | 40 | ||||
-rw-r--r-- | dev-haskell/dns/dns-2.0.0.ebuild | 40 | ||||
-rw-r--r-- | dev-haskell/dns/metadata.xml | 8 |
7 files changed, 218 insertions, 0 deletions
diff --git a/dev-haskell/dns/Manifest b/dev-haskell/dns/Manifest new file mode 100644 index 000000000000..c7a2c1e09506 --- /dev/null +++ b/dev-haskell/dns/Manifest @@ -0,0 +1,5 @@ +DIST dns-0.3.8.tar.gz 11313 SHA256 b8f14ad823ddd5300249410ae290c8c867593117f11492fb6da75f9c507559f4 SHA512 dbd6d042866e1861a47660c7daba1f29ee445a48eae3c25e05306878a74f9758587430296222e3f67062a3c173d96dab833a6d43b5d3237d614cfd2bad92be9d WHIRLPOOL 0981de2dd3f90a4637613707348cb3fd3fbf265b9c2ddadbbd999d48977962010fd7b9a352e3eaeceeeb8248e1e082ebb1e018a38709a0fe7a9622f361615e70 +DIST dns-1.4.0.tar.gz 18892 SHA256 49677a47ee3d9ba8278b0781221b6d3aa5b32a9e14e33cac71287d802f2700e4 SHA512 493bdf782f9addb31314bf0ffd27ab18444968bf4ca8bf3a487953abfc04b649a584b41a7c1d17126e36258d5bb4a37fe5f7a48409d7665d8db06969787b7b8e WHIRLPOOL a526805067a71f4c7fa6033cfc0bf097534b20b0429899fa1483207a13b15034a166cf896e788ea39b7aa00e4949f4f98cd58d1cd8fb0d6b1f70ef196421776d +DIST dns-1.4.4.tar.gz 20126 SHA256 cd3610289dfed35aad14d9c158ef9cb80e1f94bfef50691e95306fa8680621bd SHA512 1af44461b7c732453fd131575529b120f1b9a2800b50662253eaf7fcb77e3728babbc4126a9bc5ff1ec5d8661cc299bae7eb2d8262c7eeef91ad6f10b12ca66d WHIRLPOOL b5ef0861bfe79113aed8ad489a6c68fe325f70c3e192174a06d33efc4d46898cfcf6b139911217dae2ef70b23aa09b958de29364352eb3d5b53d93afd87e0956 +DIST dns-1.4.5.tar.gz 20071 SHA256 e51de68df8dce762ae302bd600f878b28a99ed5d1524519460524e5894f6498f SHA512 a5b434fa868a3254234b4ffef579e007ff7a9e41867f1d81d554573d026d4de86967dc0e313c86d603287581020163365c9f2f795084a15efca3f05ad9daf538 WHIRLPOOL 3427a6d2c1cd9391d6839589c22be8cce3b0be4705aaea21ba3c7965ed724e4ae6f3dc9d82c656d78933b02158206f11572fe31a0f18486530d45b6a0e9f12f6 +DIST dns-2.0.0.tar.gz 20570 SHA256 5ec9e58f71022bbc50888ec8b34be3be6f9e8d1566647b59b6e9bf169b1401cb SHA512 b681b3a6eed46a98b466df0e367b44cfc964d5b0a7d22912ece0a469e79b3176a2a3674fa1cd0d458037d413f5890362c47112c7f35a5f491c67b4ec6773405c WHIRLPOOL 294a951c46254d9a59f47f11c7d9d364dcc6b296f89c9bee52ec352e0d6cda12aedae1315e0536e5305aaa9eb3a90b58401a5efe084785fd563ed54b2f85d556 diff --git a/dev-haskell/dns/dns-0.3.8.ebuild b/dev-haskell/dns/dns-0.3.8.ebuild new file mode 100644 index 000000000000..613eead56708 --- /dev/null +++ b/dev-haskell/dns/dns-0.3.8.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.3.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="DNS library in Haskell" +HOMEPAGE="http://hackage.haskell.org/package/dns" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RESTRICT=test # relies on external network #502534 + +RDEPEND="dev-haskell/attoparsec:=[profile?] + dev-haskell/attoparsec-conduit:=[profile?] + dev-haskell/binary:=[profile?] + dev-haskell/blaze-builder:=[profile?] + dev-haskell/conduit:=[profile?] + >=dev-haskell/iproute-1.2.4:=[profile?] + dev-haskell/mtl:=[profile?] + dev-haskell/network:=[profile?] + dev-haskell/network-bytestring:=[profile?] + dev-haskell/network-conduit:=[profile?] + dev-haskell/random:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10" diff --git a/dev-haskell/dns/dns-1.4.0.ebuild b/dev-haskell/dns/dns-1.4.0.ebuild new file mode 100644 index 000000000000..4c82761e6b2c --- /dev/null +++ b/dev-haskell/dns/dns-1.4.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.2 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="DNS library in Haskell" +HOMEPAGE="http://hackage.haskell.org/package/dns" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/attoparsec:=[profile?] + dev-haskell/binary:=[profile?] + dev-haskell/blaze-builder:=[profile?] + >=dev-haskell/conduit-1.1:=[profile?] + >=dev-haskell/conduit-extra-1.1:=[profile?] + >=dev-haskell/iproute-1.2.4:=[profile?] + dev-haskell/mtl:=[profile?] + >=dev-haskell/network-2.3:=[profile?] + dev-haskell/random:=[profile?] + dev-haskell/resourcet:=[profile?] + >=dev-lang/ghc-7.4.1:= +" + +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 + test? ( dev-haskell/hspec ) +" + +# There are two additional test suites, "doctest" and "network" which +# both require network access. +src_test() { + haskell-cabal_src_test spec +} diff --git a/dev-haskell/dns/dns-1.4.4.ebuild b/dev-haskell/dns/dns-1.4.4.ebuild new file mode 100644 index 000000000000..8d7e11a867ae --- /dev/null +++ b/dev-haskell/dns/dns-1.4.4.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.3.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="DNS library in Haskell" +HOMEPAGE="http://hackage.haskell.org/package/dns" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RESTRICT=test # ambiguous modules + +RDEPEND="dev-haskell/attoparsec:=[profile?] + dev-haskell/binary:=[profile?] + dev-haskell/blaze-builder:=[profile?] + >=dev-haskell/conduit-1.1:=[profile?] + >=dev-haskell/conduit-extra-1.1:=[profile?] + >=dev-haskell/iproute-1.2.4:=[profile?] + dev-haskell/mtl:=[profile?] + >=dev-haskell/network-2.3:=[profile?] + dev-haskell/network-uri:=[profile?] + dev-haskell/random:=[profile?] + dev-haskell/resourcet:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 + test? ( dev-haskell/doctest + dev-haskell/hspec + dev-haskell/word8 ) +" + +src_prepare() { + cabal_chdeps \ + 'network >= 2.3' 'network >= 2.3, network-uri' +} diff --git a/dev-haskell/dns/dns-1.4.5.ebuild b/dev-haskell/dns/dns-1.4.5.ebuild new file mode 100644 index 000000000000..efa83bfaff32 --- /dev/null +++ b/dev-haskell/dns/dns-1.4.5.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.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="DNS library in Haskell" +HOMEPAGE="http://hackage.haskell.org/package/dns" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RESTRICT=test # ambiguous modules + +RDEPEND="dev-haskell/attoparsec:=[profile?] + dev-haskell/binary:=[profile?] + dev-haskell/blaze-builder:=[profile?] + >=dev-haskell/conduit-1.1:=[profile?] + >=dev-haskell/conduit-extra-1.1:=[profile?] + >=dev-haskell/iproute-1.3.2:=[profile?] + dev-haskell/mtl:=[profile?] + >=dev-haskell/network-2.3:=[profile?] + dev-haskell/random:=[profile?] + dev-haskell/resourcet:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 + test? ( dev-haskell/doctest + dev-haskell/hspec + dev-haskell/word8 ) +" diff --git a/dev-haskell/dns/dns-2.0.0.ebuild b/dev-haskell/dns/dns-2.0.0.ebuild new file mode 100644 index 000000000000..efa83bfaff32 --- /dev/null +++ b/dev-haskell/dns/dns-2.0.0.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.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="DNS library in Haskell" +HOMEPAGE="http://hackage.haskell.org/package/dns" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RESTRICT=test # ambiguous modules + +RDEPEND="dev-haskell/attoparsec:=[profile?] + dev-haskell/binary:=[profile?] + dev-haskell/blaze-builder:=[profile?] + >=dev-haskell/conduit-1.1:=[profile?] + >=dev-haskell/conduit-extra-1.1:=[profile?] + >=dev-haskell/iproute-1.3.2:=[profile?] + dev-haskell/mtl:=[profile?] + >=dev-haskell/network-2.3:=[profile?] + dev-haskell/random:=[profile?] + dev-haskell/resourcet:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 + test? ( dev-haskell/doctest + dev-haskell/hspec + dev-haskell/word8 ) +" diff --git a/dev-haskell/dns/metadata.xml b/dev-haskell/dns/metadata.xml new file mode 100644 index 000000000000..9cc544c2b3b0 --- /dev/null +++ b/dev-haskell/dns/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + DNS library for clients and servers. + </longdescription> +</pkgmetadata> |