public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/vector-algorithms: vector-algorithms-0.6.0.1.ebuild metadata.xml ChangeLog
@ 2014-03-09 13:27 Mark Wright (gienah)
  0 siblings, 0 replies; only message in thread
From: Mark Wright (gienah) @ 2014-03-09 13:27 UTC (permalink / raw
  To: gentoo-commits

gienah      14/03/09 13:27:32

  Modified:             metadata.xml ChangeLog
  Added:                vector-algorithms-0.6.0.1.ebuild
  Log:
  Bump vector-algorithms to 0.6.0.1
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 618E971F)

Revision  Changes    Path
1.2                  dev-haskell/vector-algorithms/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/vector-algorithms/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/vector-algorithms/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/vector-algorithms/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/vector-algorithms/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	25 Aug 2013 06:38:13 -0000	1.1
+++ metadata.xml	9 Mar 2014 13:27:32 -0000	1.2
@@ -5,6 +5,13 @@
 	<maintainer>
 		<email>haskell@gentoo.org</email>
 	</maintainer>
+	<use>
+		<flag name="bench">Build a benchmarking program.</flag>
+		<flag name="boundschecks">Enable bounds checking.</flag>
+		<flag name="internalchecks">Enable internal consistency checks at the cost of a significant performance penalty.</flag>
+		<flag name="properties">Enable quickcheck tests.</flag>
+		<flag name="unsafechecks">Enable bounds checking in unsafe operations at the cost of a significant performance penalty.</flag>
+	</use>
 	<longdescription>
 		Efficient algorithms for vector arrays
 	</longdescription>



1.2                  dev-haskell/vector-algorithms/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/vector-algorithms/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/vector-algorithms/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/vector-algorithms/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/vector-algorithms/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	25 Aug 2013 06:38:13 -0000	1.1
+++ ChangeLog	9 Mar 2014 13:27:32 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/vector-algorithms
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/vector-algorithms/ChangeLog,v 1.1 2013/08/25 06:38:13 qnikst Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/vector-algorithms/ChangeLog,v 1.2 2014/03/09 13:27:32 gienah Exp $
+
+*vector-algorithms-0.6.0.1 (09 Mar 2014)
+
+  09 Mar 2014; Mark Wright <gienah@gentoo.org>
+  +vector-algorithms-0.6.0.1.ebuild, metadata.xml:
+  Bump vector-algorithms to 0.6.0.1
 
 *vector-algorithms-0.5.4.2 (25 Aug 2013)
 



1.1                  dev-haskell/vector-algorithms/vector-algorithms-0.6.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/vector-algorithms/vector-algorithms-0.6.0.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/vector-algorithms/vector-algorithms-0.6.0.1.ebuild?rev=1.1&content-type=text/plain

Index: vector-algorithms-0.6.0.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/vector-algorithms/vector-algorithms-0.6.0.1.ebuild,v 1.1 2014/03/09 13:27:32 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.3.5.9999

CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal

DESCRIPTION="Efficient algorithms for vector arrays"
HOMEPAGE="http://code.haskell.org/~dolio/"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="bench +boundschecks internalchecks +properties unsafechecks"

RDEPEND="dev-haskell/mtl:=[profile?]
	dev-haskell/mwc-random:=[profile?]
	>=dev-haskell/primitive-0.3:=[profile?] <dev-haskell/primitive-0.6:=[profile?]
	>=dev-haskell/vector-0.6:=[profile?] <dev-haskell/vector-0.11:=[profile?]
	>=dev-lang/ghc-6.10.4:=
"
DEPEND="${RDEPEND}
	>=dev-haskell/cabal-1.9.2
	test? ( properties? ( >=dev-haskell/quickcheck-2 ) )
"

src_configure() {
	haskell-cabal_src_configure \
		$(cabal_flag bench bench) \
		$(cabal_flag boundschecks boundschecks) \
		$(cabal_flag internalchecks internalchecks) \
		$(cabal_flag properties properties) \
		$(cabal_flag unsafechecks unsafechecks)
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-03-09 13:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-09 13:27 [gentoo-commits] gentoo-x86 commit in dev-haskell/vector-algorithms: vector-algorithms-0.6.0.1.ebuild metadata.xml ChangeLog Mark Wright (gienah)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox