summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2015-04-05 03:41:53 +0000
committerMark Wright <gienah@gentoo.org>2015-04-05 03:41:53 +0000
commit2a2c0403d4d040dd412e9cbabcba4e451560a616 (patch)
treebb62583369d08754b92a7c3a407feb3f1be63586 /dev-haskell/dns
parentadd version 1.2.0_rc3 (diff)
downloadgentoo-2-2a2c0403d4d040dd412e9cbabcba4e451560a616.tar.gz
gentoo-2-2a2c0403d4d040dd412e9cbabcba4e451560a616.tar.bz2
gentoo-2-2a2c0403d4d040dd412e9cbabcba4e451560a616.zip
Bump dns to 1.4.5
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/dns')
-rw-r--r--dev-haskell/dns/ChangeLog9
-rw-r--r--dev-haskell/dns/dns-1.4.5.ebuild40
2 files changed, 47 insertions, 2 deletions
diff --git a/dev-haskell/dns/ChangeLog b/dev-haskell/dns/ChangeLog
index a0eaa183def7..6b0a6144a3bb 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.5 2014/12/14 11:38:25 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dns/ChangeLog,v 1.6 2015/04/05 03:41:53 gienah Exp $
+
+*dns-1.4.5 (05 Apr 2015)
+
+ 05 Apr 2015; Mark Wright <gienah@gentoo.org> +dns-1.4.5.ebuild:
+ Bump dns to 1.4.5
*dns-1.4.4 (14 Dec 2014)
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..693c2a005f47
--- /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
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dns/dns-1.4.5.ebuild,v 1.1 2015/04/05 03:41:53 gienah Exp $
+
+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 )
+"