diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-haskell/statistics | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-haskell/statistics')
| -rw-r--r-- | dev-haskell/statistics/Manifest | 2 | ||||
| -rw-r--r-- | dev-haskell/statistics/metadata.xml | 9 | ||||
| -rw-r--r-- | dev-haskell/statistics/statistics-0.15.2.0.ebuild | 44 | ||||
| -rw-r--r-- | dev-haskell/statistics/statistics-0.16.2.0.ebuild | 44 |
4 files changed, 99 insertions, 0 deletions
diff --git a/dev-haskell/statistics/Manifest b/dev-haskell/statistics/Manifest new file mode 100644 index 000000000000..4c1216e28321 --- /dev/null +++ b/dev-haskell/statistics/Manifest @@ -0,0 +1,2 @@ +DIST statistics-0.15.2.0.tar.gz 98424 BLAKE2B 36a1b59e7db9e20ee9960f89794c2222ac8db7fa40f44b166e2d92a501b44d8d5ec06bab96b9e89bb7417852a98890bdf140f3b1a7fb27f0e034490615d84131 SHA512 7afa3e3edb15e02ff59c72601175d25f1a8baeaa1dd8561322e8e26781dbfbfcc03b2ade773269bab027d7399375f01595145fd2e2f252f3e73abc87f9baed41 +DIST statistics-0.16.2.0.tar.gz 107609 BLAKE2B c5a5fe29ec68600ecf5d15855537672432ba09edff26a36387224d1e295cbd6a57a6025b2774f47fd56c9809f4b8b1889bf7aa1240d83eecb4a4d82933ca6223 SHA512 934928e5f8f4f38fe1755a5d16d9a4653401a983d86b2f0fc7f9d4ba90b0b05cf19caec2f4e48874fc7995450a016fa9b45dadc0d6316807fbf19ed75d14c38b diff --git a/dev-haskell/statistics/metadata.xml b/dev-haskell/statistics/metadata.xml new file mode 100644 index 000000000000..6fb61853d497 --- /dev/null +++ b/dev-haskell/statistics/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>haskell@gentoo.org</email> + <name>Gentoo Haskell</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/dev-haskell/statistics/statistics-0.15.2.0.ebuild b/dev-haskell/statistics/statistics-0.15.2.0.ebuild new file mode 100644 index 000000000000..dccb6503477b --- /dev/null +++ b/dev-haskell/statistics/statistics-0.15.2.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.6.3 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="A library of statistical types, data, and functions" +HOMEPAGE="https://github.com/bos/statistics" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/aeson-0.6.0.0:=[profile?] + >=dev-haskell/async-2.2.2:=[profile?] <dev-haskell/async-2.3:=[profile?] + >=dev-haskell/base-orphans-0.6:=[profile?] <dev-haskell/base-orphans-0.9:=[profile?] + >=dev-haskell/data-default-class-0.1.2:=[profile?] + >=dev-haskell/dense-linear-algebra-0.1:=[profile?] <dev-haskell/dense-linear-algebra-0.2:=[profile?] + >=dev-haskell/math-functions-0.3:=[profile?] + >=dev-haskell/monad-par-0.3.4:=[profile?] + >=dev-haskell/mwc-random-0.13.0.0:=[profile?] + >=dev-haskell/primitive-0.3:=[profile?] + >=dev-haskell/vector-0.10:=[profile?] + >=dev-haskell/vector-algorithms-0.4:=[profile?] + >=dev-haskell/vector-binary-instances-0.2.1:=[profile?] + dev-haskell/vector-th-unbox:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( dev-haskell/erf + >=dev-haskell/ieee754-0.7.3 + >=dev-haskell/quickcheck-2.7.5 + dev-haskell/tasty + dev-haskell/tasty-expected-failure + dev-haskell/tasty-hunit + dev-haskell/tasty-quickcheck ) +" diff --git a/dev-haskell/statistics/statistics-0.16.2.0.ebuild b/dev-haskell/statistics/statistics-0.16.2.0.ebuild new file mode 100644 index 000000000000..d9f0ecac3978 --- /dev/null +++ b/dev-haskell/statistics/statistics-0.16.2.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.8.4.0.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="A library of statistical types, data, and functions" +HOMEPAGE="https://github.com/haskell/statistics" + +LICENSE="BSD-2" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RESTRICT=test # likes to fail under a load + +RDEPEND=">=dev-haskell/aeson-0.6.0.0:=[profile?] + >=dev-haskell/async-2.2.2:=[profile?] <dev-haskell/async-2.3:=[profile?] + >=dev-haskell/data-default-class-0.1.2:=[profile?] + >=dev-haskell/dense-linear-algebra-0.1:=[profile?] <dev-haskell/dense-linear-algebra-0.2:=[profile?] + >=dev-haskell/math-functions-0.3.4.1:=[profile?] + >=dev-haskell/mwc-random-0.15.0.0:=[profile?] + >=dev-haskell/parallel-3.2.2.0:=[profile?] <dev-haskell/parallel-3.3:=[profile?] + >=dev-haskell/primitive-0.3:=[profile?] + >=dev-haskell/random-1.2:=[profile?] + >=dev-haskell/vector-0.10:=[profile?] + >=dev-haskell/vector-algorithms-0.4:=[profile?] + >=dev-haskell/vector-binary-instances-0.2.1:=[profile?] + dev-haskell/vector-th-unbox:=[profile?] + >=dev-lang/ghc-8.8.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.0.0.0 + test? ( dev-haskell/erf + >=dev-haskell/ieee754-0.7.3 + >=dev-haskell/quickcheck-2.7.5 + dev-haskell/tasty + dev-haskell/tasty-expected-failure + dev-haskell/tasty-hunit + dev-haskell/tasty-quickcheck ) +" |
