diff options
author | 2013-08-26 03:46:25 +0000 | |
---|---|---|
committer | 2013-08-26 03:46:25 +0000 | |
commit | 89c5fd9360c46650d95228ea60769a1fd3da554b (patch) | |
tree | b164299d5faa3f3ec9968923cd8e59f177888c7e /dev-haskell/dns | |
parent | dev-haskell/iproute: 1.2.11 (diff) | |
download | gentoo-2-89c5fd9360c46650d95228ea60769a1fd3da554b.tar.gz gentoo-2-89c5fd9360c46650d95228ea60769a1fd3da554b.tar.bz2 gentoo-2-89c5fd9360c46650d95228ea60769a1fd3da554b.zip |
dev-haskell/dns: 0.3.8
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/dns')
-rw-r--r-- | dev-haskell/dns/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/dns/dns-0.3.8.ebuild | 36 | ||||
-rw-r--r-- | dev-haskell/dns/metadata.xml | 11 |
3 files changed, 56 insertions, 0 deletions
diff --git a/dev-haskell/dns/ChangeLog b/dev-haskell/dns/ChangeLog new file mode 100644 index 000000000000..255e3d7934b0 --- /dev/null +++ b/dev-haskell/dns/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-haskell/dns +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dns/ChangeLog,v 1.1 2013/08/26 03:46:25 qnikst Exp $ + +*dns-0.3.8 (26 Aug 2013) + + 26 Aug 2013; Alexander Vershilov <qnikst@gentoo.org> +dns-0.3.8.ebuild, + +metadata.xml: + dev-haskell/dns: 0.3.8 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..60fe89780aa3 --- /dev/null +++ b/dev-haskell/dns/dns-0.3.8.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dns/dns-0.3.8.ebuild,v 1.1 2013/08/26 03:46:25 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.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="" + +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 + test? ( dev-haskell/hspec + )" diff --git a/dev-haskell/dns/metadata.xml b/dev-haskell/dns/metadata.xml new file mode 100644 index 000000000000..4bb15a65eeed --- /dev/null +++ b/dev-haskell/dns/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <maintainer> + <email>haskell@gentoo.org</email> + </maintainer> + <longdescription> + DNS library for clients and servers. + </longdescription> +</pkgmetadata> |