From dc442cf087be6f1a29c1638be0acf9ef9053c1c5 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 3 Apr 2016 13:55:01 +0100 Subject: dev-haskell/bio: drop old Package-Manager: portage-2.2.28 --- dev-haskell/bio/bio-0.5.3.ebuild | 61 ---------------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 dev-haskell/bio/bio-0.5.3.ebuild (limited to 'dev-haskell') diff --git a/dev-haskell/bio/bio-0.5.3.ebuild b/dev-haskell/bio/bio-0.5.3.ebuild deleted file mode 100644 index 803e8b627131..000000000000 --- a/dev-haskell/bio/bio-0.5.3.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# ebuild generated by hackport 0.3.2.9999 - -CABAL_FEATURES="bin lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="A bioinformatics library" -HOMEPAGE="http://biohaskell.org/Libraries/Bio" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="+examples test" - -RDEPEND=">=dev-haskell/binary-0.4:=[profile?] =dev-haskell/quickcheck-2:=[profile?] - dev-haskell/random:=[profile?] - >=dev-haskell/tagsoup-0.8:=[profile?] - >=dev-lang/ghc-6.10.4:=" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6" - -src_prepare() { - cabal_chdeps \ - 'binary >=0.4 && <0.5' 'binary >=0.4 && <0.8' -} - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag examples examples) \ - $(cabal_flag test test) -} - -src_test() { - dist/build/qc/qc || die -} - -src_install() { - haskell-cabal_src_install - - use test && rm "${ED}"/usr/bin/qc - # many examples collide with dev-haskell/flower - if use examples ; then - pushd "${ED}"/usr/bin - local example - for example in * - do - mv "${example}" "${PN}-example-${example}" - done - popd - fi -} -- cgit v1.2.3-65-gdbad