summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vershilov <qnikst@gentoo.org>2013-08-25 05:48:25 +0000
committerAlexander Vershilov <qnikst@gentoo.org>2013-08-25 05:48:25 +0000
commit57b0c8868ac63d93fc7cb26841dcbc4b066e9a48 (patch)
treeda0372fee69394893ad8de5d14bce7903c50d172 /dev-haskell/math-functions
parentVersion bump. (diff)
downloadgentoo-2-57b0c8868ac63d93fc7cb26841dcbc4b066e9a48.tar.gz
gentoo-2-57b0c8868ac63d93fc7cb26841dcbc4b066e9a48.tar.bz2
gentoo-2-57b0c8868ac63d93fc7cb26841dcbc4b066e9a48.zip
dev-haskell/math-functions: 0.1.3.0
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/math-functions')
-rw-r--r--dev-haskell/math-functions/ChangeLog9
-rw-r--r--dev-haskell/math-functions/math-functions-0.1.3.0.ebuild32
-rw-r--r--dev-haskell/math-functions/metadata.xml13
3 files changed, 54 insertions, 0 deletions
diff --git a/dev-haskell/math-functions/ChangeLog b/dev-haskell/math-functions/ChangeLog
new file mode 100644
index 000000000000..3f7cc0b1aa70
--- /dev/null
+++ b/dev-haskell/math-functions/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-haskell/math-functions
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/math-functions/ChangeLog,v 1.1 2013/08/25 05:48:25 qnikst Exp $
+
+*math-functions-0.1.3.0 (25 Aug 2013)
+
+ 25 Aug 2013; Alexander Vershilov <qnikst@gentoo.org>
+ +math-functions-0.1.3.0.ebuild, +metadata.xml:
+ dev-haskell/math-functions: 0.1.3.0
diff --git a/dev-haskell/math-functions/math-functions-0.1.3.0.ebuild b/dev-haskell/math-functions/math-functions-0.1.3.0.ebuild
new file mode 100644
index 000000000000..7257a0b2126c
--- /dev/null
+++ b/dev-haskell/math-functions/math-functions-0.1.3.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/math-functions/math-functions-0.1.3.0.ebuild,v 1.1 2013/08/25 05:48:25 qnikst Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.2.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Special functions and Chebyshev polynomials"
+HOMEPAGE="https://github.com/bos/math-functions"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/erf-2:=[profile?]
+ >=dev-haskell/vector-0.7:=[profile?]
+ >=dev-lang/ghc-6.10.4:="
+DEPEND="${RDEPEND}
+ test? ( >=dev-haskell/hunit-1.2
+ >=dev-haskell/ieee754-0.7.3
+ >=dev-haskell/quickcheck-2.4
+ dev-haskell/test-framework
+ dev-haskell/test-framework-hunit
+ dev-haskell/test-framework-quickcheck2
+ )
+ >=dev-haskell/cabal-1.8"
diff --git a/dev-haskell/math-functions/metadata.xml b/dev-haskell/math-functions/metadata.xml
new file mode 100644
index 000000000000..d09bd1554ff9
--- /dev/null
+++ b/dev-haskell/math-functions/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <maintainer>
+ <email>haskell@gentoo.org</email>
+ </maintainer>
+ <longdescription>
+ This library provides implementations of special mathematical
+ functions and Chebyshev polynomials. These functions are often
+ useful in statistical and numerical computing.
+ </longdescription>
+</pkgmetadata>