summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2013-12-10 11:06:08 +0000
committerMark Wright <gienah@gentoo.org>2013-12-10 11:06:08 +0000
commitd8aea76cd0df05894415d5a615e0447d2e37fd43 (patch)
tree8376e78cfef0daa2b787c0089d3f438161f7d402 /dev-haskell/text-icu/text-icu-0.6.3.7.ebuild
parentStable for amd64 wrt bug #491926 (diff)
downloadgentoo-2-d8aea76cd0df05894415d5a615e0447d2e37fd43.tar.gz
gentoo-2-d8aea76cd0df05894415d5a615e0447d2e37fd43.tar.bz2
gentoo-2-d8aea76cd0df05894415d5a615e0447d2e37fd43.zip
Bump text-icu to 0.6.3.7
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/text-icu/text-icu-0.6.3.7.ebuild')
-rw-r--r--dev-haskell/text-icu/text-icu-0.6.3.7.ebuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/dev-haskell/text-icu/text-icu-0.6.3.7.ebuild b/dev-haskell/text-icu/text-icu-0.6.3.7.ebuild
new file mode 100644
index 000000000000..ce058289d5eb
--- /dev/null
+++ b/dev-haskell/text-icu/text-icu-0.6.3.7.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text-icu/text-icu-0.6.3.7.ebuild,v 1.1 2013/12/10 11:06:08 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Bindings to the ICU library"
+HOMEPAGE="https://github.com/bos/text-icu"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/text-0.9.1.0:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+ dev-libs/icu
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+ test? ( dev-haskell/deepseq
+ >=dev-haskell/hunit-1.2
+ >=dev-haskell/quickcheck-2.4
+ dev-haskell/random
+ >=dev-haskell/test-framework-0.4
+ >=dev-haskell/test-framework-hunit-0.2
+ >=dev-haskell/test-framework-quickcheck2-0.2 )
+"