summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2015-09-21 11:18:33 -0400
committerMichael Orlitzky <mjo@gentoo.org>2015-09-21 11:23:14 -0400
commitbfc501a0582e9c60cd27624cc23d3cfa56cf0004 (patch)
tree394f03c52c75979e68db58447f159815ed231adf /sci-biology/flower/flower-0.7.2.ebuild
parentnet-libs/libaccounts-glib: Really disable broken tests (diff)
downloadgentoo-bfc501a0582e9c60cd27624cc23d3cfa56cf0004.tar.gz
gentoo-bfc501a0582e9c60cd27624cc23d3cfa56cf0004.tar.bz2
gentoo-bfc501a0582e9c60cd27624cc23d3cfa56cf0004.zip
sci-biology/flower: remove package masked in bug #553636.
Diffstat (limited to 'sci-biology/flower/flower-0.7.2.ebuild')
-rw-r--r--sci-biology/flower/flower-0.7.2.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/sci-biology/flower/flower-0.7.2.ebuild b/sci-biology/flower/flower-0.7.2.ebuild
deleted file mode 100644
index 25e24c3aa26f..000000000000
--- a/sci-biology/flower/flower-0.7.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# ebuild generated by hackport 0.2.17.9999
-
-EAPI=5
-
-CABAL_FEATURES="bin"
-inherit eutils haskell-cabal
-
-DESCRIPTION="Analyze 454 flowgrams (.SFF files)"
-HOMEPAGE="http://biohaskell.org/Applications/Flower"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- >=dev-haskell/binary-0.4 <dev-haskell/binary-0.8
- >=dev-haskell/bio-0.4.9
- >=dev-haskell/cabal-1.6
- >=dev-haskell/cmdargs-0.5
- dev-haskell/mtl
- dev-haskell/random
- >=dev-lang/ghc-6.10.1"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-ghc-7.8.patch
- cabal_chdeps \
- 'binary == 0.4.*' 'binary >= 0.4 && <0.8'
-}