diff options
author | 2014-12-14 11:38:25 +0000 | |
---|---|---|
committer | 2014-12-14 11:38:25 +0000 | |
commit | cc3db9bb5ee437c8df9d8a5abec9f48960bcde5b (patch) | |
tree | 3ecc5ee1b66b91297449f44ccfc030e3dca25890 /dev-haskell | |
parent | Bump chasingbottoms to 1.3.0.8-r1 (diff) | |
download | gentoo-2-cc3db9bb5ee437c8df9d8a5abec9f48960bcde5b.tar.gz gentoo-2-cc3db9bb5ee437c8df9d8a5abec9f48960bcde5b.tar.bz2 gentoo-2-cc3db9bb5ee437c8df9d8a5abec9f48960bcde5b.zip |
Bump dns to 1.4.4
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/dns/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/dns/dns-1.4.4.ebuild | 46 |
2 files changed, 52 insertions, 1 deletions
diff --git a/dev-haskell/dns/ChangeLog b/dev-haskell/dns/ChangeLog index fbcfa00626bd..a0eaa183def7 100644 --- a/dev-haskell/dns/ChangeLog +++ b/dev-haskell/dns/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/dns # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dns/ChangeLog,v 1.4 2014/07/25 08:58:58 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dns/ChangeLog,v 1.5 2014/12/14 11:38:25 gienah Exp $ + +*dns-1.4.4 (14 Dec 2014) + + 14 Dec 2014; Mark Wright <gienah@gentoo.org> +dns-1.4.4.ebuild: + Bump dns to 1.4.4 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> metadata.xml: Drop redundant '<maintainer>' field, leave only '<herd>'. 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..a8f79a64a423 --- /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 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dns/dns-1.4.4.ebuild,v 1.1 2014/12/14 11:38:25 gienah Exp $ + +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' +} |