summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2015-03-10 21:57:29 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2015-03-10 21:57:29 +0000
commitd6c7490ab0145864a16c7673cbb488eea5336c17 (patch)
tree79729c86978cc017102d9273d198fff92198783b /dev-haskell/biocore
parentClean up ebuild to use proper helpers. (diff)
downloadgentoo-2-d6c7490ab0145864a16c7673cbb488eea5336c17.tar.gz
gentoo-2-d6c7490ab0145864a16c7673cbb488eea5336c17.tar.bz2
gentoo-2-d6c7490ab0145864a16c7673cbb488eea5336c17.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/biocore')
-rw-r--r--dev-haskell/biocore/ChangeLog9
-rw-r--r--dev-haskell/biocore/biocore-0.3.1.ebuild26
-rw-r--r--dev-haskell/biocore/metadata.xml11
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-haskell/biocore/ChangeLog b/dev-haskell/biocore/ChangeLog
new file mode 100644
index 000000000000..413e1bc80fed
--- /dev/null
+++ b/dev-haskell/biocore/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-haskell/biocore
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/biocore/ChangeLog,v 1.1 2015/03/10 21:57:29 slyfox Exp $
+
+*biocore-0.3.1 (10 Mar 2015)
+
+ 10 Mar 2015; Sergei Trofimovich <slyfox@gentoo.org> +biocore-0.3.1.ebuild,
+ +metadata.xml:
+ A bioinformatics library for haskell (requested by Martin MOKREJŠ).
diff --git a/dev-haskell/biocore/biocore-0.3.1.ebuild b/dev-haskell/biocore/biocore-0.3.1.ebuild
new file mode 100644
index 000000000000..17684dffb8d8
--- /dev/null
+++ b/dev-haskell/biocore/biocore-0.3.1.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/biocore/biocore-0.3.1.ebuild,v 1.1 2015/03/10 21:57:29 slyfox Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.3.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="A bioinformatics library"
+HOMEPAGE="http://hackage.haskell.org/package/biocore"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/stringable:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6.0.3
+"
diff --git a/dev-haskell/biocore/metadata.xml b/dev-haskell/biocore/metadata.xml
new file mode 100644
index 000000000000..738abba90547
--- /dev/null
+++ b/dev-haskell/biocore/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <longdescription>
+ A set of core definitions and data structures
+ commonly used in bioinformatics. The intention is that bioinformatics
+ libraries will use this as a common ground to avoid needless incompatibilities
+ and duplicated work.
+ </longdescription>
+</pkgmetadata>