summaryrefslogtreecommitdiff
path: root/dev-haskell/math-functions
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/math-functions
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/math-functions')
-rw-r--r--dev-haskell/math-functions/Manifest5
-rw-r--r--dev-haskell/math-functions/math-functions-0.1.5.2.ebuild33
-rw-r--r--dev-haskell/math-functions/math-functions-0.1.6.0.ebuild33
-rw-r--r--dev-haskell/math-functions/metadata.xml16
4 files changed, 0 insertions, 87 deletions
diff --git a/dev-haskell/math-functions/Manifest b/dev-haskell/math-functions/Manifest
deleted file mode 100644
index d4f20bb55f62..000000000000
--- a/dev-haskell/math-functions/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST math-functions-0.1.5.2.tar.gz 28490 BLAKE2B 70dbe8673442e0103311f913d486acd0953823d852b33c1dbbd2e3072c61e19c75366d48fd29346e33895cc038cf6deb7f995db927c41cee1e9c0cde9b8f7d80 SHA512 7723400ef7eaf3996babc4cacc1b02b7ee46837b8c4105abf0aa69f896e97ce3fc9fae6e527a0513688d66810a05ce2f5bef527d04b54bedd82c16fe2bbe342b
-DIST math-functions-0.1.6.0.tar.gz 30734 BLAKE2B 445bbfefa7e4a67922ad0fcdac65b1458115285ac5d7c38a0ea6f32ab3658a9720cce164bbb6473a608e7466e67dc9743e719b24c2b5f3e5755af9c3ba105f85 SHA512 b1f0df7b7b99bb41e6ca232bfabd0f0db07b98be1bb3d9c64235b283efd3a5441f02829e637e71cccf70917413e7145afd0dc23686732d4797ab7351c3d3e060
-EBUILD math-functions-0.1.5.2.ebuild 876 BLAKE2B 5f0622a06c0b70566c30cbe47c1cea86d088e08de74df40b5ffc0e1c37712373bd5cf582a1f6985c449ac49bb5c6cad07fd6fe6397e30fb6bba629177f6c7a7d SHA512 d3256ecb2e97fcdee65a64242b302c9b5fc89b7167da90a9249cc5e91e2be0cce0f3f16e4412436c589505f5dca9a177f1334e2e352520343ccd292b52942444
-EBUILD math-functions-0.1.6.0.ebuild 876 BLAKE2B 943dece9965eb054f23a62a1c91ae0e15d386cdc143406d197a3213e43626ab54c63a4e1e4a47d446088f364a93832099e03af596eda355fa3e31e7e4110ccd7 SHA512 3ebad981f187deb9c72bf0ec2d534fc5456926f52a7d2640959f8dabc8d64c64da64f6a1bca36aafaa7eef25522fbeec7ce83eb69d81fea1afdb4b87e170d440
-MISC metadata.xml 550 BLAKE2B f7003c6609e08895f2d6ad5c193147cd1bb98a101c1d594f98ec859a7295e8e03ba3057f42926d353cfade194709a6bd5a1ac48842493408ad86c764dc8e519f SHA512 355f4626c2c385acf0662d46deed375e41681f310cb79b8d0d84ca3c63cc65d14dde4d902968e00175e9276f43e604e98d0d1fd49b08d27ff09a8ed333dfadfb
diff --git a/dev-haskell/math-functions/math-functions-0.1.5.2.ebuild b/dev-haskell/math-functions/math-functions-0.1.5.2.ebuild
deleted file mode 100644
index 56772c540b7c..000000000000
--- a/dev-haskell/math-functions/math-functions-0.1.5.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.6.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-haskell/vector-th-unbox:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- 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 )
-"
diff --git a/dev-haskell/math-functions/math-functions-0.1.6.0.ebuild b/dev-haskell/math-functions/math-functions-0.1.6.0.ebuild
deleted file mode 100644
index 0c3a51c1e67c..000000000000
--- a/dev-haskell/math-functions/math-functions-0.1.6.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.4.7.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-haskell/vector-th-unbox:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- 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 )
-"
diff --git a/dev-haskell/math-functions/metadata.xml b/dev-haskell/math-functions/metadata.xml
deleted file mode 100644
index 4aec12451c4d..000000000000
--- a/dev-haskell/math-functions/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <longdescription>
- This library provides implementations of special mathematical
- functions and Chebyshev polynomials. These functions are often
- useful in statistical and numerical computing.
- </longdescription>
- <upstream>
- <remote-id type="github">bos/math-functions</remote-id>
- </upstream>
-</pkgmetadata>