summaryrefslogtreecommitdiff
path: root/dev-haskell/biocore
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-haskell/biocore
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/biocore')
-rw-r--r--dev-haskell/biocore/Manifest3
-rw-r--r--dev-haskell/biocore/biocore-0.3.1.ebuild25
-rw-r--r--dev-haskell/biocore/metadata.xml14
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-haskell/biocore/Manifest b/dev-haskell/biocore/Manifest
new file mode 100644
index 000000000000..e33aa6bd1e97
--- /dev/null
+++ b/dev-haskell/biocore/Manifest
@@ -0,0 +1,3 @@
+DIST biocore-0.3.1.tar.gz 2812 BLAKE2B ff94cbbb37c7f74c7d08e31a626336d4db621c468dd42df43ba20739224378b1ecd358e74111174eea6a30450e50091245490606da39781d92e905cb1e875db6 SHA512 0a9a3690aa0888c688c8429facd0a26ac94f639222568d2e68a0640714098a40fa38d196800900486d12b36ee735576519d98e4d45f0320261d3f5de9ab09311
+EBUILD biocore-0.3.1.ebuild 584 BLAKE2B 97a45bfaded1b8fa049a2ad4f17976988fba43bdcfd38e242d6a7805c3f0d3ff7762a0be5f0d70dee3880b0e34ac500904b3ab546027c8ebd1acc4a0d774c1af SHA512 22b9195739c7d4aee4827fe3dc46e863d3ae1e67100b949cbd4c223374932b34322a3b4bfbf6b7d0ba17b3163ab27fac9d5a6620e11b4b84e522f015d6d2d09a
+MISC metadata.xml 513 BLAKE2B 908cee4a5af32ebc521401f9537900ac0888dfcc8b26128e444f57b0f953482b95a0636ab2c6fb92f15dd3b7af1baf847d706b32d57f333edce2e8c98fce2c74 SHA512 156aec24385d099aa3b1b061938164d1a3b8f62e2ec71b3c99fa75d0a6d8a2ec3ce1ae666d9a2c09a107ef436b1abc2cabf13d6cb9a6e888d7f3487fbbe5acc9
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..8ebe8159caee
--- /dev/null
+++ b/dev-haskell/biocore/biocore-0.3.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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..769f8647ae51
--- /dev/null
+++ b/dev-haskell/biocore/metadata.xml
@@ -0,0 +1,14 @@
+<?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>
+ 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>