summaryrefslogtreecommitdiff
path: root/dev-haskell/vector-algorithms/vector-algorithms-0.6.0.4.ebuild
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-09-12 23:47:33 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-09-12 23:47:33 +0100
commitf0f26025bbb9fd67a7e0d7a9932eafb31080e9b2 (patch)
tree3fa0c00206333f303a8c6264a1c5f9551f0d819a /dev-haskell/vector-algorithms/vector-algorithms-0.6.0.4.ebuild
parentc328695b2319beee4bc0f2644e5718ff7caa9be8 (diff)
downloadgentoo-f0f26025bbb9fd67a7e0d7a9932eafb31080e9b2.tar.gz
gentoo-f0f26025bbb9fd67a7e0d7a9932eafb31080e9b2.tar.bz2
gentoo-f0f26025bbb9fd67a7e0d7a9932eafb31080e9b2.zip
dev-haskell/vector-algorithms: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/vector-algorithms/vector-algorithms-0.6.0.4.ebuild')
-rw-r--r--dev-haskell/vector-algorithms/vector-algorithms-0.6.0.4.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-haskell/vector-algorithms/vector-algorithms-0.6.0.4.ebuild b/dev-haskell/vector-algorithms/vector-algorithms-0.6.0.4.ebuild
deleted file mode 100644
index 60de2b4a02fb..000000000000
--- a/dev-haskell/vector-algorithms/vector-algorithms-0.6.0.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.4.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="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="bench +boundschecks internalchecks +properties unsafechecks"
-
-RESTRICT=test # hangs
-
-RDEPEND="dev-haskell/mtl:=[profile?]
- dev-haskell/mwc-random:=[profile?]
- >=dev-haskell/primitive-0.3:=[profile?] <dev-haskell/primitive-0.7:=[profile?]
- >=dev-haskell/vector-0.6:=[profile?] <dev-haskell/vector-0.11:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-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)
-}