summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2015-03-10 21:58:18 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2015-03-10 21:58:18 +0000
commit70757656d4a463c413560b09bb5511373a92df81 (patch)
tree2d0d4d64f3593d5df5a3f305915c4f4e5115b8ae /dev-haskell
parentA bioinformatics library for haskell (requested by Martin MOKREJŠ). (diff)
downloadgentoo-2-70757656d4a463c413560b09bb5511373a92df81.tar.gz
gentoo-2-70757656d4a463c413560b09bb5511373a92df81.tar.bz2
gentoo-2-70757656d4a463c413560b09bb5511373a92df81.zip
A bioinformatics library for haskell (requested by Martin MOKREJŠ).
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/biofasta/ChangeLog9
-rw-r--r--dev-haskell/biofasta/biofasta-0.0.3.ebuild26
-rw-r--r--dev-haskell/biofasta/metadata.xml8
3 files changed, 43 insertions, 0 deletions
diff --git a/dev-haskell/biofasta/ChangeLog b/dev-haskell/biofasta/ChangeLog
new file mode 100644
index 000000000000..efb7bcdccfc7
--- /dev/null
+++ b/dev-haskell/biofasta/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-haskell/biofasta
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/biofasta/ChangeLog,v 1.1 2015/03/10 21:58:18 slyfox Exp $
+
+*biofasta-0.0.3 (10 Mar 2015)
+
+ 10 Mar 2015; Sergei Trofimovich <slyfox@gentoo.org> +biofasta-0.0.3.ebuild,
+ +metadata.xml:
+ A bioinformatics library for haskell (requested by Martin MOKREJŠ).
diff --git a/dev-haskell/biofasta/biofasta-0.0.3.ebuild b/dev-haskell/biofasta/biofasta-0.0.3.ebuild
new file mode 100644
index 000000000000..06abeb7c7e9c
--- /dev/null
+++ b/dev-haskell/biofasta/biofasta-0.0.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/biofasta/biofasta-0.0.3.ebuild,v 1.1 2015/03/10 21:58:18 slyfox Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.3.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Library for reading fasta sequence files"
+HOMEPAGE="https://patch-tag.com/r/dfornika/biofasta/home"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/biocore-0.3.1:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6.0.3
+"
diff --git a/dev-haskell/biofasta/metadata.xml b/dev-haskell/biofasta/metadata.xml
new file mode 100644
index 000000000000..e2d400a97c00
--- /dev/null
+++ b/dev-haskell/biofasta/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <longdescription>
+ Library for reading fasta sequence files
+ </longdescription>
+</pkgmetadata>