Skip to content

Commit

Permalink
sci-biology/rarecoal: new package, asked by Martin MOKREJŠ
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.1
  • Loading branch information
trofi committed Oct 6, 2016
1 parent 0f3ccfe commit 8603b3e
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
1 change: 1 addition & 0 deletions sci-biology/rarecoal/Manifest
@@ -0,0 +1 @@
DIST rarecoal-1.2.1.tar.gz 231123 SHA256 930fc8822838e7d3ffe2470410ede0885ac8dcc5de2268914dfa38d0a2be2c3e SHA512 377b619bc3504cceaf7770050ad67f190ec51fe64d4120b8c673ac4f7b7b6710755fec779060d9d601c2c568655494e27f7259028927d1fce6010a0c85080e43 WHIRLPOOL 5828a8627a0a51853a4ca510aae4a5045704792f6f6ffa1cc9899666d4705becb6101a5e3cfce4344cf8a58c07d01ad437fbacfd515e4931e4157ca50bebd87c
11 changes: 11 additions & 0 deletions sci-biology/rarecoal/metadata.xml
@@ -0,0 +1,11 @@
<?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>

</longdescription>
</pkgmetadata>
46 changes: 46 additions & 0 deletions sci-biology/rarecoal/rarecoal-1.2.1.ebuild
@@ -0,0 +1,46 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

# ebuild generated by hackport 0.5.9999

CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal

DESCRIPTION="tools to process and analyse genome sequencing data"
HOMEPAGE="https://github.com/stschiff/rarecoal"
SRC_URI="https://github.com/stschiff/rarecoal/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-haskell/attoparsec:=[profile?]
dev-haskell/data-memocombinators:=[profile?]
dev-haskell/errors:=[profile?]
dev-haskell/hmatrix:=[profile?]
dev-haskell/hmatrix-gsl:=[profile?]
dev-haskell/hslogger:=[profile?]
dev-haskell/missingh:=[profile?]
dev-haskell/monad-loops:=[profile?]
dev-haskell/optparse-applicative:=[profile?]
dev-haskell/parallel:=[profile?]
dev-haskell/parsec:=[profile?]
dev-haskell/pipes-attoparsec:=[profile?]
dev-haskell/pipes-text:=[profile?]
dev-haskell/quickcheck:2=[profile?]
dev-haskell/random:=[profile?]
dev-haskell/split:=[profile?]
dev-haskell/tasty:=[profile?]
dev-haskell/tasty-hunit:=[profile?]
dev-haskell/tasty-quickcheck:=[profile?]
dev-haskell/text:=[profile?]
dev-haskell/vector:=[profile?]
>=dev-lang/ghc-7.8.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.18.1.3
"

0 comments on commit 8603b3e

Please sign in to comment.