From 034032e62cdd996be61447bfa3b04713f934ac57 Mon Sep 17 00:00:00 2001 From: Mark Wright Date: Sat, 19 Oct 2013 12:53:20 +0000 Subject: Bump vector to 0.10.9.1 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 618E971F) --- dev-haskell/vector/ChangeLog | 8 +++++++- dev-haskell/vector/metadata.xml | 10 +++++++++ dev-haskell/vector/vector-0.10.9.1.ebuild | 34 +++++++++++++++++++++++++++++++ 3 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 dev-haskell/vector/vector-0.10.9.1.ebuild (limited to 'dev-haskell/vector') diff --git a/dev-haskell/vector/ChangeLog b/dev-haskell/vector/ChangeLog index b50b2181e3e5..6fab5c1a59a2 100644 --- a/dev-haskell/vector/ChangeLog +++ b/dev-haskell/vector/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/vector # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/vector/ChangeLog,v 1.15 2013/09/07 20:13:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/vector/ChangeLog,v 1.16 2013/10/19 12:53:20 gienah Exp $ + +*vector-0.10.9.1 (19 Oct 2013) + + 19 Oct 2013; Mark Wright +vector-0.10.9.1.ebuild, + metadata.xml: + Bump vector to 0.10.9.1 07 Sep 2013; Agostino Sarubbo vector-0.10.0.1.ebuild: Stable for sparc, wrt bug #480568 diff --git a/dev-haskell/vector/metadata.xml b/dev-haskell/vector/metadata.xml index cf6961edaa31..b548179795fb 100644 --- a/dev-haskell/vector/metadata.xml +++ b/dev-haskell/vector/metadata.xml @@ -2,6 +2,9 @@ haskell + + haskell@gentoo.org + An efficient implementation of Int-indexed arrays (both mutable @@ -63,4 +66,11 @@ * Performance improvements + + Enable bounds checking + Enable internal consistency checks at the cost of a + significant performance penalty + Enable bounds checking in unsafe operations at the cost of a + significant performance penalty + diff --git a/dev-haskell/vector/vector-0.10.9.1.ebuild b/dev-haskell/vector/vector-0.10.9.1.ebuild new file mode 100644 index 000000000000..b67f106496ae --- /dev/null +++ b/dev-haskell/vector/vector-0.10.9.1.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/vector/vector-0.10.9.1.ebuild,v 1.1 2013/10/19 12:53:20 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Efficient Arrays" +HOMEPAGE="https://github.com/haskell/vector" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="+boundschecks internalchecks unsafechecks" + +RDEPEND=">=dev-haskell/deepseq-1.1:=[profile?] =dev-haskell/primitive-0.5.0.1:=[profile?] =dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6.0.3 +" + +src_configure() { + haskell-cabal_src_configure \ + $(cabal_flag boundschecks boundschecks) \ + $(cabal_flag internalchecks internalchecks) \ + $(cabal_flag unsafechecks unsafechecks) +} -- cgit v1.2.3-65-gdbad